<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

block {
  margin: 0px;
  padding: 0px;
}

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

a {
  background: transparent;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

img {
  border: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 35px;
  padding-right: 35px;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #1E81BA !important;
}

input[type=button],
input[type=submit] {
  outline: 0 !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 520px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.img-responsive {
  width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  overflow: hidden;
}

.container .col-xxs-1, .container .col-xs-1, .container .col-sm-1, .container .col-md-1, .container .col-lg-1,
.container .col-xxs-2, .container .col-xs-2, .container .col-sm-2, .container .col-md-2, .container .col-lg-2,
.container .col-xxs-3, .container .col-xs-3, .container .col-sm-3, .container .col-md-3, .container .col-lg-3,
.container .col-xxs-4, .container .col-xs-4, .container .col-sm-4, .container .col-md-4, .container .col-lg-4,
.container .col-xxs-5, .container .col-xs-5, .container .col-sm-5, .container .col-md-5, .container .col-lg-5,
.container .col-xxs-6, .container .col-xs-6, .container .col-sm-6, .container .col-md-6, .container .col-lg-6,
.container .col-xxs-7, .container .col-xs-7, .container .col-sm-7, .container .col-md-7, .container .col-lg-7,
.container .col-xxs-8, .container .col-xs-8, .container .col-sm-8, .container .col-md-8, .container .col-lg-8,
.container .col-xxs-9, .container .col-xs-9, .container .col-sm-9, .container .col-md-9, .container .col-lg-9,
.container .col-xxs-10, .container .col-xs-10, .container .col-sm-10, .container .col-md-10, .container .col-lg-10,
.container .col-xxs-11, .container .col-xs-11, .container .col-sm-11, .container .col-md-11, .container .col-lg-11,
.container .col-xxs-12, .container .col-xs-12, .container .col-sm-12, .container .col-md-12, .container .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.container .col-xxs-1, .container .col-xs-1, .container .col-sm-1, .container .col-md-1, .container .col-lg-1,
.container .col-xxs-2, .container .col-xs-2, .container .col-sm-2, .container .col-md-2, .container .col-lg-2,
.container .col-xxs-3, .container .col-xs-3, .container .col-sm-3, .container .col-md-3, .container .col-lg-3,
.container .col-xxs-4, .container .col-xs-4, .container .col-sm-4, .container .col-md-4, .container .col-lg-4,
.container .col-xxs-5, .container .col-xs-5, .container .col-sm-5, .container .col-md-5, .container .col-lg-5,
.container .col-xxs-6, .container .col-xs-6, .container .col-sm-6, .container .col-md-6, .container .col-lg-6,
.container .col-xxs-7, .container .col-xs-7, .container .col-sm-7, .container .col-md-7, .container .col-lg-7,
.container .col-xxs-8, .container .col-xs-8, .container .col-sm-8, .container .col-md-8, .container .col-lg-8,
.container .col-xxs-9, .container .col-xs-9, .container .col-sm-9, .container .col-md-9, .container .col-lg-9,
.container .col-xxs-10, .container .col-xs-10, .container .col-sm-10, .container .col-md-10, .container .col-lg-10,
.container .col-xxs-11, .container .col-xs-11, .container .col-sm-11, .container .col-md-11, .container .col-lg-11,
.container .col-xxs-12, .container .col-xs-12, .container .col-sm-12, .container .col-md-12, .container .col-lg-12 {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container .col-xs-1, .container .col-sm-1, .container .col-md-1, .container .col-lg-1, .container .col-xs-2, .container .col-sm-2, .container .col-md-2, .container .col-lg-2, .container .col-xs-3, .container .col-sm-3, .container .col-md-3, .container .col-lg-3, .container .col-xs-4, .container .col-sm-4, .container .col-md-4, .container .col-lg-4, .container .col-xs-5, .container .col-sm-5, .container .col-md-5, .container .col-lg-5, .container .col-xs-6, .container .col-sm-6, .container .col-md-6, .container .col-lg-6, .container .col-xs-7, .container .col-sm-7, .container .col-md-7, .container .col-lg-7, .container .col-xs-8, .container .col-sm-8, .container .col-md-8, .container .col-lg-8, .container .col-xs-9, .container .col-sm-9, .container .col-md-9, .container .col-lg-9, .container .col-xs-10, .container .col-sm-10, .container .col-md-10, .container .col-lg-10, .container .col-xs-11, .container .col-sm-11, .container .col-md-11, .container .col-lg-11, .container .col-xs-12, .container .col-sm-12, .container .col-md-12, .container .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.container .col-xxs-1, .container .col-xxs-2, .container .col-xxs-3, .container .col-xxs-4, .container .col-xxs-5, .container .col-xxs-6, .container .col-xxs-7, .container .col-xxs-8, .container .col-xxs-9, .container .col-xxs-10, .container .col-xxs-11, .container .col-xxs-12 {
  float: left;
}

.container .col-xxs-12 {
  width: 100%;
}

.container .col-xxs-11 {
  width: 91.66666667%;
}

.container .col-xxs-10 {
  width: 83.33333333%;
}

.container .col-xxs-9 {
  width: 75%;
}

.container .col-xxs-8 {
  width: 66.66666667%;
}

.container .col-xxs-7 {
  width: 58.33333333%;
}

.container .col-xxs-6 {
  width: 50%;
}

.container .col-xxs-5 {
  width: 41.66666667%;
}

.container-fluid-12 .col-xxs-4,
.container .col-xxs-4 {
  width: 33.33333333%;
}

.container .col-xxs-3 {
  width: 25%;
}

.container .col-xxs-2 {
  width: 16.66666667%;
}

.container .col-xxs-1 {
  width: 8.33333333%;
}

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

.container .col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.container .col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

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

.container .col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.container .col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

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

.container .col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.container .col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

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

.container .col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.container .col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

.container .col-xxs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 499px) {
  .container .col-xs-1, .container .col-xs-2, .container .col-xs-3, .container .col-xs-4, .container .col-xs-5, .container .col-xs-6, .container .col-xs-7, .container .col-xs-8, .container .col-xs-9, .container .col-xs-10, .container .col-xs-11, .container .col-xs-12 {
    float: left;
  }
  .container .col-xs-12 {
    width: 100%;
  }
  .container .col-xs-11 {
    width: 91.66666667%;
  }
  .container .col-xs-10 {
    width: 83.33333333%;
  }
  .container .col-xs-9 {
    width: 75%;
  }
  .container .col-xs-8 {
    width: 66.66666667%;
  }
  .container .col-xs-7 {
    width: 58.33333333%;
  }
  .container .col-xs-6 {
    width: 50%;
  }
  .container .col-xs-5 {
    width: 41.66666667%;
  }
  .container .col-xs-4 {
    width: 33.33333333%;
  }
  .container .col-xs-3 {
    width: 25%;
  }
  .container .col-xs-2 {
    width: 16.66666667%;
  }
  .container .col-xs-1 {
    width: 8.33333333%;
  }
  .container .col-xs-push-12 {
    left: 100%;
  }
  .container .col-xs-push-11 {
    left: 91.66666667%;
  }
  .container .col-xs-push-10 {
    left: 83.33333333%;
  }
  .container .col-xs-push-9 {
    left: 75%;
  }
  .container .col-xs-push-8 {
    left: 66.66666667%;
  }
  .container .col-xs-push-7 {
    left: 58.33333333%;
  }
  .container .col-xs-push-6 {
    left: 50%;
  }
  .container .col-xs-push-5 {
    left: 41.66666667%;
  }
  .container .col-xs-push-4 {
    left: 33.33333333%;
  }
  .container .col-xs-push-3 {
    left: 25%;
  }
  .container .col-xs-push-2 {
    left: 16.66666667%;
  }
  .container .col-xs-push-1 {
    left: 8.33333333%;
  }
  .container .col-xs-push-0 {
    left: 0%;
  }
  .container .col-xs-offset-12 {
    margin-left: 100%;
  }
  .container .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .container .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .container .col-xs-offset-9 {
    margin-left: 75%;
  }
  .container .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .container .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .container .col-xs-offset-6 {
    margin-left: 50%;
  }
  .container .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .container .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .container .col-xs-offset-3 {
    margin-left: 25%;
  }
  .container .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .container .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .container .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .container .col-sm-1, .container .col-sm-2, .container .col-sm-3, .container .col-sm-4, .container .col-sm-5, .container .col-sm-6, .container .col-sm-7, .container .col-sm-8, .container .col-sm-9, .container .col-sm-10, .container .col-sm-11, .container .col-sm-12 {
    float: left;
  }
  .container .col-sm-1, .container .col-sm-2, .container .col-sm-3, .container .col-sm-4, .container .col-sm-5, .container .col-sm-6, .container .col-sm-7, .container .col-sm-8, .container .col-sm-9, .container .col-sm-10, .container .col-sm-11, .container .col-sm-12 {
    float: left;
  }
  .container .col-sm-12 {
    width: 100%;
  }
  .container .col-sm-11 {
    width: 91.66666667%;
  }
  .container .col-sm-10 {
    width: 83.33333333%;
  }
  .container .col-sm-9 {
    width: 75%;
  }
  .container .col-sm-8 {
    width: 66.66666667%;
  }
  .container .col-sm-7 {
    width: 58.33333333%;
  }
  .container .col-sm-6 {
    width: 50%;
  }
  .container .col-sm-5 {
    width: 41.66666667%;
  }
  .container .col-sm-4 {
    width: 33.33333333%;
  }
  .container .col-sm-3 {
    width: 25%;
  }
  .container .col-sm-2 {
    width: 16.66666667%;
  }
  .container .col-sm-1 {
    width: 8.33333333%;
  }
  .container .col-sm-push-12 {
    left: 100%;
  }
  .container .col-sm-push-11 {
    left: 91.66666667%;
  }
  .container .col-sm-push-10 {
    left: 83.33333333%;
  }
  .container .col-sm-push-9 {
    left: 75%;
  }
  .container .col-sm-push-8 {
    left: 66.66666667%;
  }
  .container .col-sm-push-7 {
    left: 58.33333333%;
  }
  .container .col-sm-push-6 {
    left: 50%;
  }
  .container .col-sm-push-5 {
    left: 41.66666667%;
  }
  .container .col-sm-push-4 {
    left: 33.33333333%;
  }
  .container .col-sm-push-3 {
    left: 25%;
  }
  .container .col-sm-push-2 {
    left: 16.66666667%;
  }
  .container .col-sm-push-1 {
    left: 8.33333333%;
  }
  .container .col-sm-push-0 {
    left: 0%;
  }
  .container .col-sm-offset-12 {
    margin-left: 100%;
  }
  .container .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .container .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .container .col-sm-offset-9 {
    margin-left: 75%;
  }
  .container .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .container .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .container .col-sm-offset-6 {
    margin-left: 50%;
  }
  .container .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .container .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .container .col-sm-offset-3 {
    margin-left: 25%;
  }
  .container .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .container .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .container .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container .col-md-1, .container .col-md-2, .container .col-md-3, .container .col-md-4, .container .col-md-5, .container .col-md-6, .container .col-md-7, .container .col-md-8, .container .col-md-9, .container .col-md-10, .container .col-md-11, .container .col-md-12 {
    float: left;
  }
  .container .col-md-1, .container .col-md-2, .container .col-md-3, .container .col-md-4, .container .col-md-5, .container .col-md-6, .container .col-md-7, .container .col-md-8, .container .col-md-9, .container .col-md-10, .container .col-md-11, .container .col-md-12 {
    float: left;
  }
  .container .col-md-12 {
    width: 100%;
  }
  .container .col-md-11 {
    width: 91.66666667%;
  }
  .container .col-md-10 {
    width: 83.33333333%;
  }
  .container .col-md-9 {
    width: 75%;
  }
  .container .col-md-8 {
    width: 66.66666667%;
  }
  .container .col-md-7 {
    width: 58.33333333%;
  }
  .container .col-md-6 {
    width: 50%;
  }
  .container .col-md-5 {
    width: 41.66666667%;
  }
  .container .col-md-4 {
    width: 33.33333333%;
  }
  .container .col-md-3 {
    width: 25%;
  }
  .container .col-md-2 {
    width: 16.66666667%;
  }
  .container .col-md-1 {
    width: 8.33333333%;
  }
  .container .col-md-push-12 {
    left: 100%;
  }
  .container .col-md-push-11 {
    left: 91.66666667%;
  }
  .container .col-md-push-10 {
    left: 83.33333333%;
  }
  .container .col-md-push-9 {
    left: 75%;
  }
  .container .col-md-push-8 {
    left: 66.66666667%;
  }
  .container .col-md-push-7 {
    left: 58.33333333%;
  }
  .container .col-md-push-6 {
    left: 50%;
  }
  .container .col-md-push-5 {
    left: 41.66666667%;
  }
  .container .col-md-push-4 {
    left: 33.33333333%;
  }
  .container .col-md-push-3 {
    left: 25%;
  }
  .container .col-md-push-2 {
    left: 16.66666667%;
  }
  .container .col-md-push-1 {
    left: 8.33333333%;
  }
  .container .col-md-push-0 {
    left: 0%;
  }
  .container .col-md-offset-12 {
    margin-left: 100%;
  }
  .container .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .container .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .container .col-md-offset-9 {
    margin-left: 75%;
  }
  .container .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .container .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .container .col-md-offset-6 {
    margin-left: 50%;
  }
  .container .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .container .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .container .col-md-offset-3 {
    margin-left: 25%;
  }
  .container .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .container .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .container .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container .col-lg-1, .container .col-lg-2, .container .col-lg-3, .container .col-lg-4, .container .col-lg-5, .container .col-lg-6, .container .col-lg-7, .container .col-lg-8, .container .col-lg-9, .container .col-lg-10, .container .col-lg-11, .container .col-lg-12 {
    float: left;
  }
  .container .col-lg-1, .container .col-lg-2, .container .col-lg-3, .container .col-lg-4, .container .col-lg-5, .container .col-lg-6, .container .col-lg-7, .container .col-lg-8, .container .col-lg-9, .container .col-lg-10, .container .col-lg-11, .container .col-lg-12 {
    float: left;
  }
  .container .col-lg-12 {
    width: 100%;
  }
  .container .col-lg-11 {
    width: 91.66666667%;
  }
  .container .col-lg-10 {
    width: 83.33333333%;
  }
  .container .col-lg-9 {
    width: 75%;
  }
  .container .col-lg-8 {
    width: 66.66666667%;
  }
  .container .col-lg-7 {
    width: 58.33333333%;
  }
  .container .col-lg-6 {
    width: 50%;
  }
  .container .col-lg-5 {
    width: 41.66666667%;
  }
  .container .col-lg-4 {
    width: 33.33333333%;
  }
  .container .col-lg-3 {
    width: 25%;
  }
  .container .col-lg-2 {
    width: 16.66666667%;
  }
  .container .col-lg-1 {
    width: 8.33333333%;
  }
  .container .col-lg-pull-12 {
    right: 100%;
  }
  .container .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .container .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .container .col-lg-pull-9 {
    right: 75%;
  }
  .container .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .container .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .container .col-lg-pull-6 {
    right: 50%;
  }
  .container .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .container .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .container .col-lg-pull-3 {
    right: 25%;
  }
  .container .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .container .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .container .col-lg-pull-0 {
    right: 0%;
  }
  .container .col-lg-push-12 {
    left: 100%;
  }
  .container .col-lg-push-11 {
    left: 91.66666667%;
  }
  .container .col-lg-push-10 {
    left: 83.33333333%;
  }
  .container .col-lg-push-9 {
    left: 75%;
  }
  .container .col-lg-push-8 {
    left: 66.66666667%;
  }
  .container .col-lg-push-7 {
    left: 58.33333333%;
  }
  .container .col-lg-push-6 {
    left: 50%;
  }
  .container .col-lg-push-5 {
    left: 41.66666667%;
  }
  .container .col-lg-push-4 {
    left: 33.33333333%;
  }
  .container .col-lg-push-3 {
    left: 25%;
  }
  .container .col-lg-push-2 {
    left: 16.66666667%;
  }
  .container .col-lg-push-1 {
    left: 8.33333333%;
  }
  .container .col-lg-push-0 {
    left: 0%;
  }
  .container .col-lg-offset-12 {
    margin-left: 100%;
  }
  .container .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .container .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .container .col-lg-offset-9 {
    margin-left: 75%;
  }
  .container .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .container .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .container .col-lg-offset-6 {
    margin-left: 50%;
  }
  .container .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .container .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .container .col-lg-offset-3 {
    margin-left: 25%;
  }
  .container .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .container .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .container .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid-12:after,
.row:after {
  clear: both;
}

.masthead {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 0;
  padding: 0 12px;
}
@media (min-width: 0px) {
  .masthead {
    height: 35vh;
    min-height: 380px;
  }
}
@media (min-width: 520px) {
  .masthead {
    height: 40vh;
    min-height: 520px;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 40vh;
    min-height: 440px;
  }
}
@media (min-width: 1200px) {
  .masthead {
    height: 70vh;
    min-height: 500px;
  }
}

/*
.masthead--no-image {

    height: auto;
    min-height: unset;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 30px;
    padding-bottom: 10px;

}
    */
@media (min-width: 0px) {
  .masthead--mobile {
    display: flex;
  }
}
@media (min-width: 767px) {
  .masthead--mobile {
    display: none;
  }
}

@media (min-width: 0px) {
  .masthead--desktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .masthead--desktop {
    display: flex;
  }
}

.masthead__title {
  font-family: Lato, Arial, Courier;
  /*text-transform: uppercase;*/
  font-weight: 800;
  text-align: center;
}
@media (min-width: 0px) {
  .masthead__title {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (min-width: 767px) {
  .masthead__title {
    font-size: 58px;
    line-height: 1.3;
  }
}

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

/*
.masthead--no-image .masthead__title {

    @include text-subheader-1;
    color: #000;
    text-align:center;

    @media (min-width: 768px) {
        width: 660px;
        margin: 0 auto;
    }
}   */
.masthead .masthead__title {
  color: #fff;
  z-index: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .masthead .masthead__title {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .masthead .masthead__title {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .masthead .masthead__title {
    width: 1170px;
  }
}

.masthead__title--shadow {
  font-family: Lato, Arial, Courier;
  /*text-transform: uppercase;*/
  font-weight: 800;
  color: #fff;
  z-index: 0;
  text-align: center;
  text-shadow: #000000 0px 0px 50px;
}
@media (min-width: 0px) {
  .masthead__title--shadow {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (min-width: 767px) {
  .masthead__title--shadow {
    font-size: 58px;
    line-height: 1.3;
  }
}

.masthead .masthead__subtitle {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #fff;
  z-index: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 0px) {
  .masthead .masthead__subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .masthead .masthead__subtitle {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .masthead .masthead__subtitle {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .masthead .masthead__subtitle {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .masthead .masthead__subtitle {
    width: 1170px;
  }
}

.masthead .masthead__subtitle--shadow {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #fff;
  z-index: 0;
  text-align: center;
  text-shadow: #000000 0px 0px 50px;
}
@media (min-width: 0px) {
  .masthead .masthead__subtitle--shadow {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .masthead .masthead__subtitle--shadow {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .masthead .masthead__subtitle--shadow {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .masthead .masthead__subtitle--shadow {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .masthead .masthead__subtitle--shadow {
    width: 1170px;
  }
}

.masthead .masthead__cta-button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  margin-right: 8px;
  display: inline-block;
}
.masthead .masthead__cta-button:link {
  text-decoration: none;
}
.masthead .masthead__cta-button:visited {
  text-decoration: none;
}
.masthead .masthead__cta-button:hover {
  text-decoration: none;
}
.masthead .masthead__cta-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .masthead .masthead__cta-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .masthead .masthead__cta-button {
    line-height: 1.4;
  }
}
.masthead .masthead__cta-button:link {
  color: #fff !important;
}
.masthead .masthead__cta-button:visited {
  color: #fff !important;
}
.masthead .masthead__cta-button:hover {
  color: #fff !important;
}
.masthead .masthead__cta-button:active {
  color: #fff !important;
}

@media (min-width: 0px) {
  .section {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 32px 0 32px 0;
  }
}

.section--dark-theme {
  color: #fff;
}
.section--dark-theme a:link {
  color: #fff;
}
.section--dark-theme a:visited {
  color: #fff;
}
.section--dark-theme a:hover {
  color: #fff;
}
.section--dark-theme a:active {
  color: #fff;
}

.section--light-theme {
  background-color: #fff;
  color: #000;
}
.section--light-theme a:link {
  color: #000;
}
.section--light-theme a:visited {
  color: #000;
}
.section--light-theme a:hover {
  color: #000;
}
.section--light-theme a:active {
  color: #000;
}

.section--dark-background {
  background-color: #000;
}

.section--mid-dark-background {
  background-color: #262626;
}

.section--light-background {
  background-color: #fff;
}

.section--mid-light-background {
  background-color: #f4f5f7;
}

.section--panel {
  background-color: #F4F5F7;
}

.section--special {
  background-color: #ba3035;
}

@media (min-width: 0px) {
  .section--first-of-scheme {
    padding-top: 48px !important;
  }
}
@media (min-width: 767px) {
  .section--first-of-scheme {
    padding-top: 48px !important;
  }
}

@media (min-width: 0px) {
  .section--last-of-scheme {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 767px) {
  .section--last-of-scheme {
    padding-bottom: 48px !important;
  }
}

.section--joined {
  padding-top: 0px !important;
}

.page-content__headline {
  font-family: Lato, Arial, Courier;
  /*text-transform: uppercase;*/
  font-weight: 800;
}
@media (min-width: 0px) {
  .page-content__headline {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (min-width: 767px) {
  .page-content__headline {
    font-size: 58px;
    line-height: 1.3;
  }
}

.page-content__headline--centred {
  font-family: Lato, Arial, Courier;
  /*text-transform: uppercase;*/
  font-weight: 800;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content__headline--centred {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (min-width: 767px) {
  .page-content__headline--centred {
    font-size: 58px;
    line-height: 1.3;
  }
}

.page-content__subheader-1 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .page-content__subheader-1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-1 {
    font-size: 36px;
    line-height: 1.3;
  }
}

.page-content__subheader-1--centred {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content__subheader-1--centred {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-1--centred {
    font-size: 36px;
    line-height: 1.3;
  }
}

.page-content__subheader-2 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .page-content__subheader-2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.page-content__subheader-2--centred {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content__subheader-2--centred {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-2--centred {
    font-size: 24px;
    line-height: 1.25;
  }
}

.page-content__subheader-3 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .page-content__subheader-3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page-content__subheader-3--centred {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content__subheader-3--centred {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-3--centred {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page-content__subheader-4 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .page-content__subheader-4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.page-content__subheader-4--centred {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content__subheader-4--centred {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__subheader-4--centred {
    font-size: 16px;
    line-height: 1.4;
  }
}

.page-content__introduction {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
}
@media (min-width: 0px) {
  .page-content__introduction {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__introduction {
    font-size: 24px;
    line-height: 1.4;
  }
}

.page-content__introduction--centred {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content__introduction--centred {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content__introduction--centred {
    font-size: 24px;
    line-height: 1.4;
  }
}

.page-content-image {
  width: 100%;
  height: auto;
}

.page-content-image--spacer {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.page-content-block__subheader-1 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block__subheader-1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .page-content-block__subheader-1 {
    font-size: 36px;
    line-height: 1.3;
  }
}

.page-content-block__subheader-2 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block__subheader-2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content-block__subheader-2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.page-content-block__subheader-2 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block__subheader-2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content-block__subheader-2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.page-content-block__subheader-3 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block__subheader-3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content-block__subheader-3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page-content-block__subheader-4 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block__subheader-4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content-block__subheader-4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.page-content-block__subheader-4--centred {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 0px) {
  .page-content-block__subheader-4--centred {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content-block__subheader-4--centred {
    font-size: 16px;
    line-height: 1.4;
  }
}

.page-content-block p {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block p {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .page-content-block p {
    line-height: 1.5;
  }
}

.page-content-block ul {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-content-block ul {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .page-content-block ul {
    line-height: 1.5;
  }
}

.page-content-block li {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  margin-bottom: 7px;
}
@media (min-width: 0px) {
  .page-content-block li {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .page-content-block li {
    line-height: 1.5;
  }
}

.page-content-block__panel {
  background-color: #F4F5F7;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.page-content-block li a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3E external link %3C/title%3E%3Cpath fill='%23BA3035' d='M17 17H3V3h5V1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5h-2z'/%3E%3Cpath fill='%23BA3035' d='M19 1h-8l3.29 3.29-5.73 5.73 1.42 1.42 5.73-5.73L19 9V1z'/%3E%3C/svg%3E");
  display: block;
  content: "";
  display: inline-block;
  margin-left: 4px;
  background-color: #fff;
  width: 11px;
  height: 11px;
}

.page-content-block a:link,
.page-content-block a:active,
.page-content-block a:hover,
.page-content-block a:visited {
  color: #ba3035;
  font-weight: 700;
}
.page-content-block a:link:link,
.page-content-block a:active:link,
.page-content-block a:hover:link,
.page-content-block a:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.page-content-block a:link:visited,
.page-content-block a:active:visited,
.page-content-block a:hover:visited,
.page-content-block a:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.page-content-block a:link:hover,
.page-content-block a:active:hover,
.page-content-block a:hover:hover,
.page-content-block a:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.page-content-block a:link:active,
.page-content-block a:active:active,
.page-content-block a:hover:active,
.page-content-block a:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.page-content-block p:last-of-type {
  margin-bottom: 0;
}

.page-content-block__cta {
  margin-top: 24px;
}

.page-content-block__cta-button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  margin-right: 8px;
  display: inline-block;
}
.page-content-block__cta-button:link {
  text-decoration: none;
}
.page-content-block__cta-button:visited {
  text-decoration: none;
}
.page-content-block__cta-button:hover {
  text-decoration: none;
}
.page-content-block__cta-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .page-content-block__cta-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-content-block__cta-button {
    line-height: 1.4;
  }
}
.page-content-block__cta-button:link {
  color: #fff !important;
}
.page-content-block__cta-button:visited {
  color: #fff !important;
}
.page-content-block__cta-button:hover {
  color: #fff !important;
}
.page-content-block__cta-button:active {
  color: #fff !important;
}

.page-content-block a.page-content-block__cta-button:link,
.page-content-block a.page-content-block__cta-button:active,
.page-content-block a.page-content-block__cta-button:hover,
.page-content-block a.page-content-block__cta-button:visited {
  text-decoration: none;
}

.summary__header {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .summary__header {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .summary__header {
    font-size: 36px;
    line-height: 1.3;
  }
}

.summary__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-weight: 500;
}
@media (min-width: 0px) {
  .summary__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .summary__text {
    font-size: 18px;
    line-height: 1.5;
  }
}

.summary__text a:link,
.summary__text a:active,
.summary__text a:hover,
.summary__text a:visited {
  color: #ba3035;
  font-weight: 700;
}
.summary__text a:link:link,
.summary__text a:active:link,
.summary__text a:hover:link,
.summary__text a:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.summary__text a:link:visited,
.summary__text a:active:visited,
.summary__text a:hover:visited,
.summary__text a:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.summary__text a:link:hover,
.summary__text a:active:hover,
.summary__text a:hover:hover,
.summary__text a:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.summary__text a:link:active,
.summary__text a:active:active,
.summary__text a:hover:active,
.summary__text a:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.summary__cta {
  margin-top: 24px;
}

.summary__cta-button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  margin-right: 8px;
  display: inline-block;
}
.summary__cta-button:link {
  text-decoration: none;
}
.summary__cta-button:visited {
  text-decoration: none;
}
.summary__cta-button:hover {
  text-decoration: none;
}
.summary__cta-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .summary__cta-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .summary__cta-button {
    line-height: 1.4;
  }
}
.summary__cta-button:link {
  color: #fff !important;
}
.summary__cta-button:visited {
  color: #fff !important;
}
.summary__cta-button:hover {
  color: #fff !important;
}
.summary__cta-button:active {
  color: #fff !important;
}

.mobile-menu__close-button {
  background-image: url("data:image/svg+xml,%3Csvg height='512px' fill='white' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4 L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1 c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1 c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z'/%3E%3C/svg%3E");
  border: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 25px 25px;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 10520;
}

.mobile-menu__window {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  max-width: 390px;
  width: calc(100% - 40px);
  background-color: #fff;
  z-index: 10500;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
  overflow: visible;
  padding-top: 20px;
}

.mobile-menu__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.mobile-menu__window-enter {
  transform: translateX(-100%);
}

.mobile-menu__window-enter-active {
  transition: all 200ms linear;
  transform: translateX(0%);
}

.mobile-menu__window-exit {
  transform: translateX(0%);
}

.mobile-menu__window-exit-active {
  transition: all 200ms linear;
  transform: translateX(-100%);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.mobile-menu__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10501;
  box-sizing: border-box;
  overflow-y: scroll;
}

.mobile-menu__panel--slide-left-enter {
  transform: translateX(100%);
}

.mobile-menu__panel--slide-left-enter-active {
  transition: all 200ms linear;
  transform: translateX(0%);
}

.mobile-menu__panel--slide-right-enter {
  transform: translateX(-100%);
}

.mobile-menu__panel--slide-right-enter-active {
  transition: all 200ms linear;
  transform: translateX(0%);
}

.mobile-menu__overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10250;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu__overlay-enter {
  opacity: 0;
}

.mobile-menu__overlay-enter-active {
  transition: all 100ms linear;
  opacity: 1;
}

.mobile-menu__overlay-exit {
  opacity: 1;
}

.mobile-menu__overlay-exit-active {
  transition: all 100ms linear;
  opacity: 0;
}

.mobile-menu__header {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 0px) {
  .mobile-menu__header {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .mobile-menu__header {
    line-height: 1.5;
  }
}

.mobile-menu__introduction {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  padding: 25px 15px 25px 15px;
  border-bottom: 1px solid #eee;
  font-weight: 800;
  background-color: #eee;
}
@media (min-width: 0px) {
  .mobile-menu__introduction {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .mobile-menu__introduction {
    line-height: 1.4;
  }
}

.mobile-menu__main-folder {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
@media (min-width: 0px) {
  .mobile-menu__main-folder {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .mobile-menu__main-folder {
    line-height: 1.5;
  }
}

.mobile-menu__main-folder:after {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 14px 14px;
  margin: 8px 10px 0 0;
  content: " ";
  float: right;
  width: 14px;
  height: 14px;
}

.mobile-menu__mainlink {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #eee;
  color: #000;
  cursor: pointer;
  display: block;
}
@media (min-width: 0px) {
  .mobile-menu__mainlink {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .mobile-menu__mainlink {
    line-height: 1.5;
  }
}

.mobile-menu__sublink {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  padding: 15px 0 5px 15px;
  color: #000;
  cursor: pointer;
  display: block;
}
@media (min-width: 0px) {
  .mobile-menu__sublink {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .mobile-menu__sublink {
    line-height: 1.4;
  }
}

a.mobile-menu__mainlink:link,
a.mobile-menu__mainlink:hover,
a.mobile-menu__mainlink:visited,
a.mobile-menu__sublink:link,
a.mobile-menu__sublink:hover,
a.mobile-menu__sublink:visited {
  color: #000;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

a.mobile-menu__mainlink:active,
a.mobile-menu__sublink:active {
  color: #BA3035;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

.mobile-menu__separator {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #eee;
  background-color: #F8F8F8;
  font-weight: 800;
  color: #000;
}
@media (min-width: 0px) {
  .mobile-menu__separator {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .mobile-menu__separator {
    line-height: 1.5;
  }
}

.mobile-menu__custom {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  padding: 15px 15px 15px 15px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  font-weight: 800;
  color: #000;
}
@media (min-width: 0px) {
  .mobile-menu__custom {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .mobile-menu__custom {
    line-height: 1.4;
  }
}

.mobile-menu__custom a,
.mobile-menu__custom a:link,
.mobile-menu__custom a:hover,
.mobile-menu__custom a:visited,
.mobile-menu__custom a:active {
  color: #BA3035;
  font-weight: 800;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

.mobile-menu__custom a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' fill='%23BA3035' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 9px 9px;
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 4px;
}

.mobile-menu__folder-header {
  background-color: #BA3035;
  padding: 55px 15px 20px 15px;
  color: #fff;
}

.mobile-menu__folder-header p {
  margin-bottom: 10px;
}

.mobile-menu__folder-header p:last-of-type {
  margin-bottom: 0px;
}

.mobile-menu__folder-title {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 0px) {
  .mobile-menu__folder-title {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .mobile-menu__folder-title {
    line-height: 1.5;
  }
}

.mobile-menu__folder-info p {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 0px) {
  .mobile-menu__folder-info p {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .mobile-menu__folder-info p {
    line-height: 1.4;
  }
}

.mobile-menu__folder-info p strong {
  font-weight: 800;
}

.mobile-menu__folder-info a,
.mobile-menu__folder-info a:link,
.mobile-menu__folder-info a:hover,
.mobile-menu__folder-info a:visited,
.mobile-menu__folder-info a:active {
  color: #fff;
  font-weight: 800;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}

.mobile-menu__folder-info a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' fill='white' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 9px 9px;
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 4px;
}

.mobile-menu__folder-items {
  margin-bottom: 25px;
}

.mobile-menu__back-button {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' fill='white' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1427 301l-531 531 531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19l-742-742q-19-19-19-45t19-45l742-742q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  color: #fff;
  content: " ";
  display: inline-block;
  background-color: transparent;
  border: 0px;
  margin-right: 17px;
}

.mobile-search {
  margin-bottom: 25px;
  overflow: auto;
}

.mobile-search__textbox-wrapper input:focus,
.mobile-search__textbox-wrapper button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.mobile-search__textbox-wrapper {
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background: #fff;
  color: #000;
  padding-left: 0;
  border-radius: 5px 0 0 5px;
  display: block;
  float: left;
  height: 46px;
  width: calc(100% - 68px);
}

.mobile-search__textbox {
  border: 0;
  background-color: transparent;
  color: #000;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 45px);
}

/*
.mobile-search__textbox::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
}
    */
.mobile-search__close {
  background: transparent;
  border: 0;
  padding: 0;
  opacity: 0.4;
}

.mobile-search__close::after {
  content: " ";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
  border: 0;
  color: #000;
  padding: 14px;
}

.mobile-search__submit {
  border: 0;
  background-color: transparent;
  color: #000;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  padding: 0;
}

.mobile-search__submit::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='240px' height='240px'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  border: 0;
  color: #000;
  width: 68px;
  height: 46px;
  border-radius: 0 5px 5px 0;
  border-top: 2px solid #ba3035;
  border-right: 2px solid #ba3035;
  border-bottom: 2px solid #ba3035;
  content: " ";
  background-color: #ba3035;
  display: inline-block;
}

.modal__popular-search {
  margin-bottom: 15px;
}

.bio__header {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #000000;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 0px) {
  .bio__header {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .bio__header {
    font-size: 24px;
    line-height: 1.25;
  }
}

.bio__body-image {
  border-radius: 300px;
  width: 100%;
  height: auto;
  max-width: 280px;
  margin: 0px auto;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .bio__body-image {
    margin: unset;
    max-width: 320px;
  }
}

.bio__body-text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  color: #484848;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .bio__body-text {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .bio__body-text {
    line-height: 1.5;
  }
}

.marquee-banner {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 0px) {
  .marquee-banner {
    height: 520px;
    border-radius: 10px;
    margin: 0 12px 0 12px;
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) {
  .marquee-banner {
    height: 440px;
    margin: 0;
    border-radius: 0px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .marquee-banner {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .marquee-banner {
    height: 740px;
  }
}

.marquee-banner__image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 10;
}

.marquee-banner__image-container ::after {
  content: "\a";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.025);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 1;
  position: absolute;
  z-index: 10;
}

.marquee-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.marquee-banner__content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.marquee-banner__caption {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-weight: 600;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  position: static;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media (min-width: 0px) {
  .marquee-banner__caption {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .marquee-banner__caption {
    font-size: 36px;
    line-height: 1.3;
  }
}
.marquee-banner__button-single {
  display: block;
  position: static;
  margin: 20px auto 0 auto;
}

.marquee-banner__button-grouping {
  display: grid;
  position: static;
  gap: 20px;
  margin: 20px 15px 0 15px;
}
@media (min-width: 0px) {
  .marquee-banner__button-grouping {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (min-width: 520px) {
  .marquee-banner__button-grouping {
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-template-rows: 1fr 1fr; /* Two equal rows */
  }
}
@media (min-width: 768px) {
  .marquee-banner__button-grouping {
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-template-rows: 1fr 1fr; /* Two equal rows */
  }
}
@media (min-width: 1200px) {
  .marquee-banner__button-grouping {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Two equal columns */
    grid-template-rows: 1fr 1fr; /* Two equal rows */
  }
}

.marquee-banner__button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  display: inline-block;
  text-align: center;
}
.marquee-banner__button:link {
  text-decoration: none;
}
.marquee-banner__button:visited {
  text-decoration: none;
}
.marquee-banner__button:hover {
  text-decoration: none;
}
.marquee-banner__button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .marquee-banner__button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .marquee-banner__button {
    line-height: 1.4;
  }
}
@media (min-width: 0px) {
  .marquee-banner__button {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .marquee-banner__button {
    line-height: 1.5;
  }
}
.marquee-banner__button:link {
  color: #fff !important;
}
.marquee-banner__button:visited {
  color: #fff !important;
}
.marquee-banner__button:hover {
  color: #fff !important;
}
.marquee-banner__button:active {
  color: #fff !important;
}
@media (min-width: 0px) {
  .marquee-banner__button {
    padding: 13px 23px 15px 23px;
  }
}
@media (min-width: 520px) {
  .marquee-banner__button {
    padding: 13px 5px 15px 5px;
  }
}
@media (min-width: 768px) {
  .marquee-banner__button {
    padding: 13px 23px 15px 23px;
  }
}

.advice__item {
  margin-bottom: 20px;
}

.advice__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000000;
}
@media (min-width: 0px) {
  .advice__title {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .advice__title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.advice__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
}
@media (min-width: 0px) {
  .advice__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .advice__text {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .advice__text {
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .advice__text {
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .advice__text {
    line-height: 1.5;
  }
}

.cta-banner {
  display: block;
  background-color: #000;
}
.cta-banner .cta-banner-image {
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  z-index: 1;
}
.cta-banner .cta-banner-image:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.cta-banner .cta-banner-content {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  z-index: 2;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 12px;
}
@media (min-width: 0px) {
  .cta-banner .cta-banner-content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-content {
    width: 80%;
  }
}
.cta-banner .cta-banner-content .cta-banner-content__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 0px) {
  .cta-banner .cta-banner-content .cta-banner-content__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-content .cta-banner-content__title {
    font-size: 36px;
    line-height: 1.3;
  }
}
.cta-banner .cta-banner-content .cta-banner-content__title:link {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__title:visited {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__title:hover {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__title:active {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 0px) {
  .cta-banner .cta-banner-content .cta-banner-content__text {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-content .cta-banner-content__text {
    line-height: 1.5;
  }
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  margin: 8px 12px 0px 12px;
  display: inline-block;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:link {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:visited {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:hover {
  text-decoration: none;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .cta-banner .cta-banner-content .cta-banner-content__button-primary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-banner .cta-banner-content .cta-banner-content__button-primary {
    line-height: 1.4;
  }
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:link {
  color: #fff !important;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:visited {
  color: #fff !important;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:hover {
  color: #fff !important;
}
.cta-banner .cta-banner-content .cta-banner-content__button-primary:active {
  color: #fff !important;
}

@media (min-width: 0px) {
  .container .cta-banner {
    height: 400px;
  }
}
@media (min-width: 767px) {
  .container .cta-banner {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .container .cta-banner {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .container .cta-banner {
    height: 480px;
  }
}
.container .cta-banner .cta-banner-image {
  margin: 0 12px;
}

@media (min-width: 0px) {
  .container-fluid .cta-banner {
    height: 50vh;
    min-height: 480px;
  }
}
@media (min-width: 520px) {
  .container-fluid .cta-banner {
    height: 50vh;
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .container-fluid .cta-banner {
    height: 40vh;
    min-height: 440px;
  }
}
@media (min-width: 1200px) {
  .container-fluid .cta-banner {
    height: 70vh;
    min-height: 500px;
    max-height: 680px;
  }
}

.cta-cards {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
}
@media (min-width: 0px) {
  .cta-cards {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 767px) {
  .cta-cards {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.cta-card {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
}
@media (min-width: 0px) {
  .cta-card {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .cta-card {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .cta-card {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (min-width: 520px) {
  .cta-card {
    width: 50%;
    margin-bottom: 0;
  }
}

.cta-card--small {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
}
@media (min-width: 0px) {
  .cta-card--small {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .cta-card--small {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .cta-card--small {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 520px) {
  .cta-card--small {
    width: 33.33333%;
    margin-bottom: 0;
  }
}

@media (min-width: 0px) {
  .cta-card:last-of-type {
    margin: 0px;
  }
}

.cta-card__image {
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0 15px;
  display: block;
}
@media (min-width: 0px) {
  .cta-card__image {
    height: 200px;
    margin-bottom: 12px;
  }
}
@media (min-width: 767px) {
  .cta-card__image {
    height: 220px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cta-card__image {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .cta-card__image {
    height: 310px;
  }
}

@media (min-width: 0px) {
  .cta-card--small .cta-card__image {
    height: 150px;
  }
}
@media (min-width: 767px) {
  .cta-card--small .cta-card__image {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .cta-card--small .cta-card__image {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .cta-card--small .cta-card__image {
    height: 260px;
  }
}

.cta-card__image:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.025);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
}

.cta-card__image-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  padding: 0 12px;
}

.cta-card__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
}
@media (min-width: 0px) {
  .cta-card__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-card__title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.cta-card__subtitle {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: -14px;
}
@media (min-width: 0px) {
  .cta-card__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-card__subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}

.cta-card__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  margin-top: -14px;
}
@media (min-width: 0px) {
  .cta-card__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-card__text {
    line-height: 1.4;
  }
}

@media (min-width: 0px) {
  .cta-card__image .cta-card__button-primary {
    margin-top: 8px;
    text-decoration: underline;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    padding: unset;
    border: none;
    margin-bottom: 0px;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .cta-card__image .cta-card__button-primary {
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .cta-card__image .cta-card__button-primary {
    line-height: 1.5;
  }
}
@media (min-width: 520px) {
  .cta-card__image .cta-card__button-primary {
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    background-color: #ba3035;
    color: #fff !important;
    border: 1px solid #ba3035;
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
  }
  .cta-card__image .cta-card__button-primary:link {
    text-decoration: none;
  }
  .cta-card__image .cta-card__button-primary:visited {
    text-decoration: none;
  }
  .cta-card__image .cta-card__button-primary:hover {
    text-decoration: none;
  }
  .cta-card__image .cta-card__button-primary:active {
    text-decoration: none;
  }
}
@media (min-width: 520px) and (min-width: 0px) {
  .cta-card__image .cta-card__button-primary {
    line-height: 1.4;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .cta-card__image .cta-card__button-primary {
    line-height: 1.4;
  }
}
@media (min-width: 520px) {
  .cta-card__image .cta-card__button-primary:link {
    color: #fff !important;
  }
  .cta-card__image .cta-card__button-primary:visited {
    color: #fff !important;
  }
  .cta-card__image .cta-card__button-primary:hover {
    color: #fff !important;
  }
  .cta-card__image .cta-card__button-primary:active {
    color: #fff !important;
  }
}

.cta-card__button-primary {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 13px 10px 13px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 14px;
}
.cta-card__button-primary:link {
  text-decoration: none;
}
.cta-card__button-primary:visited {
  text-decoration: none;
}
.cta-card__button-primary:hover {
  text-decoration: none;
}
.cta-card__button-primary:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .cta-card__button-primary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-card__button-primary {
    line-height: 1.4;
  }
}
.cta-card__button-primary:link {
  color: #fff !important;
}
.cta-card__button-primary:visited {
  color: #fff !important;
}
.cta-card__button-primary:hover {
  color: #fff !important;
}
.cta-card__button-primary:active {
  color: #fff !important;
}

.cta-card__button-secondary {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 13px 10px 13px;
  margin-top: 14px;
  margin-right: 8px;
  display: inline-block;
}
.cta-card__button-secondary:link {
  text-decoration: none;
}
.cta-card__button-secondary:visited {
  text-decoration: none;
}
.cta-card__button-secondary:hover {
  text-decoration: none;
}
.cta-card__button-secondary:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .cta-card__button-secondary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-card__button-secondary {
    line-height: 1.4;
  }
}

.section--light-theme .cta-card__button-secondary {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.section--light-theme .cta-card__button-secondary:link {
  color: #000;
}
.section--light-theme .cta-card__button-secondary:visited {
  color: #000;
}
.section--light-theme .cta-card__button-secondary:hover {
  color: #000;
}
.section--light-theme .cta-card__button-secondary:active {
  color: #000;
}

.section--dark-theme .cta-card__button-secondary {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.section--dark-theme .cta-card__button-secondary:link {
  color: #fff;
}
.section--dark-theme .cta-card__button-secondary:visited {
  color: #fff;
}
.section--dark-theme .cta-card__button-secondary:hover {
  color: #fff;
}
.section--dark-theme .cta-card__button-secondary:active {
  color: #fff;
}

.cta-features {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
}
@media (min-width: 0px) {
  .cta-features {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 767px) {
  .cta-features {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.cta-feature {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
}
@media (min-width: 0px) {
  .cta-feature {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .cta-feature {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .cta-feature {
    margin-bottom: 15px;
  }
}
@media (min-width: 520px) {
  .cta-feature {
    margin-bottom: 15px;
  }
}

.cta-feature--small {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  margin-bottom: 15px;
}
@media (min-width: 0px) {
  .cta-feature--small {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .cta-feature--small {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .cta-feature--small {
    width: 50%;
  }
}
@media (min-width: 520px) {
  .cta-feature--small {
    width: 25%;
  }
}

.cta-feature--medium {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  margin-bottom: 15px;
}
@media (min-width: 0px) {
  .cta-feature--medium {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .cta-feature--medium {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .cta-feature--medium {
    width: 50%;
  }
}
@media (min-width: 520px) {
  .cta-feature--medium {
    width: 33.33333%;
  }
}

.cta-feature--large {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  margin-bottom: 15px;
}
@media (min-width: 0px) {
  .cta-feature--large {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .cta-feature--large {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .cta-feature--large {
    width: 100%;
  }
}
@media (min-width: 520px) {
  .cta-feature--large {
    width: 50%;
  }
}

@media (min-width: 0px) {
  .cta-feature:last-of-type {
    margin: 0px;
  }
}

.cta-feature__image {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

.cta-feature__card-label {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.cta-feature__title {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 0px) {
  .cta-feature__title {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .cta-feature__title {
    line-height: 1.4;
  }
}

.cta-feature__button {
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  border-radius: 8px;
  font-weight: 700;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 11px;
  line-height: 1.5;
  padding: 4px 9px 6px 9px;
  display: inline-block;
  margin-top: 6px;
}
.cta-feature__button:link {
  color: #fff !important;
}
.cta-feature__button:visited {
  color: #fff !important;
}
.cta-feature__button:hover {
  color: #fff !important;
}
.cta-feature__button:active {
  color: #fff !important;
}
.cta-feature__button:link {
  text-decoration: none;
}
.cta-feature__button:visited {
  text-decoration: none;
}
.cta-feature__button:hover {
  text-decoration: none;
}
.cta-feature__button:active {
  text-decoration: none;
}
.cta-feature__button:link {
  text-decoration: none;
}
.cta-feature__button:visited {
  text-decoration: none;
}
.cta-feature__button:hover {
  text-decoration: none;
}
.cta-feature__button:active {
  text-decoration: none;
}

@media (min-width: 0px) {
  .tasters {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 992px) {
  .tasters {
    padding: 32px 0 32px 0;
  }
}

.tasters__header {
  margin-bottom: 20px;
}

.tasters__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #000000;
}
@media (min-width: 0px) {
  .tasters__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tasters__title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.tasters__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  color: #484848;
}
@media (min-width: 0px) {
  .tasters__text {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .tasters__text {
    line-height: 1.5;
  }
}

.tasters__cards {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
}
@media (min-width: 0px) {
  .tasters__cards {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 767px) {
  .tasters__cards {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.tasters__card {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
}
@media (min-width: 0px) {
  .tasters__card {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 767px) {
  .tasters__card {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 0px) {
  .tasters__card {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media (min-width: 767px) {
  .tasters__card {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .tasters__card {
    width: 25%;
  }
}

.tasters__card:hover,
.tasters__card:active,
.tasters__card:visited,
.tasters__card:link {
  text-decoration: none;
  color: inherit;
}

.tasters__card-image {
  margin-bottom: 6px;
}

.tasters__card-label {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}

.tasters__card-title {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 0px) {
  .tasters__card-title {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tasters__card-title {
    line-height: 1.4;
  }
}

.tasters__card-text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .tasters__card-text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tasters__card-text {
    line-height: 1.4;
  }
}

.tasters_cta {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  color: #ba3035;
  font-weight: 700;
}
@media (min-width: 0px) {
  .tasters_cta {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .tasters_cta {
    line-height: 1.5;
  }
}
.tasters_cta:link {
  color: #ba3035;
  text-decoration: none;
}
.tasters_cta:visited {
  color: #ba3035;
  text-decoration: none;
}
.tasters_cta:hover {
  color: #ba3035;
  text-decoration: underline;
}
.tasters_cta:active {
  color: #ba3035;
  text-decoration: underline;
}

.st-form-headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.1 !important;
}
@media (min-width: 0px) {
  .st-form-headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form-headline {
    font-size: 24px;
    line-height: 1.25;
  }
}

.st-form-subheader {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .st-form-subheader {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form-subheader {
    font-size: 24px;
    line-height: 1.25;
  }
}

.st-form-summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  color: #484848 !important;
  margin-bottom: 20px;
  color: #484848;
}
@media (min-width: 0px) {
  .st-form-summary {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form-summary {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form-link,
a.st-form-link:link,
a.st-form-link:active,
a.st-form-link:hover,
a.st-form-link:visited {
  color: #ba3035;
  font-weight: 700;
  cursor: pointer;
}
.st-form-link:link,
a.st-form-link:link:link,
a.st-form-link:active:link,
a.st-form-link:hover:link,
a.st-form-link:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.st-form-link:visited,
a.st-form-link:link:visited,
a.st-form-link:active:visited,
a.st-form-link:hover:visited,
a.st-form-link:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.st-form-link:hover,
a.st-form-link:link:hover,
a.st-form-link:active:hover,
a.st-form-link:hover:hover,
a.st-form-link:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.st-form-link:active,
a.st-form-link:link:active,
a.st-form-link:active:active,
a.st-form-link:hover:active,
a.st-form-link:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.st-form-link--block {
  color: #ba3035;
  font-weight: 700;
  cursor: pointer;
}
.st-form-link--block:link {
  color: #ba3035;
  text-decoration: none;
}
.st-form-link--block:visited {
  color: #ba3035;
  text-decoration: none;
}
.st-form-link--block:hover {
  color: #ba3035;
  text-decoration: underline;
}
.st-form-link--block:active {
  color: #ba3035;
  text-decoration: underline;
}

.st-form-link--block:after {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  text-transform: unset;
  content: "&gt;";
  padding-left: 2px;
}
@media (min-width: 0px) {
  .st-form-link--block:after {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form-link--block:after {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__error-notice {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  background-color: #f00;
  padding: 8px 12px;
}
@media (min-width: 0px) {
  .st-form__error-notice {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__error-notice {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__expert_image {
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 100px;
}
@media (min-width: 0px) {
  .st-form__expert_image {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .st-form__expert_image {
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .st-form__expert_image {
    width: 180px;
  }
}

.st-form__section {
  margin-bottom: 30px;
}

.st-form__label {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 0px) {
  .st-form__label {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__label {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__label--light {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (min-width: 0px) {
  .st-form__label--light {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__label--light {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__label--secure {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1'  fill='%23000000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 114.872 114.872' style='enable-background:new 0 0 114.872 114.872;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M97.856,49.821c0.426-2.44,0.661-4.95,0.661-7.516C98.517,18.979,80.088,0,57.436,0C34.783,0,16.353,18.979,16.353,42.305 c0,2.566,0.236,5.074,0.663,7.516c-3.567,2.278-5.939,6.261-5.939,10.81v41.415c0,7.084,5.743,12.826,12.825,12.826h67.067 c7.08,0,12.822-5.742,12.822-12.826h0.004V60.631C103.795,56.083,101.425,52.099,97.856,49.821z M63.095,85.983v9 c0,3.128-2.534,5.662-5.661,5.662c-3.127,0-5.661-2.534-5.661-5.662v-9.004c-3.631-2.001-6.094-5.862-6.094-10.302 c0-6.492,5.263-11.756,11.757-11.756s11.758,5.264,11.758,11.756C69.194,80.119,66.729,83.983,63.095,85.983z M82.886,47.804 H31.985c-0.349-1.775-0.535-3.616-0.535-5.499c0-15.003,11.657-27.208,25.986-27.208c14.328,0,25.984,12.204,25.984,27.208 C83.42,44.188,83.236,46.029,82.886,47.804z'/%3E%3C/g%3E%3C/svg%3E") !important;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px 12px;
}

.st-form__label--spaced {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .st-form__label--spaced {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__label--spaced {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  color: #484848;
}
@media (min-width: 0px) {
  .st-form__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__text {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__note {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  color: #484848;
}
@media (min-width: 0px) {
  .st-form__note {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__note {
    line-height: 1.5;
  }
}

.st-form__text--spaced {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  margin-bottom: 20px;
  color: #484848;
}
@media (min-width: 0px) {
  .st-form__text--spaced {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__text--spaced {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__text--spaced strong {
  font-weight: 800;
  color: #000000 !important;
}

.st-form__list {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  list-style-type: disc;
  list-style-position: inside;
  margin: 20px 0;
  color: #484848;
}
@media (min-width: 0px) {
  .st-form__list {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__list {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__list-item {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  color: #484848;
}
@media (min-width: 0px) {
  .st-form__list-item {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__list-item {
    font-size: 24px;
    line-height: 1.4;
  }
}

.st-form__grouping {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px #dbdbdb solid;
}

.st-form__separator--top {
  padding-top: 20px;
  border-top: 1px #dbdbdb solid;
}

.st-form__separator--bottom {
  padding-bottom: 0px;
  border-bottom: 1px #dbdbdb solid;
  margin-bottom: 25px;
}

.st-form__field-textbox {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12px 12px;
  border: 1px solid #b0b0b0;
}
@media (min-width: 0px) {
  .st-form__field-textbox {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__field-textbox {
    line-height: 1.5;
  }
}

.st-form__field-textbox--credit-card {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12px 12px;
  border: 1px solid #b0b0b0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1'  fill='%230' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 114.872 114.872' style='enable-background:new 0 0 114.872 114.872;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M97.856,49.821c0.426-2.44,0.661-4.95,0.661-7.516C98.517,18.979,80.088,0,57.436,0C34.783,0,16.353,18.979,16.353,42.305 c0,2.566,0.236,5.074,0.663,7.516c-3.567,2.278-5.939,6.261-5.939,10.81v41.415c0,7.084,5.743,12.826,12.825,12.826h67.067 c7.08,0,12.822-5.742,12.822-12.826h0.004V60.631C103.795,56.083,101.425,52.099,97.856,49.821z M63.095,85.983v9 c0,3.128-2.534,5.662-5.661,5.662c-3.127,0-5.661-2.534-5.661-5.662v-9.004c-3.631-2.001-6.094-5.862-6.094-10.302 c0-6.492,5.263-11.756,11.757-11.756s11.758,5.264,11.758,11.756C69.194,80.119,66.729,83.983,63.095,85.983z M82.886,47.804 H31.985c-0.349-1.775-0.535-3.616-0.535-5.499c0-15.003,11.657-27.208,25.986-27.208c14.328,0,25.984,12.204,25.984,27.208 C83.42,44.188,83.236,46.029,82.886,47.804z'/%3E%3C/g%3E%3C/svg%3E") !important;
  padding-left: 37px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 12px center;
}
@media (min-width: 0px) {
  .st-form__field-textbox--credit-card {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__field-textbox--credit-card {
    line-height: 1.5;
  }
}

.st-form__field-textarea {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12px 12px;
  border: 1px solid #b0b0b0;
}
@media (min-width: 0px) {
  .st-form__field-textarea {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__field-textarea {
    line-height: 1.5;
  }
}
@media (min-width: 0px) {
  .st-form__field-textarea {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .st-form__field-textarea {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .st-form__field-textarea {
    height: 250px;
  }
}

.st-form__field-textarea--no-height {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12px 12px;
  border: 1px solid #b0b0b0;
}
@media (min-width: 0px) {
  .st-form__field-textarea--no-height {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__field-textarea--no-height {
    line-height: 1.5;
  }
}
.st-form__field-counter-label {
  display: inline-block;
  font-family: Lato, Arial, Courier;
  font-size: 16px;
  padding: 0 10px 0 0;
  height: 40px;
  text-align: left;
}
@media (min-width: 0px) {
  .st-form__field-counter-label {
    width: calc(100% - 140px);
  }
}
@media (min-width: 992px) {
  .st-form__field-counter-label {
    width: 200px;
  }
}

.st-form__field-counter-wrapper {
  display: block;
}

.st-form__field-counter-value {
  display: inline-block;
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-size: 16px;
  padding: 0 10px;
  height: 40px;
  text-align: center;
  width: 60px;
}

.st-form__field-counter-button--decrease {
  font-family: Lato, Arial, Courier;
  font-size: 20px;
  line-height: 0 !important;
  display: block;
  background: #ba3035;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border: 0;
  min-width: 45px;
  border-radius: 5px 0 0 5px;
}

.st-form__field-counter-button--increase {
  font-family: Lato, Arial, Courier;
  font-size: 20px;
  line-height: 0 !important;
  display: block;
  background: #ba3035;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border: 0;
  min-width: 45px;
  border-radius: 0 5px 5px 0;
}

.st-form__field-counter-label {
  display: block;
}

.st-form__field-counter {
  display: flex;
  overflow: auto;
}

.st-form__field-counter-textbox {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12px 12px;
  border: 1px solid #b0b0b0;
  width: unset;
  float: left;
  height: 45px;
  border-radius: 0px;
  max-width: 120px;
  border-left: 0px;
  border-right: 0px;
  width: 100%;
}
@media (min-width: 0px) {
  .st-form__field-counter-textbox {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__field-counter-textbox {
    line-height: 1.5;
  }
}

.st-form__field-counter-button--disabled {
  background-color: #dbdbdb;
}

.st-form__field-rating-button--off {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23ba3035' stroke-width='4' fill='%23ffffff' /%3E%3C/svg%3E");
}

.st-form__field-rating-button--on {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23ba3035' stroke-width='4' fill='%23ba3035' /%3E%3C/svg%3E");
}

.st-form__field-rating-label {
  font-family: Lato, Arial, Courier;
  font-size: 14px;
  font-weight: 800;
  height: 30px;
  background-color: #ba3035;
  position: relative;
  display: block;
  margin-left: 20px;
  line-height: 1.9;
  padding: 0 10px 0 5px;
  color: #fff;
}

.st-form__field-rating-label::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  left: -30px; /* 1px buffer for zooming problems while rendering*/
  border-width: 15px;
  border-color: transparent #ba3035 transparent transparent;
  border-style: solid;
}

.st-form__field-on-off {
  padding: 18px 20px;
  cursor: pointer;
  font-family: Lato, Arial, Courier;
  font-size: 16px;
  font-weight: 800;
}

.st-form__field-on-off--on {
  border: 1px #ba3035 solid;
  background: #ba3035;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22 2v20h-20v-20h20zm2-2h-24v24h24v-24zm-5.541 8.409l-1.422-1.409-7.021 7.183-3.08-2.937-1.395 1.435 4.5 4.319 8.418-8.591z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.st-form__field-on-off--off {
  border: 1px #ba3035 solid;
  background: #fff;
  color: #ba3035;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ba3035' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M22 2v20h-20v-20h20zm2-2h-24v24h24v-24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.st-form__field-on-off .st-form__field-on-off-label {
  padding-left: 38px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.st-form__field-on-off-caption {
  font-family: Lato, Arial, Courier;
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
  line-height: 1.6;
}

.st-form__field-options {
  padding: 8px 0 0 0;
  cursor: pointer;
  display: block;
}

.st-form__field-options .st-form__field-option--selected {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  background: #ffffff;
  box-shadow: inset 0px 0px 0px 7px #ba3035;
  border-radius: 20px;
}

.st-form__field-options .st-form__field-option--unselected {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 20px;
}

.st-form__field-options .st-form__field-on-off-label {
  padding-left: 38px;
  line-height: 1.4;
  font-family: Lato, Arial, Courier;
  font-size: 16px;
}

.st-form__field-card-select {
  display: flex;
  gap: 20px 15px;
  flex-wrap: wrap;
}

.st-form__field-card-img-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #f4f5f7;
  border-radius: 10px;
}

.st-form__field-card-wrapper {
  width: calc(50% - 18px);
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .st-form__field-card-wrapper {
    width: calc(25% - 18px);
  }
}

.st-form__field-card-select .st-form__field-card {
  width: 100%;
  line-height: 1.4;
  font-family: Lato, Arial, Courier;
  font-size: 12px;
  border-radius: 14px;
  text-align: center;
  opacity: 1;
}

.st-form__field-card-select .st-form__field-card--selected {
  width: 100%;
  line-height: 1.4;
  font-family: Lato, Arial, Courier;
  font-size: 12px;
  border-radius: 14px;
  text-align: center;
  opacity: 0.5;
}

.st-form__field-card-select .st-form__field-card .st-form__field-card-highlighted {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: transparent;
}

.st-form__field-card-check {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #6cc267;
  position: absolute;
  top: 8px;
  right: 8px;
  border: 3px solid #ffffff;
}

.st-form__field-card-check-icon {
  filter: brightness(0) invert(1);
  width: 23px;
  height: 23px;
  margin-top: 3px;
}

.st-form__field-card-select .st-form__field-card-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.st-form__field-card-select .st-form__field-card-label {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.4;
  font-family: Lato, Arial, Courier;
  font-size: 14px;
}

/*
.st-form__field-card-select .st-form__field-card--selected .st-form__field-card-label {
    margin: 10px 12px 20px 12px;
    line-height: 1.4;
    font-family: $text-font-family;
    font-size: 14px;
    color: $brand-red !important;
}*/
.st-form__field-dropdown {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 12px 12px;
  border: 1px solid #b0b0b0;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
}
@media (min-width: 0px) {
  .st-form__field-dropdown {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .st-form__field-dropdown {
    line-height: 1.5;
  }
}

.st-form .DateRangePickerInput,
.st-form__field-textbox--light-theme,
.st-form__field-textarea--light-theme,
.st-form__field-dropdown--light-theme {
  background: #fff;
  color: #000;
  box-shadow: none;
  border: 1px solid #000;
}

.st-form .DateRangePickerInput {
  border: 1px solid #b0b0b0 !important;
  max-width: 350px;
}

.st-form__field-textbox--light-theme-error,
.st-form__field-textarea--light-theme-error,
.st-form__field-dropdown--light-theme-error {
  border: 2px solid #f00;
}

.st-form__error-message {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #f00;
  margin-top: 3px;
}
@media (min-width: 0px) {
  .st-form__error-message {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__error-message {
    line-height: 1.4;
  }
}

.st-form__error-message::before {
  background: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 310.806 310.806' xml:space='preserve'&gt; &lt;path style='fill:red;' d='M305.095,229.104L186.055,42.579c-6.713-10.52-18.172-16.801-30.652-16.801c-12.481,0-23.94,6.281-30.651,16.801 L5.711,229.103c-7.145,11.197-7.619,25.39-1.233,37.042c6.386,11.647,18.604,18.883,31.886,18.883h238.079 c13.282,0,25.5-7.235,31.888-18.886C312.714,254.493,312.24,240.301,305.095,229.104z M155.403,253.631 c-10.947,0-19.82-8.874-19.82-19.82c0-10.947,8.874-19.821,19.82-19.821c10.947,0,19.82,8.874,19.82,19.821 C175.223,244.757,166.349,253.631,155.403,253.631z M182.875,115.9l-9.762,65.727c-1.437,9.675-10.445,16.353-20.119,14.916 c-7.816-1.161-13.676-7.289-14.881-14.692l-10.601-65.597c-2.468-15.273,7.912-29.655,23.185-32.123 c15.273-2.468,29.655,7.912,32.123,23.185C183.284,110.192,183.268,113.161,182.875,115.9z' /&gt;&lt;/svg&gt;");
  width: 15px;
  height: 15px;
  display: inline-block;
  content: " ";
  margin-right: 5px;
}

.st-form__submit {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
}
.st-form__submit:link {
  text-decoration: none;
}
.st-form__submit:visited {
  text-decoration: none;
}
.st-form__submit:hover {
  text-decoration: none;
}
.st-form__submit:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .st-form__submit {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__submit {
    line-height: 1.4;
  }
}
.st-form__submit:link {
  color: #fff !important;
}
.st-form__submit:visited {
  color: #fff !important;
}
.st-form__submit:hover {
  color: #fff !important;
}
.st-form__submit:active {
  color: #fff !important;
}
@media (min-width: 0px) {
  .st-form__submit {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .st-form__submit {
    font-size: 24px;
    line-height: 1.4;
  }
}

.js-modal-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10250;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .js-modal-window {
    z-index: 10300;
    background-color: #fff;
    top: 40px;
    left: 0px;
    right: 0px;
    margin: 0;
    border-radius: 0px;
    width: auto;
    bottom: 0px;
    position: fixed;
    overflow-y: scroll;
    height: calc(100vh - 40px);
  }
  .js-modal-body {
    padding: 25px 25px;
  }
  .js-modal-close-window {
    position: fixed;
    top: 0px;
    height: 50px;
    left: 0px;
    right: 0px;
    z-index: 10350;
    background-color: #fff;
  }
  .js-modal-close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    border: 0px;
    background-color: transparent;
    top: 15px;
    left: 25px;
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .js-modal-window {
    position: absolute;
    z-index: 10300;
    background-color: #fff;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
  }
  .js-modal-window .js-modal-body {
    padding: 15px 15px 105px 15px;
  }
  .js-modal-close-window {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 20px;
    height: 20px;
    z-index: 10300;
  }
  .js-modal-close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    border: 0px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
  }
}
.js-modal-button-full {
  width: 100%;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
}
.js-modal-button-full:link {
  color: #fff !important;
}
.js-modal-button-full:visited {
  color: #fff !important;
}
.js-modal-button-full:hover {
  color: #fff !important;
}
.js-modal-button-full:active {
  color: #fff !important;
}
.js-modal-button-full:link {
  text-decoration: none;
}
.js-modal-button-full:visited {
  text-decoration: none;
}
.js-modal-button-full:hover {
  text-decoration: none;
}
.js-modal-button-full:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .js-modal-button-full {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-modal-button-full {
    line-height: 1.4;
  }
}

.js-modal-button-full--alt {
  width: 100%;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
}
.js-modal-button-full--alt:link {
  color: #000;
}
.js-modal-button-full--alt:visited {
  color: #000;
}
.js-modal-button-full--alt:hover {
  color: #000;
}
.js-modal-button-full--alt:active {
  color: #000;
}
.js-modal-button-full--alt:link {
  text-decoration: none;
}
.js-modal-button-full--alt:visited {
  text-decoration: none;
}
.js-modal-button-full--alt:hover {
  text-decoration: none;
}
.js-modal-button-full--alt:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .js-modal-button-full--alt {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-modal-button-full--alt {
    line-height: 1.4;
  }
}

.js-modal-window .js-modal-body {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .js-modal-window .js-modal-body {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-modal-window .js-modal-body {
    line-height: 1.4;
  }
}

.js-modal-body .modal__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .js-modal-body .modal__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .js-modal-body .modal__title {
    font-size: 36px;
    line-height: 1.3;
  }
}

.js-modal-body .modal__subtitle {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .js-modal-body .modal__subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-modal-body .modal__subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}

.js-modal-body p {
  margin-bottom: 20px;
}

.js-modal-body a:link,
.js-modal-body a:active,
.js-modal-body a:hover,
.js-modal-body a:visited {
  color: #ba3035;
  font-weight: 700;
}
.js-modal-body a:link:link,
.js-modal-body a:active:link,
.js-modal-body a:hover:link,
.js-modal-body a:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.js-modal-body a:link:visited,
.js-modal-body a:active:visited,
.js-modal-body a:hover:visited,
.js-modal-body a:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.js-modal-body a:link:hover,
.js-modal-body a:active:hover,
.js-modal-body a:hover:hover,
.js-modal-body a:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.js-modal-body a:link:active,
.js-modal-body a:active:active,
.js-modal-body a:hover:active,
.js-modal-body a:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .js-modal-button-full--m {
    display: block;
  }
  .js-modal-button-full--d {
    display: none;
  }
}
@media (min-width: 768px) {
  .js-modal-button-full--m {
    display: none;
  }
  .js-modal-button-full--d {
    display: block;
  }
}
.product-card {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: unset;
  color: unset;
  margin-bottom: 24px;
}

.product-card-inner {
  background-color: #f4f5f7;
}

.product-card .castle-carousel {
  margin-bottom: 0px;
}

.product-card .castle-carousel__img {
  aspect-ratio: 1.35 !important;
}

a.product-card:hover,
a.product-card:link,
a.product-card:active,
a.product-card:visited {
  text-decoration: none !important;
}

.product-card .button.small {
  margin: 0;
}

@media (min-width: 0px) {
  .product-card,
  .product-card {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .product-card,
  .product-card {
    width: 50%;
  }
}
/*
@media(min-width: 1170px) {
    .product-card,
    .product-card {
        width: 33.333333%;
    }
}*/
.protect-card__body {
  padding: 30px 20px 40px 20px;
  text-align: left;
}
@media (min-width: 0px) {
  .protect-card__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .protect-card__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.product-card__call-to-action {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 13px 10px 13px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}
.product-card__call-to-action:link {
  text-decoration: none;
}
.product-card__call-to-action:visited {
  text-decoration: none;
}
.product-card__call-to-action:hover {
  text-decoration: none;
}
.product-card__call-to-action:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .product-card__call-to-action {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .product-card__call-to-action {
    line-height: 1.4;
  }
}
.product-card__call-to-action:link {
  color: #fff !important;
}
.product-card__call-to-action:visited {
  color: #fff !important;
}
.product-card__call-to-action:hover {
  color: #fff !important;
}
.product-card__call-to-action:active {
  color: #fff !important;
}
@media (min-width: 0px) {
  .product-card__call-to-action {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .product-card__call-to-action {
    line-height: 1.4;
  }
}
@media (min-width: 0px) {
  .product-card__call-to-action {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .product-card__call-to-action {
    margin-top: 22px;
  }
}

.protect-card__body-label,
.protect-card__body-label:hover {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 11px;
  line-height: 1.5;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #444;
  font-weight: 600;
}

.protect-card__body-name,
.protect-card__body-name:hover {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-weight: 800;
  line-height: 1.2 !important;
  color: #ba3035;
}
@media (min-width: 0px) {
  .protect-card__body-name,
  .protect-card__body-name:hover {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .protect-card__body-name,
  .protect-card__body-name:hover {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 0px) {
  .protect-card__body-name,
  .protect-card__body-name:hover {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .protect-card__body-name,
  .protect-card__body-name:hover {
    font-size: 22px;
  }
}

.protect-card__body-summary,
.protect-card__body-summary:hover {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  line-height: 1.3;
  color: #000;
  margin-top: 10px;
}
@media (min-width: 0px) {
  .protect-card__body-summary,
  .protect-card__body-summary:hover {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .protect-card__body-summary,
  .protect-card__body-summary:hover {
    line-height: 1.4;
  }
}

.protect-card__body-highlights {
  margin-top: 10px;
}

.protect-card__body-highlights__item,
.protect-card__body-highlights__item:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 14px;
  color: #000;
}
@media (min-width: 0px) {
  .protect-card__body-highlights__item,
  .protect-card__body-highlights__item:hover {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .protect-card__body-highlights__item,
  .protect-card__body-highlights__item:hover {
    line-height: 1.4;
  }
}

.protect-card__body-roundup,
.protect-card__body-roundup:hover {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  line-height: 1.3;
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}
@media (min-width: 0px) {
  .protect-card__body-roundup,
  .protect-card__body-roundup:hover {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .protect-card__body-roundup,
  .protect-card__body-roundup:hover {
    line-height: 1.4;
  }
}

.product-card__image {
  width: 100%;
  padding: 36.25%;
  box-sizing: border-box;
  position: relative;
  background-color: #f4f5f7;
  margin-bottom: 0px;
  overflow: hidden;
}

.product-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.review--light {
  background-repeat: no-repeat;
  background-position: 25px 20px;
  padding: 60px 25px 35px 25px;
  position: relative;
  border-radius: 10px;
  background-color: #f4f5f7;
  color: #000;
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"&gt;&lt;path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/&gt;&lt;/svg&gt;');
}

.review--dark {
  background-repeat: no-repeat;
  background-position: 25px 20px;
  padding: 60px 25px 35px 25px;
  position: relative;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"  fill="%23ffffff"&gt;&lt;path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/&gt;&lt;/svg&gt;');
}

.review--highlight {
  background-repeat: no-repeat;
  background-position: 25px 20px;
  padding: 60px 25px 35px 25px;
  position: relative;
  border-radius: 10px;
  background-color: #BA3035;
  color: #fff;
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23ffffff"&gt;&lt;path d="M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z"/&gt;&lt;/svg&gt;');
}

.review--highlight p {
  color: #fff !important;
}

.review--outline {
  background-repeat: no-repeat;
  background-position: 25px 20px;
  padding: 60px 25px 35px 25px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  color: #BA3035;
  border: 2px solid #BA3035;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23BA3035' viewBox='0 0 24 24'%3E%3Cpath d='M13 14.725c0-5.141 3.892-10.519 10-11.725l.984 2.126c-2.215.835-4.163 3.742-4.38 5.746 2.491.392 4.396 2.547 4.396 5.149 0 3.182-2.584 4.979-5.199 4.979-3.015 0-5.801-2.305-5.801-6.275zm-13 0c0-5.141 3.892-10.519 10-11.725l.984 2.126c-2.215.835-4.163 3.742-4.38 5.746 2.491.392 4.396 2.547 4.396 5.149 0 3.182-2.584 4.979-5.199 4.979-3.015 0-5.801-2.305-5.801-6.275z'/%3E%3C/svg%3E");
}

.review__taster {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0px;
  color: #484848;
  font-size: 15px;
}
@media (min-width: 0px) {
  .review__taster {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .review__taster {
    line-height: 1.4;
  }
}

.review__taster p {
  margin-bottom: 0 !important;
}

.review__header {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  font-size: 15px;
}
@media (min-width: 0px) {
  .review__header {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .review__header {
    line-height: 1.5;
  }
}

.review__body {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  font-size: 15px;
  color: #484848;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .review__body {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .review__body {
    line-height: 1.5;
  }
}

.review__identity {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .review__identity {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .review__identity {
    line-height: 1.5;
  }
}

.review__cta {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 13px 10px 13px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 20px;
}
.review__cta:link {
  text-decoration: none;
}
.review__cta:visited {
  text-decoration: none;
}
.review__cta:hover {
  text-decoration: none;
}
.review__cta:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .review__cta {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .review__cta {
    line-height: 1.4;
  }
}
.review__cta:link {
  color: #fff !important;
}
.review__cta:visited {
  color: #fff !important;
}
.review__cta:hover {
  color: #fff !important;
}
.review__cta:active {
  color: #fff !important;
}
@media (min-width: 0px) {
  .review__cta {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .review__cta {
    line-height: 1.4;
  }
}

.review--highlight .review__cta {
  border: 1px solid #fff;
}

.explore-search-bar .js-dp-field {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  padding: 10px 0px 10px 20px;
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23000000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M6 1H8V5H6zM16 1H18V5H16z'/%3E%3Cpath d='M21,3H3v18h18V3z M19,19H5V8h14V19z'/%3E%3C/svg%3E");
  color: #000;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 300px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 4px;
}
@media (min-width: 0px) {
  .explore-search-bar .js-dp-field {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .explore-search-bar .js-dp-field {
    line-height: 1.4;
  }
}

.explore-search-bar .js-dp-field__start,
.explore-search-bar .js-dp-field__end {
  display: inline-block;
}

.explore-search-bar .explore-search-bar__button {
  border-radius: 8px;
  font-weight: 700;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  padding: 12px 23px 12px 23px;
  display: inline-block;
  font-size: 14px;
  margin-left: 6px;
}
.explore-search-bar .explore-search-bar__button:link {
  text-decoration: none;
}
.explore-search-bar .explore-search-bar__button:visited {
  text-decoration: none;
}
.explore-search-bar .explore-search-bar__button:hover {
  text-decoration: none;
}
.explore-search-bar .explore-search-bar__button:active {
  text-decoration: none;
}
.explore-search-bar .explore-search-bar__button:link {
  color: #fff !important;
}
.explore-search-bar .explore-search-bar__button:visited {
  color: #fff !important;
}
.explore-search-bar .explore-search-bar__button:hover {
  color: #fff !important;
}
.explore-search-bar .explore-search-bar__button:active {
  color: #fff !important;
}

.explore-search-bar .js-dp-field__end:before {
  padding-left: 2px;
  padding-right: 2px;
  content: "-";
}

@media (max-width: 768px) {
  .explore-search-bar .js-dp-field {
    width: 100%;
    display: block;
  }
  .explore-search-bar .explore-search-bar__button {
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-top: 8px;
  }
}
.explore-search-bar__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .explore-search-bar__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .explore-search-bar__title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.explore-search-bar__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .explore-search-bar__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .explore-search-bar__text {
    line-height: 1.4;
  }
}

.js-dp-modal__background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10250;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.js-dp-modal__window {
  box-sizing: content-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  .js-dp-modal__window {
    position: fixed;
    background-color: #fff;
    top: 100px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 111250;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.js-dp-modal__date-summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 0px) {
  .js-dp-modal__date-summary {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .js-dp-modal__date-summary {
    line-height: 1.5;
  }
}

.js-dp-modal-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .js-dp-modal-close {
    top: 15px;
    right: 15px;
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .js-dp-modal__window {
    width: 620px;
    border-radius: 10px;
    padding: 20px;
  }
  .js-dp-modal-close,
  .js-dp-modal-close-window {
    display: none;
  }
}
.CalendarDay__selected,
.CalendarDay__selected_start,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #BA3035 !important;
  border: 1px double #BA3035 !important;
  color: #fff !important;
}

.CalendarDay__selected_span {
  background: #e4e7e7 !important;
  border: 1px double #e4e7e7 !important;
  color: #fff !important;
}

.CalendarDay__selected_span:active, .CalendarDay__selected_span:hover {
  background: #BA3035 !important;
  border: 1px double #BA3035 !important;
  color: #fff !important;
}

.CalendarDay__hovered_span, .CalendarDay__hovered_span:hover {
  background: #e4e7e7 !important;
  border: 1px double #e4e7e7 !important;
  color: #fff !important;
}

.js-dp-modal__background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10250;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.js-dp-modal__window {
  box-sizing: content-box;
  background-color: #fff;
  left: 50%;
  margin-left: -300px;
  margin-top: 40px;
  position: absolute;
}
@media (max-width: 767px) {
  .js-dp-modal__window {
    position: fixed;
    background-color: #fff;
    top: 100px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 111250;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.js-dp-modal__date-title {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 0px) {
  .js-dp-modal__date-title {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-dp-modal__date-title {
    line-height: 1.4;
  }
}

.js-dp-modal__date-summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 0px) {
  .js-dp-modal__date-summary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-dp-modal__date-summary {
    line-height: 1.4;
  }
}

.js-dp-modal__clearlink {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #ba3035;
  font-weight: 700;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
@media (min-width: 0px) {
  .js-dp-modal__clearlink {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .js-dp-modal__clearlink {
    line-height: 1.4;
  }
}
.js-dp-modal__clearlink:link {
  color: #ba3035;
  text-decoration: none;
}
.js-dp-modal__clearlink:visited {
  color: #ba3035;
  text-decoration: none;
}
.js-dp-modal__clearlink:hover {
  color: #ba3035;
  text-decoration: underline;
}
.js-dp-modal__clearlink:active {
  color: #ba3035;
  text-decoration: underline;
}

.js-dp-modal-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .js-dp-modal-close {
    top: 15px;
    right: 15px;
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .js-dp-modal__window {
    width: 620px;
    border-radius: 10px;
    padding: 20px;
  }
  .js-dp-modal-close,
  .js-dp-modal-close-window {
    display: none;
  }
}
.js-dp-modal__calendarday {
  position: relative;
}

.js-dp-modal__tooltip {
  position: absolute;
  top: -50px;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #757575;
  font-weight: 600;
}

.js-dp-modal__calendarday .js-dp-modal__calendardate {
  position: relative;
  font-size: 14px;
}

.js-dp-modal__calendarday .js-dp-modal__calendarfrom {
  font-size: 9px;
}

.b-ui-calendarday {
  height: 100%;
  position: relative;
}

.b-ui-calendarday--fully-booked {
  background: linear-gradient(125deg, rgba(0, 0, 0, 0) 48%, #c8ced0 50%, rgba(0, 0, 0, 0) 52%);
  color: #c8ced0;
  height: 100%;
}

.CalendarDay__selected .b-ui-calendarday--fully-booked {
  color: #fff;
}

.b-ui-calendarday--fully-booked .b-ui-calendar-date,
.b-ui-calendarday .b-ui-calendar-date {
  position: relative;
  font-size: 14px;
  padding-top: 5px;
}

.b-ui-calendarday--fully-booked .b-ui-calendar-from,
.b-ui-calendarday .b-ui-calendar-from {
  font-size: 9px;
}

.CalendarDay {
  padding-top: 0px !important;
}

.banner-voucher {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #fff;
  background-color: #27BAA1;
  background-image: url("/img/vouchers/banner-image.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 0px) {
  .banner-voucher {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 520px) {
  .banner-voucher {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-voucher {
    height: 244px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-voucher {
    height: 290px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-voucher {
    width: 100%;
  }
}
@media (min-width: 0px) {
  .banner-voucher {
    background-position: right 10px center;
  }
}
@media (min-width: 992px) {
  .banner-voucher {
    background-position: right 40px center;
  }
}

a.banner-voucher:link,
a.banner-voucher:hover,
a.banner-voucher:visited,
a.banner-voucher:active {
  text-decoration: none;
  color: #fff;
}

.banner-voucher__body {
  display: block;
  text-align: center;
  padding-left: 7px;
  padding-right: 12px;
}
@media (min-width: 0px) {
  .banner-voucher__body {
    width: 44%;
  }
}
@media (min-width: 520px) {
  .banner-voucher__body {
    width: 60%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .banner-voucher__body {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .banner-voucher__body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.banner-voucher__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  display: block;
}
@media (min-width: 0px) {
  .banner-voucher__headline {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .banner-voucher__headline {
    font-size: 36px;
    line-height: 1.3;
  }
}

.banner-voucher__subheader {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  display: block;
}
@media (min-width: 0px) {
  .banner-voucher__subheader {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-voucher__subheader {
    line-height: 1.5;
  }
}

.banner-voucher__button {
  display: inline-block;
}
@media (min-width: 0px) {
  .banner-voucher__button {
    margin-top: 8px;
    text-decoration: underline;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .banner-voucher__button {
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .banner-voucher__button {
    line-height: 1.5;
  }
}
@media (min-width: 520px) {
  .banner-voucher__button {
    margin-top: 18px;
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    color: #27BAA1;
    background-color: #fff;
    text-decoration: none;
  }
  .banner-voucher__button:link {
    text-decoration: none;
  }
  .banner-voucher__button:visited {
    text-decoration: none;
  }
  .banner-voucher__button:hover {
    text-decoration: none;
  }
  .banner-voucher__button:active {
    text-decoration: none;
  }
}
@media (min-width: 520px) and (min-width: 0px) {
  .banner-voucher__button {
    line-height: 1.4;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .banner-voucher__button {
    line-height: 1.4;
  }
}

.banner-expert {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #fff;
  background-color: #BA3035;
  background-image: url("/Media/tour-experts/banner-image.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 0px) {
  .banner-expert {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 520px) {
  .banner-expert {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-expert {
    height: 244px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-expert {
    height: 290px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-expert {
    width: 100%;
  }
}
@media (min-width: 0px) {
  .banner-expert {
    background-position: right 10px center;
  }
}
@media (min-width: 992px) {
  .banner-expert {
    background-position: right 40px center;
  }
}

a.banner-expert:link,
a.banner-expert:hover,
a.banner-expert:visited,
a.banner-expert:active {
  text-decoration: none;
  color: #fff;
}

.banner-expert__body {
  display: block;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 0px) {
  .banner-expert__body {
    width: 58%;
  }
}
@media (min-width: 520px) {
  .banner-expert__body {
    width: 68%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .banner-expert__body {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .banner-expert__body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.banner-expert__image {
  display: inline-block;
  border-radius: 200px;
  max-width: 240px;
  max-height: 240px;
  margin: 0 auto;
}
@media (min-width: 0px) {
  .banner-expert__image {
    width: 40%;
  }
}
@media (min-width: 520px) {
  .banner-expert__image {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .banner-expert__image {
    width: 25%;
  }
}

.banner-expert__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  display: block;
  line-height: 1 !important;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .banner-expert__headline {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .banner-expert__headline {
    font-size: 36px;
    line-height: 1.3;
  }
}

.banner-expert__subheader {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  display: block;
}
@media (min-width: 0px) {
  .banner-expert__subheader {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-expert__subheader {
    line-height: 1.5;
  }
}

.banner-expert__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  display: block;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 0px) {
  .banner-expert__text {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-expert__text {
    line-height: 1.5;
  }
}

.banner-expert__items_header {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 800;
  text-align: left;
}
@media (min-width: 0px) {
  .banner-expert__items_header {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-expert__items_header {
    line-height: 1.5;
  }
}

.banner-expert__items {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  margin-top: 10px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 0px) {
  .banner-expert__items {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-expert__items {
    line-height: 1.5;
  }
}

.banner-expert__item {
  width: 33.33333%;
  display: block;
  float: left;
  text-align: left;
}

.banner-expert__item::before {
  content: "";
  mask-image: url(/svg/icons/tick.svg?v=oxQW0ZMEbhJk8SLUvmD6iSbWLwI);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 14px;
  background-size: 18px 18px;
  background-color: #ffffff;
  margin-right: 15px;
}

.banner-expert__button {
  display: inline-block;
}
@media (min-width: 0px) {
  .banner-expert__button {
    margin-top: 8px;
    text-decoration: underline;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .banner-expert__button {
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .banner-expert__button {
    line-height: 1.5;
  }
}
@media (min-width: 520px) {
  .banner-expert__button {
    margin-top: 18px;
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    color: #BA3035;
    background-color: #fff;
    text-decoration: none;
  }
  .banner-expert__button:link {
    text-decoration: none;
  }
  .banner-expert__button:visited {
    text-decoration: none;
  }
  .banner-expert__button:hover {
    text-decoration: none;
  }
  .banner-expert__button:active {
    text-decoration: none;
  }
}
@media (min-width: 520px) and (min-width: 0px) {
  .banner-expert__button {
    line-height: 1.4;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .banner-expert__button {
    line-height: 1.4;
  }
}

.banner-google-review {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #fff;
  background-color: #ffffff;
  border: #cacaca 1px solid;
  height: auto !important;
  min-height: 290px;
}
@media (min-width: 0px) {
  .banner-google-review {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 520px) {
  .banner-google-review {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-google-review {
    height: 244px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-google-review {
    height: 290px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-google-review {
    width: 100%;
  }
}
a.banner-google-review:link,
a.banner-google-review:hover,
a.banner-google-review:visited,
a.banner-google-review:active {
  text-decoration: none;
  color: #000;
}

.banner-google-review__body {
  display: block;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .banner-google-review__body {
    width: 60%;
  }
}

.banner-google__google-logo {
  max-width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 18px !important;
}

.banner-google-review__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  line-height: 1.2 !important;
  width: 100%;
  margin-bottom: 8px !important;
  display: block;
  margin-top: 12px;
}
@media (min-width: 0px) {
  .banner-google-review__headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .banner-google-review__headline {
    font-size: 24px;
    line-height: 1.25;
  }
}

.banner-google-review__subheader {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  display: block;
}
@media (min-width: 0px) {
  .banner-google-review__subheader {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-google-review__subheader {
    line-height: 1.5;
  }
}

.banner-google-review__button {
  display: inline-block;
  margin-bottom: 12px;
}
@media (min-width: 0) {
  .banner-google-review__button {
    margin-top: 12px;
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    color: #fff;
    background-color: #4285f4;
    text-decoration: none;
  }
  .banner-google-review__button:link {
    text-decoration: none;
  }
  .banner-google-review__button:visited {
    text-decoration: none;
  }
  .banner-google-review__button:hover {
    text-decoration: none;
  }
  .banner-google-review__button:active {
    text-decoration: none;
  }
}
@media (min-width: 0) and (min-width: 0px) {
  .banner-google-review__button {
    line-height: 1.4;
  }
}
@media (min-width: 0) and (min-width: 992px) {
  .banner-google-review__button {
    line-height: 1.4;
  }
}

.banner-as-featured {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.banner-as-featured__title {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
}
@media (min-width: 0px) {
  .banner-as-featured__title {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-as-featured__title {
    line-height: 1.5;
  }
}

@media (min-width: 0px) {
  .banner-as-featured__r2 {
    max-width: 70px;
  }
  .banner-as-featured__c4 {
    max-width: 26px;
    margin: 0 12px;
  }
  .banner-as-featured__nyt {
    max-width: 190px;
  }
  .banner-as-featured__title {
    margin: 4px;
  }
}
@media (min-width: 768px) {
  .banner-as-featured__r2 {
    max-width: 140px;
  }
  .banner-as-featured__c4 {
    max-width: 52px;
    margin: 0 25px;
  }
  .banner-as-featured__nyt {
    max-width: 290px;
  }
  .banner-as-featured__title {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .banner-as-featured__r2 {
    max-width: 170px;
  }
  .banner-as-featured__c4 {
    max-width: 64px;
    margin: 0 35px;
  }
  .banner-as-featured__nyt {
    max-width: 390px;
  }
}
.keyword-search__text-field-wrapper {
  border-left: 2px solid #ddd;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background: #fff;
  color: #000;
  padding-left: 0;
  border-radius: 5px 0 0 5px;
  display: block;
  float: left;
  height: 46px;
  width: calc(100% - 68px);
}

.keyword-search__text-field {
  border: 0;
  background-color: transparent;
  color: #000;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  width: calc(100% - 45px);
}
@media (min-width: 0px) {
  .keyword-search__text-field {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .keyword-search__text-field {
    line-height: 1.5;
  }
}
.keyword-search__text-field-wrapper input:focus,
.keyword-search__text-field-wrapper button:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.keyword-search__button {
  border: 0;
  background-color: transparent;
  color: #000;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  padding: 0;
}

.keyword-search__button::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='240px' height='240px'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  border: 0;
  color: #000;
  width: 68px;
  height: 46px;
  border-radius: 0 5px 5px 0;
  border-top: 2px solid #ba3035;
  border-right: 2px solid #ba3035;
  border-bottom: 2px solid #ba3035;
  content: " ";
  background-color: #ba3035;
  display: inline-block;
}

.thumbnail-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
}

.thumbnail-gallery__item {
  width: 25%;
  padding: 4px;
}
@media (max-width: 774px) {
  .thumbnail-gallery__item {
    width: 33.33333%;
  }
}
@media (max-width: 524px) {
  .thumbnail-gallery__item {
    width: 50%;
  }
}

.thumbnail-gallery__image {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.corporate-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 0px) {
  .corporate-logos {
    gap: 20px 40px; /* vertical and horizontal spacing */
  }
}
@media (min-width: 520px) {
  .corporate-logos {
    gap: 30px 60px; /* vertical and horizontal spacing */
  }
}

.corporate-logos__item {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corporate-logos__image {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (min-width: 0px) {
  .corporate-logos__image {
    max-height: 50px;
  }
}
@media (min-width: 520px) {
  .corporate-logos__image {
    max-height: 80px;
  }
}

.banner-mailing-list {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #fff;
  background-color: #BA3035;
}
@media (min-width: 0px) {
  .banner-mailing-list {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 520px) {
  .banner-mailing-list {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-mailing-list {
    height: 244px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-mailing-list {
    height: 290px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-mailing-list {
    width: 100%;
  }
}
a.banner-mailing-list:link,
a.banner-mailing-list:hover,
a.banner-mailing-list:visited,
a.banner-mailing-list:active {
  text-decoration: none;
  color: #fff;
}

.banner-mailing-list__body {
  display: block;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .banner-mailing-list__body {
    width: 60%;
  }
}

.banner-mailing-list__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  width: 100%;
}
@media (min-width: 0px) {
  .banner-mailing-list__headline {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .banner-mailing-list__headline {
    font-size: 36px;
    line-height: 1.3;
  }
}

.banner-mailing-list__subheader {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  display: block;
}
@media (min-width: 0px) {
  .banner-mailing-list__subheader {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-mailing-list__subheader {
    line-height: 1.5;
  }
}

.banner-mailing-list__button {
  display: inline-block;
}
@media (min-width: 0px) {
  .banner-mailing-list__button {
    margin-top: 8px;
    text-decoration: underline;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .banner-mailing-list__button {
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .banner-mailing-list__button {
    line-height: 1.5;
  }
}
@media (min-width: 520px) {
  .banner-mailing-list__button {
    margin-top: 18px;
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    color: #BA3035;
    background-color: #fff;
    text-decoration: none;
  }
  .banner-mailing-list__button:link {
    text-decoration: none;
  }
  .banner-mailing-list__button:visited {
    text-decoration: none;
  }
  .banner-mailing-list__button:hover {
    text-decoration: none;
  }
  .banner-mailing-list__button:active {
    text-decoration: none;
  }
}
@media (min-width: 520px) and (min-width: 0px) {
  .banner-mailing-list__button {
    line-height: 1.4;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .banner-mailing-list__button {
    line-height: 1.4;
  }
}

.banner-tour-expert {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #fff;
  background-color: #BA3035;
  background-image: url("/Media/tour-experts/banner-image.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width: 0px) {
  .banner-tour-expert {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 520px) {
  .banner-tour-expert {
    height: 212px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-tour-expert {
    height: 244px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .banner-tour-expert {
    height: 290px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-tour-expert {
    width: 100%;
  }
}
@media (min-width: 0px) {
  .banner-tour-expert {
    background-position: right 10px center;
  }
}
@media (min-width: 992px) {
  .banner-tour-expert {
    background-position: right 40px center;
  }
}

a.banner-tour-expert:link,
a.banner-tour-expert:hover,
a.banner-tour-expert:visited,
a.banner-tour-expert:active {
  text-decoration: none;
  color: #fff;
}

.banner-tour-expert__body {
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 0px) {
  .banner-tour-expert__body {
    width: 72%;
  }
}
@media (min-width: 520px) {
  .banner-tour-expert__body {
    width: 68%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .banner-tour-expert__body {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .banner-tour-expert__body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.banner-tour-expert__image {
  display: inline-block;
  border-radius: 200px;
  max-width: 240px;
  max-height: 240px;
  margin: 0 auto;
}
@media (min-width: 0px) {
  .banner-tour-expert__image {
    width: 25%;
  }
}
@media (min-width: 520px) {
  .banner-tour-expert__image {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .banner-tour-expert__image {
    width: 25%;
  }
}

.banner-tour-expert__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  display: block;
  line-height: 1 !important;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .banner-tour-expert__headline {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .banner-tour-expert__headline {
    font-size: 36px;
    line-height: 1.3;
  }
}

.banner-tour-expert__subheader {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
@media (min-width: 0px) {
  .banner-tour-expert__subheader {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .banner-tour-expert__subheader {
    line-height: 1.4;
  }
}

.banner-tour-expert__button {
  display: inline-block;
}
@media (min-width: 0px) {
  .banner-tour-expert__button {
    margin-top: 8px;
    text-decoration: underline;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (min-width: 0px) and (min-width: 0px) {
  .banner-tour-expert__button {
    line-height: 1.5;
  }
}
@media (min-width: 0px) and (min-width: 992px) {
  .banner-tour-expert__button {
    line-height: 1.5;
  }
}
@media (min-width: 520px) {
  .banner-tour-expert__button {
    margin-top: 18px;
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    color: #BA3035;
    background-color: #fff;
    text-decoration: none;
  }
  .banner-tour-expert__button:link {
    text-decoration: none;
  }
  .banner-tour-expert__button:visited {
    text-decoration: none;
  }
  .banner-tour-expert__button:hover {
    text-decoration: none;
  }
  .banner-tour-expert__button:active {
    text-decoration: none;
  }
}
@media (min-width: 520px) and (min-width: 0px) {
  .banner-tour-expert__button {
    line-height: 1.4;
  }
}
@media (min-width: 520px) and (min-width: 992px) {
  .banner-tour-expert__button {
    line-height: 1.4;
  }
}

.simple-carousel {
  width: 100%;
  position: relative;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.simple-carousel__button-left {
  left: 0px;
  width: 40px;
  position: absolute;
  border: 0px;
  display: block;
  z-index: 90;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
}

.simple-carousel__button-right {
  right: 0px;
  width: 40px;
  position: absolute;
  border: 0px;
  z-index: 90;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%);
}

.simple-carousel__button-left::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' mirror-in-rtl='true'%3E%3Cpath fill='%230' d='M13.75 22.987l-7.99-9c-.51-.57-.76-1.28-.76-1.99s.25-1.42.74-1.98c.01 0 .01-.01.01-.01l.02-.02 7.98-8.98c1.1-1.24 3.002-1.35 4.242-.25 1.24 1.1 1.35 3 .25 4.23l-6.23 7.01 6.23 7.01c1.1 1.24.99 3.13-.25 4.24-1.24 1.1-3.13.98-4.24-.26z'/%3E%3C/svg%3E");
  z-index: 91;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center left;
  content: " ";
}

.simple-carousel__button-right::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' mirror-in-rtl='true'%3E%3Cpath fill='%230' d='M10.25 22.987l7.99-9c.51-.57.76-1.28.76-1.99s-.25-1.42-.74-1.98c-.01 0-.01-.01-.01-.01l-.02-.02-7.98-8.98c-1.1-1.24-3.002-1.35-4.242-.25-1.24 1.1-1.35 3-.25 4.23l6.23 7.01-6.23 7.01c-1.1 1.24-.99 3.13.25 4.24 1.24 1.1 3.13.98 4.24-.26z'/%3E%3C/svg%3E");
  z-index: 91;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center right;
  content: " ";
}

@media (max-width: 768px) {
  .simple-carousel__button-left,
  .simple-carousel__button-right {
    display: none;
  }
}

.simple-carousel__button-hidden {
  display: none;
}

.simple-carousel__wrapper {
  width: 100%;
  height: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  display: flex;
  gap: 6px;
}

.simple-carousel__wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent; /* make scrollbar transparent */
}

.simple-carousel__item {
  width: auto;
  background-color: transparent;
}

.simple-carousel__item:first-of-type {
  padding-left: 0px;
}

.simple-carousel__item:last-of-type {
  padding-right: 0px;
}

.carousel__tab {
  border-radius: 8px;
  font-weight: 700;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 13px 10px 13px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  margin: 0 13px 0 0;
  border-radius: 10px;
}
.carousel__tab:link {
  text-decoration: none;
}
.carousel__tab:visited {
  text-decoration: none;
}
.carousel__tab:hover {
  text-decoration: none;
}
.carousel__tab:active {
  text-decoration: none;
}
.carousel__tab:link {
  color: #000;
}
.carousel__tab:visited {
  color: #000;
}
.carousel__tab:hover {
  color: #000;
}
.carousel__tab:active {
  color: #000;
}
.carousel__tab:link {
  text-decoration: none;
}
.carousel__tab:visited {
  text-decoration: none;
}
.carousel__tab:hover {
  text-decoration: none;
}
.carousel__tab:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .carousel__tab {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .carousel__tab {
    line-height: 1.4;
  }
}

.banner-announcement__wrapper {
  display: flex;
  align-items: center; /* Aligns items vertically */
  justify-content: space-between; /* Keeps spacing balanced */
  margin: auto; /* Centers the container */
  background-color: #3C6547;
  overflow: hidden;
  height: 600px;
}
@media (min-width: 768px) {
  .banner-announcement__wrapper {
    height: 350px;
    gap: 40px; /* Adds spacing between elements */
  }
}

.banner-announcement__image {
  flex: 1.3;
  max-width: 50%;
  overflow: hidden;
  position: relative;
  height: 450px;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .banner-announcement__image {
    height: 100%; /* Ensure it takes the full height of the parent */
  }
}

.banner-announcement__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image fills the container */
  position: absolute;
  top: 0;
  left: 0;
}

.banner-announcement__summary {
  flex: 0.7;
  max-width: 50%;
  padding: 20px 15px 30px 15px;
}
@media (min-width: 768px) {
  .banner-announcement__summary {
    padding: 0 20px 0 0;
  }
}

@media (max-width: 768px) {
  .banner-announcement__wrapper {
    flex-direction: column; /* Stacks elements vertically */
    text-align: center; /* Centers text for better appearance */
  }
  .banner-announcement__image, .banner-announcement__summary {
    max-width: 100%; /* Full width in mobile view */
  }
}
.banner-announcement__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  display: block;
  color: #fff !important;
  margin-bottom: 5px;
  max-width: 500px;
}
@media (min-width: 0px) {
  .banner-announcement__headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .banner-announcement__headline {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .banner-announcement__headline {
    max-width: unset;
  }
}

.banner-announcement__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  display: block;
  color: #fff !important;
  max-width: 500px;
}
@media (min-width: 0px) {
  .banner-announcement__text {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .banner-announcement__text {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .banner-announcement__text {
    max-width: unset;
  }
}

.banner-announcement__cta-button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #ffffff;
  margin-right: 8px;
  display: inline-block;
  margin-top: 20px;
}
.banner-announcement__cta-button:link {
  text-decoration: none;
}
.banner-announcement__cta-button:visited {
  text-decoration: none;
}
.banner-announcement__cta-button:hover {
  text-decoration: none;
}
.banner-announcement__cta-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .banner-announcement__cta-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .banner-announcement__cta-button {
    line-height: 1.4;
  }
}
.banner-announcement__cta-button:link {
  color: #fff !important;
}
.banner-announcement__cta-button:visited {
  color: #fff !important;
}
.banner-announcement__cta-button:hover {
  color: #fff !important;
}
.banner-announcement__cta-button:active {
  color: #fff !important;
}

.static-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .static-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .static-cards {
    gap: 40px;
  }
}

.static-card__img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
  margin-bottom: 20px;
}

.static-card__headline,
a:link .static-card__headline,
a:active .static-card__headline,
a:hover .static-card__headline,
a:visited .static-card__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-weight: 800;
  margin-bottom: 8px;
  display: block;
  flex-shrink: 1;
  color: #000000;
}
@media (min-width: 0px) {
  .static-card__headline,
  a:link .static-card__headline,
  a:active .static-card__headline,
  a:hover .static-card__headline,
  a:visited .static-card__headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .static-card__headline,
  a:link .static-card__headline,
  a:active .static-card__headline,
  a:hover .static-card__headline,
  a:visited .static-card__headline {
    font-size: 24px;
    line-height: 1.25;
  }
}

.static-card__summary,
a:link .static-card__summary,
a:active .static-card__summary,
a:hover .static-card__summary,
a:visited .static-card__summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
  margin-top: 6px;
  display: -webkit-box;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
}
@media (min-width: 0px) {
  .static-card__summary,
  a:link .static-card__summary,
  a:active .static-card__summary,
  a:hover .static-card__summary,
  a:visited .static-card__summary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .static-card__summary,
  a:link .static-card__summary,
  a:active .static-card__summary,
  a:hover .static-card__summary,
  a:visited .static-card__summary {
    line-height: 1.4;
  }
}
@media (min-width: 0px) {
  .static-card__summary,
  a:link .static-card__summary,
  a:active .static-card__summary,
  a:hover .static-card__summary,
  a:visited .static-card__summary {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .static-card__summary,
  a:link .static-card__summary,
  a:active .static-card__summary,
  a:hover .static-card__summary,
  a:visited .static-card__summary {
    line-height: 1.5;
  }
}

.static-card__cta-link {
  color: #ba3035;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
}
.static-card__cta-link:link {
  color: #ba3035;
  text-decoration: none;
}
.static-card__cta-link:visited {
  color: #ba3035;
  text-decoration: none;
}
.static-card__cta-link:hover {
  color: #ba3035;
  text-decoration: underline;
}
.static-card__cta-link:active {
  color: #ba3035;
  text-decoration: underline;
}
.static-card__cta-link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' fill='%23BA3035'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'/%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 10px 10px;
  content: " ";
  width: 10px;
  height: 15px;
  margin-left: 2px;
}
@media (min-width: 0px) {
  .static-card__cta-link {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .static-card__cta-link {
    line-height: 1.5;
  }
}

.header-carousel {
  display: block;
}

@media (min-width: 992px) {
  .header-carousel {
    display: none;
  }
}
.castle-carousel {
  width: 100%;
  position: relative;
  margin: 0;
  /*max-width:580px;*/
  position: relative;
  overflow: visible;
}

.castle-carousel__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 8px;
}

.castle-carousel__counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 8px;
}

.castle-carousel-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  scroll-snap-type: x mandatory;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.castle-carousel-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent; /* make scrollbar transparent */
}

.castle-carousel__item--gallery {
  width: 100%;
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.castle-carousel__item--card {
  width: 221.25px;
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.castle-carousel__item--card:last-of-type {
  margin-right: 0;
}

.castle-carousel__item-card-headline {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-shrink: 1;
}
@media (min-width: 0px) {
  .castle-carousel__item-card-headline {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__item-card-headline {
    line-height: 1.4;
  }
}

.castle-carousel__item-card-summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .castle-carousel__item-card-summary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__item-card-summary {
    line-height: 1.4;
  }
}

.castle-carousel__item-card-button {
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 10px 8px 10px;
  display: inline-block;
  margin-top: 3px;
}
.castle-carousel__item-card-button:link {
  color: #fff !important;
}
.castle-carousel__item-card-button:visited {
  color: #fff !important;
}
.castle-carousel__item-card-button:hover {
  color: #fff !important;
}
.castle-carousel__item-card-button:active {
  color: #fff !important;
}
.castle-carousel__item-card-button:link {
  text-decoration: none;
}
.castle-carousel__item-card-button:visited {
  text-decoration: none;
}
.castle-carousel__item-card-button:hover {
  text-decoration: none;
}
.castle-carousel__item-card-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-carousel__item-card-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__item-card-button {
    line-height: 1.4;
  }
}

.castle-carousel__img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.castle-carousel__prev-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  left: 8px;
}
.castle-carousel__prev-button:hover {
  opacity: 1;
}
.castle-carousel__prev-button:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M30.83 14.83l-2.83-2.83-12 12 12 12 2.83-2.83-9.17-9.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.castle-carousel__next-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  right: 8px;
}
.castle-carousel__next-button:hover {
  opacity: 1;
}
.castle-carousel__next-button:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M20 12l-2.83 2.83 9.17 9.17-9.17 9.17 2.83 2.83 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.castle-carousel__prev-button--card {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  left: 8px;
  /* bit of a hacky way to hide buttons on mobile */
}
.castle-carousel__prev-button--card:hover {
  opacity: 1;
}
.castle-carousel__prev-button--card:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M30.83 14.83l-2.83-2.83-12 12 12 12 2.83-2.83-9.17-9.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 524px) {
  .castle-carousel__prev-button--card {
    left: -1000px;
  }
}

.castle-carousel__next-button--card {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  right: 8px;
}
.castle-carousel__next-button--card:hover {
  opacity: 1;
}
.castle-carousel__next-button--card:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M20 12l-2.83 2.83 9.17 9.17-9.17 9.17 2.83 2.83 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 524px) {
  .castle-carousel__next-button--card {
    left: -1000px;
  }
}

.castle-carousel__header {
  margin-bottom: 20px;
}

.castle-carousel__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .castle-carousel__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.castle-carousel__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .castle-carousel__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__text {
    line-height: 1.4;
  }
}

.header-carousel {
  display: block;
}

@media (min-width: 992px) {
  .header-carousel {
    display: none;
  }
}
.card-carousel {
  width: 100%;
  position: relative;
  margin: 0;
  /*max-width:580px;*/
  position: relative;
  overflow: visible;
}

.card-carousel__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 8px;
}

.card-carousel__counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 8px;
}

.card-carousel-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  scroll-snap-type: x mandatory;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.card-carousel-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent; /* make scrollbar transparent */
}

.card-carousel__item--gallery {
  width: 100%;
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.card-carousel__item--card {
  width: calc(33.33333% - 13.333333px);
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
}

@media (max-width: 520px) {
  .card-carousel__item--card {
    width: 70%;
  }
}
@media (min-width: 520px) and (max-width: 992px) {
  .card-carousel__item--card {
    width: calc(50% - 10px);
  }
}
.card-carousel__item--spotlight {
  width: calc(33.33333% - 26.666666666px);
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/20;
  width: 70%;
}
@media (min-width: 520px) {
  .card-carousel__item--spotlight {
    width: calc(40% - 20px);
  }
}
@media (min-width: 768px) {
  .card-carousel__item--spotlight {
    height: 295px;
    aspect-ratio: unset;
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (min-width: 992px) {
  .card-carousel__item--spotlight {
    height: 365px;
    width: calc(33.3333333333% - 26.6666666667px);
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .card-carousel__item--spotlight {
    height: 450px;
  }
}

.card-carousel__item--spotlight:last-of-type,
.card-carousel__item--card:last-of-type {
  margin-right: 0;
}

.card-carousel__item--card a {
  text-decoration: none;
}

.card-carousel__item--card a:hover {
  text-decoration: none;
}

.card-carousel__item-card-label,
a:link .card-carousel__item-card-label,
a:active .card-carousel__item-card-label,
a:hover .card-carousel__item-card-label,
a:visited .card-carousel__item-card-label {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  flex-shrink: 1;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card-carousel__item-card-headline,
a:link .card-carousel__item-card-headline,
a:active .card-carousel__item-card-headline,
a:hover .card-carousel__item-card-headline,
a:visited .card-carousel__item-card-headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-weight: 800;
  margin-bottom: 8px;
  display: block;
  flex-shrink: 1;
  color: #000000;
}
@media (min-width: 0px) {
  .card-carousel__item-card-headline,
  a:link .card-carousel__item-card-headline,
  a:active .card-carousel__item-card-headline,
  a:hover .card-carousel__item-card-headline,
  a:visited .card-carousel__item-card-headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__item-card-headline,
  a:link .card-carousel__item-card-headline,
  a:active .card-carousel__item-card-headline,
  a:hover .card-carousel__item-card-headline,
  a:visited .card-carousel__item-card-headline {
    font-size: 24px;
    line-height: 1.25;
  }
}

.card-carousel__item-card-summary,
a:link .card-carousel__item-card-summary,
a:active .card-carousel__item-card-summary,
a:hover .card-carousel__item-card-summary,
a:visited .card-carousel__item-card-summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 0px) {
  .card-carousel__item-card-summary,
  a:link .card-carousel__item-card-summary,
  a:active .card-carousel__item-card-summary,
  a:hover .card-carousel__item-card-summary,
  a:visited .card-carousel__item-card-summary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__item-card-summary,
  a:link .card-carousel__item-card-summary,
  a:active .card-carousel__item-card-summary,
  a:hover .card-carousel__item-card-summary,
  a:visited .card-carousel__item-card-summary {
    line-height: 1.4;
  }
}

.card-carousel__more-link,
a.card-carousel__more-link:link,
a.card-carousel__more-link:active,
a.card-carousel__more-link:hover,
a.card-carousel__more-link:visited {
  border-radius: 8px;
  font-weight: 700;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  margin-top: 20px;
  display: inline-block;
}
.card-carousel__more-link:link,
a.card-carousel__more-link:link:link,
a.card-carousel__more-link:active:link,
a.card-carousel__more-link:hover:link,
a.card-carousel__more-link:visited:link {
  text-decoration: none;
}
.card-carousel__more-link:visited,
a.card-carousel__more-link:link:visited,
a.card-carousel__more-link:active:visited,
a.card-carousel__more-link:hover:visited,
a.card-carousel__more-link:visited:visited {
  text-decoration: none;
}
.card-carousel__more-link:hover,
a.card-carousel__more-link:link:hover,
a.card-carousel__more-link:active:hover,
a.card-carousel__more-link:hover:hover,
a.card-carousel__more-link:visited:hover {
  text-decoration: none;
}
.card-carousel__more-link:active,
a.card-carousel__more-link:link:active,
a.card-carousel__more-link:active:active,
a.card-carousel__more-link:hover:active,
a.card-carousel__more-link:visited:active {
  text-decoration: none;
}
.card-carousel__more-link:link,
a.card-carousel__more-link:link:link,
a.card-carousel__more-link:active:link,
a.card-carousel__more-link:hover:link,
a.card-carousel__more-link:visited:link {
  text-decoration: none;
}
.card-carousel__more-link:visited,
a.card-carousel__more-link:link:visited,
a.card-carousel__more-link:active:visited,
a.card-carousel__more-link:hover:visited,
a.card-carousel__more-link:visited:visited {
  text-decoration: none;
}
.card-carousel__more-link:hover,
a.card-carousel__more-link:link:hover,
a.card-carousel__more-link:active:hover,
a.card-carousel__more-link:hover:hover,
a.card-carousel__more-link:visited:hover {
  text-decoration: none;
}
.card-carousel__more-link:active,
a.card-carousel__more-link:link:active,
a.card-carousel__more-link:active:active,
a.card-carousel__more-link:hover:active,
a.card-carousel__more-link:visited:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .card-carousel__more-link,
  a.card-carousel__more-link:link,
  a.card-carousel__more-link:active,
  a.card-carousel__more-link:hover,
  a.card-carousel__more-link:visited {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__more-link,
  a.card-carousel__more-link:link,
  a.card-carousel__more-link:active,
  a.card-carousel__more-link:hover,
  a.card-carousel__more-link:visited {
    line-height: 1.4;
  }
}
.card-carousel__more-link:link,
a.card-carousel__more-link:link:link,
a.card-carousel__more-link:active:link,
a.card-carousel__more-link:hover:link,
a.card-carousel__more-link:visited:link {
  color: #000;
}
.card-carousel__more-link:visited,
a.card-carousel__more-link:link:visited,
a.card-carousel__more-link:active:visited,
a.card-carousel__more-link:hover:visited,
a.card-carousel__more-link:visited:visited {
  color: #000;
}
.card-carousel__more-link:hover,
a.card-carousel__more-link:link:hover,
a.card-carousel__more-link:active:hover,
a.card-carousel__more-link:hover:hover,
a.card-carousel__more-link:visited:hover {
  color: #000;
}
.card-carousel__more-link:active,
a.card-carousel__more-link:link:active,
a.card-carousel__more-link:active:active,
a.card-carousel__more-link:hover:active,
a.card-carousel__more-link:visited:active {
  color: #000;
}

.card-carousel__item-card-button {
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 10px 8px 10px;
  display: inline-block;
  margin-top: 10px;
}
.card-carousel__item-card-button:link {
  color: #fff !important;
}
.card-carousel__item-card-button:visited {
  color: #fff !important;
}
.card-carousel__item-card-button:hover {
  color: #fff !important;
}
.card-carousel__item-card-button:active {
  color: #fff !important;
}
.card-carousel__item-card-button:link {
  text-decoration: none;
}
.card-carousel__item-card-button:visited {
  text-decoration: none;
}
.card-carousel__item-card-button:hover {
  text-decoration: none;
}
.card-carousel__item-card-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .card-carousel__item-card-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__item-card-button {
    line-height: 1.4;
  }
}

.card-carousel__item-card-highlights {
  margin-top: 10px;
}

.card-carousel__item-card-highlight,
.card-carousel__item-card-highlight:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 14px;
  color: #000;
  margin-bottom: 3px;
}
@media (min-width: 0px) {
  .card-carousel__item-card-highlight,
  .card-carousel__item-card-highlight:hover {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__item-card-highlight,
  .card-carousel__item-card-highlight:hover {
    line-height: 1.4;
  }
}

.card-carousel__img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
  margin-bottom: 20px;
}

.card-carousel__prev-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  left: 8px;
}
.card-carousel__prev-button:hover {
  opacity: 1;
}
.card-carousel__prev-button:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M30.83 14.83l-2.83-2.83-12 12 12 12 2.83-2.83-9.17-9.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.card-carousel__next-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  right: 8px;
}
.card-carousel__next-button:hover {
  opacity: 1;
}
.card-carousel__next-button:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M20 12l-2.83 2.83 9.17 9.17-9.17 9.17 2.83 2.83 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.card-carousel__prev-button--card {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  left: 8px;
  /* bit of a hacky way to hide buttons on mobile */
}
.card-carousel__prev-button--card:hover {
  opacity: 1;
}
.card-carousel__prev-button--card:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M30.83 14.83l-2.83-2.83-12 12 12 12 2.83-2.83-9.17-9.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 524px) {
  .card-carousel__prev-button--card {
    left: -1000px;
  }
}

.card-carousel__next-button--card {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  right: 8px;
}
.card-carousel__next-button--card:hover {
  opacity: 1;
}
.card-carousel__next-button--card:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M20 12l-2.83 2.83 9.17 9.17-9.17 9.17 2.83 2.83 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 524px) {
  .card-carousel__next-button--card {
    left: -1000px;
  }
}

.card-carousel__header {
  margin-bottom: 20px;
}

.card-carousel__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .card-carousel__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.card-carousel__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .card-carousel__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .card-carousel__text {
    line-height: 1.4;
  }
}

.spotlight &gt; *:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .spotlight &gt; *:not(:last-child) {
    margin-bottom: 40px;
  }
}

.spotlight-pair-grid,
.spotlight-pair-grid--hero {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .spotlight-pair-grid,
  .spotlight-pair-grid--hero {
    gap: 40px;
  }
}
@media (min-width: 0px) {
  .spotlight-pair-grid,
  .spotlight-pair-grid--hero {
    height: unset;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 520px) {
  .spotlight-pair-grid,
  .spotlight-pair-grid--hero {
    grid-template-columns: 1fr 1fr;
  }
}

.spotlight-pair-grid__card {
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  width: 100%;
  background-color: black;
  border-radius: 10px;
  display: flex; /* Keeps content aligned */
  flex-direction: column; /* Ensures content stacks properly */
  align-items: center; /* Center aligns content */
  justify-content: center; /* Centers content vertically */
  overflow: hidden; /* Prevents content from breaking the grid */
  text-align: center; /* Keeps text inside */
  cursor: pointer !important;
  position: relative;
}
@media (min-width: 0px) {
  .spotlight-pair-grid__card {
    aspect-ratio: 16/10.5;
  }
}

.spotlight-pair-grid--hero .spotlight-pair-grid__card {
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  width: 100%;
  background-color: black;
  border-radius: 10px;
  display: flex; /* Keeps content aligned */
  flex-direction: column; /* Ensures content stacks properly */
  align-items: center; /* Center aligns content */
  justify-content: center; /* Centers content vertically */
  overflow: hidden; /* Prevents content from breaking the grid */
  text-align: center; /* Keeps text inside */
  cursor: pointer !important;
  position: relative;
}
@media (min-width: 0px) {
  .spotlight-pair-grid--hero .spotlight-pair-grid__card {
    aspect-ratio: 16/10.5;
  }
}
@media (min-width: 992px) {
  .spotlight-pair-grid--hero .spotlight-pair-grid__card {
    aspect-ratio: 3/4;
  }
}

.spotlight-tri-grid {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 0;
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .spotlight-tri-grid {
    gap: 40px;
  }
}
@media (min-width: 0px) {
  .spotlight-tri-grid {
    height: unset;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (min-width: 520px) {
  .spotlight-tri-grid {
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-template-rows: 1fr 1fr; /* Two equal rows */
  }
}
@media (min-width: 768px) {
  .spotlight-tri-grid {
    height: 480px;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-template-rows: 1fr 1fr; /* Two equal rows */
  }
}
@media (min-width: 992px) {
  .spotlight-tri-grid {
    height: 610px;
  }
}
@media (min-width: 1200px) {
  .spotlight-tri-grid {
    height: 740px;
  }
}

.spotlight-tri-grid__card1 {
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  width: 100%;
  background-color: black;
  border-radius: 10px;
  display: flex; /* Keeps content aligned */
  flex-direction: column; /* Ensures content stacks properly */
  align-items: center; /* Center aligns content */
  justify-content: center; /* Centers content vertically */
  overflow: hidden; /* Prevents content from breaking the grid */
  text-align: center; /* Keeps text inside */
  cursor: pointer !important;
  position: relative;
}
@media (min-width: 0px) {
  .spotlight-tri-grid__card1 {
    aspect-ratio: 16/10.5;
  }
}
@media (min-width: 520px) {
  .spotlight-tri-grid__card1 {
    grid-row: 1/3;
  }
}
@media (min-width: 520px) {
  .spotlight-tri-grid__card1 {
    aspect-ratio: unset;
  }
}

.spotlight-tri-grid__card2,
.spotlight-tri-grid__card3 {
  box-sizing: border-box;
  text-decoration: unset;
  color: unset;
  width: 100%;
  background-color: black;
  border-radius: 10px;
  display: flex; /* Keeps content aligned */
  flex-direction: column; /* Ensures content stacks properly */
  align-items: center; /* Center aligns content */
  justify-content: center; /* Centers content vertically */
  overflow: hidden; /* Prevents content from breaking the grid */
  text-align: center; /* Keeps text inside */
  cursor: pointer !important;
  position: relative;
}
@media (min-width: 0px) {
  .spotlight-tri-grid__card2,
  .spotlight-tri-grid__card3 {
    aspect-ratio: 16/10.5;
  }
}
@media (min-width: 768px) {
  .spotlight-tri-grid__card2,
  .spotlight-tri-grid__card3 {
    aspect-ratio: unset;
  }
}

.spotlight-card__image-container {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease;
  display: block;
}

.spotlight-card__image-container:hover {
  transform: scale(1.05);
}

.spotlight-card__image-container ::after {
  content: "\a";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.025);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
  position: absolute;
  z-index: 10;
  cursor: inherit;
}

.spotlight-card__caption {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 20;
  text-align: left;
  pointer-events: none;
  cursor: inherit;
}
@media (min-width: 0px) {
  .spotlight-card__caption {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .spotlight-card__caption {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .spotlight-card__caption {
    bottom: 25px;
    left: 25px;
    right: 25px;
  }
}

.spotlight-card__image-container picture {
  width: 100%;
  height: 100%;
}

.spotlight-card__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** TODO create bundle instead */
.page-summary__item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Lato";
  padding-left: 34px;
}
@media (min-width: 0px) {
  .page-summary__item {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 767px) {
  .page-summary__item {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.page-summary__item:last-of-type {
  margin-bottom: 0px !important;
}

.page-summary__item p strong {
  color: #000;
  font-weight: 800;
}

.page-summary__item p {
  color: #484848;
}

.page-summary__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .page-summary__headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .page-summary__headline {
    font-size: 24px;
    line-height: 1.25;
  }
}

.page-summary__item::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.668 8.626l8.332 1.159-6.065 5.874 1.48 8.341-7.416-3.997-7.416 3.997 1.481-8.341-6.064-5.874 8.331-1.159 3.668-7.626 3.669 7.626zm-6.67.925l-6.818.948 4.963 4.807-1.212 6.825 6.068-3.271 6.069 3.271-1.212-6.826 4.964-4.806-6.819-.948-3.002-6.241-3.001 6.241z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  float: left;
}
@media (min-width: 0px) {
  .page-summary__item::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: -30px;
  }
}
@media (min-width: 767px) {
  .page-summary__item::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: -34px;
  }
}

.page-summary__quick-links {
  margin-top: 24px;
  overflow: auto;
}

.page-summary__quick-link {
  font-size: 14px;
  margin: 0 6px 6px 0;
  font-family: "Lato";
  display: inline-block;
  padding: 6px 12px 8px 12px;
  border-radius: 20px;
  border: 1px solid #666;
  cursor: pointer;
}

a.page-summary__quick-link:link,
a.page-summary__quick-link:hover,
a.page-summary__quick-link:visited,
a.page-summary__quick-link:active {
  text-decoration: none;
  color: #000;
}

.header-carousel {
  display: block;
}

@media (min-width: 992px) {
  .header-carousel {
    display: none;
  }
}
.castle-carousel {
  width: 100%;
  position: relative;
  margin: 0;
  /*max-width:580px;*/
  position: relative;
  overflow: visible;
}

.castle-carousel__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 8px;
}

.castle-carousel__counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 8px;
}

.castle-carousel-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  scroll-snap-type: x mandatory;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.castle-carousel-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent; /* make scrollbar transparent */
}

.castle-carousel__item--gallery {
  width: 100%;
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.castle-carousel__item--card {
  width: 221.25px;
  height: auto;
  scroll-snap-align: start;
  flex: 0 0 auto;
  margin-right: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.castle-carousel__item--card:last-of-type {
  margin-right: 0;
}

.castle-carousel__item-card-headline {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-shrink: 1;
}
@media (min-width: 0px) {
  .castle-carousel__item-card-headline {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__item-card-headline {
    line-height: 1.4;
  }
}

.castle-carousel__item-card-summary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .castle-carousel__item-card-summary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__item-card-summary {
    line-height: 1.4;
  }
}

.castle-carousel__item-card-button {
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 10px 8px 10px;
  display: inline-block;
  margin-top: 3px;
}
.castle-carousel__item-card-button:link {
  color: #fff !important;
}
.castle-carousel__item-card-button:visited {
  color: #fff !important;
}
.castle-carousel__item-card-button:hover {
  color: #fff !important;
}
.castle-carousel__item-card-button:active {
  color: #fff !important;
}
.castle-carousel__item-card-button:link {
  text-decoration: none;
}
.castle-carousel__item-card-button:visited {
  text-decoration: none;
}
.castle-carousel__item-card-button:hover {
  text-decoration: none;
}
.castle-carousel__item-card-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-carousel__item-card-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__item-card-button {
    line-height: 1.4;
  }
}

.castle-carousel__img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.castle-carousel__prev-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  left: 8px;
}
.castle-carousel__prev-button:hover {
  opacity: 1;
}
.castle-carousel__prev-button:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M30.83 14.83l-2.83-2.83-12 12 12 12 2.83-2.83-9.17-9.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.castle-carousel__next-button {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  right: 8px;
}
.castle-carousel__next-button:hover {
  opacity: 1;
}
.castle-carousel__next-button:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M20 12l-2.83 2.83 9.17 9.17-9.17 9.17 2.83 2.83 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}

.castle-carousel__prev-button--card {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  left: 8px;
  /* bit of a hacky way to hide buttons on mobile */
}
.castle-carousel__prev-button--card:hover {
  opacity: 1;
}
.castle-carousel__prev-button--card:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M30.83 14.83l-2.83-2.83-12 12 12 12 2.83-2.83-9.17-9.17z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 524px) {
  .castle-carousel__prev-button--card {
    left: -1000px;
  }
}

.castle-carousel__next-button--card {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  z-index: 899;
  opacity: 0.9;
  right: 8px;
}
.castle-carousel__next-button--card:hover {
  opacity: 1;
}
.castle-carousel__next-button--card:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M20 12l-2.83 2.83 9.17 9.17-9.17 9.17 2.83 2.83 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  background-size: cover;
  content: " ";
  display: block;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 524px) {
  .castle-carousel__next-button--card {
    left: -1000px;
  }
}

.castle-carousel__header {
  margin-bottom: 20px;
}

.castle-carousel__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
}
@media (min-width: 0px) {
  .castle-carousel__title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__title {
    font-size: 24px;
    line-height: 1.25;
  }
}

.castle-carousel__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .castle-carousel__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-carousel__text {
    line-height: 1.4;
  }
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.image-grid .featured-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.image-grid__column-other {
  width: 25%;
}

.image-grid__image-main {
  width: 100%;
  height: 430px;
  flex-shrink: 0;
}

.image-grid__image-other {
  /*width: 100%;*/
  height: 215px;
  flex-shrink: 0;
  /*padding-left:12px;*/
}

@media (min-width: 0px) {
  .image-grid {
    display: none;
  }
}
/*
@media (min-width: 0px) {

    .image-grid {
        padding: 0 9px;
    }

    .image-grid {
        width: 100%;
    }

    .image-grid__column-main {
        flex-direction: row;
        width: 100%;
    }

    .image-grid__column-other {
        width: 50%;
        display: flex;
    }

    .image-grid__image-main {
        width: calc(100%-6px);
        margin: 0 3px;
        height: 240px;
    }

    .image-grid__image-other {
        width: calc(50%-6px);
        height: 70px;
        margin: 6px 3px;
        //box-sizing: border-box;
    }

    .image-grid__show-all {
        @include button-secondary--light-theme;
        @include button-small;
        text-align: center;
        width: 100%;
        margin: 0 3px;
        cursor: pointer
    }

    .image-grid__show-all svg {
        fill: rgb(255, 255, 255);
        width: 18px;
        height: 18px;
        display: block;
        float: left;
        margin-right: 5px;
    }
}

@media (min-width: 458px) {

    .image-grid__image-main {
        height: 320px;
    }

    .image-grid__image-other {
        height: 110px;
    }
}


@media (min-width: 768px) {
    .image-grid {
        width: 750px;

    }

    .image-grid__image-main {
        height: 380px;
    }

    .image-grid__image-other {
        height: 140px;
    }
}*/
@media (min-width: 992px) {
  .image-grid {
    width: 970px;
    width: 100%;
    padding: 0 0;
    display: flex;
  }
  .image-grid {
    height: 380px;
  }
  .image-grid__column-main {
    width: 50%;
  }
  .image-grid__column-other {
    width: 25%;
    display: block;
    /* padding-left: 6px;*/
  }
  .image-grid__image-main {
    width: 100%;
    height: 380px;
    padding: 0px;
    margin: 0px;
  }
  .image-grid__image-other {
    width: 100%;
    height: 190px;
    padding: 0px;
    margin: 0;
  }
  .image-grid__show-all {
    background-color: #ba3035;
    color: #fff !important;
    border: 1px solid #ba3035;
    border-radius: 8px;
    font-weight: 700;
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 13px 10px 13px;
    text-align: center;
    margin: 0 3px;
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    right: 26px;
    width: unset;
    border: #fff solid 1px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
  }
  .image-grid__show-all:link {
    color: #fff !important;
  }
  .image-grid__show-all:visited {
    color: #fff !important;
  }
  .image-grid__show-all:hover {
    color: #fff !important;
  }
  .image-grid__show-all:active {
    color: #fff !important;
  }
  .image-grid__show-all:link {
    text-decoration: none;
  }
  .image-grid__show-all:visited {
    text-decoration: none;
  }
  .image-grid__show-all:hover {
    text-decoration: none;
  }
  .image-grid__show-all:active {
    text-decoration: none;
  }
}
@media (min-width: 992px) and (min-width: 0px) {
  .image-grid__show-all {
    line-height: 1.4;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .image-grid__show-all {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .image-grid__show-all svg {
    fill: rgb(255, 255, 255);
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .image-grid {
    width: 100%;
    max-width: 100%;
  }
  .image-grid {
    height: 630px;
  }
  .image-grid__image-main {
    height: 630px;
  }
  .image-grid__image-other {
    height: 315px;
  }
}
/*
.section {
    padding: 64px 0
}*/
.castle-presentation .castle-title {
  margin-top: 20px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .castle-presentation .castle-title {
    margin-bottom: 0;
  }
}

.castle-presentation .castle-title__name {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 0px) {
  .castle-presentation .castle-title__name {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .castle-presentation .castle-title__name {
    font-size: 36px;
    line-height: 1.3;
  }
}

.castle-presentation .castle-title__secondary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 0px) {
  .castle-presentation .castle-title__secondary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .castle-title__secondary {
    line-height: 1.4;
  }
}
@media (max-width: 992px) {
  .castle-presentation .castle-title__secondary {
    margin-bottom: 20px;
  }
}

.castle-presentation .castle-title__review-section {
  display: block;
  margin: 2px 0 5px 0;
}
@media (min-width: 500px) {
  .castle-presentation .castle-title__review-section {
    display: inline-block;
    margin: 0px;
  }
}

.castle-presentation .castle-title__review-score {
  border-radius: 5px;
  padding: 1px 6px 3px 6px;
  background-color: #dc9e00;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}

.castle-presentation .castle-title__review-label,
.castle-presentation .castle-title__review-btn {
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding-left: 0px;
}

.castle-presentation .castle-title__review-label {
  margin-right: 5px;
  font-weight: 700;
}

.castle-presentation .castle-title__review-btn {
  cursor: pointer;
  margin-right: 5px;
  font-weight: 700;
  color: #ba3035;
}

.castle-presentation .castle-title__review-btn:hover {
  text-decoration: underline;
}

.castle-presentation .page-summary {
  margin-bottom: 24px;
  overflow: auto;
}

.castle-presentation .page-summary__items {
  overflow: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}

.castle-presentation .sticky-cta__wrapper {
  margin: 0 auto;
  position: relative;
  background-color: #f00;
  display: none;
}
@media (min-width: 992px) {
  .castle-presentation .sticky-cta__wrapper {
    display: block;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .sticky-cta__wrapper {
    width: 1178px;
  }
}

.castle-presentation .sticky-cta {
  position: absolute;
  z-index: 9999;
  margin-top: 30px;
}
@media (min-width: 0px) {
  .castle-presentation .sticky-cta {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .castle-presentation .sticky-cta {
    width: 299px;
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .sticky-cta {
    width: 366px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .castle-presentation .sticky-cta {
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .sticky-cta {
    right: 15px;
  }
}

.castle-presentation .sticky-wrapper.sticky .sticky-cta__wrapper {
  position: fixed;
  top: 70px;
  margin-top: unset;
  z-index: 9999;
}
@media (min-width: 992px) {
  .castle-presentation .sticky-wrapper.sticky .sticky-cta__wrapper {
    left: 50%;
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .sticky-wrapper.sticky .sticky-cta__wrapper {
    left: 50%;
    margin-left: -589px;
  }
}

@media (min-width: 0px) {
  .castle-presentation .introduction {
    padding: 0 0 24px 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .castle-presentation .introduction {
    padding: 24px 0 24px 0;
    width: 622px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .introduction {
    width: 660px;
  }
}

.castle-presentation .castle-summary {
  margin-bottom: 24px;
  overflow: auto;
}

.castle-presentation .castle-summary__items {
  overflow: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}

.castle-presentation .castle-summary__item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Lato";
  padding-left: 34px;
}
@media (min-width: 0px) {
  .castle-presentation .castle-summary__item {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 767px) {
  .castle-presentation .castle-summary__item {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.castle-summary__item:last-of-type {
  margin-bottom: 0px !important;
}

.castle-presentation .castle-summary__item p strong {
  color: #000;
  font-weight: 800;
}

.castle-presentation .castle-summary__item p {
  color: #484848;
}

.castle-presentation .castle-summary__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .castle-presentation .castle-summary__headline {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .castle-summary__headline {
    font-size: 24px;
    line-height: 1.25;
  }
}

.castle-presentation .castle-summary__item::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.668 8.626l8.332 1.159-6.065 5.874 1.48 8.341-7.416-3.997-7.416 3.997 1.481-8.341-6.064-5.874 8.331-1.159 3.668-7.626 3.669 7.626zm-6.67.925l-6.818.948 4.963 4.807-1.212 6.825 6.068-3.271 6.069 3.271-1.212-6.826 4.964-4.806-6.819-.948-3.002-6.241-3.001 6.241z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  float: left;
}
@media (min-width: 0px) {
  .castle-presentation .castle-summary__item::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: -30px;
  }
}
@media (min-width: 767px) {
  .castle-presentation .castle-summary__item::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: -34px;
  }
}

.castle-presentation .castle-summary__quick-links {
  margin-top: 24px;
  overflow: auto;
}

.castle-presentation .castle-summary__quick-link {
  font-size: 14px;
  margin: 0 6px 6px 0;
  font-family: "Lato";
  display: inline-block;
  padding: 6px 12px 8px 12px;
  border-radius: 20px;
  border: 1px solid #666;
  cursor: pointer;
}

.castle-presentation a.castle-summary__quick-link:link,
.castle-presentation a.castle-summary__quick-link:hover,
.castle-presentation a.castle-summary__quick-link:visited,
.castle-presentation a.castle-summary__quick-link:active {
  text-decoration: none;
  color: #000;
}

.castle-presentation .link__text,
.castle-presentation a.link__text:link,
.castle-presentation a.link__text:active,
.castle-presentation a.link__text:hover,
.castle-presentation a.link__text:visited {
  color: #ba3035;
  font-weight: 700;
  cursor: pointer;
}
.castle-presentation .link__text:link,
.castle-presentation a.link__text:link:link,
.castle-presentation a.link__text:active:link,
.castle-presentation a.link__text:hover:link,
.castle-presentation a.link__text:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .link__text:visited,
.castle-presentation a.link__text:link:visited,
.castle-presentation a.link__text:active:visited,
.castle-presentation a.link__text:hover:visited,
.castle-presentation a.link__text:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .link__text:hover,
.castle-presentation a.link__text:link:hover,
.castle-presentation a.link__text:active:hover,
.castle-presentation a.link__text:hover:hover,
.castle-presentation a.link__text:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.castle-presentation .link__text:active,
.castle-presentation a.link__text:link:active,
.castle-presentation a.link__text:active:active,
.castle-presentation a.link__text:hover:active,
.castle-presentation a.link__text:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.castle-presentation .notice__policy {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  background-color: #6cc267;
  color: #fff;
  padding: 11px 14px 12px 14px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .castle-presentation .notice__policy {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .notice__policy {
    line-height: 1.4;
  }
}

.castle-presentation .notice__covid {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  background-color: #eee;
  color: #000;
  padding: 11px 14px 12px 14px;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .castle-presentation .notice__covid {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .notice__covid {
    line-height: 1.4;
  }
}

.castle-presentation .navigation-bar {
  display: block;
  margin: 0 auto 16px auto;
  width: 100%;
  text-align: left;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 992px) {
  .castle-presentation .navigation-bar {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .castle-presentation .navigation-bar {
    background-color: #000;
    height: unset;
    margin-bottom: 0;
  }
}

.castle-presentation .sticky-wrapper.sticky .navigation-bar {
  position: fixed;
  top: 0px;
  z-index: 9999;
}
@media (max-width: 992px) {
  .castle-presentation .sticky-wrapper.sticky .navigation-bar {
    background-color: #fff;
    border-bottom: 1px #ddd solid;
    box-shadow: 0px 4px 15px 3px rgba(0, 0, 0, 0.1);
  }
}

.castle-presentation .mobile-cta {
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 10200;
  padding: 15px 10px 25px 10px;
  box-shadow: 0px -9px 15px -6px rgba(0, 0, 0, 0.2);
  border-top: 1px #ddd solid;
  display: none;
  bottom: -150px;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .castle-presentation .mobile-cta {
    display: block;
  }
}

.castle-presentation .mobile-cta--active {
  bottom: 0px;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
    opacity: 1;
  }
  50.001% {
    opacity: 0;
    transform: translateX(100vw);
  }
  50.002% {
    opacity: 1;
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.castle-presentation a.mobile-cta__button-primary {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  width: 48%;
  float: right;
  padding: 17px 7px;
  text-align: center;
}
.castle-presentation a.mobile-cta__button-primary:link {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-primary:visited {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-primary:hover {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-primary:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation a.mobile-cta__button-primary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation a.mobile-cta__button-primary {
    line-height: 1.4;
  }
}
.castle-presentation a.mobile-cta__button-primary:link {
  color: #fff !important;
}
.castle-presentation a.mobile-cta__button-primary:visited {
  color: #fff !important;
}
.castle-presentation a.mobile-cta__button-primary:hover {
  color: #fff !important;
}
.castle-presentation a.mobile-cta__button-primary:active {
  color: #fff !important;
}

.castle-presentation a.mobile-cta__button-alt {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  width: 48%;
  float: left;
  padding: 17px 7px;
  text-align: center;
}
.castle-presentation a.mobile-cta__button-alt:link {
  color: #000;
}
.castle-presentation a.mobile-cta__button-alt:visited {
  color: #000;
}
.castle-presentation a.mobile-cta__button-alt:hover {
  color: #000;
}
.castle-presentation a.mobile-cta__button-alt:active {
  color: #000;
}
.castle-presentation a.mobile-cta__button-alt:link {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-alt:visited {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-alt:hover {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-alt:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation a.mobile-cta__button-alt {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation a.mobile-cta__button-alt {
    line-height: 1.4;
  }
}

.castle-presentation a.mobile-cta__button-primary--single {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  width: 100%;
  padding: 17px 7px;
  text-align: center;
  float: left;
}
.castle-presentation a.mobile-cta__button-primary--single:link {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-primary--single:visited {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-primary--single:hover {
  text-decoration: none;
}
.castle-presentation a.mobile-cta__button-primary--single:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation a.mobile-cta__button-primary--single {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation a.mobile-cta__button-primary--single {
    line-height: 1.4;
  }
}
.castle-presentation a.mobile-cta__button-primary--single:link {
  color: #fff !important;
}
.castle-presentation a.mobile-cta__button-primary--single:visited {
  color: #fff !important;
}
.castle-presentation a.mobile-cta__button-primary--single:hover {
  color: #fff !important;
}
.castle-presentation a.mobile-cta__button-primary--single:active {
  color: #fff !important;
}

/* remove in future */
.castle-presentation .navigation-bar.sticky {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.castle-presentation .navigation-inner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 767px) {
  .castle-presentation .navigation-inner {
    max-width: 747px;
  }
}
@media (min-width: 992px) {
  .castle-presentation .navigation-inner {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .navigation-inner {
    max-width: 1170px;
  }
}

.castle-presentation .navigation-bar__navigation-items {
  display: flex;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 80%;
  float: left;
}
@media (min-width: 450px) {
  .castle-presentation .navigation-bar__navigation-items {
    width: 90%;
  }
}

.castle-presentation .navigation-bar__navigation-items::-webkit-scrollbar {
  display: none;
}

.castle-presentation .navigation-bar__next-item-button {
  border: 0px;
  background: transparent;
  width: 20%;
  float: left;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17.898C9 18.972 10.2649 19.546 11.0731 18.8388L17.3838 13.3169C18.1806 12.6197 18.1806 11.3801 17.3838 10.6829L11.0731 5.16108C10.2649 4.45388 9 5.02785 9 6.1018V17.898Z' fill='%23212121'/%3E%3C/svg%3E");
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 13px;
}
@media (min-width: 450px) {
  .castle-presentation .navigation-bar__next-item-button {
    width: 10%;
  }
}

.castle-presentation .navigation-bar__navigation-item {
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 992px) {
  .castle-presentation .navigation-bar__navigation-item {
    padding: 15px 0 0px 12px;
  }
}
@media (min-width: 992px) {
  .castle-presentation .navigation-bar__navigation-item {
    padding: 24px 12px;
  }
}

@media (max-width: 992px) {
  .castle-presentation .sticky-wrapper.sticky .navigation-bar__navigation-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.castle-presentation .navigation-bar__navigation-link,
.castle-presentation a.navigation-bar__navigation-link:link,
.castle-presentation a.navigation-bar__navigation-link:hover,
.castle-presentation a.navigation-bar__navigation-link:visited,
.castle-presentation a.navigation-bar__navigation-link:active {
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .castle-presentation .navigation-bar__navigation-link,
  .castle-presentation a.navigation-bar__navigation-link:link,
  .castle-presentation a.navigation-bar__navigation-link:hover,
  .castle-presentation a.navigation-bar__navigation-link:visited,
  .castle-presentation a.navigation-bar__navigation-link:active {
    color: #ba3035;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .castle-presentation .navigation-bar__navigation-link,
  .castle-presentation a.navigation-bar__navigation-link:link,
  .castle-presentation a.navigation-bar__navigation-link:hover,
  .castle-presentation a.navigation-bar__navigation-link:visited,
  .castle-presentation a.navigation-bar__navigation-link:active {
    color: #fff;
    font-weight: bold;
  }
}

.castle-presentation button.navigation-bar__navigation-link {
  color: #fff;
  background-color: transparent;
  border: 0;
}

@media (min-width: 0px) {
  .castle-presentation .navigation-bar {
    display: block;
  }
}
@media (min-width: 767px) {
  /* remove in future */
  .castle-presentation .cta-sticky {
    width: 100%;
  }
  .castle-presentation .cta-sticky.sticky {
    position: fixed;
    top: 0px;
    z-index: 9999;
  }
}
@media (max-width: 992px) {
  .castle-presentation .navigation-wrapper {
    display: block;
  }
  .castle-presentation .sticky-wrapper.sticky .navigation-wrapper {
    display: block;
  }
  .navigation-placeholder {
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 48px;
    display: none; /* removed from mobile */
  }
}
@media (min-width: 992px) {
  .navigation-placeholder {
    height: 70px;
    position: relative;
    display: block;
  }
  .castle-presentation .navigation-bar {
    display: block;
  }
}
/*
.castle-presentation .chunk__subheader {
    @include text-subheader-3;
    margin-bottom: $paragraph-spacer
}*/
.castle-presentation .castle-presentation-modal .block__text {
  width: 100%;
  margin-bottom: 24px;
}

.castle-presentation .castle-presentation-body .block__text {
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .castle-presentation .castle-presentation-body .block__text {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .castle-presentation .castle-presentation-body .block__text {
    width: 622px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .castle-presentation-body .block__text {
    width: 670px;
  }
}

.castle-presentation .block__text h2 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .castle-presentation .block__text h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.castle-presentation .block__calendar h3,
.castle-presentation .block__text h3 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .castle-presentation .block__calendar h3,
  .castle-presentation .block__text h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__calendar h3,
  .castle-presentation .block__text h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.castle-presentation .block__text h4 {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 16px;
  font-size: 15px;
  font-weight: 800;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .castle-presentation .block__text h4 {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text h4 {
    line-height: 1.5;
  }
}

.castle-presentation .block__calendar p,
.castle-presentation .block__text p {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 24px;
  color: #484848;
}
@media (min-width: 0px) {
  .castle-presentation .block__calendar p,
  .castle-presentation .block__text p {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__calendar p,
  .castle-presentation .block__text p {
    line-height: 1.4;
  }
}

.castle-presentation .block__text ul {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  list-style-type: disc;
  font-size: 15px;
  color: #484848;
  margin-bottom: 24px;
  list-style-position: inside;
}
@media (min-width: 0px) {
  .castle-presentation .block__text ul {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text ul {
    line-height: 1.4;
  }
}

.castle-presentation .block__text ul li {
  margin-bottom: 7px;
}

.castle-presentation .block__text ul li:last-of-type {
  margin-bottom: 0px;
}

.castle-presentation .block__text a {
  color: #ba3035;
  font-weight: 700;
}
.castle-presentation .block__text a:link {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .block__text a:visited {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .block__text a:hover {
  color: #ba3035;
  text-decoration: underline;
}
.castle-presentation .block__text a:active {
  color: #ba3035;
  text-decoration: underline;
}

.castle-presentation .block__text button.more {
  color: #ba3035;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-size: 15px;
  border: 0;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}
.castle-presentation .block__text button.more:link {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .block__text button.more:visited {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .block__text button.more:hover {
  color: #ba3035;
  text-decoration: underline;
}
.castle-presentation .block__text button.more:active {
  color: #ba3035;
  text-decoration: underline;
}
@media (min-width: 0px) {
  .castle-presentation .block__text button.more {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text button.more {
    line-height: 1.4;
  }
}

.castle-presentation .block__text .cta,
.castle-presentation .block__text a.cta {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  display: inline-block;
  cursor: pointer;
}
.castle-presentation .block__text .cta:link,
.castle-presentation .block__text a.cta:link {
  text-decoration: none;
}
.castle-presentation .block__text .cta:visited,
.castle-presentation .block__text a.cta:visited {
  text-decoration: none;
}
.castle-presentation .block__text .cta:hover,
.castle-presentation .block__text a.cta:hover {
  text-decoration: none;
}
.castle-presentation .block__text .cta:active,
.castle-presentation .block__text a.cta:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation .block__text .cta,
  .castle-presentation .block__text a.cta {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text .cta,
  .castle-presentation .block__text a.cta {
    line-height: 1.4;
  }
}
.castle-presentation .block__text .cta:link,
.castle-presentation .block__text a.cta:link {
  color: #fff !important;
}
.castle-presentation .block__text .cta:visited,
.castle-presentation .block__text a.cta:visited {
  color: #fff !important;
}
.castle-presentation .block__text .cta:hover,
.castle-presentation .block__text a.cta:hover {
  color: #fff !important;
}
.castle-presentation .block__text .cta:active,
.castle-presentation .block__text a.cta:active {
  color: #fff !important;
}

.castle-presentation .block__text .cta--small,
.castle-presentation .block__text a.cta--small {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 13px 10px 13px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  display: inline-block;
  cursor: pointer;
}
.castle-presentation .block__text .cta--small:link,
.castle-presentation .block__text a.cta--small:link {
  text-decoration: none;
}
.castle-presentation .block__text .cta--small:visited,
.castle-presentation .block__text a.cta--small:visited {
  text-decoration: none;
}
.castle-presentation .block__text .cta--small:hover,
.castle-presentation .block__text a.cta--small:hover {
  text-decoration: none;
}
.castle-presentation .block__text .cta--small:active,
.castle-presentation .block__text a.cta--small:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation .block__text .cta--small,
  .castle-presentation .block__text a.cta--small {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text .cta--small,
  .castle-presentation .block__text a.cta--small {
    line-height: 1.4;
  }
}
.castle-presentation .block__text .cta--small:link,
.castle-presentation .block__text a.cta--small:link {
  color: #fff !important;
}
.castle-presentation .block__text .cta--small:visited,
.castle-presentation .block__text a.cta--small:visited {
  color: #fff !important;
}
.castle-presentation .block__text .cta--small:hover,
.castle-presentation .block__text a.cta--small:hover {
  color: #fff !important;
}
.castle-presentation .block__text .cta--small:active,
.castle-presentation .block__text a.cta--small:active {
  color: #fff !important;
}

.castle-presentation .block__text button.cta {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  display: inline-block;
}
.castle-presentation .block__text button.cta:link {
  text-decoration: none;
}
.castle-presentation .block__text button.cta:visited {
  text-decoration: none;
}
.castle-presentation .block__text button.cta:hover {
  text-decoration: none;
}
.castle-presentation .block__text button.cta:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation .block__text button.cta {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text button.cta {
    line-height: 1.4;
  }
}
.castle-presentation .block__text button.cta:link {
  color: #fff !important;
}
.castle-presentation .block__text button.cta:visited {
  color: #fff !important;
}
.castle-presentation .block__text button.cta:hover {
  color: #fff !important;
}
.castle-presentation .block__text button.cta:active {
  color: #fff !important;
}

.castle-presentation .block__text .cta--alt,
.castle-presentation .block__text a.cta--alt {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  display: inline-block;
}
.castle-presentation .block__text .cta--alt:link,
.castle-presentation .block__text a.cta--alt:link {
  color: #000;
}
.castle-presentation .block__text .cta--alt:visited,
.castle-presentation .block__text a.cta--alt:visited {
  color: #000;
}
.castle-presentation .block__text .cta--alt:hover,
.castle-presentation .block__text a.cta--alt:hover {
  color: #000;
}
.castle-presentation .block__text .cta--alt:active,
.castle-presentation .block__text a.cta--alt:active {
  color: #000;
}
.castle-presentation .block__text .cta--alt:link,
.castle-presentation .block__text a.cta--alt:link {
  text-decoration: none;
}
.castle-presentation .block__text .cta--alt:visited,
.castle-presentation .block__text a.cta--alt:visited {
  text-decoration: none;
}
.castle-presentation .block__text .cta--alt:hover,
.castle-presentation .block__text a.cta--alt:hover {
  text-decoration: none;
}
.castle-presentation .block__text .cta--alt:active,
.castle-presentation .block__text a.cta--alt:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation .block__text .cta--alt,
  .castle-presentation .block__text a.cta--alt {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text .cta--alt,
  .castle-presentation .block__text a.cta--alt {
    line-height: 1.4;
  }
}

.castle-presentation .block__text button.more:after,
.castle-presentation .block__text a.cta--link:after {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  content: "&gt;";
  padding-left: 2px;
}
@media (min-width: 0px) {
  .castle-presentation .block__text button.more:after,
  .castle-presentation .block__text a.cta--link:after {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text button.more:after,
  .castle-presentation .block__text a.cta--link:after {
    line-height: 1.4;
  }
}

.castle-presentation .block__text a.more--btn,
.castle-presentation .block__text button.more--btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  display: inline-block;
}
.castle-presentation .block__text a.more--btn:link,
.castle-presentation .block__text button.more--btn:link {
  color: #000;
}
.castle-presentation .block__text a.more--btn:visited,
.castle-presentation .block__text button.more--btn:visited {
  color: #000;
}
.castle-presentation .block__text a.more--btn:hover,
.castle-presentation .block__text button.more--btn:hover {
  color: #000;
}
.castle-presentation .block__text a.more--btn:active,
.castle-presentation .block__text button.more--btn:active {
  color: #000;
}
.castle-presentation .block__text a.more--btn:link,
.castle-presentation .block__text button.more--btn:link {
  text-decoration: none;
}
.castle-presentation .block__text a.more--btn:visited,
.castle-presentation .block__text button.more--btn:visited {
  text-decoration: none;
}
.castle-presentation .block__text a.more--btn:hover,
.castle-presentation .block__text button.more--btn:hover {
  text-decoration: none;
}
.castle-presentation .block__text a.more--btn:active,
.castle-presentation .block__text button.more--btn:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .castle-presentation .block__text a.more--btn,
  .castle-presentation .block__text button.more--btn {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text a.more--btn,
  .castle-presentation .block__text button.more--btn {
    line-height: 1.4;
  }
}

.castle-presentation .block__text strong {
  font-weight: 700;
  color: #000;
}

.castle-presentation .block__text table {
  width: 100%;
  margin-bottom: 24px;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .castle-presentation .block__text table {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text table {
    line-height: 1.4;
  }
}

.castle-presentation .block__text th {
  background-color: #000;
  color: #fff;
}

.castle-presentation .block__text th,
.castle-presentation .block__text td {
  vertical-align: top;
}

.castle-presentation .block__text th,
.castle-presentation .block__text td {
  padding: 2px 4px;
}

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

.castle-presentation .block__text ul:last-child .castle-presentation .block__text table:last-child,
.castle-presentation .block__text p:last-child {
  margin-bottom: 0px;
}

.castle-presentation .block__text .package-summary {
  margin-bottom: 20px;
}

.castle-presentation .block__text .package-summary:last-of-type {
  margin-bottom: 0px;
}

.castle-presentation .block__text .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70%;
  margin-top: 20px;
  margin-bottom: 24px;
}

.castle-presentation .block__text .iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.castle-presentation .package-cards {
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}

.castle-presentation .package-card h4 {
  font-size: 16px;
}

.castle-presentation .package-card {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: unset;
  color: unset;
  margin-top: 24px;
  width: 50%;
}
@media (max-width: 320px) {
  .castle-presentation .package-card {
    width: 100%;
  }
}

.castle-presentation .package-card:hover {
  cursor: pointer;
}

.castle-presentation .block__text summary {
  font-weight: bold;
  color: #ba3035;
  margin-bottom: 24px;
  cursor: pointer;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
}
@media (min-width: 0px) {
  .castle-presentation .block__text summary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__text summary {
    line-height: 1.4;
  }
}

.castle-presentation .block__text details[open] summary ~ * {
  animation: summaryOpen 0.5s ease-in-out;
}

@keyframes summaryOpen {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.castle-presentation .block__text details {
  margin-bottom: 24px;
}

.castle-presentation .block__text .media__youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.castle-presentation .block__text .media__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.castle-presentation .block__breakout {
  height: auto;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .castle-presentation .block__breakout {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .block__breakout {
    height: 560px;
  }
}

.castle-presentation .block__breakout img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.castle-presentation .block__breakout .what3words-address {
  width: 25px;
  height: 25px;
  float: left;
  content: " ";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 146.2725 146.2725'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='artwork'%3E%3Cpath d='M117.0206,29.2522H29.2549v87.7656h87.7657V29.2522Z'/%3E%3Cpath class='cls-1' d='M67.6525,92.3346a2.7455,2.7455,0,0,1-2.602-3.61L76.0212,55.812a2.7429,2.7429,0,0,1,5.2041,1.7356L70.2546,90.46A2.7429,2.7429,0,0,1,67.6525,92.3346Z'/%3E%3Cpath class='cls-1' d='M51.1965,92.3346a2.7456,2.7456,0,0,1-2.6021-3.61L59.5651,55.812a2.743,2.743,0,0,1,5.2042,1.7356L53.7985,90.46A2.7429,2.7429,0,0,1,51.1965,92.3346Z'/%3E%3Cpath class='cls-1' d='M84.1086,92.3346a2.7456,2.7456,0,0,1-2.6021-3.61L92.4772,55.812a2.743,2.743,0,0,1,5.2042,1.7356L86.7107,90.46A2.743,2.743,0,0,1,84.1086,92.3346Z'/%3E%3Crect class='cls-2' width='146.2725' height='146.2725'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.castle-presentation .image__banner {
  background-color: #000;
  width: 100%;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 0px) {
  .castle-presentation .image__banner {
    height: 260px;
  }
}
@media (min-width: 380px) {
  .castle-presentation .image__banner {
    height: 340px;
  }
}
@media (min-width: 500px) {
  .castle-presentation .image__banner {
    height: 390px;
  }
}
@media (min-width: 768px) {
  .castle-presentation .image__banner {
    height: 370px;
  }
}
@media (min-width: 992px) {
  .castle-presentation .image__banner {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .image__banner {
    height: 540px;
  }
}

.castle-presentation .map-detail {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .castle-presentation .map-detail {
    height: 260px;
  }
}
@media (min-width: 380px) {
  .castle-presentation .map-detail {
    height: 340px;
  }
}
@media (min-width: 500px) {
  .castle-presentation .map-detail {
    height: 390px;
  }
}
@media (min-width: 768px) {
  .castle-presentation .map-detail {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .castle-presentation .map-detail {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .map-detail {
    height: 450px;
  }
}

.castle-presentation .grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}

.castle-presentation .grid__image--full {
  width: 100%;
  flex-grow: 0;
  padding: 0 5px 10px 5px;
}

.castle-presentation .grid__image--half {
  width: 50%;
  flex-grow: 0;
  padding: 0 5px 10px 5px;
}

.castle-presentation .grid__image--full img,
.castle-presentation .grid__image--half img {
  width: 100%;
  height: auto;
}

.castle-presentation .map-pin {
  width: 40px;
  height: 40px;
  background: #ba3035;
  display: inline-block;
  border-radius: 40px;
  border: 8px solid #ba3035;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
  position: relative;
  margin-top: -20px;
  margin-left: -20px;
}

.castle-presentation .map-pin .map-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.46 493.46' style='enable-background:new 0 0 493.46 493.46;' fill='%23fff' xml:space='preserve'%3E%3Cpath d='M397.564,62.201c0-1.62-1.084-3.03-2.656-3.434L254.697,22.856V8.294c0-4.584-3.707-8.294-8.293-8.294 c-4.585,0-8.292,3.718-8.292,8.294l0.015,125.786h-5.799c-1.961,0-3.548,1.588-3.548,3.539v38.398H197.68V137.62 c0-1.952-1.588-3.539-3.549-3.539h-28.152c-1.959,0-3.547,1.588-3.547,3.539v38.398h-13.719h-17.381V137.62 c0-1.952-1.588-3.539-3.547-3.539H99.632c-1.959,0-3.547,1.588-3.547,3.539v38.398v16.117v16.83V237.7 c0,8.86,7.175,16.036,16.036,16.036h23.407L96.149,474.606c-0.842,4.673,0.438,9.476,3.482,13.112 c3.047,3.636,7.55,5.742,12.295,5.742h268.955c4.745,0,9.248-2.105,12.294-5.742c3.044-3.637,4.324-8.44,3.481-13.112 L357.28,253.736h23.405c8.862,0,16.038-7.176,16.038-16.036v-28.735v-16.83v-16.117V137.62c0-1.952-1.588-3.539-3.548-3.539h-28.152 c-1.961,0-3.547,1.588-3.547,3.539v38.398h-17.38h-13.722V137.62c0-1.952-1.586-3.539-3.547-3.539h-28.152 c-1.961,0-3.548,1.588-3.548,3.539v38.398h-31.1V137.62c0-1.952-1.588-3.539-3.547-3.539h-5.768l-0.017-32.534l140.211-35.911 C396.48,65.231,397.564,63.821,397.564,62.201z M284.6,333.917v69.434h-76.375v-69.434c0-21.09,17.09-38.186,38.195-38.186 C267.51,295.73,284.6,312.827,284.6,333.917z'/%3E%3C/svg%3E");
}

/* old */
.template__features {
  margin-bottom: 24px;
  overflow: auto;
}

.template__feature {
  font-size: 16px;
  line-height: 1.6;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Lato";
  padding-left: 34px;
}
@media (min-width: 0px) {
  .template__feature {
    padding-left: 30px;
  }
}
@media (min-width: 767px) {
  .template__feature {
    padding-left: 34px;
  }
}

.template__feature::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M15.668 8.626l8.332 1.159-6.065 5.874 1.48 8.341-7.416-3.997-7.416 3.997 1.481-8.341-6.064-5.874 8.331-1.159 3.668-7.626 3.669 7.626zm-6.67.925l-6.818.948 4.963 4.807-1.212 6.825 6.068-3.271 6.069 3.271-1.212-6.826 4.964-4.806-6.819-.948-3.002-6.241-3.001 6.241z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  float: left;
}
@media (min-width: 0px) {
  .template__feature::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: -30px;
  }
}
@media (min-width: 767px) {
  .template__feature::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: -34px;
  }
}

.template__tags {
  margin-bottom: 24px;
  overflow: auto;
}

.template__tags .template__tag {
  font-size: 14px;
  margin: 0 10px 10px 0;
  font-family: "Lato";
  display: inline-block;
  padding: 7px 13px;
  border-radius: 6px;
  border: 1px solid #000;
}

.template__header {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .template__header {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .template__header {
    font-size: 36px;
    line-height: 1.3;
  }
}

.template__block p {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .template__block p {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .template__block p {
    line-height: 1.4;
  }
}

.spacer {
  margin-bottom: 20px;
}

.castle-presentation .block__calendar {
  height: auto;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .castle-presentation .block__calendar {
    width: 622px;
  }
}
@media (min-width: 1200px) {
  .castle-presentation .block__calendar {
    width: 660px;
  }
}

.castle-presentation .block__calendar button.clear {
  color: #ba3035;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  border: 0;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}
.castle-presentation .block__calendar button.clear:link {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .block__calendar button.clear:visited {
  color: #ba3035;
  text-decoration: none;
}
.castle-presentation .block__calendar button.clear:hover {
  color: #ba3035;
  text-decoration: underline;
}
.castle-presentation .block__calendar button.clear:active {
  color: #ba3035;
  text-decoration: underline;
}
@media (min-width: 0px) {
  .castle-presentation .block__calendar button.clear {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .castle-presentation .block__calendar button.clear {
    line-height: 1.4;
  }
}

.castle-presentation .block__calendar h3,
.castle-presentation .block__calendar p {
  margin-bottom: 0px;
}

.castle-presentation .block__calendar .searching {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  content: " ";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath fill='%23000' d='M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
  background-size: 65px 65px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
}

.castle-presentation .castle-carousel {
  margin-bottom: 24px;
}

.CalendarDay {
  vertical-align: top;
  border: 1px #eceeee solid !important;
  padding-top: 5px !important;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover,
.CalendarDay__hovered_span:active {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #e4e7e7;
}

.CalendarDay__selected {
  border: 1px #eceeee solid !important;
}

.CalendarDay__selected_span,
.CalendarDay__selected_span:hover,
.CalendarDay__selected_span:active {
  background-color: #fafafa !important;
  color: #000 !important;
  border-color: #e4e7e7;
}

.CalendarDay__default:hover,
.CalendarDay__selected_span:hover {
  background-color: unset !important;
  color: #000 !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px #000;
  -moz-box-shadow: inset 0px 0px 0px 2px #000;
  box-shadow: inset 0px 0px 0px 2px #000;
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: linear-gradient(125deg, rgb(255, 255, 255) 48%, rgb(200, 206, 208) 50%, rgb(255, 255, 255) 52%) !important;
  color: rgb(200, 206, 208) !important;
  border-color: rgb(228, 231, 231) !important;
  background-color: rgb(228, 231, 231) !important;
}

.CalendarDay__blocked_minimum_nights,
.CalendarDay__blocked_minimum_nights:hover {
  color: #999 !important;
  border: 1px solid #eceeee !important;
}

.CalendarDay__selected_start,
.CalendarDay__selected_start:hover,
.CalendarDay__selected_start:active,
.CalendarDay__selected_end,
.CalendarDay__selected_end:hover,
.CalendarDay__selected_end:active {
  background: #ba3035 !important;
  color: #fff !important;
}

.CalendarMonth_caption {
  padding-top: 24px !important;
  padding-bottom: 45px !important;
  font-size: 14px !important;
}

.CalendarMonth_caption strong {
  font-weight: 800 !important;
}

.tour-presentation .tour-title {
  margin-top: 20px;
  margin-bottom: 24px;
}

.tour-presentation .tour-title__name {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 0px) {
  .tour-presentation .tour-title__name {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .tour-presentation .tour-title__name {
    font-size: 36px;
    line-height: 1.3;
  }
}

.tour-presentation .tour-title__secondary {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 0px) {
  .tour-presentation .tour-title__secondary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .tour-title__secondary {
    line-height: 1.4;
  }
}

.tour-presentation .block__overview,
.tour-presentation .block__itinerary,
.tour-presentation .block__terms {
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .tour-presentation .block__overview,
  .tour-presentation .block__itinerary,
  .tour-presentation .block__terms {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tour-presentation .block__overview,
  .tour-presentation .block__itinerary,
  .tour-presentation .block__terms {
    width: 622px;
  }
}
@media (min-width: 1200px) {
  .tour-presentation .block__overview,
  .tour-presentation .block__itinerary,
  .tour-presentation .block__terms {
    width: 670px;
  }
}

.tour-presentation .castle-carousel {
  margin-bottom: 24px;
}

.tour-presentation .cta-column {
  position: absolute;
  z-index: 9999;
  margin-top: 30px;
  right: 0px;
}
@media (min-width: 0px) {
  .tour-presentation .cta-column {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tour-presentation .cta-column {
    width: 299px;
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .tour-presentation .cta-column {
    width: 366px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .tour-presentation .cta-column {
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .tour-presentation .cta-column {
    right: 15px;
  }
}

.tour-presentation .cta-column-wrapper {
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .tour-presentation .cta-column-wrapper {
    display: block;
  }
}

.tour-presentation .sticky-wrapper.sticky .cta-column-wrapper {
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
  position: fixed;
  top: 0px;
}
@media (min-width: 768px) {
  .tour-presentation .sticky-wrapper.sticky .cta-column-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .tour-presentation .sticky-wrapper.sticky .cta-column-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .tour-presentation .sticky-wrapper.sticky .cta-column-wrapper {
    width: 1170px;
  }
}
.tour-presentation .sticky-wrapper.sticky .cta-column {
  position: absolute;
}

.tour-presentation .block__itinerary h2,
.tour-presentation .block__terms h2 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .tour-presentation .block__itinerary h2,
  .tour-presentation .block__terms h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .block__itinerary h2,
  .tour-presentation .block__terms h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

.tour-presentation .block__overview h2,
.tour-presentation .block__itinerary h3 {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .tour-presentation .block__overview h2,
  .tour-presentation .block__itinerary h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .block__overview h2,
  .tour-presentation .block__itinerary h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.tour-presentation .block__itinerary p {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .tour-presentation .block__itinerary p {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .block__itinerary p {
    line-height: 1.4;
  }
}

.tour-presentation .tour-about p {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .tour-presentation .tour-about p {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .tour-about p {
    line-height: 1.4;
  }
}

.tour-presentation .block__itinerary ul {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 24px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 14px;
}
@media (min-width: 0px) {
  .tour-presentation .block__itinerary ul {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .block__itinerary ul {
    line-height: 1.4;
  }
}

.tour-presentation .block__itinerary a.overnight-stay__more {
  color: #ba3035;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
.tour-presentation .block__itinerary a.overnight-stay__more:link {
  color: #ba3035;
  text-decoration: none;
}
.tour-presentation .block__itinerary a.overnight-stay__more:visited {
  color: #ba3035;
  text-decoration: none;
}
.tour-presentation .block__itinerary a.overnight-stay__more:hover {
  color: #ba3035;
  text-decoration: underline;
}
.tour-presentation .block__itinerary a.overnight-stay__more:active {
  color: #ba3035;
  text-decoration: underline;
}
@media (min-width: 0px) {
  .tour-presentation .block__itinerary a.overnight-stay__more {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .block__itinerary a.overnight-stay__more {
    line-height: 1.4;
  }
}

/*
.tour-presentation .block__text h3 {
    @include text-subheader-3;
    margin-bottom: $paragraph-spacer
}

.tour-presentation .block__text h4 {
    @include text-small;
    font-weight:bold;
    margin-bottom: $paragraph-spacer
}




*/
.tour-presentation .call-to-action-btn {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.tour-presentation .call-to-action-btn:link {
  text-decoration: none;
}
.tour-presentation .call-to-action-btn:visited {
  text-decoration: none;
}
.tour-presentation .call-to-action-btn:hover {
  text-decoration: none;
}
.tour-presentation .call-to-action-btn:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .tour-presentation .call-to-action-btn {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .call-to-action-btn {
    line-height: 1.4;
  }
}
.tour-presentation .call-to-action-btn:link {
  color: #fff !important;
}
.tour-presentation .call-to-action-btn:visited {
  color: #fff !important;
}
.tour-presentation .call-to-action-btn:hover {
  color: #fff !important;
}
.tour-presentation .call-to-action-btn:active {
  color: #fff !important;
}
@media (max-width: 992px) {
  .tour-presentation .call-to-action-btn {
    display: none;
  }
}

.tour-presentation .tour-destination {
  overflow: auto;
  margin-top: 20px;
}

.tour-presentation .summary {
  display: block;
  margin-bottom: 24px;
  overflow: auto;
}

.tour-presentation .summary__item {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  width: 50%;
  float: left;
}
@media (min-width: 0px) {
  .tour-presentation .summary__item {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .summary__item {
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  .tour-presentation .summary__item {
    width: 100%;
  }
}

.tour-presentation .guide-price {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .tour-presentation .guide-price {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .guide-price {
    line-height: 1.4;
  }
}

.tour-presentation .block__overview .summary__item h4 {
  font-weight: normal;
  margin-bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 13px;
  font-weight: bold;
}

.tour-presentation .notice__customise {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  background-color: #f4f5f7;
  color: #000;
  padding: 11px 14px 12px 14px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-bottom: 24px;
}
@media (min-width: 0px) {
  .tour-presentation .notice__customise {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .notice__customise {
    line-height: 1.4;
  }
}

.tour-presentation .notice__customise a,
.tour-presentation .notice__customise a:link,
.tour-presentation .notice__customise a:hover,
.tour-presentation .notice__customise a:visited,
.tour-presentation .notice__customise a:active {
  color: #ba3035;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.tour-presentation .notice__customise a:link,
.tour-presentation .notice__customise a:link:link,
.tour-presentation .notice__customise a:hover:link,
.tour-presentation .notice__customise a:visited:link,
.tour-presentation .notice__customise a:active:link {
  color: #ba3035;
  text-decoration: none;
}
.tour-presentation .notice__customise a:visited,
.tour-presentation .notice__customise a:link:visited,
.tour-presentation .notice__customise a:hover:visited,
.tour-presentation .notice__customise a:visited:visited,
.tour-presentation .notice__customise a:active:visited {
  color: #ba3035;
  text-decoration: none;
}
.tour-presentation .notice__customise a:hover,
.tour-presentation .notice__customise a:link:hover,
.tour-presentation .notice__customise a:hover:hover,
.tour-presentation .notice__customise a:visited:hover,
.tour-presentation .notice__customise a:active:hover {
  color: #ba3035;
  text-decoration: underline;
}
.tour-presentation .notice__customise a:active,
.tour-presentation .notice__customise a:link:active,
.tour-presentation .notice__customise a:hover:active,
.tour-presentation .notice__customise a:visited:active,
.tour-presentation .notice__customise a:active:active {
  color: #ba3035;
  text-decoration: underline;
}

.tour-presentation .terms__item,
.tour-presentation .highlights__item {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 14px;
}
@media (min-width: 0px) {
  .tour-presentation .terms__item,
  .tour-presentation .highlights__item {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .terms__item,
  .tour-presentation .highlights__item {
    line-height: 1.4;
  }
}

.tour-presentation .tour-destination__image {
  width: 50%;
  float: left;
  margin-right: 10px;
}

.tour-presentation .map-pin {
  width: 40px;
  height: 40px;
  background: #ba3035;
  display: inline-block;
  border-radius: 40px;
  border: 8px solid #ba3035;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
  position: relative;
  margin-top: -20px;
  margin-left: -20px;
  margin-top: -10px;
  margin-left: -10px;
  cursor: pointer;
}

.tour-presentation .map-pin .map-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 493.46 493.46' style='enable-background:new 0 0 493.46 493.46;' fill='%23fff' xml:space='preserve'%3E%3Cpath d='M397.564,62.201c0-1.62-1.084-3.03-2.656-3.434L254.697,22.856V8.294c0-4.584-3.707-8.294-8.293-8.294 c-4.585,0-8.292,3.718-8.292,8.294l0.015,125.786h-5.799c-1.961,0-3.548,1.588-3.548,3.539v38.398H197.68V137.62 c0-1.952-1.588-3.539-3.549-3.539h-28.152c-1.959,0-3.547,1.588-3.547,3.539v38.398h-13.719h-17.381V137.62 c0-1.952-1.588-3.539-3.547-3.539H99.632c-1.959,0-3.547,1.588-3.547,3.539v38.398v16.117v16.83V237.7 c0,8.86,7.175,16.036,16.036,16.036h23.407L96.149,474.606c-0.842,4.673,0.438,9.476,3.482,13.112 c3.047,3.636,7.55,5.742,12.295,5.742h268.955c4.745,0,9.248-2.105,12.294-5.742c3.044-3.637,4.324-8.44,3.481-13.112 L357.28,253.736h23.405c8.862,0,16.038-7.176,16.038-16.036v-28.735v-16.83v-16.117V137.62c0-1.952-1.588-3.539-3.548-3.539h-28.152 c-1.961,0-3.547,1.588-3.547,3.539v38.398h-17.38h-13.722V137.62c0-1.952-1.586-3.539-3.547-3.539h-28.152 c-1.961,0-3.548,1.588-3.548,3.539v38.398h-31.1V137.62c0-1.952-1.588-3.539-3.547-3.539h-5.768l-0.017-32.534l140.211-35.911 C396.48,65.231,397.564,63.821,397.564,62.201z M284.6,333.917v69.434h-76.375v-69.434c0-21.09,17.09-38.186,38.195-38.186 C267.51,295.73,284.6,312.827,284.6,333.917z'/%3E%3C/svg%3E");
}

.tour-presentation .info-window {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  position: absolute;
  top: -218px;
  left: -90px;
  z-index: 100;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.tour-presentation .info-window :after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.tour-presentation .info-window__image {
  width: 100%;
  height: auto;
}

.tour-presentation .info-window__name {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-size: 13px !important;
  font-weight: bold;
  margin: 0px !important;
  padding: 4px 4px 0 4px;
}
@media (min-width: 0px) {
  .tour-presentation .info-window__name {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .info-window__name {
    line-height: 1.4;
  }
}

.tour-presentation .info-window__location {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  font-size: 12px !important;
  margin: 0px;
  padding: 0px 4px;
}
@media (min-width: 0px) {
  .tour-presentation .info-window__location {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation .info-window__location {
    line-height: 1.4;
  }
}

.tour-presentation .map {
  width: 100%;
  height: 420px;
  margin-bottom: 24px;
}

.tour-presentation-sidebar-box {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 12px -4px;
}

.tour-presentation-sidebar-box__header {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .tour-presentation-sidebar-box__header {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation-sidebar-box__header {
    font-size: 18px;
    line-height: 1.4;
  }
}

.tour-presentation-sidebar-box__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .tour-presentation-sidebar-box__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation-sidebar-box__text {
    line-height: 1.4;
  }
}

.tour-presentation-sidebar-box__button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.tour-presentation-sidebar-box__button:link {
  text-decoration: none;
}
.tour-presentation-sidebar-box__button:visited {
  text-decoration: none;
}
.tour-presentation-sidebar-box__button:hover {
  text-decoration: none;
}
.tour-presentation-sidebar-box__button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .tour-presentation-sidebar-box__button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation-sidebar-box__button {
    line-height: 1.4;
  }
}
.tour-presentation-sidebar-box__button:link {
  color: #fff !important;
}
.tour-presentation-sidebar-box__button:visited {
  color: #fff !important;
}
.tour-presentation-sidebar-box__button:hover {
  color: #fff !important;
}
.tour-presentation-sidebar-box__button:active {
  color: #fff !important;
}

.tour-presentation .mobile-cta {
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 10200;
  padding: 15px 10px 25px 10px;
  box-shadow: 0px -9px 15px -6px rgba(0, 0, 0, 0.2);
  border-top: 1px #ddd solid;
  display: none;
}
@media (max-width: 991px) {
  .tour-presentation .mobile-cta {
    display: block;
  }
}

.tour-presentation a.mobile-cta__button-primary {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  width: 48%;
  float: right;
  padding: 17px 7px;
  text-align: center;
}
.tour-presentation a.mobile-cta__button-primary:link {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-primary:visited {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-primary:hover {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-primary:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .tour-presentation a.mobile-cta__button-primary {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation a.mobile-cta__button-primary {
    line-height: 1.4;
  }
}
.tour-presentation a.mobile-cta__button-primary:link {
  color: #fff !important;
}
.tour-presentation a.mobile-cta__button-primary:visited {
  color: #fff !important;
}
.tour-presentation a.mobile-cta__button-primary:hover {
  color: #fff !important;
}
.tour-presentation a.mobile-cta__button-primary:active {
  color: #fff !important;
}

.tour-presentation a.mobile-cta__button-alt {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  width: 48%;
  float: left;
  padding: 17px 7px;
  text-align: center;
}
.tour-presentation a.mobile-cta__button-alt:link {
  color: #000;
}
.tour-presentation a.mobile-cta__button-alt:visited {
  color: #000;
}
.tour-presentation a.mobile-cta__button-alt:hover {
  color: #000;
}
.tour-presentation a.mobile-cta__button-alt:active {
  color: #000;
}
.tour-presentation a.mobile-cta__button-alt:link {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-alt:visited {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-alt:hover {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-alt:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .tour-presentation a.mobile-cta__button-alt {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation a.mobile-cta__button-alt {
    line-height: 1.4;
  }
}

.tour-presentation a.mobile-cta__button-primary--single {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  width: 100%;
  padding: 17px 7px;
  text-align: center;
  float: left;
}
.tour-presentation a.mobile-cta__button-primary--single:link {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-primary--single:visited {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-primary--single:hover {
  text-decoration: none;
}
.tour-presentation a.mobile-cta__button-primary--single:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .tour-presentation a.mobile-cta__button-primary--single {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tour-presentation a.mobile-cta__button-primary--single {
    line-height: 1.4;
  }
}
.tour-presentation a.mobile-cta__button-primary--single:link {
  color: #fff !important;
}
.tour-presentation a.mobile-cta__button-primary--single:visited {
  color: #fff !important;
}
.tour-presentation a.mobile-cta__button-primary--single:hover {
  color: #fff !important;
}
.tour-presentation a.mobile-cta__button-primary--single:active {
  color: #fff !important;
}

@media (min-width: 0px) {
  .section--home-header {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 992px) {
  .section--home-header {
    padding: 32px 0 32px 0;
  }
}
@media (min-width: 992px) {
  .section--home-header {
    padding: 48px 0 54px 0 !important;
  }
}

.home__headline {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  text-align: center;
  margin: 0px auto 10px auto;
  color: #222222;
}
@media (min-width: 0px) {
  .home__headline {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .home__headline {
    font-size: 36px;
    line-height: 1.3;
  }
}

.home__intro {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-weight: 500;
  color: #484848;
}
@media (min-width: 0px) {
  .home__intro {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .home__intro {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .home__intro {
    max-width: 980px;
    margin: 0 auto 0px auto;
  }
}

.home__intro a:link,
.home__intro a:hover,
.home__intro a:active,
.home__intro a:visited {
  color: #ba3035;
  font-weight: 700;
  padding-bottom: 1px;
  text-decoration: underline;
}
.home__intro a:link:link,
.home__intro a:hover:link,
.home__intro a:active:link,
.home__intro a:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.home__intro a:link:visited,
.home__intro a:hover:visited,
.home__intro a:active:visited,
.home__intro a:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.home__intro a:link:hover,
.home__intro a:hover:hover,
.home__intro a:active:hover,
.home__intro a:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.home__intro a:link:active,
.home__intro a:hover:active,
.home__intro a:active:active,
.home__intro a:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.tasters__header {
  margin-bottom: 20px;
}

.tasters__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000000;
}
@media (min-width: 0px) {
  .tasters__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .tasters__title {
    font-size: 36px;
    line-height: 1.3;
  }
}

.tasters__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
}
@media (min-width: 0px) {
  .tasters__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .tasters__text {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .tasters__text {
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .tasters__text {
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tasters__text {
    line-height: 1.5;
  }
}

.tasters__text strong {
  color: #000000;
}

.tasters__text a:link,
.tasters__text a:active,
.tasters__text a:hover,
.tasters__text a:visited {
  color: #ba3035;
  font-weight: 700;
}
.tasters__text a:link:link,
.tasters__text a:active:link,
.tasters__text a:hover:link,
.tasters__text a:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.tasters__text a:link:visited,
.tasters__text a:active:visited,
.tasters__text a:hover:visited,
.tasters__text a:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.tasters__text a:link:hover,
.tasters__text a:active:hover,
.tasters__text a:hover:hover,
.tasters__text a:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.tasters__text a:link:active,
.tasters__text a:active:active,
.tasters__text a:hover:active,
.tasters__text a:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.expert_insight--special {
  border-radius: 10px;
  background-color: #ba3035;
}
@media (min-width: 0px) {
  .expert_insight--special {
    padding: 20px 20px 25px 20px;
  }
}
@media (min-width: 767px) {
  .expert_insight--special {
    padding: 30px 30px 35px 30px;
  }
}

.expert_insight__title {
  font-family: Lato, Arial, Courier;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000000;
}
@media (min-width: 0px) {
  .expert_insight__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .expert_insight__title {
    font-size: 36px;
    line-height: 1.3;
  }
}

.expert_insight__text {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .expert_insight__text {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .expert_insight__text {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .expert_insight__text {
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .expert_insight__text {
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .expert_insight__text {
    line-height: 1.5;
  }
}

.expert_insight__text strong {
  color: #000000;
}

.expert_insight__bullet {
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .expert_insight__bullet {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .expert_insight__bullet {
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .expert_insight__bullet {
    font-family: Lato, Arial, Courier;
    text-transform: unset;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 0px) {
  .expert_insight__bullet {
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .expert_insight__bullet {
    line-height: 1.5;
  }
}

.expert_insight__bullet:last-of-type {
  margin-bottom: 20px;
}

.expert_insight__bullet strong,
.expert_insight__text strong {
  color: #000000;
}

.expert_insight--special .expert_insight__title,
.expert_insight--special .expert_insight__bullet strong,
.expert_insight--special .expert_insight__text strong {
  color: #ffffff !important;
}

.expert_insight--special .expert_insight__bullet,
.expert_insight--special .expert_insight__text {
  color: #e4d4d5 !important;
}

.expert_insight__text a:link,
.expert_insight__text a:active,
.expert_insight__text a:hover,
.expert_insight__text a:visited {
  color: #ba3035;
  font-weight: 700;
}
.expert_insight__text a:link:link,
.expert_insight__text a:active:link,
.expert_insight__text a:hover:link,
.expert_insight__text a:visited:link {
  color: #ba3035;
  text-decoration: none;
}
.expert_insight__text a:link:visited,
.expert_insight__text a:active:visited,
.expert_insight__text a:hover:visited,
.expert_insight__text a:visited:visited {
  color: #ba3035;
  text-decoration: none;
}
.expert_insight__text a:link:hover,
.expert_insight__text a:active:hover,
.expert_insight__text a:hover:hover,
.expert_insight__text a:visited:hover {
  color: #ba3035;
  text-decoration: underline;
}
.expert_insight__text a:link:active,
.expert_insight__text a:active:active,
.expert_insight__text a:hover:active,
.expert_insight__text a:visited:active {
  color: #ba3035;
  text-decoration: underline;
}

.expert_insight__cta-button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ba3035;
  color: #fff !important;
  border: 1px solid #ba3035;
  margin-right: 8px;
  display: inline-block;
}
.expert_insight__cta-button:link {
  text-decoration: none;
}
.expert_insight__cta-button:visited {
  text-decoration: none;
}
.expert_insight__cta-button:hover {
  text-decoration: none;
}
.expert_insight__cta-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .expert_insight__cta-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .expert_insight__cta-button {
    line-height: 1.4;
  }
}
.expert_insight__cta-button:link {
  color: #fff !important;
}
.expert_insight__cta-button:visited {
  color: #fff !important;
}
.expert_insight__cta-button:hover {
  color: #fff !important;
}
.expert_insight__cta-button:active {
  color: #fff !important;
}

.expert_insight--special .expert_insight__cta-button {
  border-radius: 8px;
  font-weight: 700;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
  padding: 13px 23px 15px 23px;
  background-color: #ffffff;
  color: #ba3035 !important;
  background-color: #ffffff;
  margin-right: 8px;
  display: inline-block;
}
.expert_insight--special .expert_insight__cta-button:link {
  text-decoration: none;
}
.expert_insight--special .expert_insight__cta-button:visited {
  text-decoration: none;
}
.expert_insight--special .expert_insight__cta-button:hover {
  text-decoration: none;
}
.expert_insight--special .expert_insight__cta-button:active {
  text-decoration: none;
}
@media (min-width: 0px) {
  .expert_insight--special .expert_insight__cta-button {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .expert_insight--special .expert_insight__cta-button {
    line-height: 1.4;
  }
}
.expert_insight--special .expert_insight__cta-button:link {
  color: #ba3035 !important;
}
.expert_insight--special .expert_insight__cta-button:visited {
  color: #ba3035 !important;
}
.expert_insight--special .expert_insight__cta-button:hover {
  color: #ba3035 !important;
}
.expert_insight--special .expert_insight__cta-button:active {
  color: #ba3035 !important;
}

.expert_insight--special .expert_insight__text a:link,
.expert_insight--special .expert_insight__text a:active,
.expert_insight--special .expert_insight__text a:hover,
.expert_insight--special .expert_insight__text a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-family: Lato, Arial, Courier;
  text-transform: unset;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 0px) {
  .expert_insight--special .expert_insight__text a:link,
  .expert_insight--special .expert_insight__text a:active,
  .expert_insight--special .expert_insight__text a:hover,
  .expert_insight--special .expert_insight__text a:visited {
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  .expert_insight--special .expert_insight__text a:link,
  .expert_insight--special .expert_insight__text a:active,
  .expert_insight--special .expert_insight__text a:hover,
  .expert_insight--special .expert_insight__text a:visited {
    line-height: 1.4;
  }
}

.expert_insight--special .expert_insight__text a:after {
  display: inline-block;
  content: "&gt;";
  width: 10px;
  height: 15px;
  margin-left: 2px;
}

.expert_insight__image {
  border-radius: 300px;
  width: 100%;
  height: auto;
  max-width: 280px;
  margin: 0px auto;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .expert_insight__image {
    margin: unset;
    max-width: 320px;
  }
}

/*
    .cc-button-default {
        @include text-small;
        background-color: #ba3035;
        color: #fff;
        border-radius: 4px;
        display: inline-block;
        font-weight: 700;
        padding: 8px 13px 10px 13px;
    }

    @media (min-width: 0px) {

        .cc-section {
            padding: $section-spacer-m 0 $section-spacer-m 0;
        }
    }

    @media (min-width: 510px) {
    }

    @media (min-width: 767px) {

        .cc-section {
            padding: $section-spacer-d 0 $section-spacer-d 0;
        }
    }

    @media (min-width: 992px) {
    }

    @media (min-width: 1200px) {
    }

    @media (min-width: 1600px) {
    }

    .cc-cards {
        box-sizing: border-box;
        overflow: hidden;
        font-size: 0;
    }

    .cc-card {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        text-decoration: unset;
        color: unset;
    }

    @media (min-width: 0px) {

        .cc-cards {
            margin-left: -6px;
            margin-right: -6px;
        }

        .cc-card {
            padding-left: 6px;
            padding-right: 6px;
        }
    }

    @media (min-width: 510px) {
    }

    @media (min-width: 767px) {
    }

    @media (min-width: 992px) {

        .cc-cards {
            margin-left: -12px;
            margin-right: -12px;
        }

        .cc-card {
            padding-left: 12px;
            padding-right: 12px;
        }
    }

    @media (min-width: 1200px) {
    }

    @media (min-width: 1600px) {
    }







    @media (min-width: 1200px) {
    }

    @media (min-width: 1600px) {
    }

    .cc_card-inspiration {
        margin-top: 20px;
    }

    .cc_card-inspiration__img {
        margin-bottom: 5px;
    }

    .cc-card-inspiration .cc-sub-header-3 {
        margin-bottom: 0px;
    }

    .cc-card-inspiration .cc-text-micro {
        text-transform: uppercase
    }

    @media (min-width: 0px) {

        .cc-card-inspiration {
            width: 50%;
        }
    }

    @media (max-width: 767px) {
    }

    @media (min-width: 768px) {

        .cc-card-inspiration {
            width: 33%;
        }
    }

    @media (max-width: 992px) {
    }

    @media (min-width: 992px) {

        .cc-card-inspiration {
            width: 25%;
        }
    }

    @media (min-width: 1200px) {
    }

*/
</pre></body></html>