progress,
sub,
sup {
  vertical-align: baseline;
}

button,
hr,
input {
  overflow: visible;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: "Suisse Intl Regular";
  src: url("fonts/suisse_intl_regular.woff2") format("woff2"), url("fonts/suisse_intl_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl Medium";
  src: url("fonts/suisse_intl_medium.woff2") format("woff2"), url("fonts/suisse_intl_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Suisse Intl Regular", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

.site-main {
  margin-top: 100px;
}

body.page-home .site-main {
  height: calc(100vh - 160px);
  min-height: 400px;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Suisse Intl Medium", sans-serif;
  line-height: 1;
  font-weight: normal;
}

h1,
.h1-size,
h2,
.h2-size {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 0;
}

h3,
.h3-size {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.2;
}

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

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-family: "Suisse Intl Medium", sans-serif;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.tile {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #ffffff;
  position: relative;
}
.tile:hover {
  text-decoration: none;
}
.tile .tile-title {
  position: absolute;
  bottom: 22px;
  left: 40px;
  z-index: 9;
}

svg.border {
  position: absolute;
}
svg.border rect {
  fill: #ffffff;
}
svg.border.top {
  top: 40px;
  left: 40px;
  width: calc(100% - 80px);
}
svg.border.left {
  top: 40px;
  left: 40px;
  height: calc(100% - 38px - 80px - 20px);
}
svg.border.right {
  top: 40px;
  right: 40px;
  height: calc(100% - 80px);
}

.fade-in {
  opacity: 0;
}

.enquire-button {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 15px;
  cursor: pointer;
}
.enquire-button:hover {
  text-decoration: none;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.enquire-button.desktop {
  margin-left: 40px;
}
.enquire-button.mobile {
  display: none;
}

@media screen and (max-width:768px) {
  h1,
  .h1-size,
  h2,
  .h2-size {
    font-size: 40px;
  }
  h3,
  .h3-size {
    font-size: 21px;
  }
  svg.border.left {
    height: calc(100% - 30px - 80px - 20px);
  }
}
@media screen and (max-width:668px) {
  h1,
  .h1-size,
  h2,
  .h2-size {
    font-size: 30px;
  }
  h3,
  .h3-size {
    font-size: 20px;
  }
  .tile {
    padding: 20px;
  }
  .tile .tile-title {
    bottom: 15px;
    left: 20px;
    max-width: 75%;
  }
  svg.border.top {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  svg.border.left {
    top: 20px;
    left: 20px;
    height: calc(100% - 24px - 40px - 10px);
  }
  svg.border.right {
    top: 20px;
    right: 20px;
    height: calc(100% - 40px);
  }
  .enquire-button {
    margin: 20px;
  }
  .enquire-button.desktop {
    display: none;
  }
  .enquire-button.mobile {
    display: block;
  }
  .enquire-button-con {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  body.page-home .site-main {
    height: unset;
    min-height: unset;
  }
}
.grid-2,
.grid-3 {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.grid-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.hoz-spacing-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.hoz-spacing-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.hoz-spacing-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.hoz-spacing-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}

.page-padding-s {
  padding: 20px 40px 40px;
}

.page-padding-l {
  padding: 40px 40px 80px;
}

.padding-s {
  padding: 40px;
}

.padding-l {
  padding: 80px 40px;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.max-width-s {
  width: 100%;
  max-width: 500px;
}

.med-font {
  font-family: "Suisse Intl Medium", sans-serif;
}

.reg-font {
  font-family: "Suisse Intl Regular", sans-serif;
}

.small-body {
  font-size: 15px;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width:668px) {
  .grid-2,
  .grid-3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .costs-block .grid-2 {
    row-gap: 40px;
  }
  .hoz-spacing-m {
    row-gap: 20px;
  }
  .hoz-spacing-l {
    row-gap: 40px;
  }
  .page-padding-s {
    padding: 20px 20px 40px;
  }
  .page-padding-l {
    padding: 20px 20px 40px;
  }
  .padding-l {
    padding: 40px 20px;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}
.site-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
}
.site-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .left span {
  margin-left: 40px;
}
.site-header ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header ul.menu > li {
  margin-right: 40px;
}
.site-header ul.menu > li:last-of-type {
  margin-right: 0;
}

a#logo {
  display: block;
  height: 60px;
}
a#logo svg {
  height: 60px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

li.menu-item-has-children {
  position: relative;
}
li.menu-item-has-children > a:hover {
  text-decoration: none;
}
li.menu-item-has-children > a:after {
  content: url("img/down-arrow.svg");
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li.menu-item-has-children ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -20px;
  top: 19.5px;
  padding: 15px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  background: #ffffff;
}
li.menu-item-has-children ul li {
  min-width: 81.05px;
}
li.menu-item-has-children.hover > a {
  text-decoration: none;
  opacity: 0.5;
}
li.menu-item-has-children.hover > a:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
li.menu-item-has-children.hover ul {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:768px) {
  .site-header .left span {
    display: none;
  }
}
@media screen and (max-width:668px) {
  a#logo {
    height: 60px;
  }
  a#logo svg {
    height: 60px;
  }
  .site-header .header-inner {
    padding: 20px;
  }
  .site-header ul.menu li {
    margin-right: 20px;
  }
}
.site-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 40px;
}
.site-footer a {
  color: #ffffff;
}
.site-footer svg {
  fill: #ffffff;
}
.site-footer .footer-subtitle {
  margin-bottom: 10px;
}
.site-footer .top,
.site-footer .top .right,
.site-footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .top .right {
  margin-left: 80px;
  line-height: 1.5;
}
.site-footer .top .right > div {
  margin-right: 80px;
}
.site-footer .top .right > div:last-child {
  margin-right: 0;
}
.site-footer .bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
}
.site-footer .bottom .left {
  margin-right: 80px;
}

.whatsapp-button {
  position: fixed;
  bottom: 75px;
  right: 40px;
  z-index: 1000;
  padding: 40px 0 40px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width:668px) {
  .whatsapp-button {
    bottom: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:668px) {
  .site-footer {
    padding: 40px 20px;
  }
  .site-footer .top,
  .site-footer .top .right,
  .site-footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .top {
    row-gap: 40px;
  }
  .site-footer .top .right {
    margin-left: 0;
    row-gap: 40px;
  }
  .site-footer .bottom {
    margin-top: 40px;
  }
  body.page-workspace .site-footer,
  body.page-storage .site-footer {
    padding-bottom: calc(40px + 79.5px);
  }
}
#enquiry-block h2,
#enquiry-popout h2 {
  color: #ffffff;
}
#enquiry-block .enquiry-form,
#enquiry-popout .enquiry-form {
  width: 100%;
  margin: 0;
}
#enquiry-block .enquiry-form .wpforms-field,
#enquiry-popout .enquiry-form .wpforms-field {
  padding: 10px 0;
}
#enquiry-block .enquiry-form input,
#enquiry-block .enquiry-form select,
#enquiry-block .enquiry-form textarea,
#enquiry-popout .enquiry-form input,
#enquiry-popout .enquiry-form select,
#enquiry-popout .enquiry-form textarea {
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid white;
  color: #ffffff;
  font-size: 15px;
}
#enquiry-block .enquiry-form input::-webkit-input-placeholder, #enquiry-block .enquiry-form select::-webkit-input-placeholder, #enquiry-block .enquiry-form textarea::-webkit-input-placeholder, #enquiry-popout .enquiry-form input::-webkit-input-placeholder, #enquiry-popout .enquiry-form select::-webkit-input-placeholder, #enquiry-popout .enquiry-form textarea::-webkit-input-placeholder {
  color: #ffffff;
}
#enquiry-block .enquiry-form input::-moz-placeholder, #enquiry-block .enquiry-form select::-moz-placeholder, #enquiry-block .enquiry-form textarea::-moz-placeholder, #enquiry-popout .enquiry-form input::-moz-placeholder, #enquiry-popout .enquiry-form select::-moz-placeholder, #enquiry-popout .enquiry-form textarea::-moz-placeholder {
  color: #ffffff;
}
#enquiry-block .enquiry-form input:-ms-input-placeholder, #enquiry-block .enquiry-form select:-ms-input-placeholder, #enquiry-block .enquiry-form textarea:-ms-input-placeholder, #enquiry-popout .enquiry-form input:-ms-input-placeholder, #enquiry-popout .enquiry-form select:-ms-input-placeholder, #enquiry-popout .enquiry-form textarea:-ms-input-placeholder {
  color: #ffffff;
}
#enquiry-block .enquiry-form input::-ms-input-placeholder, #enquiry-block .enquiry-form select::-ms-input-placeholder, #enquiry-block .enquiry-form textarea::-ms-input-placeholder, #enquiry-popout .enquiry-form input::-ms-input-placeholder, #enquiry-popout .enquiry-form select::-ms-input-placeholder, #enquiry-popout .enquiry-form textarea::-ms-input-placeholder {
  color: #ffffff;
}
#enquiry-block .enquiry-form input::placeholder,
#enquiry-block .enquiry-form select::placeholder,
#enquiry-block .enquiry-form textarea::placeholder,
#enquiry-popout .enquiry-form input::placeholder,
#enquiry-popout .enquiry-form select::placeholder,
#enquiry-popout .enquiry-form textarea::placeholder {
  color: #ffffff;
}
#enquiry-block .enquiry-form textarea,
#enquiry-popout .enquiry-form textarea {
  resize: vertical;
}
#enquiry-block .enquiry-form select,
#enquiry-popout .enquiry-form select {
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%);
}
#enquiry-block .enquiry-form .wpforms-submit-container,
#enquiry-popout .enquiry-form .wpforms-submit-container {
  padding: 10px 0 0 0;
  margin: 0;
}
#enquiry-block .enquiry-form .wpforms-submit-container button,
#enquiry-popout .enquiry-form .wpforms-submit-container button {
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  font-size: 15px;
}

div.wpforms-confirmation-container-full {
  color: #ffffff !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: 15px !important;
}

#enquiry-block {
  position: relative;
  background-color: #000000;
}
#enquiry-block .background-image {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
#enquiry-block h2 {
  z-index: 1;
}

#enquiry-popout {
  background-color: #000000;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  width: 33.333%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
}
#enquiry-popout .close {
  text-align: right;
  cursor: pointer;
}
#enquiry-popout .close svg {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: square;
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#enquiry-popout .close svg:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#black-opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 5;
}

body.enquiry-popout-open {
  overflow: hidden;
}
body.enquiry-popout-open #enquiry-popout {
  right: 0;
}
body.enquiry-popout-open #black-opacity {
  opacity: 0.7;
  pointer-events: all;
}

@media screen and (max-width:1024px) {
  #enquiry-popout {
    width: 50%;
  }
}
@media screen and (max-width:668px) {
  #enquiry-popout {
    width: 100%;
  }
}
.home-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  height: 100%;
}

.home-tile.left,
.home-tile.right {
  width: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-tile.left.hover-expand,
.home-tile.right.hover-expand {
  width: 75%;
  -webkit-filter: none;
  filter: none;
}
.home-tile.left.hover-squash,
.home-tile.right.hover-squash {
  width: 25%;
}

.home-tile.left svg.border.bottom {
  bottom: 40px;
  right: 40px;
  width: calc(100% - 261px - 80px - 20px);
}

.home-tile.right svg.border.bottom {
  bottom: 40px;
  right: 40px;
  width: calc(100% - 185px - 80px - 20px);
}

@media screen and (max-width:768px) {
  .home-tile.left svg.border.bottom {
    width: calc(100% - 209px - 80px - 20px);
  }
  .home-tile.right svg.border.bottom {
    width: calc(100% - 148px - 80px - 20px);
  }
}
@media screen and (max-width:668px) {
  .home-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    height: unset;
  }
  .home-tile.left,
  .home-tile.right {
    width: calc(100% - 40px);
    aspect-ratio: 1/1;
    background-size: cover;
  }
  .home-tile.left svg.border.bottom {
    bottom: 20px;
    right: 20px;
    width: calc(100% - 157px - 40px - 10px);
  }
  .home-tile.right svg.border.bottom {
    bottom: 20px;
    right: 20px;
    width: calc(100% - 111px - 40px - 10px);
  }
}
.workspace-thumb {
  aspect-ratio: 3/2;
}

.price-thumb {
  background-color: #000000;
  color: #ffffff;
  padding: 40px;
}
.price-thumb:nth-child(even) {
  aspect-ratio: 3/2;
}

.features {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .feature-item {
  border-bottom: 1px solid #000000;
  padding: 20px 0;
}
.features .feature-item:first-of-type {
  padding-top: 0;
}

@media screen and (max-width:668px) {
  .price-thumb:nth-child(even) {
    aspect-ratio: unset;
  }
  .features img {
    display: none;
  }
}
.acf-map {
  display: none;
}

.costs-block {
  background-color: #000000;
  color: #ffffff;
}
.costs-block table {
  width: 100%;
  table-layout: fixed;
}
.costs-block table th {
  font-weight: normal;
}
.costs-block table th,
.costs-block table td {
  border-bottom: 1px solid #ffffff;
  padding: 20px 0;
  text-align: left;
}
.costs-block table th:nth-of-type(3),
.costs-block table td:nth-of-type(3) {
  text-align: right;
}
.costs-block table thead th {
  padding-top: 0;
}

body.page-storage .grid-3-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-storage .grid-3-flex .hoz-spacing-s {
  width: 33.33%;
}

body.page-terms-and-legal .site-main,
body.page-privacy-policy .site-main {
  font-family: "Suisse Intl Regular", sans-serif;
}
body.page-terms-and-legal .site-main h1,
body.page-privacy-policy .site-main h1 {
  margin-bottom: 40px;
}
body.page-terms-and-legal .site-main h2,
body.page-privacy-policy .site-main h2 {
  margin: 40px 0 20px 0;
  font-family: "Suisse Intl Medium", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
body.page-terms-and-legal .site-main h2:first-of-type,
body.page-privacy-policy .site-main h2:first-of-type {
  margin-top: 0;
}
body.page-terms-and-legal .site-main ul,
body.page-privacy-policy .site-main ul {
  padding-left: 15px;
}
body.page-terms-and-legal .site-main ul li,
body.page-privacy-policy .site-main ul li {
  margin-bottom: 10px;
}