.centred-hero-wrapper{
  position:relative;
  overflow:hidden;
  display: flex;
  align-items: center;
}

.centred-hero-wrapper .bg-type {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.centred-hero-wrapper .bg-type img,
.centred-hero-wrapper .bg-type .video{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
}

.centred-hero-wrapper .content-column .contact-button {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 160px;
  text-align: center;
}

.centred-hero-wrapper .content-column .contact-button svg {
  width: 9px;
  top: 4px;
  left: 5px;
  fill: #344263;
  position: relative;
}

{# BUTTON STYLE FOR ICON LEFT SIDE #}
.centred-hero-wrapper .content-column .btn-solid.dark .contact-button,
.centred-hero-wrapper .content-column .solid-icon.dark .contact-button{
  background: #344263;
  color: #fff;
  border: 2px solid #344263;
}

.centred-hero-wrapper .content-column .btn-solid.dark .contact-button svg,
.centred-hero-wrapper .content-column .solid-icon.dark .contact-button svg{
  fill: #fff;
}

.centred-hero-wrapper .content-column .outline.dark  .contact-button,
.centred-hero-wrapper .content-column .outline-icon.dark  .contact-button{
  background: transparent;
  border:2px solid #344263;
  color: #344263;
}

.centred-hero-wrapper .content-column .btn-solid.light .contact-button,
.centred-hero-wrapper .content-column .solid-icon.light .contact-button{
  background: #eee;
  color: #fff;
  border:2px solid #eee;
}
.centred-hero-wrapper .content-column .btn-solid.light .contact-button svg,
.centred-hero-wrapper .content-column .solid-icon.light .contact-button svg{
  fill: #fff;
}

.centred-hero-wrapper .content-column .outline.light  .contact-button,
.centred-hero-wrapper .content-column .outline-icon.light  .contact-button{
  background: transparent;
  border:2px solid #eee;
  color:#eee;
}

.centred-hero-wrapper .content-column .outline.light .contact-button svg,
.centred-hero-wrapper .content-column .outline-icon.light .contact-button svg {
  fill: #eee;
}

.centred-hero-wrapper .content-column .btn-solid.accent-1 .contact-button,
.centred-hero-wrapper .content-column .solid-icon.accent-1 .contact-button{
  background: #81d8fd;
  color: #fff;
  border: 2px solid #81d8fd;
}
.centred-hero-wrapper .content-column .btn-solid.accent-1 .contact-button svg,
.centred-hero-wrapper .content-column .solid-icon.accent-1 .contact-button svg{
  fill: #fff;
}
.centred-hero-wrapper .content-column .outline.accent-1 .contact-button,
.centred-hero-wrapper .content-column .outline-icon.accent-1 .contact-button{
  background: transparent;
  color: #81d8fd;
  border: 2px solid #81d8fd;
}
.centred-hero-wrapper .content-column .outline.accent-1 .contact-button svg,
.centred-hero-wrapper .content-column .outline-icon.accent-1 .contact-button svg{
  fill: #81d8fd;
}

.centred-hero-wrapper .content-column .btn-solid.accent-2 .contact-button,
.centred-hero-wrapper .content-column .solid-icon.accent-2 .contact-button{
  background: #f7bd2b;
  color: #344263;
  border: 2px solid #f7bd2b;
}
.centred-hero-wrapper .content-column .btn-solid.accent-2 .contact-button svg,
.centred-hero-wrapper .content-column .solid-icon.accent-2 .contact-button svg{
  fill: #344263;
}
.centred-hero-wrapper .content-column .outline.accent-2 .contact-button,
.centred-hero-wrapper .content-column .outline-icon.accent-2 .contact-button{
  background: transparent;
  color: #f7bd2b;
  border: 2px solid #f7bd2b;
}
.centred-hero-wrapper .content-column .outline.accent-2 .contact-button svg,
.centred-hero-wrapper .content-column .outline-icon.accent-2 .contact-button svg{
  fill: #f7bd2b;
}

