/* beautify ignore:start */



  



/* 1a. Containers */


/* 1b. Colors */


/* 1c. Typography */

























/* 1e. Forms */












  







:root {
  --grey-900: #1F242A;
  --grey-700: #B8C7D1;
  --grey-600: #B8C7D1;
  --grey-500: #D9DEE5;
  --grey-400: #F1F4F6;

  --grey-000: #FFFFFF;
    
  --primary-300: #D9F6F7;
  --primary-400: #00C2CC;
  --primary-500: #00354F;

  --secondary-500: #0D82A1;
  
  --primary-500-to-primary-400: linear-gradient(120deg, var(--primary-500), var(--primary-400));
  --primary-400-to-primary-500: linear-gradient(120deg, var(--primary-400), var(--primary-500));
  --primary-400-to-primary-300: linear-gradient(120deg, var(--primary-400), var(--primary-300));
  --primary-300-to-primary-400: linear-gradient(120deg, var(--primary-300), var(--primary-400));
  --primary-500-to-primary-300: linear-gradient(120deg, var(--primary-500), var(--primary-300));
  --primary-300-to-primary-500: linear-gradient(120deg, var(--primary-300), var(--primary-500));

  --primary-500-to-secondary-500: linear-gradient(120deg, var(--primary-500), var(--secondary-500));
  --secondary-500-to-primary-500: linear-gradient(120deg, var(--secondary-500), var(--primary-500));
  --primary-400-to-secondary-500: linear-gradient(120deg, var(--primary-400), var(--secondary-500));
  --secondary-500-to-primary-400: linear-gradient(120deg, var(--secondary-500), var(--primary-400));
  --primary-300-to-secondary-500: linear-gradient(120deg, var(--primary-300), var(--secondary-500));
  --secondary-500-to-primary-300: linear-gradient(120deg, var(--secondary-500), var(--primary-300));

  
  --error-color: #B51616;
  --global-section-nav-background-color: var(--grey-600);
  --global-nav-background--mega:  var(--grey-400);
  
  /* Theme Setup Styles */
  --global-document-background: var(--grey-000);
  --global-nav-background: var(--grey-000);
  /* no invert
   --global-nav-background--invert: var(--grey-900);
  --global-nav-background-text-color--invert: var(--grey-000);
  */
  --global-footer-background: #00354F;
  /* no bread brumb
  --global-breadcrumb-border: none;
  --global-breadcrumb-background: var(--grey-400);
  */
  --global-base-bg-duotone-overlay-gradient: linear-gradient(0deg, var(--primary-500) 0%, var(--secondary-500) 100%) 0% 0% no-repeat padding-box;
  --global-base-bg-duotone-gradient-opacity: 0.5;
  
  /* JTC: Saturate looks slightly nicer than grayscale on a wider range of pictures */
  --filter-grayscale: saturate(0);
  
  --global-scroll-progress-bar: var(--primary-300);
  --global-scroll-progress-bar--invert: var(--primary-500);
  --global-scroll-progress-bar-background: var(--grey-000);
  
  --global-card-padding-sm: 8px 32px 16px 32px;
  --global-card-padding-lg: 48px 32px;
  --global-card-padding-xl: 96px 160px;
  
  --global-card-border-radius-sm: 8px;
  --global-card-border-radius-lg: 24px;
  
  /******Image ratio *******/
  --image-ratio-style-1: 3/1; /********Content blog grid ************/
  --image-ratio-style-2: 16 / 9; /* Image height medium, panoramic, blog hero*/
  --image-ratio-style-3: 3 / 2; /**Image height tall, rectangle*/
  --image-ratio-style-4: 1.91 / 1; /*** Blog post feature image,Image size short, landscape ***/
  --image-ratio-style-5: 1 / 1; /*****square******/
  --image-ratio-style-6: 4 / 3; /*****landscape********/
  
  --shadow-medium: 0px 4px 8px 0px #0000001a;

  --hover-opacity: none;

  --swiper-theme-color: var(--grey-400);
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-color: var(--primary-400);

}






.content-wrapper {
  
    max-width:100%;
}
/* Use 100% of the screen with as much as you can
@media screen and (min-width: 480px) {
  .content-wrapper {
    
    max-width: calc(1440px*0.64);
  }
}

@media screen and (min-width: 1280px) {
  .content-wrapper {
    
    max-width: calc(1440px*0.8);
  }
}
*/
@media screen and (min-width: 1440px) {
  .content-wrapper {
    
    max-width: 1440px;
  }
}
/* H&D max-width for designs is currently 1440
@media screen and (min-width: 1940px) {
  .content-wrapper {
    
    max-width: calc(1440px*1.2);
  }
*/
}

/* TODO: Maybe remove this, maybe add it to content-wrapper? */
.dnd-section,
.content-wrapper--vertical-spacing {
  
  padding: 80px 24px;
  padding: 0px;
}





html {
  font-family: sans-serif;
  font-family: Akkurat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00354F;
  background-color: var(--global-document-background);
  font-size: 18px;
  /* 1.2 sets a baseline for non-set line-heights. Each element should have it's own overriding line-height */
  line-height: 1.4rem;
  scroll-padding-top: 185px;
}

/* Paragraphs */
/*
p {
   /* Body copy has a font size of 18px and a line-height of 30. 
   1.68 (30.24px) is close to this, and provides more flexibility for changes later than a hard-coded value */
  /* line-height: 1.68;*/
  /*max-width: 920px; max-width should be on the container of the p not on the p * /
  margin-top: 30px;
}
*/

/* Anchors */

a:not(.button, .cta_button, .cta-item, .blog-post__tag-link, .blog_card__tag-link, .blog-pagination__link, .title__anchor-link, .blog-title__link) {
  font-weight: inherit; text-decoration: underline; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
}

a:not(.button, .cta_button, .cta-item, .blog-post__tag-link, .blog_card__tag-link, .blog-pagination__link, .title__anchor-link, .blog-title__link):hover,
a:not(.button, .cta_button, .cta-item, .blog-post__tag-link, .blog_card__tag-link, .blog-pagination__link, .title__anchor-link, .blog-title__link):focus {  
  color: var(--primary-400);
}

a:not(.button, .cta_button, .cta-item, .blog-post__tag-link, .blog_card__tag-link, .blog-pagination__link, .title__anchor-link, .blog-title__link):active {
  color: var(--primary-400)
}

/* Headings */
.h1,
h1 {
  font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  font-size: 3.11rem;
  text-transform: none;
  line-height: 1.1;
  margin: 0px;
  margin: 16px 0 8px 0;
}
/*
h1.title--homepage {
  font-size: calc(3.11rem * 1.33);
}


*/
.h2,
h2 {
  font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
  font-size: 2.67rem;
  text-transform: none;
  line-height: 1.15;
  margin: 0px;
  margin: 16px 0 8px 0;
}
/*
h2.title--homepage {
  font-size: calc(2.67rem * 1.25);
}
*/
.h3,
h3 {
  font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
  font-size: 2rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 12px 0 8px 0;
}
/*
h3.title--homepage {
  font-size: calc(2rem * 1.2);
}
*/
.h4,
h4 {
  font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
  font-size: 1.56rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 8px 0 8px 0;
}
/*
h4.title--homepage {
  font-size: calc(1.56rem * 1.1);
}
*/
.h5,
h5 {
  font-data: {font=Akkurat, font_set=ADOBE, styles={font-weight=800, text-decoration=none, font-family=Akkurat, sans-serif, font-style=normal}, size=1.34, size_unit=rem, color=#00354F, variant=800, fallback=sans-serif, style=font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal, css=color: #00354F;font-size: 1.34rem;font-weight: 800; font-family: Akkurat, sans-serif;};
  font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
  font-size: 1.34rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 8px 0 8px 0;
}
.eyebrow-title,
.h6,
h6 {
  font-weight: 700; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
  font-size: 1.23rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0px;
  margin: 4px 0 8px 0;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .eyebrow-title{
  color:var(---grey_000);
}

.eyebrow-title{
    font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
    font-size: 1.23rem;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--secondary-500)
}

@media screen and (max-width: 768px) {
  .h1,
  h1{
    font-size: 2rem;
  }
  .h2,
  h2{
    font-size: 1.56rem;
  }
  .h3,
  h3{
    font-size: 1.34rem;
  }
  .h4,
  h4{
    font-size: 1.23rem;
  }
  .h5,
  h5{
    font-size: 1.12rem;
  }
  .eyebrow-title,
  .h6,
  h6{
    font-size: 1rem;
  }

}




/* Blockquote */

blockquote {
  position: relative;
  padding:50px;
  margin-left:50px!important;
  border-left: 1px solid var(--primary-400);
  font-size: 1.2rem;
}
blockquote:before{
  content:"“";
  font-size: 4rem;
  line-height: 0;
  color: var(--primary-400);
  position: absolute;
  top:32px;
  left:50px;
}

body.noscroll{
  overflow-y: hidden;
}





/* form, */
.submitted-message {
  font-family: Akkurat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  color: #1F242A;
}

/* Labels */
label {
  color: #00354F;
}

.text-light label{
  color: #ffffff;
}

.text-light a:not(.button) {
  color: #fff;
}
/* Help text */
legend {
  color: #00354F;
}

/* Inputs */
.hs-fieldtype-file label:before,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: 

  
  
    
  
  
  rgba(255, 255, 255, 1.0)

;
  color: #00354F;
  border-radius: ;
  border: 1px solid #cccccc;
;
  width:100%;
  padding:10px 12px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  border-color: #1a1a1a;
}

input[type=text]:focus, input[type=text]:focus-visible,
input[type=email]:focus, input[type=email]:focus-visible,
input[type=password]:focus, input[type=password]:focus-visible,
input[type=tel]:focus, input[type=tel]:focus-visible,
input[type=number]:focus, input[type=number]:focus-visible,
input[type=file]:focus, input[type=file]:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible {
  outline: 1px solid #cccccc;
;
  outline-color: #1F242A;
  border: none;
}

/* Form placeholder text */

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::placeholder {
  opacity: 1;
  color: #FFC300;
}

/* Inputs - date picker */

.hs-dateinput:before {
  color: #FFC300;
}

.fn-date-picker td.is-selected .pika-button {
  background: #1F242A;
}

.fn-date-picker td .pika-button:hover {
  background-color: #1F242A !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #1F242A;
}

.hs-form-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}

.hs-form-field > label{
  padding:10px 12px;
  width:49%;
}
.hs-form-field .input{
  width:49%;
  margin-left: auto;
  position: relative;
}
.hs-form-field .hs-field-desc{
  padding:16px 0 0;
  width: 49% !important;
  font-size: 12px;
  font-style: italic;
}


.hs-form-field .input textarea {
  width:100%;
  min-height: 152px;
  resize: vertical;
}

.hs-form-field .input.character-counter{
	position: relative;
}

.hs-form-field  .input.character-counter:after{
	display: block;
	position: absolute;
	top:calc(100% - 30px);
	right:5px;
	content: attr(countercontent);
	color:var(--error-color);
	font-size: 12px;
}

.hs_single_checkbox {
    flex-direction: column;
}

.hs_single_checkbox .input{
  margin-left: 0;
}

.hs-form-field.hs_single_checkbox .hs-field-desc{
  padding: 16px 0 8px;
}

.legal-consent-container .field.hs-form-field{
  margin:8px 0;
}

.hs-fieldtype-booleancheckbox .input{
  width: 100%;
  margin-left: 0;
}
.hs-form-field.hs-fieldtype-booleancheckbox .hs-field-desc {
  padding: 16px 0 8px;
  width: 100%;
}
.hs-dateinput {
  position: relative;
}

.hs-dateinput:after{
  content: ' ';
  position: absolute;
  width: 24px;
  height:24px;
  right:8px;
  top:50%;
  transform: translateY(-50%);
  z-index: 5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMTQ4IDI4OGgtNDBjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNDBjMC02LjYgNS40LTEyIDEyLTEyaDQwYzYuNiAwIDEyIDUuNCAxMiAxMnY0MGMwIDYuNi01LjQgMTItMTIgMTJ6bTEwOC0xMnYtNDBjMC02LjYtNS40LTEyLTEyLTEyaC00MGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg0MGM2LjYgMCAxMi01LjQgMTItMTJ6bTk2IDB2LTQwYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY0MGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyem0tOTYgOTZ2LTQwYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY0MGMwIDYuNiA1LjQgMTIgMTIgMTJoNDBjNi42IDAgMTItNS40IDEyLTEyem0tOTYgMHYtNDBjMC02LjYtNS40LTEyLTEyLTEyaC00MGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg0MGM2LjYgMCAxMi01LjQgMTItMTJ6bTE5MiAwdi00MGMwLTYuNi01LjQtMTItMTItMTJoLTQwYy02LjYgMC0xMiA1LjQtMTIgMTJ2NDBjMCA2LjYgNS40IDEyIDEyIDEyaDQwYzYuNiAwIDEyLTUuNCAxMi0xMnptOTYtMjYwdjM1MmMwIDI2LjUtMjEuNSA0OC00OCA0OEg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWMTEyYzAtMjYuNSAyMS41LTQ4IDQ4LTQ4aDQ4VjEyYzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTJoMTI4VjEyYzAtNi42IDUuNC0xMiAxMi0xMmg0MGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTJoNDhjMjYuNSAwIDQ4IDIxLjUgNDggNDh6bS00OCAzNDZWMTYwSDQ4djI5OGMwIDMuMyAyLjcgNiA2IDZoMzQwYzMuMyAwIDYtMi43IDYtNnoiIGNsYXNzPSIiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

.hs-form-field.hs-fieldtype-select .input:after {
  content: ' ';
  position: absolute;
  right:16px;
  top:22px;
  transform: translateY(-50%);
  z-index: 5;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.hs-form-field.hs-fieldtype-select .input select{
  appearance: none;
  -webkit-appearance: none;
}

form.nav-standard__search-form {
  display: flex;
  gap: 16px;
  background-color: unset;
  border: none;
}

form.nav-standard__search-form:hover {
  background-color: unset;
  border: none;
}

form.nav-standard__search-form button {
  height: fit-content;
  max-height: 45px;
  padding: 10px 40px;
}


@media screen and (max-width: 1024px) {
  form.nav-standard__search-form button {
    padding: 10px 32px;
  }
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #00354F;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #00354F;
}

/* Blog pagination * /

.pagination__link-text,
.pagination__link--number {
  color: #00354F;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000d27;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #00354F;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #285d77;
}

.pagination__link-icon svg {
  fill: #00354F;
}

/* Blog post */
/*
.blog-post__tag-link {
  color: #00354F;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000d27;
}

.blog-post__tag-link:active {
  color: #285d77;
}
*/
/* Blog related posts */

.blog-related-posts__title a {
  color: #00354F;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}






.module-title{
  border-bottom: 1px solid var(--grey-500);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.card__price {
  font-weight: 800; text-decoration: none; font-family: Akkurat, sans-serif; font-style: normal;
  color: #00354F;
  font-size: 2rem;
}

.admin-note{
  background-color: var(--primary-300);
  border:1px dashed var(--primary-500);
  color: var(--grey-900);
  min-height:70px;
  width:100%;
  padding:20px 20px 20px 70px;
  position: relative;
}

.admin-note:after{
  content: '';
  position: absolute;
  width:40px;
  height:40px;
  top:15px;
  left:15px;
  background-position: center;
  background-repeat:no-repeat;
}

.admin-note.alert:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/alert-db.svg);
}

.admin-note.to-do:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/reminder.svg);
}

.heading-under-score{
  position: relative;
  padding-bottom: 16px;
}

.heading-under-score:after{
  content:"";
  display: block;
  width:150px;
  height: 3px;
  background-color: var(--secondary-500);
  position: absolute;
  bottom:0;
  left:0;

}

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon:after{
  content:'';
  display: block;
  width:50px;
  height:50px;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* end blue */
.icon.icon-dry-cleaning:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/blue/dry-cleaning-icon.svg);
}

.icon.icon-metro:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/blue/metro.svg);
}

.icon.icon-location:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-location.svg);
}

.icon.icon-bars:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-bars.svg);
}

.icon.icon-cafe:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-cafe.svg);
}
.icon.icon-restaurants:after{
    background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-restaurants.svg);
}

.icon.icon-retail-services:after,
.icon.icon-shops:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-shops%2c%20retail%20services.svg); 
}

.icon.icon-park:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-park.svg);
}

.icon.icon-end-of-trip:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/duotone/icon-end-of-trip.svg);
}

.icon.icon-parking:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-parking.svg);
}

.icon.icon-secure-parking:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-secure%20parking.svg);
}

.icon.icon-security:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-security.svg);
}

.icon.icon-disabled-services:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-disabled-services.svg);
}


.icon.icon-on-site-property-management:after,
.icon.icon-onsite-property-management:after,
.icon.icon-on-site-management:after,
.icon.icon-onsite-management:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-onsite-management.svg);
}

.icon.icon-concierge:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-concierge.svg); 
}

.icon.icon-recycling-and-waste-management:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-recycling%20and%20waste%20management.svg);
}

.icon.icon-childcare:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-childcare.svg);
}

.icon.icon-mailroom:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-mailroom.svg);
}

.icon.icon-bike-storage:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-bike%20storage.svg);
}

.icon.icon-conference-room:after,
.icon.icon-hotel-conference-venue:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-conference%20room%2c%20hotel%20conference%20venue.svg);
}

.icon.icon-supermarket--convenient-store:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-supermarket_%20convenient%20store.svg);
}


.icon.icon-courtyard:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-courtyard.svg);
}


.icon.icon-showers:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-showers.svg);
}

.icon.icon-lockers:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-lockers.svg);
}

.icon.icon-eotp:after,
.icon.icon-end-of-trip-facilities:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-end%20of%20trip.svg);
}


.icon.icon-taxi-rank:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons%20mint-taxi%20rank.svg);
}

.icon.icon-taxi-stand:after,
.icon.icon-taxi-rank:after,
.icon.icon-taxi:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-taxi%2c%20taxi%20stand.svg);
}

.icon.icon-train:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-train.svg);
}

.icon.icon-bus:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-bus.svg);
}

.icon.icon-ferry:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-ferry.svg);
}

.icon.icon-light-rail:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-light-rail.svg);
}

.icon.icon-tram:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-tram.svg);
}

.icon.icon-built:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-built.svg);
}

.icon.icon-floor-plan:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-floorplan.svg);
}

.icon.icon-gymnasium:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/blue/little-dumbbell.svg);
}

.icon.icon-pool:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/blue/swimming.svg);
}

.icon.icon-sauna:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/blue/towel.svg);
}

.icon.icon-pet-friendly:after{
  background-image:url(https://www.investa.com.au/hubfs/Website%20Assets/investa_com_au_2022/images/property_icons/blue/pets-allowed.svg);
}

.icon.icon-directions:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/blue/Web%20icons-taxi%2c%20taxi%20stand.svg);
}

/* end blue */

/* white */

.icon.icon-location-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-location.svg);
}

.icon.icon-bars-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-bars.svg);
}

.icon.icon-cafe-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-cafe.svg);
}

.icon.icon-resturants-white:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-restaurants.svg);
}

.icon.icon-retail-services-white:after,
.icon.icon-shops-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-shops%2c%20retail%20services.svg); 
}

.icon.icon-park-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-park.svg);
}

.icon.icon-parking-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-parking.svg);
}

.icon.icon-secure-parking-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-secure%20parking.svg);
}

.icon.icon-security-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-security.svg);
}

.icon.icon-disabled-services-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-disabled-services.svg);
}
.icon.icon-on-site-management-white:after,
.icon.icon-onsite-management-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-onsite-management.svg);
}

.icon.icon-concierge-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-concierge.svg); 
}

.icon.icon-recycling-and-waste-management-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-recycling%20and%20waste%20management.svg);
}

.icon.icon-childcare-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-childcare.svg);
}

.icon.icon-mailroom-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-mailroom.svg);
}

.icon.icon-bike-storage-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-bike%20storage.svg);
}

.icon.icon-conference-room-white:after,
.icon.icon-hotel-conference-venue-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-conference%20room%2c%20hotel%20conference%20venue.svg);
}

.icon.icon-supermarket--convenient-store-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-supermarket_%20convenient%20store.svg);
}

.icon.icon-courtyard-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-courtyard.svg);
}


.icon.icon-showers-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-showers.svg);
}

.icon.icon-lockers-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-lockers.svg);
}

.icon.icon-eotp-white:after,
.icon.icon-end-of-trip-facilities-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-end%20of%20trip.svg);
}

.icon.icon-taxi-rank-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-taxi%20rank.svg);
}

.icon.icon-taxi-stand-white:after,
.icon.icon-taxi-rank-white:after,
.icon.icon-taxi-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-taxi%2c%20taxi%20stand.svg);
}

.icon.icon-train-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-train.svg);
}

.icon.icon-bus-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-bus.svg);
}

.icon.icon-ferry-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-ferry.svg);
}

.icon.icon-light-rail-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-light-rail.svg);
}

.icon.icon-tram-white:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-tram.svg);
}

.icon.icon-built-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-built.svg);
}

.icon.icon-floor-plan-white:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/white/Web%20icons%20white-floorplan.svg);
}

/* end white */

/* mint */

.icon.icon-location-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-location.svg);
}

.icon.icon-bars-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-bars.svg);
}

.icon.icon-cafe-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-cafe.svg);
}

.icon.icon-resturants-mint:after{
   background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-restaurants.svg);
}

.icon.icon-retail-services-mint:after,
.icon.icon-shops-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-shops%2c%20retail%20services.svg); 
}

.icon.icon-park-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-park.svg);
}

.icon.icon-parking-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-parking.svg);
}

.icon.icon-secure-parking-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-secure%20parking.svg);
}

.icon.icon-security-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-security.svg);
}

.icon.icon-disabled-services-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-disabled-services.svg);
}
.icon.icon-on-site-management-mint:after,
.icon.icon-onsite-management-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-onsite-management.svg);
}

.icon.icon-concierge-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-concierge.svg); 
}

.icon.icon-recycling-and-waste-management-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-recycling%20and%20waste%20management.svg);
}

.icon.icon-childcare-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-childcare.svg);
}

.icon.icon-mailroom-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-mailroom.svg);
}

.icon.icon-bike-storage-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-bike%20storage.svg);
}

.icon.icon-conference-room-mint:after,
.icon.icon-hotel-conference-venue-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-conference%20room%2c%20hotel%20conference%20venue.svg);
}

.icon.icon-supermarket--convenient-store-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-supermarket_%20convenient%20store.svg);
}

.icon.icon-courtyard-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-courtyard.svg);
}

.icon.icon-showers-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-showers.svg);
}

.icon.icon-lockers-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-lockers.svg);
}

.icon.icon-eotp-mint:after,
.icon.icon-end-of-trip-facilities-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-end%20of%20trip.svg);
}

.icon.icon-taxi-rank-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-taxi%20rank.svg);
}

.icon.icon-taxi-stand-mint:after,
.icon.icon-taxi-rank-mint:after,
.icon.icon-taxi-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-taxi%2c%20taxi%20stand.svg);
}

.icon.icon-train-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-train.svg);
}

.icon.icon-bus-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-bus.svg);
}

.icon.icon-ferry-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-ferry.svg);
}

.icon.icon-light-rail-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-light-rail.svg);
}

.icon.icon-tram-mint:after{
 background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-tram.svg);
}

.icon.icon-built-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-built.svg);
}

.icon.icon-floor-plan-mint:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/mint/Web%20icons%20mint-floorplan.svg);
}
/* end mint */

/* duo-tone */

.icon.icon-duotone{
  display: block;
}

.icon.icon-duotone:after{
  width:50px;
  height:50px;
}

.icon.icon-duotone.icon-floor-plan:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/duotone/icon-floor-plan.svg);
}

.icon.icon-duotone.icon-built:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/duotone/icon-built.svg);
}

.icon.icon-duotone.icon-onsite-management:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/duotone/icon-onsite-management.svg);
}

.icon.icon-duotone.icon-parking:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/duotone/icon-parking.svg);
}

.icon.icon-duotone.icon-cafe:after{
  background-image:url(https://21771459.fs1.hubspotusercontent-na1.net/hubfs/21771459/Website%20Assets/investa_com_au_2022/images/property_icons/duotone/icon-cafe.svg);
}

/* end duo-tone */

@media screen and (max-width:1024px) {
  .anchor-wrapper{
    position: relative;
  }
  .anchor-wrapper a:not([href]){
    position: absolute;
    top: -88px
  }
}

/* floating vector */

.floating-vector{
  display: none;
}

@media screen and (min-width: 1400px) {

  .floating-vector-container{
    overflow: hidden;
  }

  .floating-vector-container .base__inner-wrapper{
    z-index: 10;
  }

  .floating-vector {
    display: block;
    width:642px;
    height:727px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQyIiBoZWlnaHQ9IjcyNiIgdmlld0JveD0iMCAwIDY0MiA3MjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMjEuODQyIDIyMS40OTVMOTYuNDU0MSAxMzEuODI0VjY1My4wMzRMMzIxLjg0MiA1NjguOTY4VjIyMS40OTVaIiBzdHJva2U9IiMwMEMyQ0MiLz4KPHBhdGggZD0iTTMuMjk0MSA2NTMuMDM1TDE5OC42MyA3MjMuMDlWMjcxLjkzNUwzLjI5NDEgMzUwLjM5N1Y2NTMuMDM1WiIgc3Ryb2tlPSIjMDBDMkNDIi8+CjxwYXRoIGQ9Ik02NDAuMzg5IDkyLjU5MjRMNDE1LjAwMiAyLjkyMTg4VjUyNC4xMzJMNjQwLjM4OSA0NDAuMDY2VjkyLjU5MjRaIiBzdHJva2U9IiMwMEMyQ0MiLz4KPHBhdGggZD0iTTMyMS44NDIgNTI0LjEzMkw1MTcuMTc4IDU5NC4xODhWMTQzLjAzM0wzMjEuODQyIDIyMS40OTRWNTI0LjEzMloiIHN0cm9rZT0iIzAwQzJDQyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index:1;
    top:100%;
    left:0%;
    transform: translateX(-25%);
    animation-name: floating-vector-animation;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .floating-vector--right {
    left:auto;
    right: 0;
    transform: translateX(40%);
    animation-delay: 10s;
  }


  @keyframes floating-vector-animation {
    0%{
     /* opacity:0; 
      top: calc(100% - 727px)
      */
      top:100%;
    }
    /*
    5%{
      opacity:1;
    }
    95%{
      opacity:1
    }
    */
    100%{
    /*  opacity:0; 
      top: 0;
    */
    top: -727px;
    }
    
  }
}

/* beautify ignore:end */

/* cookie consent popup */

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 16px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container {
  position: absolute;
  right: 0;
  top: 2px;
}

@media screen and (min-width: 751px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-right: 24px !important;
  }

  div#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    margin: 0 !important;
    margin-bottom: 1.1em !important;
  }

  div#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
    margin: 0 !important;
  }

  #hs-eu-cookie-confirmation-inner {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 751px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-top: 2em;
  }
}


.form__wrapper .hs_recaptcha.hs-recaptcha.field.hs-form-field .input .grecaptcha-badge {
  visibility: hidden;
}

.reCAPTCHA-text {
  opacity: 0.7;
  font-size: 14px;
  color: #00354F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.reCAPTCHA-text a {
  color: #4b99fc !important;
}