@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  border: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
:focus {
  box-shadow: none;
  outline: 0;
}
s {
  text-decoration: line-through;
  text-decoration-color: #00000066;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d565b;
  font-family: Mulish, sans-serif;
  font-size: 17px;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
input,
input::placeholder {
  font-family: Mulish, sans-serif;
}
button {
  cursor: pointer;
  font-family: Mulish, sans-serif;
}
.has-text-align-center,
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: calc(100% - 100px);
}

@media (max-width: 1024px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 520px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.mainfooter {
  background-color: #19255b;
  color: #fff;
  padding: 0;
}

.mainfooter a {
  color: #fff;
  opacity: 1;
  transition: .3s;
}

.mainfooter__top {
  background-color: #19255b;
  padding: 80px 0;
}

.mainfooter__top__columns {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}


.mainfooter__top__column:first-child {
  border: 0;
  padding-left: 0;
}

.mainfooter__top__column {
  border-left: 1px solid hsla(0, 0%, 100%, .1);
  padding-left: 40px;
  width: calc(33.33% - 41px);
}

.mainfooter__top__column h2 {
  color: #bea669;
  font-family: Playfair Display, serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

.mainfooter__top__column ul li {
  list-style: none;
  padding-top: 30px;
}

.mainfooter__top__column address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mainfooter__top__column ul.contacts {
  margin: -20px 0 30px;
}

.mainfooter__top__column .socialicons a {
  display: inline-block;
  height: 25px;
  margin-right: 25px;
}

.mainfooter__top__column .socialicons a img {
  display: block;
  height: 100%;
  width: auto;
}

.mainfooter__bottom {
  background-color: #121b45;
  font-size: 13px;
  padding: 25px 0;
}

.mainfooter__bottom p {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.mainfooter__bottom_copy {
  align-items: center;
  display: flex
;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 520px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}
.wrapper--narrow {
  max-width: 1060px !important;
}
.wrapper--narrow .wrapper {
  width: auto !important;
}
.wrapper--margin-top {
  padding-top: 40px;
}
.wrapper--margin-bottom {
  padding-bottom: 40px;
}
.wrapper--margin-top-double {
  padding-top: 80px;
}
.wrapper--margin-bottom-double {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .wrapper--margin-top {
    padding-top: 30px;
  }
  .wrapper--margin-bottom {
    padding-bottom: 30px;
  }
  .wrapper--margin-top-double {
    padding-top: 60px;
  }
  .wrapper--margin-bottom-double {
    padding-bottom: 60px;
  }
}
.wrapper--padding-top {
  padding-top: 40px;
}
.wrapper--padding-bottom {
  padding-bottom: 40px;
}
.wrapper--padding-top-double {
  padding-top: 80px;
}
.wrapper--padding-bottom-double {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .wrapper--padding-top {
    padding-top: 30px;
  }
  .wrapper--padding-bottom {
    padding-bottom: 30px;
  }
  .wrapper--padding-top-double {
    padding-top: 60px;
  }
  .wrapper--padding-bottom-double {
    padding-bottom: 60px;
  }
}
.pricefield {
  display: none;
}
.pricefield.show {
  display: block;
}
span.pricefields {
  display: inline-block !important;
  margin: 0 !important;
}
span.pricefield {
  display: none !important;
  margin: 0 !important;
}
span.pricefield.show {
  display: inline-block !important;
}
@media (min-width: 1260px) {
  .mainheader {
    background-color: #19255b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    padding: 15px 0;
    position: relative;
    z-index: 100;
  }
  .mainheader__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .mainheader__logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: auto;
  }

  .mainheader__logo h2 {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #fff;
  }

  .mainheader__logo img {
    height: 3rem;
    width: 3rem;
  }

  .mainheader__right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    max-width: calc(100% - 298px);
  }
  .mainheader__right_sep {
    margin: 0 20px;
  }
  .mainheader__right_sep,
  .mainheader__right_sep_li span {
    background-color: #4d565b;
    display: block;
    height: 60px;
    width: 1px;
  }
  .mainheader__right_sep_li span {
    position: absolute;
    top: -37px;
  }
  .mainheader__basket {
    display: block;
    height: 26px;
    padding-right: 13px;
    position: relative;
    width: 19px;
  }
  .mainheader__basket_badge {
    align-items: center;
    background-color: #bea669;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -13px;
    transition: 0.3s;
    width: 22px;
    z-index: 1;
  }
  .mainheader__basket svg path {
    transition: 0.3s;
  }
  .mainheader__basket:hover span {
    background-color: #aa8f4a;
  }
  .mainheader__basket:hover svg path {
    fill: #e6e6e6;
  }
  .mainheader__mainnav > ul > li {
    display: inline-block;
    list-style: none;
    padding: 0 19px;
    position: relative;
  }
  .mainheader__mainnav > ul > li > a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    transition: 0.3s;
  }
  .mainheader__mainnav > ul > li > a:focus,
  .mainheader__mainnav > ul > li > a:hover {
    color: #e6e6e6;
  }
  .mainheader__mainnav > ul > li.localedropdown {
    padding: 0;
  }
  .mainheader__mainnav > ul > li.menu-item-has-children > a {
    padding-right: 15px;
    position: relative;
  }
  .mainheader__mainnav > ul > li.menu-item-has-children > a:before {
    background-image: url(../../assets/icons/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 6px;
    transition: transform 0.3s;
    width: 9px;
  }
  .mainheader__mainnav
    > ul
    > li.menu-item-has-children.active
    > a:before {
    transform: rotate(180deg);
  }
  .mainheader__mainnav > ul > li.menu-item-has-children.active .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .mainheader__mainnav
    > ul
    > li.menu-item-has-children.localedropdown
    .sub-menu {
    left: auto;
    width: 160px;
  }
  .mainheader__mainnav .sub-menu {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.14);
    left: 10px;
    opacity: 0;
    padding-top: 25px;
    position: absolute;
    top: 54px;
    transition: opacity 0.3s;
    visibility: hidden;
    width: 300px;
    z-index: 100;
  }
  .mainheader__mainnav .sub-menu li {
    list-style: none;
  }
  .mainheader__mainnav .sub-menu li a {
    color: #19255b;
    display: block;
    line-height: 1.4;
    margin: 0 20px 20px;
    transition: 0.3s;
  }
  .mainheader__mainnav .sub-menu li a:focus,
  .mainheader__mainnav .sub-menu li a:hover {
    color: #2f46ab;
  }
  .mainheader__mobilenavbtn {
    display: none;
  }
}
@media (max-width: 1259px) {
  .mainheader {
    background-color: #19255b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    padding: 10px 0;
    position: relative;
    z-index: 100;
  }
  .mainheader__logo {
    display: block;
    height: auto;
    width: 190px;
  }
}
@media (max-width: 1259px) and (max-width: 424px) {
  .mainheader__logo {
    width: 150px;
  }
}
@media (max-width: 1259px) {
  .mainheader__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .mainheader__right {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: calc(100% - 190px);
  }
}
@media (max-width: 1259px) and (max-width: 424px) {
  .mainheader__right {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1259px) {
  .mainheader__right_sep {
    background-color: #4d565b;
    display: block;
    height: 40px;
    margin: 0 20px;
    width: 1px;
  }
}
@media (max-width: 1259px) and (max-width: 374px) {
  .mainheader__right_sep {
    margin: 0 10px;
  }
}
@media (max-width: 1259px) {
  .mainheader__right_sep_li {
    display: none;
  }
  .mainheader__basket {
    display: block;
    height: 26px;
    padding-right: 13px;
    position: relative;
    width: 19px;
  }
  .mainheader__basket_badge {
    align-items: center;
    background-color: #bea669;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -13px;
    transition: 0.3s;
    width: 22px;
    z-index: 1;
  }
  .mainheader__basket svg path {
    transition: 0.3s;
  }
  .mainheader__basket:hover span {
    background-color: #aa8f4a;
  }
  .mainheader__basket:hover svg path {
    fill: #e6e6e6;
  }
  .mainheader__mobilenavbtn {
    display: block;
    height: 26px;
    position: relative;
    width: 35px;
  }
  .mainheader__mobilenavbtn span {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 100%;
  }
  body.showmobilenav .mainheader__mobilenavbtn span {
    width: 80%;
  }
  .mainheader__mobilenavbtn span:nth-child(2) {
    top: 12px;
  }
  body.showmobilenav .mainheader__mobilenavbtn span:nth-child(2) {
    width: 50%;
  }
  .mainheader__mobilenavbtn span:nth-child(3) {
    top: 24px;
  }
  .mainheader__mainnav {
    background-color: #19255b;
    height: calc(100vh - 122px);
    overflow: auto;
    padding: 40px 20px 20px;
    position: fixed;
    right: -100%;
    top: 62px;
    transition: right 0.3s;
    width: calc(100% - 40px);
    z-index: -1;
  }
}
@media (max-width: 1259px) and (max-width: 424px) {
  .mainheader__mainnav {
    height: calc(100vh - 120px);
    top: 60px;
  }
}
@media (max-width: 1259px) {
  body.showmobilenav .mainheader__mainnav {
    right: 0;
  }
  .mainheader__mainnav > ul > li {
    display: block;
    list-style: none;
  }
  .mainheader__mainnav > ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 20px 0;
  }
  .mainheader__mainnav > ul > li > a:focus,
  .mainheader__mainnav > ul > li > a:hover {
    color: #e6e6e6;
  }
  .mainheader__mainnav > ul > li.menu-item-has-children > a {
    padding-right: 17px;
    position: relative;
  }
  .mainheader__mainnav > ul > li.menu-item-has-children > a:before {
    background-image: url(wp-content/themes/htus/svgs/arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 30px;
    transition: transform 0.3s;
    width: 9px;
  }
  .mainheader__mainnav
    > ul
    > li.menu-item-has-children.active
    > a:before {
    transform: rotate(180deg);
  }
  .mainheader__mainnav > ul > li.menu-item-has-children.active .sub-menu {
    max-height: 500px;
  }
  .mainheader__mainnav .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .mainheader__mainnav .sub-menu li {
    list-style: none;
    padding: 15px 30px;
  }
  .mainheader__mainnav .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 1.4;
  }
  body.showmobilenav {
    overflow: hidden;
  }
}
.localedropdown > a > span {
  background-image: url(../../assets/icons/locale.svg);
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
  padding-left: 25px;
}
@media (max-width: 1259px) {
  .localedropdown > a > span {
    background-position: 0;
    background-size: 20px;
    padding-left: 30px;
  }
}
.headerbanner {
  background-color: #e8e9ee;
  padding: 12px;
}
.headerbanner__inside {
  align-items: center;
  color: #19255b;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1366px;
  width: calc(100% - 20px);
}
.headerbanner__item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;
}
.headerbanner__item span {
  display: inline-block;
  line-height: 1.4;
}
.headerbanner__item img {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 1259px) {
  .headerbanner__inside {
    max-width: 880px;
  }
}
@media (max-width: 1024px) {
  .headerbanner__inside {
    justify-content: center;
  }
  .headerbanner__item {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.6s;
    visibility: hidden;
    width: 0;
  }
  .headerbanner__item.show {
    height: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
.stickybanner {
  align-items: center;
  background-color: #e8e9ee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  opacity: 0;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: -1000px;
  transition: 0.8s;
  width: 100%;
  z-index: 1000;
}
.stickybanner.show {
  opacity: 1;
  top: 0;
}
.stickybanner a {
  background: #19255b;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-family: Playfair Display, serif;
  font-size: 18px;
  font-weight: 700;
  padding: 9px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  white-space: normal;
}
.stickybanner a:hover {
  background-color: #0e1533;
}
@media (max-width: 600px) {
  .stickybanner a {
    font-size: 16px;
    padding: 9px 10px;
  }
}
.headerimage {
  display: block;
  height: 480px;
  object-fit: cover;
  object-position: center center;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1440px) {
  .headerimage {
    height: 400px;
  }
}
.headerimage--deep {
  height: 700px;
}
@media (max-width: 768px) {
  .headerimage {
    height: 220px;
  }
  .headerimage--deep {
    height: 500px;
  }
}
.deal_banner {
  background-color: #bea669;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: calc(100% - 20px);
}
.deal_banner a {
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
.deal_banner p {
  margin: 0 auto;
  max-width: 880px;
}
@media (max-width: 1220px) {
  .deal_banner p {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .deal_banner {
    font-size: 14px;
  }
}
.breadcrumbs {
  font-size: 14px;
  padding: 20px 0 0;
}
.breadcrumbs a {
  color: #121b45;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 20px 0;
}
.breadcrumbs a,
.breadcrumbs span {
  line-height: 1.4;
}
.breadcrumbs .breadcrumb__sep {
  border-left: 1px solid #ccc;
  display: inline-block;
  height: 15px;
  line-height: 1;
  margin-bottom: -7px;
  margin-left: 0;
  transform: rotate(30deg);
  width: 15px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.main-content:after {
  clear: both;
  content: "";
  display: block;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  color: #19255b;
  font-family: Playfair Display, serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.main-content h1 strong,
.main-content h2 strong,
.main-content h3 strong,
.main-content h4 strong,
.main-content h5 strong,
.main-content h6 strong {
  color: #bea669;
  font-weight: 500;
}
.main-content p {
  line-height: 1.8;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main-content p {
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.main-content ol a,
.main-content p a,
.main-content ul a {
  color: #121b45;
  font-weight: 700;
  text-decoration: underline;
}
.main-content ol a:focus,
.main-content ol a:hover,
.main-content p a:focus,
.main-content p a:hover,
.main-content ul a:focus,
.main-content ul a:hover {
  text-decoration: none;
}
.main-content h1 {
  font-size: 52px;
}
.main-content h2 {
  font-size: 44px;
}
.main-content h3 {
  font-size: 34px;
}
.main-content h4 {
  font-size: 26px;
}
.main-content h5 {
  font-size: 22px;
}
.main-content h6 {
  font-size: 17px;
}
@media (max-width: 768px) {
  .main-content h1 {
    font-size: 36px;
  }
  .main-content h2 {
    font-size: 32px;
  }
  .main-content h3 {
    font-size: 26px;
  }
  .main-content h4 {
    font-size: 22px;
  }
  .main-content h5 {
    font-size: 18px;
  }
  .main-content h6 {
    font-size: 16px;
  }
}
.main-content ul {
  margin-bottom: 40px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .main-content ul {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
.main-content ul li {
  line-height: 1.6;
  margin: 30px 0;
}
.main-content ul li::marker {
  color: #19255b;
}
.main-content ul li > ul {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-content ul li {
    line-height: 1.6;
    margin: 10px 0 20px;
  }
}
.main-content ol {
  margin-bottom: 40px;
  margin-left: 40px;
}
.main-content ol li {
  line-height: 1.8;
  margin: 30px 0;
}
.main-content ol li > ol {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-content ol li {
    line-height: 1.6;
    margin: 10px 0 20px;
  }
}
.main-content .strutcolumns ol,
.main-content .strutcolumns ul {
  margin-bottom: 40px;
  margin-left: 40px;
}


@media (max-width: 768px) {
  .main-content .strutcolumns ol,
  .main-content .strutcolumns ul {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
.main-content .strutcolumns ol li,
.main-content .strutcolumns ul li {
  margin: 0 0 30px;
}
.main-content .wp-block-list--specialticks {
  margin-left: 0;
}
.main-content .wp-block-list--specialticks li {
  background-image: url(../../assets/icons/tick.svg);
  background-position: top 4px left;
  background-repeat: no-repeat;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .main-content .wp-block-list--specialticks li {
    background-position: top 2px left;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.main-content .wp-block-list--horizontalbar {
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.main-content .wp-block-list--horizontalbar li {
  margin: 0;
}
@media (max-width: 1023px) {
  .main-content .wp-block-list--horizontalbar {
    display: block;
    padding: 0;
  }
  .main-content .wp-block-list--horizontalbar li {
    margin: 0 0 20px;
  }
}
.main-content .wp-block-table table,
.main-content table {
  border-collapse: collapse;
  display: table;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.main-content .wp-block-table table td,
.main-content .wp-block-table table th,
.main-content table td,
.main-content table th {
  border-bottom: 0;
  border-left: 0;
  border-color: currentcolor currentcolor #fff #fff;
  border-style: none none solid solid;
  border-width: 0 0 4px 4px;
  color: #121b45;
  padding: 20px;
}
.main-content .wp-block-table table th,
.main-content table th {
  background-color: #121b45;
  color: #fff;
  font-family: Playfair Display, serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .main-content .wp-block-table table th,
  .main-content table th {
    font-size: 20px;
  }
}
.main-content .wp-block-table table td,
.main-content table td {
  line-height: 1.6;
  vertical-align: top;
}
.main-content .wp-block-table table td a,
.main-content table td a {
  color: #121b45;
  font-weight: 500;
  text-decoration: underline;
}
.main-content .wp-block-table table td a:hover,
.main-content table td a:hover {
  text-decoration: none;
}
.main-content .wp-block-table table tr:nth-child(odd) td,
.main-content table tr:nth-child(odd) td {
  background-color: #e8e9ee;
}
.main-content .wp-block-table table tr:nth-child(2n) td,
.main-content table tr:nth-child(2n) td {
  background: #cbcdd8;
}
.main-content .wp-block-table table td span,
.main-content table td span {
  display: none;
}
@media (max-width: 767px) {
  .main-content .wp-block-table table th,
  .main-content table th {
    display: none;
  }
  .main-content .wp-block-table table td,
  .main-content table td {
    border: 0;
    display: block;
  }
  .main-content .wp-block-table table td span,
  .main-content table td span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
  }
}
.main-content iframe {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .main-content iframe {
    min-height: 320px;
  }
}
.main-content .truspilot iframe {
  margin: 0;
  min-height: auto;
}
.youtubelink {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.youtubelink img {
  border-radius: 6px;
  display: block;
  height: auto;
  width: 100%;
}
.youtubelink span {
  background-image: url(wp-content/themes/htus/svgs/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  display: block;
  height: 77px;
  left: calc(50% - 55px);
  position: absolute;
  top: calc(50% - 38px);
  width: 110px;
}
@media (max-width: 767px) {
  .youtubelink span {
    height: 48px;
    left: calc(50% - 34px);
    top: calc(50% - 24px);
    width: 68px;
  }
}
.main-content .wp-block-paragraph--leadin {
  color: #121b45;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .main-content .wp-block-paragraph--leadin {
    font-size: 20px;
  }
}
.main-content .strutcontainer--green .imageblock__caption,
.main-content .strutcontainer--green .wp-block-paragraph--leadin {
  color: #fff !important;
}
.main-content a.imageblock__link {
  display: block;
  position: relative;
  text-decoration: none !important;
}
.main-content .imageblock__link_play {
  background-image: url(wp-content/themes/htus/svgs/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  display: block;
  height: 77px;
  left: calc(50% - 55px);
  position: absolute;
  top: calc(50% - 38px);
  width: 110px;
}
@media (max-width: 767px) {
  .main-content .imageblock__link_play {
    height: 48px;
    left: calc(50% - 34px);
    top: calc(50% - 24px);
    width: 68px;
  }
}
.main-content .imageblock {
  display: block;
  margin-bottom: 20px;
}
.main-content .imageblock img {
  display: block;
  height: auto;
  max-width: 100%;
}
.main-content .imageblock--none img {
  height: auto;
  width: 100%;
}
.main-content .imageblock--right {
  float: right;
  margin-left: 40px;
}
.main-content .imageblock--right.imageblock--outset {
  float: right;
  height: auto;
  margin: 0 -100px 40px 40px;
  width: calc(50% + 100px);
}
.main-content .imageblock--right.imageblock--outset img {
  max-width: none !important;
  width: 100%;
}
@media (max-width: 1360px) {
  .main-content .imageblock--right.imageblock--outset {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .main-content .imageblock--right.imageblock--outset {
    display: block;
    height: auto;
    margin: 0 0 30px;
    max-width: none !important;
    width: 100%;
  }
}
.main-content .imageblock--left {
  float: left;
  margin-right: 40px;
}
.main-content .imageblock--left.imageblock--outset {
  float: left;
  height: auto;
  margin: 0 40px 40px -100px;
  width: calc(50% + 100px);
}
.main-content .imageblock--left.imageblock--outset img {
  max-width: none !important;
  width: 100%;
}
@media (max-width: 1360px) {
  .main-content .imageblock--left.imageblock--outset {
    margin-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .main-content .imageblock--left.imageblock--outset {
    display: block;
    height: auto;
    margin: 0 0 30px;
    max-width: none !important;
    width: 100%;
  }
}
.main-content .imageblock .imageblock__caption {
  color: #707070;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px 0 0;
  text-align: center;
  text-decoration: none;
}
.main-content .imageblock .imageblock__caption a {
  color: #121b45;
  font-weight: 500;
}
.main-content .imageblock--center img {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100%;
}
.main-content .wp-caption {
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  max-width: calc(100% - 6px);
  padding: 5px 3px 10px;
  text-align: center;
}
.main-content .wp-caption img {
  height: auto;
  max-width: 100%;
}
.main-content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 10px 0 5px;
}
@media (max-width: 768px) {
  .main-content .imageblock,
  .main-content .imageblock img {
    display: block;
    height: auto;
    max-width: none !important;
    width: 100%;
  }
}
.main-content .strutblockimage {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 580px;
  width: 100%;
}
@media (max-width: 767px) {
  .main-content .strutblockimage {
    height: 190px;
  }
}
.main-content .strutblockimage img {
  display: block;
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.main-content blockquote {
  border-left: 5px solid #bea669;
  color: #4d565b;
  margin: 40px auto;
  max-width: 800px;
  padding-left: 40px;
}
.main-content blockquote p {
  font-family: Playfair Display, serif;
  font-size: 36px;
  font-style: normal;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .main-content blockquote p {
    font-size: 28px;
  }
  .main-content blockquote {
    font-size: 28px;
    margin: 30px auto;
    padding-left: 30px;
  }
}
.main-content blockquote cite {
  color: #121b45;
  font-family: Playfair Display, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.main-content .wp-block-columns {
  gap: 60px;
}
@media (max-width: 781px) {
  .main-content .wp-block-columns {
    gap: 30px;
  }
}
.main-content .blocks-gallery-grid {
  margin: 0;
}
.main-content hr,
hr.wp-block-separator {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .main-content hr,
  hr.wp-block-separator {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.strutcolumns {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .strutcolumns--inverted {
    flex-direction: column-reverse;
  }
}
.strutcolumns--center {
  align-items: center;
}
.strutcolumns--bottom {
  align-items: flex-end;
}
.strutcolumn {
  width: calc(50% - 30px);
}

.strutcolumn .image-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 2.5rem 0;
}

.strutcolumn .image-wrapper img {
  align-self: center;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .strutcolumn {
    width: 100%;
  }
  .strutcolumn:first-child,
  .strutcolumns--inverted .strutcolumn:last-child {
    margin-bottom: 30px;
  }
  .strutcolumns--inverted .strutcolumn:first-child {
    margin-bottom: 0;
  }
}
.strutcolumn--grey {
  background-color: #e8e9ee;
  border-radius: 6px;
  padding: 40px 40px 10px;
  width: calc(50% - 120px);
}
@media (max-width: 767px) {
  .strutcolumn--grey {
    padding: 30px;
    width: 100%;
  }
}
.strutcolumn--blue {
  background-color: #121b45;
  border-radius: 6px;
  color: #fff;
  padding: 40px 40px 10px;
  width: calc(50% - 120px);
}
@media (max-width: 767px) {
  .strutcolumn--blue {
    padding: 30px;
    width: 100%;
  }
}
.strutcolumn--blue h1,
.strutcolumn--blue h2,
.strutcolumn--blue h3,
.strutcolumn--blue h4,
.strutcolumn--blue h5,
.strutcolumn--blue h6 {
  color: #fff;
}
.strutcolumn--blue ul {
  margin: 0 0 10px;
}
.strutcolumn--blue ul.wp-block-list--specialticks li {
  background-image: url(../../assets/icons/tick-gold.svg);
  margin: 0 0 30px;
}
.strutcolumn--blue ul.wp-block-list--specialticks li:last-child {
  margin-bottom: 0;
}
.strutcolumn--blue ul li::marker {
  color: #bea669;
}
.strutcolumn--blue a,
.strutcolumn--blue p {
  color: #fff !important;
}
.socialbar {
  margin-top: 25px;
  text-align: center;
}
.socialbar__inside {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 180px;
}
.socialbar__inside a {
  transition: 0.3s;
}
.socialbar__inside a:focus,
.socialbar__inside a:hover {
  opacity: 0.8;
}
.scpop__item iframe {
  aspect-ratio: 16/9;
  height: auto !important;
  max-height: none;
}
.strutcontainer {
  position: relative;
}
.strutcontainer--image .strutcolumn:first-child {
  max-width: 690px;
  width: 100%;
}
.strutcontainer--image .strutcolumn:last-child {
  display: none;
}
.strutcontainer--image .strutcolumn {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 35px 60px;
}
@media (max-width: 767px) {
  .strutcontainer--image .strutcolumn {
    padding: 20px;
  }
}
.strutcontainer--image .strutcolumn h1 {
  color: #fff;
  font-size: 41px;
  text-align: center;
}
@media (max-width: 767px) {
  .strutcontainer--image .strutcolumn h1 {
    font-size: 28px !important;
  }
}
.main-content
  .strutcontainer--image
  .strutcolumn
  .wp-block-list--specialticks {
  margin-left: 40px;
}
.main-content
  .strutcontainer--image
  .strutcolumn
  .wp-block-list--specialticks
  li {
  background: none;
  padding-left: 40px;
  position: relative;
}
.main-content
  .strutcontainer--image
  .strutcolumn
  .wp-block-list--specialticks
  li:before {
  background-image: url(../../assets/icons/check-mark-.svg);
  background-size: cover;
  border-radius: 100%;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
.strutcontainer--image .strutcolumn > :last-child,
.strutcontainer--image ul li:last-child {
  margin-bottom: 0;
}
.strutcontainer__bgimage {
  border-radius: 0 !important;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.strutcontainer--grey {
  background: linear-gradient(180deg, #fff, rgba(25, 37, 91, 0.1));
}
.strutcontainer--blue {
  background-color: #121b45;
  color: #fff !important;
}
.strutcontainer--blue h1,
.strutcontainer--blue h2,
.strutcontainer--blue h3,
.strutcontainer--blue h4,
.strutcontainer--blue h5,
.strutcontainer--blue h6 {
  color: #fff;
}
.strutcontainer--blue .imageblock__caption,
.strutcontainer--blue a {
  color: #fff !important;
}
.strutcontainer--blue blockquote p {
  color: #fff;
}
.strutcontainer--blue blockquote cite {
  color: #fff !important;
}
.strutcontainer--blue .wp-block-separator,
.strutcontainer--blue hr {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.strutcontainer--blue ul {
  margin: 0 0 10px 40px;
}
@media (max-width: 767px) {
  .strutcontainer--blue ul {
    margin: 0 0 10px 30px;
  }
}
.strutcontainer--blue ul.wp-block-list--specialticks li {
  background-image: url(../../assets/icons/tick-gold.svg);
  margin: 0 0 30px;
}
.strutcontainer--blue ul.wp-block-list--specialticks li:last-child {
  margin-bottom: 0;
}
.strutcontainer--blue ul li::marker {
  color: #bea669;
}
.strutcontainer--green {
  background-color: #56674d;
  color: #fff !important;
}
.strutcontainer--green h1,
.strutcontainer--green h2,
.strutcontainer--green h3,
.strutcontainer--green h4,
.strutcontainer--green h5,
.strutcontainer--green h6 {
  color: #fff;
}
.strutcontainer--green a {
  color: #fff !important;
}
.strutcontainer--green blockquote p {
  color: #fff;
}
.strutcontainer--green blockquote cite {
  color: #fff !important;
}
.strutcontainer--green .wp-block-separator,
.strutcontainer--green hr {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.strutcontainer--green ul {
  margin: 0 0 10px 40px;
}
@media (max-width: 767px) {
  .strutcontainer--green ul {
    margin: 0 0 10px 30px;
  }
}
.strutcontainer--green ul.wp-block-list--specialticks li {
  background-image: url(../../assets/icons/tick-gold.svg);
  margin: 0 0 30px;
}
.strutcontainer--green ul.wp-block-list--specialticks li:last-child {
  margin-bottom: 0;
}
.strutcontainer--green ul li::marker {
  color: #bea669;
}
.main-content .scpopiframe .imageblock--none {
  margin: 0;
}
.main-content .scpopiframe .imageblock img {
  display: block;
  height: 580px;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
@media (max-width: 767px) {
  .main-content .scpopiframe .imageblock img {
    height: 190px;
  }
}
.strutcontainer--blue--override h1,
.strutcontainer--blue--override h2 {
  color: #fff;
}
.strutcontainer--blue--override h1 b,
.strutcontainer--blue--override h2 b {
  color: #bea669;
}
.strutcontainer--blue--override .w3w {
  color: #bea669 !important;
  text-decoration: none;
}
.strutcontainer--blue--override .wp-block-table table td,
.strutcontainer--blue--override .wp-block-table table th {
  background: none !important;
  border: 0;
  color: #fff;
  font-family: Playfair Display, serif;
  font-size: 17px;
  padding: 20px;
}
.strutcontainer--blue--override .wp-block-table table td:first-child,
.strutcontainer--blue--override .wp-block-table table th:first-child {
  padding-left: 0;
}
.strutcontainer--blue--override .wp-block-table table th {
  font-weight: 500;
}
.strutcontainer--blue--override .wp-block-table table td {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 1023px) {
  .strutcontainer--blue--override .wp-block-table table tr {
    background-color: hsla(0, 0%, 100%, 0.05);
    display: block;
    padding: 5px 20px;
  }
  .strutcontainer--blue--override .wp-block-table table tr:first-child {
    display: none;
  }
  .strutcontainer--blue--override .wp-block-table table tr:nth-child(2) {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .strutcontainer--blue--override .wp-block-table table th {
    display: none;
  }
  .strutcontainer--blue--override .wp-block-table table td {
    border: 0;
    display: block;
    padding: 15px 0;
  }
  .strutcontainer--blue--override .wp-block-table table td span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
  }
}
.main-content img {
  border-radius: 6px;
}
.paraload {
  opacity: 0;
  transition: 0.3s;
}
.paraload.loaded {
  opacity: 1;
}
.strutbuttons .strutbutton {
  background-color: #56674d;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 30px;
  text-decoration: none;
  transition: 0.3s;
}
.strutbuttons .strutbutton:focus,
.strutbuttons .strutbutton:hover {
  background-color: #3e4a37;
}
.strutbuttons .strutbutton--lightgreen {
  background-color: #12ab45;
  border-radius: 0;
  font-weight: 400;
}
.strutbuttons .strutbutton--greenoutline {
  background: none;
  border: 2px solid #56674d;
  color: #56674d;
  padding: 16px 28px;
}
.strutbuttons .strutbutton--greenoutline:focus,
.strutbuttons .strutbutton--greenoutline:hover {
  background-color: #56674d;
  color: #fff;
}
@media (max-width: 768px) {
  .strutbuttons .strutbutton--greenoutline {
    padding: 13px 16px !important;
  }
}
.strutbuttons .strutbutton--blue {
  background-color: #19255b;
}
.strutbuttons .strutbutton--blue:focus,
.strutbuttons .strutbutton--blue:hover {
  background-color: #0e1533;
}
.strutbuttons .strutbutton--blueoutline {
  background: none;
  border: 2px solid #19255b;
  color: #19255b;
  padding: 16px 28px;
}
.strutbuttons .strutbutton--blueoutline:focus,
.strutbuttons .strutbutton--blueoutline:hover {
  background-color: #19255b;
  color: #fff;
}
@media (max-width: 768px) {
  .strutbuttons .strutbutton--blueoutline {
    padding: 13px 16px !important;
  }
}
.strutbuttons .strutbutton--white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000 !important;
  padding: 16px 28px;
}
@media (max-width: 768px) {
  .strutbuttons .strutbutton--white {
    padding: 13px 16px !important;
  }
}
.strutbuttons .strutbutton--white:focus,
.strutbuttons .strutbutton--white:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important;
}
.strutbuttons .strutbutton--whiteoutline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 16px 28px;
}
@media (max-width: 768px) {
  .strutbuttons .strutbutton--whiteoutline {
    padding: 13px 16px !important;
  }
}
.strutbuttons .strutbutton--whiteoutline:focus,
.strutbuttons .strutbutton--whiteoutline:hover {
  background-color: #fff;
  color: #121b45 !important;
}
.strutbuttons .strutbutton--biggreen {
  background-color: #12ab45;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  font-size: 28px !important;
  font-weight: 700;
  min-width: 280px;
  padding: 20px 20px 12px !important;
  text-align: center;
}
@media (max-width: 520px) {
  .strutbuttons .strutbutton--biggreen {
    display: block;
    font-size: 24px !important;
    margin: 0 auto !important;
    max-width: 280px;
    min-width: auto;
    width: calc(100% - 40px);
  }
}
.strutbuttons .strutbutton--biggreen span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 10px;
}
.strutbuttons .strutbutton--biggreen:focus,
.strutbuttons .strutbutton--biggreen:hover {
  background-color: #0d7d32;
  color: #fff;
}
.strutbuttons.text-left .strutbutton {
  margin-left: 0;
  margin-right: 20px;
}
.strutbuttons.text-right .strutbutton {
  margin-left: 20px;
  margin-right: 0;
}
.strutbuttons.text-center .strutbutton {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .strutbuttons .strutbutton,
  .strutbuttons.text-center .strutbutton {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 15px 18px;
  }
  .strutbuttons.text-left .strutbutton {
    margin-right: 10px;
  }
}
.strutnewsletter {
  align-items: center;
  background-color: #56674d;
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .strutnewsletter {
    padding: 60px 0;
  }
}
.strutnewsletter__bg {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  right: -200px;
  top: 0;
  width: 600px;
  z-index: 1;
}
.strutnewsletter h2 {
  color: #fff;
  font-size: 32px;
}
.strutnewsletter__hubspot label {
  display: none;
}
.strutnewsletter__hubspot form {
  align-items: stretch;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  display: flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 520px) {
  .strutnewsletter__hubspot form {
    display: block;
    height: 120px;
  }
}
.strutnewsletter__hubspot form input[type="submit"] {
  align-items: center;
  background-color: #bea669;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Playfair Display, serif;
  font-size: 17px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 128px;
}
.strutnewsletter__hubspot form input[type="submit"]:focus,
.strutnewsletter__hubspot form input[type="submit"]:hover {
  background-color: #aa8f4a;
}
@media (max-width: 520px) {
  .strutnewsletter__hubspot form input[type="submit"] {
    top: 60px;
    width: 100%;
  }
}
.strutnewsletter__hubspot form input[type="email"] {
  align-items: center;
  border: 0;
  display: flex;
  font-family: Playfair Display, serif;
  font-size: 17px;
  height: 60px;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  text-indent: 20px;
  top: 0;
  width: calc(100% - 128px);
}
@media (max-width: 520px) {
  .strutnewsletter__hubspot form input[type="email"] {
    width: 100%;
  }
}
.strutnewsletter__privacy {
  align-items: flex-start;
  display: flex;
  font-size: 13px;
  justify-content: flex-start;
  margin-bottom: 25px;
  text-align: left;
}
.strutnewsletter__privacy label {
  display: block;
  line-height: 1.6;
}
.strutnewsletter__privacy label a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.strutnewsletter__privacy label a:focus,
.strutnewsletter__privacy label a:hover {
  text-decoration: none;
}
.strutreservesmap__map {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.strutreservesmap__map__image {
  display: block;
  width: 100%;
  height: auto;
}
.strutreservesmap__map__marker {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 6px solid #bea669;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.strutreservesmap__map__marker span {
  display: block;
  opacity: 0;
  border: 2px solid #fff;
  width: 23px;
  height: 23px;
  animation: 2s pulse ease-out infinite;
  transform: scale(1.75);
  opacity: 1;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 600px) {
  .strutreservesmap__map__marker {
    width: 10px;
    height: 10px;
    border: 5px solid #bea669;
  }
  .strutreservesmap__map__marker span {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    transform: scale(1.2);
    opacity: 1;
  }
  70% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.strutreservesmap__wrapper {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.strutreservesmap__wrapper.active {
  z-index: 3;
}
.strutreservesmap__wrapper__popup {
  background-color: #fff;
  width: 300px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.37);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
  position: absolute;
  top: 70px;
  left: calc(50% - 150px);
}
.strutreservesmap__wrapper__popup.active {
  visibility: visible;
  opacity: 1;
}
.strutreservesmap__marker__image {
  background-color: #ccc;
  min-height: 150px;
  position: relative;
}
.strutreservesmap__marker__image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: block;
}
.strutreservesmap__marker__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
  background-color: #bea669;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.strutreservesmap__marker__text {
  padding: 30px 30px 10px 30px;
  font-size: 16px;
}
.strutreservesmap__marker__text h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 500;
}
.strutreservesmap__marker__icons {
  margin-bottom: 20px;
}
.strutreservesmap__marker__icons img {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
a.strutreservesmap__marker__link {
  display: inline-block;
  background-color: #bea669;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  transition: 0.3s;
}
a.strutreservesmap__marker__link:hover {
  background-color: #938153;
  color: #fff;
}
.strutreservesmap__marker__icons_span {
  position: relative;
}
.strutreservesmap__marker__icons_tip {
  transition: 0.3s;
  opacity: 0;
  display: block;
  position: absolute;
  top: -60px;
  width: 220px;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  z-index: 100;
  font-size: 14px;
}
.show .strutreservesmap__marker__icons_tip {
  opacity: 1;
}

/* Custom CSS */

/* Cart Page */

.main-content table {
  border-collapse: collapse;
  display: table;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.basket tr th {
  background: 0 0;
  color: #121b45;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

.basket tr td {
  padding: 30px 0 30px 0;
  background: 0 0 !important;
  border-bottom: 1px solid #e8e8e8;
  max-width: 600px;
  vertical-align: top;
  color: #707070;
}

.basket td span {
  display: none;
}

.basket_product {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.basket_product img {
  display: block;
  width: 110px;
  height: auto;
}

.basket__info {
  width: calc(100% - 150px);
}

.basket__info_title {
  font-weight: 600;
  color: #121b45;
  margin-bottom: 20px;
  line-height: 1.4;
}

.main-content .basket__info p {
  margin-bottom: 0;
  font-size: 14px;
}

.actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.actions a {
  padding: 1rem;
  border-radius: 0.3rem;
  color: #fff;
}

.actions a.button {
  font-family: 'Playfair Display', serif;
  background-color: #12ab45;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: .3s;
}

.actions a.button:hover {
  background-color: #0d7d32;
}

.actions a.gold {
  background-color: #bea669;
}

.actions a.gold:hover {
  background-color: #aa8f4a;
}

/* Checkout Page */
.checkout-page {
  display: flex;
  align-items: flex-start;
  min-height: 70vh;
}

.form-container {
  min-width: 30dvw;
  max-width: 50dvw;
  margin: auto;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.form-container h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-container p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.form-group label {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.form-group .StripeElement {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.form-group .StripeElement--focus {
  border-color: #1a73e8;
}

.form-group .StripeElement--invalid {
  border-color: #d93025;
}

.payment-button {
  background-color: #19255b;
  color: #fff;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.payment-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.error-message {
  color: #d93025;
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}

.success-message {
  color: #34a853;
  font-size: 1rem;
  text-align: center;
  margin: 0.7rem;
}