@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "BagossStandard-Light";
  src: url("fonts/BagossStandard-Light.woff2") format("woff2"), url("fonts/BagossStandard-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BagossStandard-Regular";
  src: url("fonts/BagossStandard-Regular.woff2") format("woff2"), url("fonts/BagossStandard-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ivypresto-display";
  src: url("fonts/IvyprestoDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.visual-border-radius--24 video,
.visual-border-radius--24 img {
  border-radius: 24px;
}

.holder--l {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

*,
html {
  -webkit-font-smoothing: antialiased;
}

video,
picture,
img {
  border: 0;
  vertical-align: top;
  width: 100%;
}

iframe {
  background: transparent;
}

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

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

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

textarea:focus, input:focus {
  outline: none !important;
}

button,
form,
input {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: auto;
}

li a,
a {
  text-decoration: none;
}

img,
picture {
  display: block;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.mobile-menu--open {
  overflow: hidden;
}

html,
body {
  font-family: "BagossStandard-Regular", sans-serif;
  font-size: 19px;
  line-height: 1.4;
}

button,
textarea,
input,
select,
input[type=submit] {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BagossStandard-Light", sans-serif;
  margin: 0;
}

.style-italic,
em {
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 0;
}

.hero-1 {
  font-size: 124px;
  line-height: 0.8;
}

.h1 {
  font-size: 88px;
  line-height: 1;
}

.h-quote {
  font-size: 88px;
  line-height: 1;
}

.h2 {
  font-size: 55px;
  line-height: 1.125;
}

.h3 {
  font-size: 34px;
  line-height: 1.125;
}

.subtitle--s {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.subtitle--s .style-italic {
  font-size: 16px;
}

.subtitle--xs {
  font-size: 13px;
  line-height: 1;
}

.subtitle__pipe {
  padding-left: 6px;
  padding-right: 6px;
}

p {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 21px;
}

.p--s {
  font-size: 15px;
  line-height: 1.5;
}
.p--s .style-italic {
  font-size: 16px;
}

.p--l {
  font-size: 34px;
  line-height: 1.125;
  font-family: "BagossStandard-Light", sans-serif;
}

h2.h1 + p,
.hero-1 + p {
  margin-top: 34px;
}

h2 + p {
  margin-top: 27px;
}

p:first-child {
  margin-top: 0;
}

p:last-child,
p:last-of-type {
  margin-bottom: 0;
}

p,
li {
  position: relative;
}

p > a,
p a {
  text-decoration: underline;
  text-decoration-color: rgba(56, 65, 161, 0.6);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

sup {
  font-size: 66%; /* Make the superscript smaller */
  vertical-align: super; /* Ensures it sits above the baseline */
  line-height: 0.9; /* Adjust line height as needed */
}

.standard-list-styles ul, .standard-list-styles ol,
.blocks-core ul,
.blocks-core ol {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.standard-list-styles > ol li:last-child,
.standard-list-styles > ul li:last-child,
.blocks-core > ol li:last-child,
.blocks-core > ul li:last-child {
  margin-bottom: 0;
}
.standard-list-styles > ul li,
.blocks-core > ul li {
  padding-left: 26px;
}
.standard-list-styles > ol li,
.blocks-core > ol li {
  padding-left: 26px;
}
.standard-list-styles > ul li::before,
.blocks-core > ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 13px;
  left: 1px;
  height: 8px;
  width: 8px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
.standard-list-styles > ol li,
.blocks-core > ol li {
  counter-increment: inst;
}
.standard-list-styles > ol li:before,
.blocks-core > ol li:before {
  content: counter(inst) ". ";
  color: #FFFFFF;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  text-align: left;
  padding-left: 0;
}

.block-wow-brands h2,
.block-featured-brand .block-featured-brand__text h2,
.block-broker-insight .block-broker-insight__text h2,
.block-featured-page .block-featured-page__text h2 {
  font-size: 55px;
  line-height: 1.125;
}

.typography-textpage > h1, .typography-textpage > h2, .typography-textpage > h3, .typography-textpage > h4, .typography-textpage > h5, .typography-textpage > h6 {
  font-family: "BagossStandard-Light", sans-serif;
}
.typography-textpage > .h1,
.typography-textpage > h1 {
  font-size: 88px;
  line-height: 1;
}
.typography-textpage > .h2,
.typography-textpage > h2 {
  font-size: 55px;
  line-height: 1.125;
}
.typography-textpage > .h3,
.typography-textpage > h3, .typography-textpage > h4, .typography-textpage > h5 {
  font-size: 34px;
  line-height: 1.125;
  letter-spacing: 0;
}
.typography-textpage > p a {
  text-decoration: underline;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}
.typography-textpage > h1, .typography-textpage > h2, .typography-textpage > h3, .typography-textpage > h4, .typography-textpage > h5, .typography-textpage > h6 {
  margin-top: 21px;
}
.typography-textpage > h1:first-child, .typography-textpage > h2:first-child, .typography-textpage > h3:first-child, .typography-textpage > h4:first-child, .typography-textpage > h5:first-child, .typography-textpage > h6:first-child {
  margin-top: 0;
}
.typography-textpage > h1:only-child, .typography-textpage > h2:only-child, .typography-textpage > h3:only-child, .typography-textpage > h4:only-child, .typography-textpage > h5:only-child, .typography-textpage > h6:only-child {
  margin-bottom: 0;
}
.typography-textpage > h2 {
  margin-top: 77px;
}
.typography-textpage > blockquote + * {
  margin-top: 0 !important;
}
.typography-textpage > h2 + h2,
.typography-textpage > h3 + h3,
.typography-textpage > h2 + h3,
.typography-textpage > h3 + h4 {
  margin-top: 48px;
}
.typography-textpage > h2 + p {
  margin-top: 21px;
}
.typography-textpage > img + h2,
.typography-textpage > .block-image + h2,
.typography-textpage > ul + h2 {
  margin-top: 77px;
}
.typography-textpage > ul + h3 {
  margin-top: 60px;
}
.typography-textpage > p + h2 {
  margin-top: 77px;
}
.typography-textpage > p + h3 {
  margin-top: 60px;
}
.typography-textpage > p + ul {
  margin-top: 21px;
}
.typography-textpage > p,
.typography-textpage > li {
  font-size: 19px;
  line-height: 1.4;
}
.typography-textpage > .p--l {
  font-size: 34px;
  line-height: 1.125;
  font-family: "BagossStandard-Light", sans-serif;
}
.typography-textpage > .p--s {
  font-size: 15px;
  line-height: 1.5;
}
.typography-textpage > .p--s .style-italic {
  font-size: 16px;
}
.typography-textpage > p:first-child {
  margin-top: 0;
}
.typography-textpage > p:last-child {
  margin-bottom: 0;
}
.typography-textpage > li > strong,
.typography-textpage > p > strong {
  font-family: "BagossStandard-Regular", sans-serif;
  color: #3841A1;
}
.typography-textpage > blockquote {
  position: relative;
  padding-left: 0;
  padding-top: 64px;
  padding-bottom: 6px;
  padding-left: 32px;
  margin-top: 77px;
  margin-bottom: 77px;
}
.typography-textpage > blockquote::before {
  content: "";
  background-image: url(images/quote-sign.svg);
  background-size: 30px 23px;
  height: 23px;
  width: 30px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 32px;
}
.typography-textpage > blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: rgba(56, 65, 161, 0.2);
}
.typography-textpage > blockquote p {
  font-size: 55px;
  line-height: 1.125;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: italic;
  color: #3841A1;
}
.typography-textpage > blockquote > cite {
  position: relative;
  display: block;
  margin-top: 21px;
  color: rgba(56, 65, 161, 0.8);
}
.typography-textpage > blockquote > cite::before {
  content: "—";
  display: inline-flex;
  margin-right: 2px;
}

.basic-list-styling > ol:first-child,
.basic-list-styling > ul:first-child,
.basic-list-styling > p:first-child,
.typography-textpage > ol:first-child,
.typography-textpage > ul:first-child,
.typography-textpage > p:first-child {
  margin-top: 0;
}
.basic-list-styling > ul,
.basic-list-styling > ol,
.typography-textpage > ul,
.typography-textpage > ol {
  margin-top: 21px;
  list-style: none;
}
.basic-list-styling > ol li,
.basic-list-styling > ul li,
.typography-textpage > ol li,
.typography-textpage > ul li {
  padding-left: 40px;
  margin-bottom: 10px;
}
.basic-list-styling > ol li:last-child,
.basic-list-styling > ul li:last-child,
.typography-textpage > ol li:last-child,
.typography-textpage > ul li:last-child {
  margin-bottom: 0;
}
.basic-list-styling > ul ol > li,
.basic-list-styling > ol li,
.basic-list-styling > ol ol > li,
.typography-textpage > ul ol > li,
.typography-textpage > ol li,
.typography-textpage > ol ol > li {
  padding-left: 40px;
}
.basic-list-styling > ol ol > li,
.typography-textpage > ol ol > li {
  padding-left: 60px;
}
.basic-list-styling > ol ul > li::before,
.basic-list-styling > ul > li::before,
.typography-textpage > ol ul > li::before,
.typography-textpage > ul > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 13px;
  left: 20px;
  height: 6px;
  width: 6px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #3841A1;
}
.basic-list-styling > ul ol > li,
.basic-list-styling > ol > li,
.typography-textpage > ul ol > li,
.typography-textpage > ol > li {
  counter-increment: inst;
}
.basic-list-styling > ol ol > li,
.typography-textpage > ol ol > li {
  counter-increment: inst2;
}
.basic-list-styling > ol ol > li::before,
.basic-list-styling > ul ol > li:before,
.basic-list-styling > ol > li:before,
.typography-textpage > ol ol > li::before,
.typography-textpage > ul ol > li:before,
.typography-textpage > ol > li:before {
  content: counter(inst) "." !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  text-align: right;
}
.basic-list-styling > ol ol > li::before,
.typography-textpage > ol ol > li::before {
  width: auto;
  text-align: left;
}
.basic-list-styling > ol ol > li::before,
.typography-textpage > ol ol > li::before {
  left: 20px;
}
.basic-list-styling > ol ol > li:before,
.typography-textpage > ol ol > li:before {
  content: counter(inst) "." counter(inst2) "." !important;
}
.basic-list-styling > ol ol,
.basic-list-styling > ol ul,
.basic-list-styling > ul ul,
.basic-list-styling > ul ol,
.typography-textpage > ol ol,
.typography-textpage > ol ul,
.typography-textpage > ul ul,
.typography-textpage > ul ol {
  margin-top: 21px;
}
.basic-list-styling > ul li ul > li::before,
.typography-textpage > ul li ul > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 13px;
  left: 20px;
  height: 6px;
  width: 6px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #000;
}

body.plan-visit--open {
  overflow: hidden;
}

.wrapper-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background-color: rgba(0, 0, 0, 0);
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 800ms;
}

.popup--open .wrapper-backdrop {
  z-index: 9998;
}

.popup--open .wrapper-backdrop,
.mobile-menu--open .wrapper-backdrop {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  pointer-events: all;
}

iframe {
  max-width: 100%;
  width: 100%;
}

.acf-map {
  width: 100%;
  height: 560px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

body, html {
  color: rgba(56, 65, 161, 0.8);
}

a {
  color: rgba(56, 65, 161, 0.8);
}

.subtitle--s,
h1, h2, h3, h4 {
  color: #3841A1;
}

.theme-dark body, html .theme-dark {
  color: #FFFFFF;
}
.theme-dark a,
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4 {
  color: #FFFFFF;
}

.theme-blue-light {
  background-color: #677BE5;
}
.theme-blue-light.theme-bg,
.theme-blue-light .theme-bg {
  background-color: #677BE5;
}
.theme-blue-light button,
.theme-blue-light a,
.theme-blue-light li,
.theme-blue-light h1,
.theme-blue-light h2,
.theme-blue-light h3,
.theme-blue-light h4,
.theme-blue-light h5,
.theme-blue-light h6,
.theme-blue-light .theme-text-color {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
.theme-blue-light .theme-text-color--80,
.theme-blue-light p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-blue-light .theme-text-color--60 {
  color: rgba(255, 255, 255, 0.6);
}
.theme-blue-light .theme-fill-color {
  fill: #FFFFFF;
}
.theme-blue-light .theme-border-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-blue-light .hamburger-menu li.current-menu-item a::after {
  background-color: #FFFFFF;
}

.theme-blue {
  background-color: #3841A1;
}
.theme-blue.theme-bg,
.theme-blue .theme-bg {
  background-color: #3841A1;
}
.theme-blue button,
.theme-blue a,
.theme-blue li,
.theme-blue h1,
.theme-blue h2,
.theme-blue h3,
.theme-blue h4,
.theme-blue h5,
.theme-blue h6,
.theme-blue .theme-text-color {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
.theme-blue .theme-text-color--80,
.theme-blue p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-blue .theme-text-color--60 {
  color: rgba(255, 255, 255, 0.6);
}
.theme-blue .theme-fill-color {
  fill: #FFFFFF;
}
.theme-blue .theme-border-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-blue .hamburger-menu li.current-menu-item a::after {
  background-color: #FFFFFF;
}

.theme-blue-dark {
  background-color: #130164;
}
.theme-blue-dark.theme-bg,
.theme-blue-dark .theme-bg {
  background-color: #130164;
}
.theme-blue-dark button,
.theme-blue-dark a,
.theme-blue-dark li,
.theme-blue-dark h1,
.theme-blue-dark h2,
.theme-blue-dark h3,
.theme-blue-dark h4,
.theme-blue-dark h5,
.theme-blue-dark h6,
.theme-blue-dark .theme-text-color {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
.theme-blue-dark .theme-text-color--80,
.theme-blue-dark p {
  color: rgba(255, 255, 255, 0.8);
}
.theme-blue-dark .theme-text-color--60 {
  color: rgba(255, 255, 255, 0.6);
}
.theme-blue-dark .theme-fill-color {
  fill: #FFFFFF;
}
.theme-blue-dark .theme-border-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-blue-dark .hamburger-menu li.current-menu-item a::after {
  background-color: #FFFFFF;
}

.theme-white {
  background-color: #FFFFFF;
}
.theme-white.theme-bg,
.theme-white .theme-bg {
  background-color: #FFFFFF;
}
.theme-white button,
.theme-white a,
.theme-white li,
.theme-white h1,
.theme-white h2,
.theme-white h3,
.theme-white h4,
.theme-white h5,
.theme-white h6,
.theme-white .theme-text-color {
  color: #3841A1;
  text-decoration-color: #3841A1;
}
.theme-white .theme-text-color--80,
.theme-white p {
  color: rgba(56, 65, 161, 0.8);
}
.theme-white .theme-text-color--60 {
  color: rgba(56, 65, 161, 0.6);
}
.theme-white .theme-fill-color {
  fill: #3841A1;
}
.theme-white .theme-border-20 {
  border-color: rgba(56, 65, 161, 0.2);
}
.theme-white .hamburger-menu li.current-menu-item a::after {
  background-color: #3841A1;
}

.home .header {
  background-color: #677BE5;
  background: none;
}
.home .header.theme-bg,
.home .header .theme-bg {
  background-color: #677BE5;
}
.home .header button,
.home .header a,
.home .header li,
.home .header h1,
.home .header h2,
.home .header h3,
.home .header h4,
.home .header h5,
.home .header h6,
.home .header .theme-text-color {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
.home .header .theme-text-color--80,
.home .header p {
  color: rgba(255, 255, 255, 0.8);
}
.home .header .theme-text-color--60 {
  color: rgba(255, 255, 255, 0.6);
}
.home .header .theme-fill-color {
  fill: #FFFFFF;
}
.home .header .theme-border-20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.home .header .hamburger-menu li.current-menu-item a::after {
  background-color: #FFFFFF;
}

.menu-color--white .header__logo-img path {
  fill: #FFFFFF;
}
.menu-color--white .header a {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 100px;
  height: 48px;
  background: #3841A1;
  color: #FFFFFF;
  font-family: "BagossStandard-Regular", sans-serif;
  line-height: 1.25;
  font-size: 15px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.button--l {
  height: 64px;
  padding-left: 26px;
  padding-right: 26px;
  min-width: 240px;
  font-family: "BagossStandard-Regular", sans-serif;
  line-height: 1.2;
  font-size: 19px;
}

.button__scroll-arrow {
  margin-left: auto;
  padding-left: 24px;
}

.button__whatsapp {
  display: inline-flex;
  margin-right: 8px;
}

.button__whatsapp svg {
  height: 20px;
  width: auto;
}

.button__text {
  display: inline-flex;
}

.button__arrow {
  margin-left: auto;
}

.button .button__arrow {
  margin-left: 24px;
}

.button--arrow-back .button__arrow {
  transform: scaleX(-1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
  margin-right: 20px;
  margin-left: 0;
}
.button-gt-arrow {
  display: inline-flex;
  height: 11px;
  width: 5px;
}

.button-gt-arrow-down {
  display: inline-flex;
  height: 5px;
  width: 11px;
}

.button__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.swiper {
  cursor: grab;
}

.swiper:active {
  cursor: grabbing;
}

.swiper.no-slider,
.swiper.no-slider.swiper:active {
  cursor: pointer;
}

.swiper-pagination {
  color: #FFFFFF;
}

.swiper-slide__fullscreen-hover img {
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}
.swiper-zoom-container {
  height: inherit;
  width: inherit;
}

.shortcut-button {
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-family: "BagossStandard-Regular", sans-serif;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
  background-color: #FFFFFF;
  color: #3841A1;
}
.shortcut-button .style-italic {
  font-size: 16px;
}

.sticky-shortcuts-active .shortcut-button {
  padding: 6px 8px;
}

.shortcut-button .button-theme__stroke {
  stroke: #3841A1;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.shortcut-button .button-theme__fill {
  fill: #3841A1;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}
.shortcut-button__icon {
  display: inline-flex;
  margin-left: 10px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.sticky-shortcuts-active .shortcut-button__icon {
  margin-left: 5px;
}

.shortcut-button__icon > svg {
  width: 20px;
  height: 20px;
  display: inline-flex;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.sticky-shortcuts-active .shortcut-button__icon > svg {
  width: 16px;
  height: 16px;
}

.list-details {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.list-details__item {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  border-bottom: 1px solid rgba(56, 65, 161, 0.1);
  padding-bottom: 8px;
}
.list-details__item .style-italic {
  font-size: 16px;
}

.list-details__item:last-child {
  border-bottom: 0;
}

.list-details__item-label {
  width: 40%;
  font-family: "BagossStandard-Light", sans-serif;
}

.list-details__item-text {
  color: rgba(56, 65, 161, 0.8);
}

.list-additionals {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.list-additionals__item {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.list-additionals__item-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.list-additionals__item-text {
  color: rgba(56, 65, 161, 0.8);
}

.close-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  padding: 10px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
  background-color: #FFFFFF;
  border-radius: 100px;
}
.close-btn span {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #3841A1;
  transform-origin: center;
}
.close-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.swiper-parent.fullscreen .close-btn {
  pointer-events: all;
  opacity: 1;
}

.operation-label {
  padding: 4px 8px;
  background: #3841A1;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.2;
}
.operation-label .style-italic {
  font-size: 16px;
}

.operation-label.finished {
  background: #677BE5;
}

.property {
  display: flex;
  flex-direction: column;
  margin-top: 82px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.property__summary {
  padding-top: 21px;
}

.property .swiper-button-prev {
  margin-left: 20px;
}

.property .swiper-button-next {
  margin-right: 20px;
}

.property__main {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-top: 60px;
}

.property__main-content {
  grid-column: 1/9;
  display: flex;
  flex-direction: column;
  row-gap: 4rlh;
}

.property__main-sidebar {
  position: relative;
  grid-column: 9/13;
}

.plan-visit--open .property__main-sidebar {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
  padding-bottom: 120px;
}

.property__main-sidebar-close-outer {
  height: 56px;
  width: 56px;
  pointer-events: none;
  position: fixed;
  z-index: 1003;
  opacity: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
  top: 18px;
  right: 20px;
  background-color: #677BE5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.property__main-sidebar-close {
  position: relative;
  top: auto;
  right: auto;
  height: 32px;
  width: 32px;
  background-color: transparent;
}

.property__main-sidebar-close span {
  background: #FFFFFF;
}

.plan-visit--open .property__main-sidebar-close-outer,
.plan-visit--open .property__main-sidebar-close {
  opacity: 1;
  pointer-events: all;
}

.plan-visit--open .property__main-sidebar-close {
  opacity: 1;
}

.property__visit-inline {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.property__barrio {
  margin-top: 123px;
}

.property__lifestyle {
  margin-top: 77px;
}

.property__form {
  padding-top: 21px;
  padding-bottom: 97px;
}

.property__visit-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1001;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-top: 1px solid rgba(56, 65, 161, 0.1);
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.plan-visit--open .property__visit-mobile {
  opacity: 0;
  pointer-events: none;
}

.property__visit-mobile > * {
  flex: 1;
  margin: 0;
}

.property__visit-button {
  text-align: center;
  justify-content: center;
  font-family: "BagossStandard-Regular", sans-serif;
  line-height: 1.2;
  font-size: 19px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
  width: 100%;
  min-width: 0;
}

.property__visit-button-open {
  display: block;
}

.property__visit-button.open .property__visit-button-open {
  display: none;
}

.property__visit-button-close {
  display: none;
}

.property__visit-button.open .property__visit-button-close {
  display: block;
}

.property-gallery {
  position: relative;
}

.property-gallery .property-gallery__swiper {
  border-radius: 24px;
  opacity: 0;
}

.property-gallery.fullscreen .property-gallery__swiper {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}

.property-gallery__slide {
  padding-right: 16px;
}

.property-gallery__slide-image-outer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.property-gallery.fullscreen .property-gallery__slide-image-outer {
  border-radius: 0;
  padding-bottom: 0;
  height: 100%;
}

.property-gallery__slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen .property-gallery__slide-image {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.property-gallery__slider-pagination {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.property-gallery__slider-shortcuts-wrapper {
  position: absolute;
  bottom: 24px;
  right: 0;
  z-index: 1;
}

.property-gallery__slider-shortcuts {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.sticky-shortcuts-active .property-gallery__slider-shortcuts {
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.property-gallery__slider-shortcuts::before {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  left: -100px;
  top: 0;
  width: calc(100% + 200px);
  background-color: #FFFFFF;
  height: 100%;
  z-index: 0;
  border-bottom: 1px solid rgba(56, 65, 161, 0.1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.sticky-shortcuts-active .property-gallery__slider-shortcuts::before {
  opacity: 1;
}

/* ------------------ */
/* Fullscreen vertical layout */
/* ------------------ */
.js_swiper-gallery.fullscreen-vertical .close-btn {
  position: fixed;
  opacity: 1;
  pointer-events: all;
  background-color: #3841A1;
}
.js_swiper-gallery.fullscreen-vertical .close-btn span {
  background-color: #FFFFFF;
}

.js_swiper-gallery.fullscreen-vertical .property-gallery__slider-buttons,
.js_swiper-gallery.fullscreen-vertical .property-gallery__slider-pagination {
  opacity: 0;
}

.js_swiper-gallery.fullscreen-vertical {
  position: fixed;
  left: 0;
  inset: 0;
  /* top: 0; right: 0; bottom: 0; left: 0; */
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  /* or whatever background you want */
  overflow-y: auto;
  display: block;
  /* Remove Swiper's flex styles in wrapper, we’ll override below */
  padding: 40px;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* When we first add fullscreen, we also add .is-animating
   so it starts at opacity 0, then transitions up to 1 */
.fullscreen-vertical.is-animating {
  opacity: 0;
}

/* Make the wrapper block so slides stack vertically */
.js_swiper-gallery.fullscreen-vertical .swiper-wrapper {
  display: flex !important;
  flex-direction: column !important;
  row-gap: 30px;
  padding-bottom: 30px;
}

/* Each “slide” spans the full width, stacked vertically */
.js_swiper-gallery.fullscreen-vertical .swiper-slide {
  width: 100% !important;
  height: auto !important;
}

.js_swiper-gallery.fullscreen-vertical .swiper-slide:last-child {
  padding-bottom: 20px;
}

/* Make images responsive or fill container as you prefer */
.js_swiper-gallery.fullscreen-vertical .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  /* center them if you like */
}

.property-planos .property-planos__swiper {
  border-radius: 24px;
}

.property-planos.fullscreen .property-planos__swiper {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}

.property-planos__slide-image-outer {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}

.fullscreen .property-planos__slide-image-outer {
  border-radius: 0;
}

.property-planos__slide-image {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.fullscreen .property-planos__slide-image-outer {
  padding-bottom: 0;
  height: 100%;
}

.fullscreen .property-planos__slide-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.property-planos__slider-shortcuts {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}

.property-planos .swiper-pagination {
  color: #3841A1;
}

.property-planos.fullscreen .swiper-pagination {
  color: #FFFFFF;
}

.property-summary {
  border-bottom: 1px solid rgba(56, 65, 161, 0.2);
  padding-bottom: 21px;
  position: relative;
}

.property-summary__header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.property-summary__header-titles {
  grid-column: 1/9;
}

.property-summary__subtitle {
  display: block;
  color: rgba(56, 65, 161, 0.8);
  margin-top: -4px;
  margin-bottom: 10px;
}

.property-summary__subtitle-city {
  display: none;
}

.property-summary__header-pricing {
  grid-column: 9/13;
  justify-content: flex-end;
}

.project-summary__operation-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.property-summary__share {
  margin-top: 21px;
}

.property-summary__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 34px;
  row-gap: 21px;
}

.property-summary__footer-share {
  display: inline-flex;
}

.property-details {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.property-details__item {
  padding-top: 60px;
  border-top: 1px solid rgba(56, 65, 161, 0.2);
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.property-details__item:first-child {
  border-top: none;
  padding-top: 0;
}

.property-details__item-title {
  font-family: "BagossStandard-Regular", sans-serif;
  grid-column: 1/3;
}

.property-details__item-content {
  grid-column: 3/9;
}

.property-details__item-content p {
  padding-right: 32px;
}

.property-visuals {
  display: flex;
  flex-direction: column;
  row-gap: 97px;
}

.property-visuals__item {
  padding-top: 34px;
  border-top: 1px solid rgba(56, 65, 161, 0.2);
}

.property-visuals__item:first-child {
  margin-top: 97px;
}

.property-visuals__item-title {
  font-family: "BagossStandard-Regular", sans-serif;
  margin-bottom: 15px;
  display: block;
}

.property-visuals .acf-map {
  border-radius: 24px;
  overflow: hidden;
}

.swiper-buttons {
  display: flex;
  pointer-events: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 0;
  z-index: 10;
}

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
  background: #3841A1;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.swiper-button svg {
  display: inline-flex;
  height: 16px;
  width: 16px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
}

.swiper-button path {
  stroke: #FFFFFF;
}

.swiper-button-prev {
  margin-left: -24px;
}
.swiper-button-next {
  margin-right: -24px;
}
.swiper-button-prev svg {
  transform: scaleX(-1);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.property-teaser .swiper-buttons {
  margin-top: -16px;
}

.property-teaser .swiper-button {
  width: 32px;
  height: 32px;
}

.property-teaser .swiper-button svg {
  width: 16px;
  height: 16px;
}
.property-teaser .swiper-button,
.property-gallery__swiper .swiper-button {
  background: #FFFFFF;
}

.property-teaser .swiper-button path,
.property-gallery__swiper .swiper-button path {
  stroke: #3841A1;
}
.property-icons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 10px;
}

.property-icons__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  font-size: 15px;
  line-height: 1.2;
}
.property-icons__item .style-italic {
  font-size: 16px;
}

.property-icons__item-icon {
  display: inline-flex;
  width: auto;
  height: 20px;
}

.property-icons__item-text {
  color: rgba(56, 65, 161, 0.8);
}

.property-featured-teaser .property-icons,
.property-teaser .property-icons {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.property-featured-teaser .property-icons .property-icons__item-icon,
.property-teaser .property-icons .property-icons__item-icon {
  height: 16px;
}
.property-featured-teaser .property-icons .property-icons__item,
.property-teaser .property-icons .property-icons__item {
  font-size: 15px;
  line-height: 1.2;
}
.property-featured-teaser .property-icons .property-icons__item .style-italic,
.property-teaser .property-icons .property-icons__item .style-italic {
  font-size: 16px;
}

.anonymous-property-page {
  background: #FFFFFF;
  padding-top: 1.5rlh;
  padding-bottom: 2rlh;
}

.property--anonymous {
  margin-top: 24px;
}

.property--anonymous .property__main-content {
  grid-column: 1/13;
}

.property--anonymous .property__main {
  margin-top: 77px;
}

.property--anonymous .property-summary__footer {
  justify-content: flex-start;
}

.property--anonymous .property-summary__footer-share,
.property--anonymous .property-summary__share,
.property--anonymous .property__visit-inline,
.property--anonymous .property__visit-mobile,
.property--anonymous .property__main-sidebar,
.property--anonymous .property__main-sidebar-close-outer {
  display: none !important;
}

.property--anonymous .property-summary__subtitle-city {
  display: inline;
}

.property--anonymous .property-visuals__item:first-child {
  margin-top: 0;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.page-shell--narrow {
  max-width: 680px;
  margin: 0 auto;
}

.content-card {
  width: 100%;
  border: 1px solid rgba(56, 65, 161, 0.2);
  border-radius: 24px;
  padding: 40px;
}

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

.eyebrow {
  font-size: 15px;
  line-height: 1.2;
  color: rgba(56, 65, 161, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.eyebrow .style-italic {
  font-size: 16px;
}

.page-title {
  font-size: 55px;
  line-height: 1.125;
}

.supporting-text {
  margin-top: 15px;
  color: rgba(56, 65, 161, 0.8);
}

@media (max-width: 1440px){
  .holder--l {
    max-width: calc(100% - 160px);
  }
  .property__visit-inline {
    max-width: calc(100% - 160px);
  }
}

@media (max-width: 1439px){
  .holder--l {
    max-width: calc(100% - 96px);
  }
  .property__visit-inline {
    max-width: calc(100% - 96px);
  }
}

@media screen and (max-width: 1279px){
  .basic-list-styling > ol ul > li::before,
  .basic-list-styling > ul > li::before,
  .typography-textpage > ol ul > li::before,
  .typography-textpage > ul > li::before {
    top: 10px;
  }
  .basic-list-styling > ul li ul > li::before,
  .typography-textpage > ul li ul > li::before {
    top: 10px;
  }
}

@media (max-width: 1279px){
  .hero-1 {
    font-size: 88px;
    line-height: 0.9;
  }
  .h1 {
    font-size: 69px;
  }
  .h-quote {
    font-size: 69px;
  }
  .h2 {
    font-size: 43px;
  }
  .standard-list-styles > ul li::before,
  .blocks-core > ul li::before {
    top: 8px;
  }
  .block-wow-brands h2,
  .block-featured-brand .block-featured-brand__text h2,
  .block-broker-insight .block-broker-insight__text h2,
  .block-featured-page .block-featured-page__text h2 {
    font-size: 43px;
  }
  .typography-textpage > .h1,
  .typography-textpage > h1 {
    font-size: 69px;
  }
  .typography-textpage > .h2,
  .typography-textpage > h2 {
    font-size: 43px;
  }
  .typography-textpage > blockquote p {
    font-size: 43px;
  }
  .property__main-content {
    grid-column: 1/8;
  }
  .property__main-sidebar {
    grid-column: 8/13;
  }
  .property-gallery__slide {
    padding-right: 0;
  }
  .page-title {
    font-size: 43px;
  }
}

@media screen and (max-width: 1023px){
  .typography-textpage > blockquote::before {
    left: 24px;
  }
  .typography-textpage > blockquote::after {
    left: 0;
  }
  .basic-list-styling > ol ol,
  .basic-list-styling > ol ul,
  .basic-list-styling > ul ul,
  .basic-list-styling > ul ol,
  .typography-textpage > ol ol,
  .typography-textpage > ol ul,
  .typography-textpage > ul ul,
  .typography-textpage > ul ol {
    margin-top: 21px;
  }
}

@media (max-width: 1023px){
  .holder--l {
    max-width: calc(100% - 64px);
  }
  html,
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 55px;
    line-height: 1;
  }
  .h-quote {
    font-size: 55px;
    line-height: 1;
  }
  .h2 {
    font-size: 34px;
  }
  .h3 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  .p--l {
    font-size: 24px;
  }
  h2 + p {
    margin-top: 21px;
  }
  .block-wow-brands h2,
  .block-featured-brand .block-featured-brand__text h2,
  .block-broker-insight .block-broker-insight__text h2,
  .block-featured-page .block-featured-page__text h2 {
    font-size: 34px;
  }
  .typography-textpage > .h1,
  .typography-textpage > h1 {
    font-size: 55px;
    line-height: 1;
  }
  .typography-textpage > .h2,
  .typography-textpage > h2 {
    font-size: 34px;
  }
  .typography-textpage > .h3,
  .typography-textpage > h3, .typography-textpage > h4, .typography-textpage > h5 {
    font-size: 24px;
  }
  .typography-textpage > h2 {
    margin-top: 60px;
  }
  .typography-textpage > h2 + p {
    margin-top: 15px;
  }
  .typography-textpage > img + h2,
  .typography-textpage > .block-image + h2,
  .typography-textpage > ul + h2 {
    margin-top: 60px;
  }
  .typography-textpage > ul + h3 {
    margin-top: 48px;
  }
  .typography-textpage > p + h2 {
    margin-top: 60px;
  }
  .typography-textpage > p + h3 {
    margin-top: 48px;
  }
  .typography-textpage > p,
  .typography-textpage > li {
    font-size: 16px;
  }
  .typography-textpage > .p--l {
    font-size: 24px;
  }
  .typography-textpage > blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .typography-textpage > blockquote p {
    font-size: 34px;
  }
  .button--l {
    font-size: 15px;
  }
  .shortcut-button {
    border: 1px solid rgba(56, 65, 161, 0.2);
  }
  .property__main {
    display: flex;
    flex-direction: column;
  }
  .property__main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    padding-bottom: 100px;
    z-index: 1000;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms all;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: translateY(32px);
  }
  .property__visit-inline {
    max-width: calc(100% - 64px);
  }
  .property__visit-inline {
    display: block;
    margin-top: 77px;
  }
  .property__barrio {
    margin-top: 77px;
  }
  .property__visit-mobile {
    display: flex;
  }
  .property__visit-button {
    font-size: 15px;
  }
  .property-gallery__slide-image-outer {
    border-radius: 0;
  }
  .property-gallery__slider-shortcuts-wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 10;
  }
  .property-gallery__slider-shortcuts {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(56, 65, 161, 0.1);
    background-color: #FFFFFF;
  }
  .property-summary__header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
  }
  .property-summary__header-titles {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8px;
  }
  .property-summary__subtitle {
    margin-top: 0;
  }
  .property-summary__header-pricing {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .property-summary__share {
    display: none;
    margin-top: 0;
  }
  .property-summary__visit-button {
    display: none;
  }
  .property-summary__footer-share {
    display: none;
  }
  .property-summary__footer-share .share-buttons {
    margin-left: 0;
  }
  .property-details__item-content p {
    padding-right: 0;
  }
  .property--anonymous .property__main {
    margin-top: 60px;
  }
  .page-title {
    font-size: 34px;
  }
}

@media (max-width: 767px){
  .holder--l {
    max-width: calc(100% - 40px);
  }
  .hero-1 {
    font-size: 43px;
    line-height: 1;
  }
  .h1 {
    font-size: 43px;
  }
  .h-quote {
    font-size: 34px;
  }
  .subtitle--s {
    margin-bottom: 5px;
  }
  p {
    margin-top: 15px;
  }
  h2.h1 + p,
  .hero-1 + p {
    margin-top: 21px;
  }
  h2 + p {
    margin-top: 15px;
  }
  .typography-textpage > .h1,
  .typography-textpage > h1 {
    font-size: 43px;
  }
  .acf-map {
    height: 400px;
  }
  .property {
    margin-top: 76px;
  }
  .property .swiper-button-prev {
    margin-left: 5px;
  }
  .property .swiper-button-next {
    margin-right: 5px;
  }
  .property__main-sidebar-close-outer {
    width: 48px;
    height: 48px;
  }
  .property__main-sidebar-close {
    height: 24px;
    width: 24px;
  }
  .property__visit-inline {
    max-width: calc(100% - 40px);
  }
  .property__visit-mobile {
    padding: 16px 20px;
  }
  .property-gallery__slider-pagination {
    padding-left: 10px;
    bottom: 10px;
  }
  .js_swiper-gallery.fullscreen-vertical {
    padding: 20px;
  }
  .property-details__item {
    display: flex;
    flex-direction: column;
  }
  .property-details__item-title {
    margin-bottom: 21px;
    font-size: 21px;
  }
  .property-visuals {
    row-gap: 60px;
  }
  .property-visuals__item:first-child {
    margin-top: 48px;
  }
  .property-visuals__item-title {
    font-size: 21px;
  }
  .swiper-buttons {
    margin-top: -16px;
  }
  .swiper-button {
    width: 32px;
    height: 32px;
  }
  .swiper-button-prev {
    margin-left: -12px;
  }
  .swiper-button-next {
    margin-right: -12px;
  }
  .property--anonymous {
    margin-top: 16px;
  }
}

@media (min-width: 1920px){
  .h1 {
    font-size: 124px;
  }
  .h-quote {
    font-size: 124px;
  }
  .h2 {
    font-size: 69px;
  }
  .subtitle--xs {
    font-size: 15px;
  }
  .block-wow-brands h2,
  .block-featured-brand .block-featured-brand__text h2,
  .block-broker-insight .block-broker-insight__text h2,
  .block-featured-page .block-featured-page__text h2 {
    font-size: 69px;
  }
  .typography-textpage > .h1,
  .typography-textpage > h1 {
    font-size: 124px;
  }
  .typography-textpage > .h2,
  .typography-textpage > h2 {
    font-size: 69px;
  }
  .typography-textpage > blockquote p {
    font-size: 69px;
  }
  .page-title {
    font-size: 69px;
  }
}

@media (hover: hover){
  .typography-textpage > p a:hover {
    opacity: 1;
    color: #3841A1;
    text-decoration-color: #3841A1;
    transition-duration: 100ms;
  }
}

@media (pointer: fine){
  p a:hover {
    text-decoration: underline;
  }
  p > a,
  p a {
    transition: all cubic-bezier(0.76, 0, 0.24, 1) 300ms, color cubic-bezier(0.11, 0, 0.5, 0) 1000ms;
  }
  p > a:hover,
  p a:hover {
    text-decoration-color: #3841a1;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  .theme-blue-light p > a:hover {
    text-decoration-color: #FFFFFF;
  }
  .theme-blue p > a:hover {
    text-decoration-color: #FFFFFF;
  }
  .theme-blue-dark p > a:hover {
    text-decoration-color: #FFFFFF;
  }
  .theme-white p > a:hover {
    text-decoration-color: #3841A1;
  }
  .home .header p > a:hover {
    text-decoration-color: #FFFFFF;
  }
  .button--arrow-back:hover .button__arrow {
    transform: scaleX(-1) translateX(3px);
  }
  .swiper-parent:not(.fullscreen) .swiper-slide__fullscreen-hover:hover img {
    transform: scale(1.05);
  }
  .shortcut-button:hover {
    background: #3841A1;
    color: #FFFFFF;
  }
  .shortcut-button:hover .button-theme__stroke {
    stroke: #FFFFFF;
  }
  .shortcut-button:hover .button-theme__fill {
    fill: #FFFFFF;
  }
  .swiper-button-prev:hover {
    background-color: #677BE5;
    transform: scale(1.2) translateX(-5px);
  }
  .swiper-button-next:hover {
    background-color: #677BE5;
    transform: scale(1.2) translateX(5px);
  }
  .property-teaser .swiper-button:hover {
    transform: scale(1.2);
  }
  .property-teaser .swiper-button:hover path,
  .property-gallery__swiper .swiper-button:hover path {
    stroke: #FFFFFF;
  }
}
