.margin-bottom-xs {margin-bottom: 10px;}
.margin-bottom-s {margin-bottom: 20px;}
.margin-bottom-m {margin-bottom: 30px;}
.margin-bottom-l {margin-bottom: 40px;}
.margin-bottom-xl {margin-bottom: 50px;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    border: 1px solid #ffffff;
    line-height: 1!important;
    min-height: 32px!important;
    border-radius: 0px!important;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #ffffff;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 700;
    line-height: 1!important;
    letter-spacing: .5px;
    color: #ffffff;
    padding: 12px 25px;
    background-color: #111111;
    border: 1px solid #111111;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #333333;
    background-color: #333333;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
.mask-angular{
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  -webkit-clip-path: polygon(0 10%, 100% 0, 81% 100%, 5% 89%);
  clip-path: polygon(0 10%, 100% 0, 81% 100%, 5% 89%);
}
.mask-angular img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
:root{
  --colour-white: #fff;
  --colour-black: #111;
}

.hero-heading {
  color: var(--colour-black, #111);
  background: var(--colour-white, #fff);
  display: inline-block;
  line-height: 1.4;
  padding: min(6%, 26px) min(15%, 55px) min(7%, 36px) min(12%, 52px);
  font-size: clamp(2.19rem, calc(1.21rem + 4.88vw), 4.69rem);
  -webkit-clip-path: polygon(0 0, 100% min(30px, 5vw), calc(100% - min(40px, 6vw)) calc(100% - min(30px, 4vw)), min(40px, 8vw) 100%);
  clip-path: polygon(0 0, 100% min(30px, 5vw), calc(100% - min(40px, 6vw)) calc(100% - min(30px, 4vw)), min(40px, 8vw) 100%);
  position: relative;
  z-index: 1;
}
