:root {
  --font--body: articulat-cf, sans-serif;
  --font--headings: articulat-cf, sans-serif;
  --text-dark: #3a5a73;
  --font--link: articulat-cf, sans-serif;
  --text-link: #3a5a73;
  --text-light: white;
  --button--colour: #ed1b24;
  --button--dark: #3a5a73;
  --button--light: white;
  --size--xxl: 10rem;
  --white: white;
  --size--s: 2rem;
  --dark-grey: #707070;
  --black: #343434;
  --size--xs: 1.5rem;
  --size--xl: 8rem;
  --light-grey: #c4c4c4;
  --size--m: 4rem;
  --size--l: 6rem;
  --button--baby-blue: #e3f3ff;
  --button--ultramarine-blue: #0166ff;
  --font--quote: articulat-cf, sans-serif;
  --font--display: articulat-cf, sans-serif;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  font-family: var(--font--body);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--font--body);
  color: var(--text-dark);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  font-family: var(--font--link);
  color: var(--text-link);
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.button {
  color: var(--text-light);
  text-align: center;
  background-color: #3898ec;
  border-radius: .6rem;
  flex-direction: row;
  place-content: center;
  align-items: center;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button.colour {
  background-color: var(--button--colour);
  box-shadow: inset 0 0 0 2px var(--button--colour);
  color: var(--text-light);
}

.button.colour:hover {
  color: var(--button--colour);
  background-color: #fff0;
}

.button.colour.reverse {
  box-shadow: inset 0 0 0 1px var(--button--colour);
  color: var(--text-dark);
  background-color: #3898ec00;
}

.button.colour.reverse:hover {
  background-color: var(--button--colour);
  color: var(--text-light);
}

.button.dark {
  background-color: var(--button--dark);
  box-shadow: inset 0 0 0 2px var(--button--dark);
  color: var(--text-light);
}

.button.dark:hover {
  color: var(--text-dark);
  background-color: #8453ff00;
}

.button.dark.reverse {
  box-shadow: inset 0 0 0 1px var(--button--dark);
  color: var(--text-dark);
  background-color: #3898ec00;
}

.button.dark.reverse:hover {
  background-color: var(--button--dark);
  color: var(--button--light);
}

.button.light {
  background-color: var(--button--light);
  box-shadow: inset 0 0 0 2px var(--button--light);
  color: var(--text-dark);
  display: inline-flex;
}

.button.light:hover {
  color: var(--text-light);
  background-color: #30303000;
}

.button.light.reverse {
  color: var(--text-light);
  background-color: #3898ec00;
  box-shadow: inset 0 0 0 1px #fff;
}

.button.light.reverse:hover {
  background-color: var(--button--light);
  color: var(--text-dark);
}

.button.light.mobile {
  display: none;
}

.button.grey {
  color: var(--text-dark);
  background-color: #f7f7f7;
  box-shadow: 0 2px 5px #0003;
}

.button.grey.reverse {
  background-color: #f7f7f700;
  border: 2px solid #f7f7f7;
}

.button.bos {
  color: var(--text-light);
  letter-spacing: 3px;
  background-color: #e2237a;
  background-image: linear-gradient(126deg, #e3227a, #10c0f8);
  border-radius: 0;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.button.bos:hover {
  color: var(--text-light);
  letter-spacing: 7px;
  background-color: #fff0;
  background-image: linear-gradient(126deg, #e3227a, #10c0f8);
}

.button.bos.reverse {
  box-shadow: inset 0 0 0 1px var(--button--colour);
  color: var(--text-dark);
  background-color: #3898ec00;
}

.button.bos.reverse:hover {
  background-color: var(--button--colour);
  color: var(--text-light);
}

.button.bos.g-recaptcha {
  background-image: linear-gradient(126deg, #e3227a, #10c0f8);
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  padding-top: var(--size--xxl);
  padding-bottom: var(--size--xxl);
  background-color: var(--white);
}

.section.padding-h-medium {
  padding-top: var(--size--s);
  padding-bottom: var(--size--s);
}

.section.relative {
  position: relative;
}

.section.paralax {
  background-image: url('../images/Mobile-Patrols.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}

.section.image-fill {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AVS-Website-Image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.image-fill.darker {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Stones-Corner-Festival_20230430_463-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.image-fill.maxh-70vh {
  background-image: linear-gradient(#00000063, #00000063), url('../images/AVS-Website-Image.jpg');
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
  display: flex;
}

.section.dark-grey {
  background-color: var(--dark-grey);
}

.section.black {
  background-color: var(--black);
  overflow: visible;
}

.section.black.hidden {
  display: none;
}

.section.titans {
  background-image: url('../images/Gold-Coast-Titans-Launch-Page-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.bos {
  background-color: #1c1d1f;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.bos.logobkg {
  background-image: linear-gradient(#1c1d1ff0, #1c1d1ff0), url('../images/logo-bkg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.flex-h {
  display: flex;
}

.h1.dark {
  color: var(--text-dark);
}

.h1.light {
  color: var(--text-light);
}

.h1.gold {
  color: #ebd544;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h1.bos-white {
  color: #fff;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h1.silver {
  color: #bac8d6;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h1.blue {
  color: #3287c7;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h1.player {
  color: #d63661;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h1.custom {
  color: #d63661;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #ea1c75, #09c6fd);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h2.margin-bottom-s.colour-text-light.bold {
  font-weight: 700;
}

.h2.colour-text-light.margin-bottom-m.max-width-xxl {
  font-size: 2rem;
}

.h2.gold {
  color: #ebd544;
  font-family: eurostile, sans-serif;
  font-weight: 700;
}

.h2.tier-price {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: orbitron, sans-serif;
  font-weight: 900;
}

.h2.slash {
  letter-spacing: -.3rem;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: transparent;
  background-color: #3f3f3f;
  -webkit-background-clip: text;
  background-clip: text;
  height: 56px;
  margin-left: 10px;
  line-height: 1.5;
  overflow: hidden;
}

.h2.slash-gradient {
  letter-spacing: -.3rem;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(137deg, #f01872, #05c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  height: 56px;
  margin-left: 0;
  line-height: 1.5;
  overflow: hidden;
}

.h4.bos {
  color: #fff;
  text-align: center;
  font-family: orbitron, sans-serif;
}

.h4.bos.custom, .h4.bos.left {
  text-align: left;
}

.h6.footer {
  letter-spacing: .1rem;
  font-family: eurostile, sans-serif;
}

.padding-h-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-large {
  font-size: 1.25rem;
}

.text-large.dark {
  color: var(--text-dark);
}

.text-large.light {
  color: var(--text-light);
}

.text-medium {
  font-size: 1.125rem;
}

.text-medium.dark {
  color: var(--text-dark);
}

.text-medium.light {
  color: var(--text-light);
}

.text-regular {
  font-size: 1.2rem;
  overflow: visible;
}

.text-regular.dark {
  color: var(--text-dark);
}

.text-regular.light {
  color: var(--text-light);
}

.text-regular.light.margin-bottom-xs.master-licence {
  overflow: visible;
}

.text-regular.colour-text-light.tier {
  line-height: 1.1;
}

.text-regular.colour-text-dark.margin-top-xs.form-label, .text-regular.margin-footer {
  margin-bottom: .5rem;
}

.text-small {
  letter-spacing: .1rem;
  font-size: .875rem;
  line-height: 1rem;
}

.text-small.dark {
  color: var(--text-dark);
}

.text-small.light {
  color: var(--text-light);
}

.text-align-centre {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.container-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.grid-2.solutions {
  grid-template-columns: .75fr 2px 1fr;
}

.grid-2.align-top {
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
  overflow: visible;
}

.grid-2.keyhighlights {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1 {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-large.carousel {
  background-color: var(--text-dark);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large.nav {
  border-bottom: 0px solid var(--white);
  flex-flow: column;
  display: flex;
}

.container-large.nav.lightbkg {
  border-bottom-color: var(--black);
}

.container-large.flex-h-top-left {
  flex-flow: wrap;
  justify-content: space-between;
}

.container-large.flex-h-top-left.hidden {
  display: none;
}

.style-guide-body {
  background-color: #e4e4e4;
}

.section-full-screen {
  width: 100%;
  height: 100svh;
}

.section-footer {
  padding: var(--size--xl) 5% var(--size--xxl);
  background-color: var(--black);
  color: var(--text-light);
  position: relative;
}

.nav-padding {
  width: 100svw;
  height: 4rem;
}

.navbar {
  background-color: #ddd0;
  flex-direction: row;
  width: 100%;
  display: block;
  position: fixed;
}

.brand {
  height: 100%;
  padding-bottom: 0;
}

.image {
  object-fit: contain;
  height: 3rem;
  margin: 1rem;
}

.nav-link {
  color: var(--button--light);
  margin: 1.5rem 1vw;
  padding: 0 6px 0 .2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--light-grey);
}

.nav-link.w--current {
  color: var(--white);
  font-weight: 900;
}

.nav-link.colour-text-dark.w--current {
  color: var(--dark-grey);
}

.nav-menu {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #09000080;
  flex-direction: column;
  place-content: center space-around;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  padding-top: 49px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem;
  display: flex;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.icon {
  color: var(--button--colour);
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
}

.footer-logo {
  object-fit: contain;
  height: 7rem;
}

.footer-logo.margin-bottom-s {
  width: 16rem;
  height: 6rem;
}

.margin-top-xs {
  margin-top: var(--size--xs);
}

.margin-top-s {
  margin-top: var(--size--s);
}

.margin-top-m {
  margin-top: var(--size--m);
}

.margin-top-l {
  margin-top: var(--size--l);
}

.margin-top-xl {
  margin-top: var(--size--xl);
}

.margin-top-xxl {
  margin-top: var(--size--xxl);
}

.margin-bottom-xs {
  margin-bottom: var(--size--xs);
}

.margin-bottom-s {
  margin-bottom: var(--size--s);
}

.margin-bottom-m {
  margin-bottom: var(--size--m);
}

.margin-bottom-l {
  margin-bottom: var(--size--l);
}

.margin-bottom-xl {
  margin-bottom: var(--size--xl);
}

.margin-bottom-xxl {
  margin-bottom: var(--size--xxl);
}

.margin-xs {
  margin: var(--size--xs);
}

.margin-s {
  margin: var(--size--s);
}

.margin-m {
  margin: var(--size--m);
}

.margin-l {
  margin: var(--size--l);
}

.margin-xl {
  margin: var(--size--xl);
}

.margin-xxl {
  margin: var(--size--xxl);
}

.margin-left-xs {
  margin-left: var(--size--xs);
}

.margin-left-s {
  margin-left: var(--size--s);
}

.margin-left-m {
  margin-left: var(--size--m);
}

.margin-left-l {
  margin-left: var(--size--l);
}

.margin-left-xl {
  margin-left: var(--size--xl);
}

.margin-left-xxl {
  margin-left: var(--size--xxl);
}

.margin-right-xs {
  margin-right: var(--size--xs);
}

.margin-right-s {
  margin-right: var(--size--s);
}

.margin-right-m {
  margin-right: var(--size--m);
}

.margin-right-l {
  margin-right: var(--size--l);
}

.margin-right-xl {
  margin-right: var(--size--xl);
}

.margin-right-xxl {
  margin-right: var(--size--xxl);
}

.margin-vertical-xs {
  margin-top: var(--size--xs);
  margin-bottom: var(--size--xs);
}

.margin-vertical-s {
  margin-top: var(--size--s);
  margin-bottom: var(--size--s);
}

.margin-vertical-m {
  margin-top: var(--size--m);
  margin-bottom: var(--size--m);
}

.margin-vertical-l {
  margin-top: var(--size--l);
  margin-bottom: var(--size--l);
}

.margin-vertical-xl {
  margin-top: var(--size--xl);
  margin-bottom: var(--size--xl);
}

.margin-vertical-xxl {
  margin-top: var(--size--xxl);
  margin-bottom: var(--size--xxl);
}

.margin-horizontal-xs {
  margin-right: var(--size--xs);
  margin-left: var(--size--xs);
}

.margin-horizontal-s {
  margin-right: var(--size--s);
  margin-left: var(--size--s);
}

.margin-horizontal-m {
  margin-right: var(--size--m);
  margin-left: var(--size--m);
}

.margin-horizontal-l {
  margin-right: var(--size--l);
  margin-left: var(--size--l);
}

.margin-horizontal-xl {
  margin-right: var(--size--xl);
  margin-left: var(--size--xl);
}

.margin-horizontal-xxl {
  margin-right: var(--size--xxl);
  margin-left: var(--size--xxl);
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero.colour-dark {
  background-image: linear-gradient(#00000080, #00000080), url('../images/about-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: stretch;
  padding-top: 180px;
}

.hero.colour-dark.hidden {
  filter: none;
  background-image: linear-gradient(#00000096, #00000096), url('../images/CAP-_-Suncorp-Patrons.jpg'), url('../images/AVS-Website-Image.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: none;
}

.hero.colour-dark.test {
  background-image: linear-gradient(90deg, #0000007d, #0000 50%), linear-gradient(#0000000f, #0000000f), url('../images/TOP-concert-copy.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  display: none;
}

.hero.colour-dark.video {
  -webkit-backdrop-filter: grayscale(85%);
  backdrop-filter: grayscale(85%);
  background-color: #3a5a7300;
  background-image: none;
  background-position: 0 0;
}

.hero.bos {
  background-image: url('../images/group-shot-duotone-bkg.webp'), url('../images/bos-header-text-background.webp'), linear-gradient(#fff 94%, #1c1d1f);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 105%, auto, auto;
}

.image-placeholder {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.container-full {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.container-full.sticky-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.page-wrapper {
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.flex-v {
  display: flex;
}

.flex-h-top-left {
  align-items: flex-start;
  display: flex;
}

.flex-h-top-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-h-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-h-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-h-center-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-center-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-h-center {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.flex-h-center.mobile {
  display: none;
}

.flex-h-top-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-h-bottom-center {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flex-v-top-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.flex-v-top-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-v-top-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-v-top-left.titan {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-v-top-left.gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-v-bottom-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flex-v-bottom-center {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-v-bottom-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-v-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-v-center-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-v-center-left.line {
  border-left: 4px solid #ed1b24;
  padding-left: 30px;
}

.flex-v-center-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.colour-dark {
  background-color: var(--button--dark);
}

.colour-light {
  background-color: var(--button--light);
}

.colour-brand {
  background-color: var(--button--colour);
}

.navbar-wrap {
  width: 100%;
}

.card {
  padding: var(--size--s);
  background-color: var(--button--baby-blue);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card.flex-v-center.text-align-centre {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.carousel-container {
  border-radius: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.carousel-container.margin-bottom-l {
  background-color: var(--text-dark);
  border-radius: 1rem;
}

.carousel-container.margin-bottom-s {
  width: 100%;
}

.logo-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--button--dark);
  justify-content: space-around;
  min-width: auto;
  padding-left: 20px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  object-fit: contain;
  width: 150px;
  max-width: 200px;
  height: 80px;
  overflow: visible;
}

.social-icon {
  color: var(--button--colour);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-icon:hover {
  color: var(--button--dark);
  transform: scale(1.2);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.card-flex-h-distribute {
  padding: var(--size--s);
  background-color: var(--button--light);
  border-radius: 1rem;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 0 19px #0003;
}

.colour-text-brand {
  color: var(--button--colour);
}

.colour-text-light {
  color: var(--button--light);
}

.colour-text-dark {
  color: var(--button--dark);
}

.card-link {
  padding: var(--size--s);
  background-color: var(--button--light);
  color: var(--text-dark);
  border-radius: 1rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 0 19px #0003;
}

.card-link:hover {
  transform: scale(1.05);
}

.section-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2-col.career {
  grid-template-columns: .5fr 1fr;
}

._2-col-container {
  padding: var(--size--xxl) 10% var(--size--l);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._2-col-container.colour-dark.imag-bkg {
  background-image: linear-gradient(#000000a6, #0000 59%), linear-gradient(#00000047, #00000047), url('../images/Contact-Page.webp');
  background-position: 0 0, 0 0, 67%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.image-2-col {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block {
  background-color: var(--button--light);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 0 20px #0003;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-icon {
  width: .7rem;
  height: .9rem;
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cursor-dot {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #f070;
  border-radius: 50%;
  width: 0;
  height: 0;
  inset: 0%;
}

.cursor-circle {
  border: 2px solid #ff00773b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.hero-heading {
  font-family: var(--font--headings);
  color: var(--text-light);
  font-size: 6rem;
  font-weight: 400;
  line-height: 6.5rem;
}

.hero-heading.margin-bottom-s.max-width-xxl {
  font-size: 6rem;
  line-height: 6.5rem;
}

.hero-heading.margin-bottom-s.max-width-xl {
  max-width: 50rem;
  font-size: 75px;
  line-height: 80px;
}

.hero-heading.margin-bottom-s.max-width-xl.test, .hero-heading.margin-bottom-s.max-width-xl.bold {
  font-weight: 900;
}

.nav-menu-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.accordian-wrapper {
  background-color: var(--text-light);
  border-radius: 1rem;
  transition: all .2s;
  box-shadow: 0 0 19px #0003;
}

.accordian-wrapper:hover {
  transform: scale(1.05);
}

.accordian {
  cursor: pointer;
}

.accordian-header {
  padding: var(--size--s);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordian-panel {
  padding-right: var(--size--s);
  padding-left: var(--size--s);
  display: block;
  overflow: hidden;
}

.accordian-icon {
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1rem;
  line-height: 1rem;
  transform: rotate(90deg);
}

.accordian-icon-wrapper {
  margin-left: 2rem;
}

.card-image {
  background-color: var(--button--light);
  border-radius: 1rem;
  overflow: hidden;
}

.card-content-padding {
  padding: var(--size--s);
}

.card-content-padding.margin-zero-horizontal {
  padding-left: 0;
  padding-right: 0;
}

.card-image-content {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1.5rem;
}

.quote {
  color: var(--text-light);
  text-align: center;
}

.quote-mark {
  opacity: .2;
}

.quote-mark.left {
  margin-right: 1rem;
}

.quote-mark.right {
  margin-left: 1rem;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.section-image-static {
  z-index: -1;
  object-fit: cover;
  width: 100svw;
  height: 100svh;
  position: fixed;
  inset: 0;
}

.content-divider {
  background-color: var(--button--dark);
  width: 100%;
  height: 1px;
}

.content-divider.white {
  background-color: var(--white);
}

.custom-heading-1 {
  color: #3330;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--button--colour);
  word-break: normal;
  font-size: 13rem;
  font-weight: 400;
  line-height: .8;
}

.process-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.process-grid.margin-vertical-s {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slider-her-fullscreen {
  background-color: var(--black);
  width: 100%;
  height: 100svh;
}

.slide-link {
  background-image: url('../images/placeholder.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 11.9rem;
  display: flex;
}

.slide-image {
  transition: all .6s;
}

.slide-image:hover {
  transform: scale(.95);
}

.avs-navbar {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  box-shadow: 0 1px 30px 3px #0003;
}

.avs-navbar.padding-global {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avs-navbar.home {
  z-index: 100;
  box-shadow: none;
  background-color: #fff0;
  margin-top: 0;
  position: fixed;
  top: 0;
}

.container {
  border-bottom: .2rem solid var(--white);
  width: 100%;
}

.nav-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 100%;
  display: flex;
}

.avs-logo-header.w--current {
  position: relative;
  left: 0;
}

.nav-menu-2 {
  background-color: #c8c8c800;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
}

.nav-email-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.experience-number {
  color: var(--light-grey);
  font-size: 2rem;
  font-weight: 400;
}

.experience-number.dark {
  color: var(--text-dark);
}

.experience-number.light {
  color: var(--text-light);
}

.list {
  list-style-type: lower-alpha;
}

.service-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-grid-wrap.margin-vertical-xs {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.service-grid-wrap.margin-vertical-s {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.image-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.solution-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/Static-Guards.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: clip;
}

.solution-image.margin-vertical-s {
  background-image: url('../images/AVS-Website-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 15rem;
}

.solution-image.mobile {
  background-image: url('../images/calypso-security-car-parked.webp');
}

.solution-image.crowd {
  background-image: url('../images/crowd-control-home-page.webp');
}

.solution-image.static {
  background-image: url('../images/westfield-guard-cropped.webp');
}

.solution-image.concierge {
  background-image: url('../images/Security-concierge.webp');
  background-position: 70%;
}

.bold-span {
  font-weight: 700;
}

.client-test-img {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 0% 50%;
  background-clip: border-box;
  width: 100%;
  height: 100px;
}

.client-test-img.margin-bottom-s {
  max-width: 160px;
  height: 100px;
}

.icon-embed-xsmall {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-form {
  padding: var(--size--s);
  -webkit-backdrop-filter: brightness(130%) blur(10px);
  backdrop-filter: brightness(130%) blur(10px);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 1.2rem;
}

.grid-2-even {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-even.solutions {
  grid-template-columns: .5fr 1fr;
}

.grid-2-even.contact-cta {
  place-items: start stretch;
}

.footer-form-field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--button--dark);
  color: var(--text-dark);
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-form-field:focus {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--button--dark);
}

.footer-form-field::placeholder {
  color: var(--text-dark);
}

.textarea {
  border: 2px solid var(--button--dark);
  color: var(--button--dark);
  background-color: #fff0;
  min-height: 250px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.textarea::placeholder {
  color: var(--text-dark);
}

.textarea.margin-bottom-xs {
  min-height: 100px;
  overflow: scroll;
}

.textarea.margin-bottom-xs.small {
  min-height: 100px;
}

._100-align-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

._100-align-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.colour-dark-grey {
  background-color: var(--dark-grey);
}

.colour-text-dark-grey {
  color: var(--dark-grey);
}

.colour-light-grey {
  background-color: var(--light-grey);
}

.colour-text-light-grey {
  color: var(--light-grey);
}

.grid-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1260px;
  display: grid;
}

.footer-link {
  color: var(--text-light);
  margin-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--dark-grey);
}

.icon-embed-xsmall-2, .social-icon-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-footer-link {
  color: var(--white);
  transition: color .2s;
}

.social-footer-link:hover {
  color: var(--button--colour);
}

.social-footer-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.image-3 {
  object-fit: cover;
}

.max-width-xs {
  max-width: 20rem;
}

.max-width-s {
  max-width: 30rem;
}

.max-width-m {
  max-width: 40rem;
}

.max-width-l {
  max-width: 50rem;
}

.max-width-xl {
  max-width: 60rem;
}

.max-width-xxl {
  max-width: 70rem;
}

.div-block-6 {
  height: 100%;
}

.certification {
  border-radius: 5px;
  height: 56px;
}

.nav-logo-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 100%;
  display: flex;
}

.certification-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.xp-wrap {
  display: flex;
}

.section-2 {
  position: relative;
  bottom: 0;
}

.div-block-8 {
  background-color: #0000002e;
  width: 100%;
  height: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.top-nav-link-bar {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.top-nav-link-bar.colour-dark {
  position: static;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  display: flex;
}

.divider-hotizontal {
  background-color: var(--dark-grey);
  width: 2px;
  height: 100%;
}

.social-icon-contact {
  color: var(--button--colour);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
  display: flex;
}

.social-icon-contact:hover {
  color: var(--button--ultramarine-blue);
}

.icon-embed-xsmall-contact {
  color: var(--button--colour);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.divider-horizontal {
  background-color: var(--dark-grey);
  width: 100%;
  height: 2px;
}

.divider-horizontal.colour-light {
  background-color: var(--white);
}

.divider-horizontal.margin-bottom-s {
  background-color: #70707000;
}

.client-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-card {
  aspect-ratio: 3 / 1.5;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 2px 15px -1px #0003;
}

.client-card:hover {
  box-shadow: 0 2px 20px -1px #00000080;
}

.client-grid-image {
  opacity: .86;
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.client-grid-image:hover {
  opacity: 1;
  filter: none;
}

.grid-3-services {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-grid-image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: border-box;
  width: 100%;
  height: 100px;
}

.service-grid-image.margin-bottom-s {
  max-width: 160px;
  height: 100px;
}

.service-hero {
  height: 35rem;
  position: relative;
}

.service-hero.static {
  background-image: url('../images/westfield-guard-cropped.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-hero.crowd-control {
  background-image: url('../images/security-guards-at-festival.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-hero.mobile-patrols {
  background-image: url('../images/patrol-car-2.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-hero.concierge {
  background-image: url('../images/Security-concierge.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-hero.about {
  background-image: url('../images/Static-Guards.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35rem;
}

.service-hero.gatehouse {
  background-image: url('../images/Gatehouse---Service-Page.jpg');
  background-position: 50% 53%;
  background-size: cover;
}

.service-hero.cctv-officer {
  background-image: url('../images/Mobile-Patrol---Service-Page.jpg');
  background-position: 50%;
  background-size: cover;
}

.service-hero.social-responsibility {
  background-image: url('../images/social-responsibility-2-copy.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.service-hero-content-wrap {
  background-color: #fff0;
  background-image: linear-gradient(0deg, #000000ba, #0000);
  width: 100%;
  padding: 1.5rem;
  display: block;
  position: absolute;
  bottom: 0;
}

.service-hero-content-wrap.sponsorship {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: linear-gradient(#0006, #0006), url('../images/sponsorship-header.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-hero-content-wrap.careers {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: linear-gradient(#0006, #0006), url('../images/smithfield-rsl-guard.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-hero-content-wrap.old, .service-hero-content-wrap.hidden {
  display: none;
}

.grid-3-social-responsibility {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.card-social-responsibility {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--button--light);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  overflow: hidden;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link-tab-1 {
  aspect-ratio: auto;
  background-color: #ddd0;
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-1.w--current {
  aspect-ratio: 1;
  filter: brightness(70%) grayscale();
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.tabs-content {
  border-radius: 2rem;
}

.tabs-content.margin-bottom-s {
  background-color: var(--black);
}

.lightbox-link-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.lightbox-link-image:hover {
  transform: scale(1.1);
  box-shadow: 0 0 17px -3px #0000008c;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-2.w--current {
  filter: brightness(70%) grayscale();
}

.tab-link-tab-3 {
  background-color: #ddd0;
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-3.w--current {
  filter: brightness(70%) grayscale();
}

.tab-link-tab-4 {
  background-color: #ddd0;
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-4.w--current {
  filter: brightness(70%) grayscale();
}

.tab-link-tab-5 {
  background-color: #ddd0;
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-5.w--current {
  filter: brightness(70%) grayscale();
}

.tab-link-tab-6 {
  background-color: #ddd0;
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-6.w--current {
  filter: brightness(70%) grayscale();
}

.tab-link-tab-7 {
  border-radius: 1rem;
  padding: 0;
}

.tab-link-tab-7.w--current {
  filter: brightness(70%) grayscale();
  background-color: #c8c8c800;
  border-radius: 1rem;
}

.lightbox-image-full {
  aspect-ratio: 9 / 6;
  object-fit: cover;
  width: 100%;
}

.titans-image {
  max-height: 450px;
}

.logo-with-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-with-header-image {
  height: 6rem;
}

.titans-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 0;
  display: flex;
}

.dropdown-icon {
  margin-right: 0;
}

.dropdown-icon.light {
  color: #fff;
}

.dropdown-link {
  color: var(--white);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.dropdown-link:hover {
  background-color: #c9282f;
  border-radius: .5rem;
  overflow: hidden;
}

.dropdown-link.bos {
  background-image: linear-gradient(147deg, #e3227a, #10c0f8);
  border-radius: .6rem;
}

.dropdown-link.bos:hover {
  background-image: linear-gradient(147deg, #e3227a80, #10c0f880);
}

.dropdown-link.bos.w--current {
  color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--button--colour);
  border-radius: .6rem;
}

.phone-link {
  text-decoration: none;
}

.select-field {
  border: 1px solid var(--button--dark);
  color: var(--button--dark);
  border-radius: 2px;
  margin-bottom: 0;
}

.select-field.margin-bottom-xs {
  background-color: #f3f3f300;
  border-width: 2px;
  border-radius: 0;
}

.fineprint {
  font-size: .6rem;
  font-weight: 500;
  line-height: .9rem;
}

.fineprint.margin-bottom-s {
  font-size: .7rem;
}

.form-card {
  background-color: var(--button--baby-blue);
  border-radius: 1.2rem;
  padding: 2rem;
}

.fineprint-list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
}

.success-message {
  background-color: var(--button--dark);
  border-radius: 1rem;
}

.error-message {
  background-color: var(--button--colour);
  color: #fff;
  border-radius: 1rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.return-to-top-wrap {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.7rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.back-to-top-button {
  color: var(--text-light);
  text-align: center;
  background-color: #3898ec;
  border-radius: .6rem;
  flex-direction: row;
  place-content: center;
  align-items: center;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.back-to-top-button.colour {
  background-color: var(--button--colour);
  box-shadow: inset 0 0 0 2px var(--button--colour);
  color: var(--text-light);
}

.back-to-top-button.colour:hover {
  color: var(--button--colour);
  background-color: #fff0;
}

.back-to-top-button.colour.reverse {
  box-shadow: inset 0 0 0 1px var(--button--colour);
  color: var(--text-dark);
  background-color: #3898ec00;
}

.back-to-top-button.colour.reverse:hover {
  background-color: var(--button--colour);
  color: var(--text-light);
}

.back-to-top-button.dark {
  background-color: var(--button--dark);
  box-shadow: inset 0 0 0 2px var(--button--dark);
  color: var(--text-light);
}

.back-to-top-button.dark:hover {
  color: var(--text-dark);
  background-color: #8453ff00;
}

.back-to-top-button.dark.reverse {
  box-shadow: inset 0 0 0 1px var(--button--dark);
  color: var(--text-dark);
  background-color: #3898ec00;
}

.back-to-top-button.dark.reverse:hover {
  background-color: var(--button--dark);
  color: var(--button--light);
}

.back-to-top-button.light {
  background-color: var(--button--light);
  box-shadow: 0 0 10px -2px #0006, inset 0 0 0 2px var(--button--light);
  color: var(--text-dark);
  padding-left: .6rem;
  padding-right: .6rem;
  display: inline-flex;
}

.back-to-top-button.light:hover {
  color: var(--text-light);
  background-color: #30303000;
}

.back-to-top-button.light.reverse {
  color: var(--text-light);
  background-color: #3898ec00;
  box-shadow: inset 0 0 0 1px #fff;
}

.back-to-top-button.light.reverse:hover {
  background-color: var(--button--light);
  color: var(--text-dark);
}

.back-to-top-button.light.mobile {
  display: none;
}

.back-to-top-button.grey {
  color: var(--text-dark);
  background-color: #f7f7f7;
  box-shadow: 0 2px 5px #0003;
}

.back-to-top-button.grey.reverse {
  background-color: #f7f7f700;
  border: 2px solid #f7f7f7;
}

.text-back-to-top {
  color: var(--light-grey);
  margin-top: .5rem;
  font-size: .8rem;
  line-height: 1rem;
}

.text-back-to-top.dark {
  color: var(--text-dark);
}

.text-back-to-top.light {
  color: var(--text-light);
}

.text-back-to-top.colour-text-light {
  margin-top: .5rem;
  font-size: .8rem;
}

.text-back-to-top.colour-text-dark.margin-top-xs.form-label {
  margin-bottom: .5rem;
}

._404-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 100%;
  margin-bottom: 3rem;
  display: flex;
}

._404-header {
  color: var(--text-dark);
  font-weight: 700;
}

.australia {
  max-width: 400px;
}

.footer-text {
  color: var(--text-light);
  max-width: 87rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .2s;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-bottom-zero {
  margin-bottom: 0;
}

.margin-right-zero {
  margin-right: var(--size--xs);
}

.margin-left-zero {
  margin-left: 0;
}

.sticky-scroll {
  position: sticky;
  top: 10rem;
  overflow: visible;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}

.contact-grid.margin-vertical-s {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.preload-titans {
  z-index: 101;
  background-image: linear-gradient(0deg, #0c2340b5, #00a3e0b3), url('../images/Gold-Coast-Titans-Launch-Page-Background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
}

.preload-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.preload-text {
  color: var(--text-light);
  font-family: eurostile, sans-serif;
  font-size: 3.7rem;
  font-style: italic;
  font-weight: 700;
}

.preload-image {
  height: 23rem;
}

.social-image {
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  object-position: 50% 50%;
  background-clip: border-box;
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 200px;
}

.pillbox {
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  display: flex;
  box-shadow: inset 0 0 0 1px #fff;
}

.pillbox-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.titans-button-image {
  width: 2rem;
  height: 2rem;
}

.divider-horizontal-white {
  background-color: var(--dark-grey);
  width: 100%;
  height: 2px;
}

.divider-horizontal-white.margin-bottom-m, .divider-horizontal-white.colour-light {
  background-color: var(--white);
}

.divider-horizontal-white.margin-bottom-s {
  background-color: #70707000;
}

.our-clients-slider {
  background-color: #ddd0;
  width: 100%;
}

.slider-arrow {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}

.slider-arrow.right {
  color: #3330;
  margin-left: 0;
  margin-right: 0;
  inset: 0% 0% 0% auto;
}

.slider-arrow.left {
  color: #3330;
  margin-left: 0;
  margin-right: 0;
  inset: 0% auto 0% 0%;
}

.right-arrow-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-slider-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.client-slider-logo-img {
  object-fit: contain;
  width: 80%;
  height: 15rem;
}

.slide-nav {
  display: none;
}

.checkbox {
  margin-top: 0;
}

.career-form-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.about-respnsibility-image {
  object-fit: contain;
  width: 12rem;
  height: 6rem;
}

.about-respnsibility-image.small {
  width: 7rem;
  height: 6rem;
}

.about-responsibility-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4-services {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-container-reverse {
  padding-top: var(--size--s);
  padding-right: 20px;
  padding-bottom: var(--size--s);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--button--dark);
  justify-content: space-around;
  min-width: auto;
  display: flex;
}

.carousel-container-reverse {
  border-radius: 0;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.carousel-container-reverse.margin-bottom-l {
  background-color: var(--text-dark);
  border-radius: 1rem;
}

.carousel-container-reverse.margin-bottom-s {
  width: 100%;
}

.dot---sub-header {
  padding-right: 10px;
}

.dot---sub-header.flex-h-center {
  justify-content: center;
  align-items: center;
}

.image-5 {
  margin-bottom: .2rem;
  margin-right: .5rem;
}

.section---mobile---footer {
  padding: var(--size--xl) 5% var(--size--xxl);
  background-color: var(--black);
}

.section---mobile---footer.display-mobile {
  display: none;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pillbox-text {
  color: var(--button--light);
  text-align: center;
  letter-spacing: .1rem;
  font-size: .875rem;
  line-height: .875rem;
}

.pillbox-text.dark {
  color: var(--text-dark);
}

.pillbox-text.light {
  color: var(--text-light);
}

.back-to-top {
  z-index: -99;
  position: absolute;
  top: 0;
}

.experience-number-wrap {
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.service-hero-content-wrap-old {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff4d;
  width: 100%;
  padding: 1.5rem;
  display: none;
  position: absolute;
  bottom: 0;
}

.service-hero-content-wrap-old.sponsorship {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: linear-gradient(#0006, #0006), url('../images/sponsorship-header.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-hero-content-wrap-old.careers {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: linear-gradient(#0006, #0006), url('../images/smithfield-rsl-guard.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-hero-content-wrap-old.old {
  display: none;
}

.line-wrap {
  border-left: 4px solid var(--button--colour);
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 1.5rem;
}

.quote-span {
  font-weight: 700;
}

.number-link {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.footer-logo-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-footer-3col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60rem;
  margin-left: 2rem;
  display: grid;
}

.footer-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.client-grid-link {
  width: 100%;
  height: 100%;
}

.image-6 {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 80%;
  height: 100%;
  min-height: 10rem;
  max-height: 30rem;
}

.acknowledgement-card {
  padding: var(--size--xs);
  background-image: linear-gradient(#00000070, #00000070), url('../images/indigenous-artwork.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bots-tier-card {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.polygondiv {
  background-color: #fff;
  width: 100%;
  height: 50px;
}

.camferwhite {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1px;
  display: flex;
}

.chamferblack {
  background-color: #1c1d1f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.chamferblack.plus-bkg {
  background-image: linear-gradient(#1c1d1fe0, #1c1d1fe0), url('../images/plus-tile-bkg.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 9px;
}

.chamferblack.gold {
  background-image: radial-gradient(circle at 0 200%, #ffdd004a, #ebd54400 69%);
}

.chamferblack.silver {
  background-image: radial-gradient(circle at 0 200%, #bac8d645, #ebd54400 69%);
}

.chamferblack.blue {
  background-image: radial-gradient(circle at 0 200%, #0091ff3d, #ebd54400 69%);
}

.chamferblack.player {
  background-image: radial-gradient(circle at 0 200%, #ff00452e, #ebd54400 69%);
}

.chamferblack.custom {
  background-image: radial-gradient(circle at 0 200%, #00b0ff36, #dc267d26 69%);
}

.chamferblack.image-bkg {
  background-color: #fff;
  background-image: url('../images/group-shot-duotone-bkg.webp'), url('../images/bos-header-text-background.webp');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 50%, cover;
}

.tier-grid {
  padding: var(--size--s);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1d1f;
  background-image: radial-gradient(circle at 50% 100%, #0000, #fff0);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  display: grid;
}

.tier-grid:hover {
  background-color: #1c1d1f00;
  background-image: none;
}

.tier-list-wrap {
  padding-left: var(--size--xs);
  border-left: 3px solid #ebd544;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tier-list-wrap.silver {
  border-left-color: #bac8d6;
}

.tier-list-wrap.blue {
  border-left-color: #3287c7;
}

.tier-list-wrap.player {
  border-left-color: #d63661;
}

.tier-list-wrap.custom {
  border-left-color: #9260ab;
}

.tier-list-line {
  background-color: #fff;
  width: 5px;
  height: 100%;
  display: flex;
}

.tier-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.div-block-15 {
  display: flex;
}

.bots-sponsors {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: relative;
}

.bos-sponsor-wrap {
  padding: var(--size--xs);
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.bos-logo-wrap {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bos-logo-wrap.minor {
  flex-flow: wrap;
  display: flex;
}

.jersey-image {
  width: 80%;
  max-height: 40rem;
}

.bots-jersey-grid {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: relative;
}

.shadow-top {
  background-image: linear-gradient(#000000a3, #0000);
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 0;
}

.shadow-bottom {
  background-image: linear-gradient(#0000, #000000a3);
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 0;
}

.jersey-wrap {
  padding: var(--size--s);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsor-link-tier {
  transition: all .2s;
}

.sponsor-link-tier:hover {
  transform: scale(1.05);
}

.bos-cta-grid {
  grid-column-gap: var(--size--m);
  grid-row-gap: var(--size--m);
  display: flex;
}

.form-bos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block-bos {
  padding: var(--size--xs);
  width: 100%;
}

.bos-form-field {
  color: #fff;
  background-color: #1d1e20;
  border: 1px solid #fff;
  font-family: orbitron, sans-serif;
}

.bos-form-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-family: orbitron, sans-serif;
  font-weight: 700;
}

.bos-form-field.message {
  min-height: 150px;
}

.bos-header-logo {
  height: 35vh;
}

.bos-host-image {
  max-width: 13rem;
  max-height: 10rem;
}

.bos-sponsor-logo {
  max-width: 9rem;
  max-height: 7rem;
}

.bos-header-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20vh;
  display: flex;
}

.bos-logo-home {
  object-fit: contain;
  height: 60%;
}

.div-block-16 {
  padding: 1.9rem;
}

.bots-sponsors-home {
  grid-column-gap: var(--size--s);
  grid-row-gap: var(--size--s);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 0;
  display: grid;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.success-message {
  color: #fff;
  margin-top: 30px;
}

.error-message {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .button.light {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button.light.reverse {
    display: block;
  }

  .button.light.mobile {
    display: inline-flex;
  }

  .section.black {
    background-color: var(--black);
  }

  .h1.bos-white.margin-bottom-s {
    font-size: 3rem;
  }

  .h1.player {
    white-space: nowrap;
  }

  .h2.colour-text-light.margin-bottom-m {
    font-size: 2rem;
  }

  .h2.tier-price {
    margin-bottom: 1.5rem;
  }

  .text-regular.light.margin-bottom-xs.master-licence {
    overflow: visible;
  }

  .grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-footer {
    background-color: var(--black);
  }

  .nav-link {
    text-align: center;
    margin: 0 1rem 0 0;
  }

  .nav-link.colour-text-dark.mobile {
    color: var(--white);
  }

  .footer-logo.margin-bottom-s {
    width: 12rem;
  }

  .hero.bos {
    background-size: 177%, auto, auto;
  }

  .flex-h-center {
    display: none;
  }

  .flex-h-center.mobile {
    text-decoration: none;
    display: flex;
  }

  .logo-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: auto;
  }

  .logo-image {
    max-width: 120px;
    height: 60px;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero-heading {
    font-size: 7rem;
    line-height: 8rem;
  }

  .hero-heading.margin-bottom-s {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }

  .slide-link {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .avs-navbar {
    margin-top: 0;
  }

  .avs-navbar.home {
    z-index: 99;
    margin-top: 0;
  }

  .nav-menu-2 {
    background-color: #000000b3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    position: fixed;
    top: 0;
  }

  .nav-menu-top {
    display: none;
  }

  .menu-wrapper {
    justify-content: space-between;
  }

  .service-grid-wrap.margin-vertical-xs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-grid-wrap.margin-vertical-s {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .solution-image {
    height: 250px;
  }

  .solution-image.concierge {
    background-position: 50%;
    height: 250px;
  }

  .grid-2-even {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    min-width: auto;
  }

  .menu-button-2 {
    background-color: var(--white);
    border-radius: .5rem;
    padding: .5rem;
  }

  .menu-button-2.w--open {
    z-index: 100;
    background-color: var(--white);
  }

  .menu-icon {
    color: var(--button--colour);
    font-size: 30px;
    line-height: 30px;
  }

  .certification {
    height: 40px;
  }

  .div-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-10 {
    display: none;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .divider-horizontal.margin-bottom-s {
    background-color: var(--black);
  }

  .client-grid {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .client-card {
    aspect-ratio: 3 / 2;
    padding: 1rem;
  }

  .grid-3-services {
    grid-template-columns: 1fr;
  }

  .service-hero {
    height: 28rem;
  }

  .service-hero.static {
    height: 25rem;
  }

  .service-hero-content-wrap {
    padding: 1rem;
  }

  .grid-3-social-responsibility, .card-social-responsibility, .card-social-responsibility.margin-bottom-m {
    grid-template-columns: 1fr;
  }

  .logo-with-header.margin-bottom-s {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-with-header-image {
    height: 5rem;
  }

  .button-wrap {
    flex-flow: column;
    align-items: flex-start;
  }

  .dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dropdown-icon.light {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-icon.mobile {
    color: #fff;
  }

  .dropdown-link.w--current {
    color: var(--black);
    font-weight: 700;
  }

  .return-to-top-wrap {
    padding-top: 0;
    padding-bottom: 1.2rem;
    inset: auto 0% 0% auto;
  }

  .back-to-top-button.light {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .back-to-top-button.light:hover {
    background-color: var(--white);
    color: var(--text-dark);
    box-shadow: 0 0 10px -2px #0006;
  }

  .back-to-top-button.light.reverse {
    display: block;
  }

  .back-to-top-button.light.mobile {
    display: inline-flex;
  }

  .text-back-to-top {
    display: none;
  }

  ._404-image {
    margin-bottom: 3rem;
  }

  .social-image.margin-bottom-s {
    object-position: 0% 50%;
  }

  .social-image.margin-vertical-xs {
    max-width: 400px;
  }

  .pillbox {
    text-align: center;
  }

  .div-block-12 {
    background-color: var(--black);
    width: 100%;
    height: 2px;
  }

  .divider-horizontal-white.margin-bottom-s {
    background-color: var(--black);
  }

  .grid-4-services {
    grid-template-columns: 1fr 1fr;
  }

  .logo-container-reverse {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-container-reverse._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dot---sub-header.flex-h-center.display-flex-h-center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section---mobile---footer {
    color: var(--white);
    position: relative;
  }

  .service-hero-content-wrap-old {
    padding: 1rem;
  }

  .line-wrap {
    padding-top: 1rem;
  }

  .grid-footer-3col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    min-width: auto;
  }

  .tier-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bots-sponsors, .bos-cta-grid {
    flex-flow: column;
  }

  .bos-header-logo {
    height: 34vh;
  }

  .bots-sponsors-home {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .section.image-fill.maxh-70vh {
    max-height: none;
  }

  .h1.bos-white {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .h1.player {
    white-space: normal;
  }

  .h1.custom {
    white-space: nowrap;
  }

  .h2.colour-text-light.margin-bottom-m {
    font-size: 1.3rem;
  }

  .text-large {
    font-size: 1.125rem;
  }

  .text-medium {
    font-size: 1rem;
  }

  .text-regular.light.copyright {
    word-break: normal;
  }

  .text-regular.light.margin-bottom-xs.master-licence {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .text-regular.colour-text-light.tier {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .text-regular.colour-text-dark-grey.version {
    white-space: nowrap;
    word-break: keep-all;
  }

  .text-small.colour-text-light {
    line-height: .875rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-2.solutions {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .section-footer.display-desktop {
    display: none;
  }

  .image {
    height: 2.5rem;
  }

  .hero.bos {
    background-size: 177%, auto, auto;
  }

  .image-placeholder {
    aspect-ratio: 16 / 9;
  }

  .card {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .logo-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-width: auto;
  }

  .logo-image {
    height: 50px;
  }

  .card-flex-h-distribute, .card-link {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .section-2-col {
    grid-template-columns: 1fr;
  }

  .section-2-col.career {
    grid-template-columns: 1fr;
    width: 100%;
  }

  ._2-col-container.colour-dark.imag-bkg {
    background-image: linear-gradient(180deg, #000000a6, #0000 59%), linear-gradient(to bottom, null, null), url('../images/Contact-Page.webp');
    background-position: 0 0, 0 0, 50%;
  }

  .hero-heading {
    font-size: 5rem;
    line-height: 6rem;
  }

  .hero-heading.margin-bottom-s {
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero-heading.margin-bottom-s.max-width-xl {
    font-size: 50px;
    line-height: 60px;
  }

  .card-image {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .slide-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .experience-number {
    font-size: 2rem;
  }

  .solution-image.concierge {
    background-position: 66%;
  }

  .grid-2-even {
    grid-template-columns: 1fr;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr;
  }

  .icon-embed-xsmall-2 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .div-block-8 {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .client-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-card {
    aspect-ratio: 3 / 2;
    border-radius: .7rem;
    padding: .8rem;
  }

  .grid-3-services {
    grid-template-columns: 1fr;
  }

  .service-hero {
    height: 23rem;
  }

  .grid-3-social-responsibility {
    grid-template-columns: 1fr;
  }

  .card-social-responsibility {
    padding-right: var(--size--xs);
    padding-left: var(--size--xs);
  }

  .titans-image {
    width: 15rem;
  }

  .logo-with-header.margin-bottom-s {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-with-header-image {
    height: 5rem;
  }

  .titans-image-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .back-to-top-button.light {
    padding: .5rem;
  }

  .text-back-to-top.light.copyright {
    word-break: normal;
  }

  .text-back-to-top.colour-text-dark-grey.version {
    white-space: nowrap;
    word-break: keep-all;
  }

  ._404-image {
    margin-bottom: 3rem;
  }

  .preload-container.mobile-view {
    flex-flow: column;
  }

  .pillbox {
    text-align: left;
    border-radius: .5rem;
  }

  .pillbox-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-4-services {
    grid-template-columns: 1fr;
  }

  .logo-container-reverse {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-width: 150%;
  }

  .logo-container-reverse._2 {
    min-width: auto;
  }

  .section---mobile---footer.display-mobile {
    display: block;
  }

  .pillbox-text.colour-text-light {
    line-height: .875rem;
  }

  .line-wrap {
    padding-top: .5rem;
  }

  .grid-footer-3col {
    grid-template-columns: 1fr 1fr;
  }

  .tier-list-wrap.silver {
    padding-left: .8rem;
  }

  .bots-jersey-grid {
    flex-flow: column;
  }

  .bots-sponsors-home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button.bos:hover {
    letter-spacing: 4px;
  }

  .section.image-fill.darker {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.bos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1.light.margin-bottom-s.mobile-margin {
    margin-bottom: 1rem;
  }

  .h1.gold {
    font-size: 2rem;
    line-height: 1;
  }

  .h1.bos-white {
    font-size: 1.5rem;
  }

  .h1.bos-white.margin-bottom-s {
    font-size: 2rem;
    line-height: 1;
  }

  .h1.bos-white.margin-bottom-xs.home {
    font-size: 1.2rem;
  }

  .h1.silver, .h1.blue, .h1.player {
    font-size: 2rem;
    line-height: 1;
  }

  .h1.custom {
    white-space: normal;
    font-size: 2rem;
    line-height: 1;
  }

  .h2.colour-text-light.margin-bottom-m {
    font-size: 1rem;
    line-height: 1.2;
  }

  .h2.tier-price {
    font-size: 2rem;
  }

  .h2.tier-price.margin-top-s {
    margin-bottom: 0;
  }

  .h2.slash {
    height: 43px;
    line-height: 1.2;
  }

  .h2.slash-gradient.margin-bottom-s {
    height: 46px;
    line-height: 1.5;
  }

  .h3.colour-text-light.margin-top-s {
    text-align: center;
  }

  .h4.bos {
    font-size: 1.1rem;
  }

  .h4.bos.left.margin-bottom-xs {
    font-size: 1rem;
  }

  .h6.margin-bottom-l.colour-text-light-grey {
    margin-bottom: var(--size--s);
    font-size: var(--size--s);
  }

  .h6.footer.margin-bottom-xs.mobile-text-footer {
    font-size: .8rem;
    line-height: 1.5;
  }

  .text-regular.light.margin-bottom-m.mobile-footer {
    margin-bottom: var(--size--xs);
  }

  .text-regular.light.copyright.mobile-text-footer {
    font-size: .6rem;
  }

  .text-regular.colour-text-light.margin-bottom-l.mobile {
    margin-bottom: 1rem;
  }

  .text-regular.colour-text-light.tier {
    font-size: .9rem;
  }

  .text-regular.colour-text-dark-grey.version.mobile-text-footer {
    font-size: .6rem;
  }

  .grid-2, .grid-2.align-top, .grid-2.keyhighlights {
    grid-template-columns: 1fr;
  }

  .grid-1.margin-bottom-l {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .container-large.flex-h-center-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-full-screen {
    height: 95svh;
  }

  .section-footer.display-desktop {
    display: none;
  }

  .image {
    height: 2rem;
  }

  .nav-link.colour-text-dark.mobile {
    color: var(--white);
  }

  .hero.colour-dark {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
  }

  .hero.bos {
    background-position: 50% 100%, 50%, 0 0;
    background-size: auto 50vw, cover, auto;
    justify-content: flex-start;
    align-items: center;
  }

  .image-placeholder {
    aspect-ratio: 1;
    min-height: auto;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .logo-image {
    object-fit: contain;
    width: 100px;
    height: 70px;
    display: block;
  }

  .section-2-col {
    grid-template-columns: 1fr;
  }

  ._2-col-container.colour-dark.imag-bkg {
    background-image: linear-gradient(#000000a6, #0000 59%), linear-gradient(#0000, #0000), url('../images/Contact-Page.webp');
    background-position: 0 0, 0 0, 60%;
  }

  .image-2-col {
    height: 100svw;
  }

  .hero-heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero-heading.margin-bottom-s {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-heading.margin-bottom-s.max-width-xl {
    font-size: 32px;
    line-height: 40px;
  }

  .slide-link {
    padding: 5rem 1.5rem;
  }

  .nav-logo {
    width: 6rem;
  }

  .experience-number {
    font-size: 2rem;
    line-height: 1.5;
  }

  .service-grid-wrap.margin-vertical-xs, .service-grid-wrap.margin-vertical-s {
    grid-template-columns: 1fr;
  }

  .solution-image.mobile, .solution-image.crowd, .solution-image.static, .solution-image.concierge {
    height: 13rem;
  }

  .icon-embed-xsmall.margin-right-xs.mobile-footer {
    width: .7rem;
    margin-right: .7rem;
  }

  .footer-form {
    overflow: hidden;
  }

  .grid-2-even {
    grid-template-columns: 1fr;
  }

  ._100-align-right {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .25fr;
  }

  .grid-footer.mobile {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-link.mobile-text-footer {
    font-size: .7rem;
    line-height: .9rem;
  }

  .social-icon-footer.mobile-footer {
    width: .9rem;
  }

  .menu-button-2 {
    padding: .5rem;
  }

  .div-block-8 {
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .client-grid {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-columns: 1fr 1fr;
  }

  .client-card {
    aspect-ratio: 3 / 2;
    border-radius: .5rem;
    padding: .6rem;
  }

  .service-hero, .service-hero.static {
    height: 20rem;
  }

  .service-hero.mobile-patrols {
    background-position: 50% 60%;
  }

  .service-hero.gatehouse {
    background-position: 50%;
    background-size: cover;
  }

  .service-hero.social-responsibility {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tab-link-tab-1.w--current {
    border-radius: .5rem;
  }

  .tabs-content.margin-bottom-s {
    border-radius: 1rem;
  }

  .lightbox-link-image, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6, .tab-link-tab-7 {
    border-radius: .5rem;
  }

  .logo-with-header.margin-bottom-s {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-with-header-image {
    height: 4rem;
  }

  .titans-image-wrap {
    width: 10rem;
  }

  .dropdown-icon.mobile {
    color: #fff;
  }

  ._404-image {
    width: 15rem;
    margin-bottom: 2em;
  }

  .footer-text.mobile-text-footer {
    font-size: .7rem;
    line-height: .9rem;
  }

  .pillbox {
    border-radius: .3rem;
    padding: .4rem .6rem;
  }

  .career-form-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    width: 100%;
  }

  .about-respnsibility-image {
    width: 9rem;
    height: 3rem;
  }

  .about-respnsibility-image.small {
    width: 4rem;
    height: 3rem;
  }

  .about-responsibility-wrap.margin-bottom-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-container-reverse {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-width: 300%;
  }

  .logo-container-reverse._2 {
    padding-top: 0;
  }

  .carousel-container-reverse {
    border-radius: 0;
  }

  .section---mobile---footer {
    padding-left: 3%;
    padding-right: 3%;
  }

  .line-wrap {
    padding-left: 1rem;
  }

  .grid-footer-3col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: .25fr;
  }

  .grid-footer-3col.mobile {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-columns: 1fr 1fr;
  }

  .image-6 {
    display: none;
  }

  .tier-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 1rem;
  }

  .tier-list-wrap {
    padding-left: .6rem;
  }

  .bos-logo-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .bos-logo-wrap.minor {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .jersey-wrap {
    padding: 1rem;
  }

  .bos-form-field {
    color: var(--text-light);
  }

  .bos-header-logo {
    object-fit: contain;
    width: 65vw;
    height: auto;
  }

  .bos-host-image {
    max-width: 11rem;
    max-height: 8rem;
  }

  .bos-sponsor-logo {
    max-width: 7rem;
    max-height: 6rem;
  }

  .bos-header-container {
    justify-content: center;
    align-items: center;
    height: 75%;
  }

  .bos-logo-home {
    object-fit: contain;
    height: 60%;
  }
}

#w-node-_45b70193-e8ca-fc2e-e1e0-e9b7a05f3388-f1bc36cd {
  order: 0;
  place-self: start;
}

#w-node-_4ce88626-2e3b-c7f9-7d39-1b58e80f0471-f1bc36cd, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b275-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b276-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b278-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b284-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b285-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b287-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b28f-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b290-e899b268, #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b2a6-e899b268, #w-node-_109aea49-809e-d390-4658-fc4248ee45b6-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45b7-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45b9-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45c1-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45c2-48ee45b1, #w-node-_109aea49-809e-d390-4658-fc4248ee45c4-48ee45b1, #w-node-_08c92db2-a283-c55d-fde0-95588cd7d14c-48ee45b1, #w-node-_08c92db2-a283-c55d-fde0-95588cd7d14d-48ee45b1, #w-node-_14fddfb7-0948-0d40-9329-2a91b7073127-48ee45b1, #w-node-_14fddfb7-0948-0d40-9329-2a91b7073128-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa2e-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa2f-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa31-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa39-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa3a-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa3c-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa44-48ee45b1, #w-node-bef8bca9-9c01-5b60-8d57-9f842cebfa45-48ee45b1, #w-node-_84f11fcc-7c44-5af4-c4dd-f0e7b287e8e0-48ee45b1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7a2-32eea7a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7aa-32eea7a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7b2-32eea7a1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7ba-32eea7a1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7c1-32eea7a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0600fe38-5e04-0f39-7848-a9d107b683d0-f1bc36ce {
  place-self: auto start;
}

#w-node-_724fa3c2-87d1-b14e-ac5b-21b4e2834527-f1bc36cf, #w-node-_724fa3c2-87d1-b14e-ac5b-21b4e283452f-f1bc36cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a61b47c-b90b-a1e6-63e2-2bc8266e32e5-f1bc36cf {
  order: -9999;
}

#w-node-_61b1f222-6e55-69f1-d261-05aaa77a8110-f1bc36cf {
  order: 9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61b1f222-6e55-69f1-d261-05aaa77a8111-f1bc36cf, #w-node-_07e0b9df-17e4-efae-8a61-5183602de66c-f1bc36cf, #w-node-_07e0b9df-17e4-efae-8a61-5183602de673-f1bc36cf, #w-node-_07e0b9df-17e4-efae-8a61-5183602de67a-f1bc36cf, #w-node-_07e0b9df-17e4-efae-8a61-5183602de682-f1bc36cf, #w-node-_07e0b9df-17e4-efae-8a61-5183602de68c-f1bc36cf, #w-node-_07e0b9df-17e4-efae-8a61-5183602de696-f1bc36cf, #w-node-_2f577732-2760-fff3-dad9-be308eab4bff-f1bc36cf, #w-node-_1283bcb5-b520-580c-6d68-79ea53691110-53691100, #w-node-c8554334-2f85-1c77-2157-f705046284b9-5d0742ec, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d06-5d0742ec, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d11-5d0742ec, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d1c-5d0742ec, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d06-0b202b53, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d11-0b202b53, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d1c-0b202b53, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d06-c8bee627, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d11-c8bee627, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d1c-c8bee627, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d06-97c18172, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d11-97c18172, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d1c-97c18172, #w-node-_853e3133-06e9-9546-e6c7-68ee3f601fab-c6425d86, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d06-c6425d86, #w-node-_4f7d04ad-dd1d-24b8-de95-e1aa507388d0-c6425d86, #w-node-_00ba8954-a8fc-87e2-cdc0-083e6736df56-c6425d86, #w-node-_55bc786d-90bc-900f-44f1-f05349a28c74-c6425d86, #w-node-_7411108d-37b3-3459-29b9-e37fff0768cc-2c11436d, #w-node-_7411108d-37b3-3459-29b9-e37fff0768d7-2c11436d, #w-node-dae5a812-a123-2d62-e35e-6895ed5b5754-2c11436d, #w-node-_406e40fd-0312-82b1-c81c-d85d89ab6449-2c11436d, #w-node-_8c2398b1-a566-1928-ee38-04251a840238-2c11436d, #w-node-_8c2398b1-a566-1928-ee38-04251a840240-2c11436d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7201eec5-1e88-4379-4641-040491ca237d-05eae794 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7201eec5-1e88-4379-4641-040491ca237e-05eae794, #Email-7.w-node-_88007e51-3141-ee07-c550-cc99d1ab43e1-05eae794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Address-5.w-node-_88007e51-3141-ee07-c550-cc99d1ab43e3-05eae794, #w-node-_2563abf3-d762-e1ac-f03b-e2a691c6b153-05eae794 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_941292d6-1b4c-ccd8-2f71-374ff866b9f5-05eae794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af899b08-306c-f725-1e33-6ea75a7db463-05eae794, #w-node-_6e3e6daa-e13a-8f8c-9ff5-a6ab6eac01f9-05eae794, #w-node-df4099bb-fab3-34dd-f9e9-69aa6d1a58cf-05eae794, #w-node-_2004f538-4ec3-90df-bf69-30939341839a-05eae794, #w-node-_88007e51-3141-ee07-c550-cc99d1ab443a-05eae794 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86097f7b-60e9-b6a1-9f75-48f292d62412-e7df4d14, #w-node-_86097f7b-60e9-b6a1-9f75-48f292d6241d-e7df4d14, #w-node-_86097f7b-60e9-b6a1-9f75-48f292d62428-e7df4d14, #w-node-_946e1885-1920-f5a2-7b7c-98e6cbf77b59-e7df4d14, #w-node-_40d989c4-fd6d-35e3-643f-0df09517849d-6cdee451, #w-node-_40d989c4-fd6d-35e3-643f-0df0951784a8-6cdee451, #w-node-_40d989c4-fd6d-35e3-643f-0df0951784b3-6cdee451, #w-node-_6c80bf5b-06ec-9985-7e5a-a4f7f5c9c127-5c37da24, #w-node-_6c80bf5b-06ec-9985-7e5a-a4f7f5c9c132-5c37da24, #w-node-_6c80bf5b-06ec-9985-7e5a-a4f7f5c9c13d-5c37da24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d0ef96c-f5d9-f323-9ded-ddec7e9dd108-3e8751a2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_48b6911d-6868-d352-e64b-96821a2b7b0f-f1bc36cd, #w-node-_91db1f94-2651-596c-8fbc-40c9b022ab76-f1bc36cd, #w-node-fb520fa3-9bd7-8548-d023-675c3185a630-f1bc36cd, #w-node-_967da130-a1dd-f413-a9c3-cc0e24cdb074-f1bc36cd {
    order: -9999;
  }

  #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7a2-32eea7a1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7aa-32eea7a1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7b2-32eea7a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-c8554334-2f85-1c77-2157-f705046284d5-c6425d86, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d07-c6425d86, #w-node-b8c1d129-006a-d7ab-494f-f9394caa6d09-c6425d86, #w-node-_4f7d04ad-dd1d-24b8-de95-e1aa507388d1-c6425d86, #w-node-_4f7d04ad-dd1d-24b8-de95-e1aa507388d4-c6425d86, #w-node-_00ba8954-a8fc-87e2-cdc0-083e6736df57-c6425d86, #w-node-_00ba8954-a8fc-87e2-cdc0-083e6736df5a-c6425d86, #w-node-_55bc786d-90bc-900f-44f1-f05349a28c78-c6425d86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fdfde-e7df4d14, #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fdfe9-e7df4d14, #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fdff4-e7df4d14, #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fdfff-e7df4d14, #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fe008-e7df4d14 {
    order: -9999;
  }

  #w-node-_63ae3a60-aa2d-6787-0d2b-a8ecf8435be5-3e8751a2, #w-node-_63ae3a60-aa2d-6787-0d2b-a8ecf8435c19-3e8751a2, #w-node-_63ae3a60-aa2d-6787-0d2b-a8ecf8435c4a-3e8751a2, #w-node-_63ae3a60-aa2d-6787-0d2b-a8ecf8435c7b-3e8751a2, #w-node-_1d0ef96c-f5d9-f323-9ded-ddec7e9dd100-3e8751a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_91db1f94-2651-596c-8fbc-40c9b022ab76-f1bc36cd {
    order: -9999;
  }

  #w-node-_4ce88626-2e3b-c7f9-7d39-1b58e80f0471-f1bc36cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7b2-32eea7a1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7ba-32eea7a1, #w-node-_0b0d3c66-b6ec-8bb6-f142-9d4132eea7c1-32eea7a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_724fa3c2-87d1-b14e-ac5b-21b4e2834527-f1bc36cf, #w-node-_1283bcb5-b520-580c-6d68-79ea53691110-53691100 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7411108d-37b3-3459-29b9-e37fff0768d7-2c11436d {
    order: -9999;
  }

  #w-node-dae5a812-a123-2d62-e35e-6895ed5b5754-2c11436d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_88007e51-3141-ee07-c550-cc99d1ab443a-05eae794 {
    grid-column: span 1 / span 1;
  }

  #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fdfe9-e7df4d14 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91db1f94-2651-596c-8fbc-40c9b022ab76-f1bc36cd, #w-node-_4ce88626-2e3b-c7f9-7d39-1b58e80f0471-f1bc36cd {
    order: -9999;
  }

  #w-node-c2a4d00e-f6c9-d026-aa02-7454e899b275-e899b268 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a61b47c-b90b-a1e6-63e2-2bc8266e32e5-f1bc36cf {
    order: -9999;
  }

  #w-node-_61b1f222-6e55-69f1-d261-05aaa77a8110-f1bc36cf {
    order: 9999;
  }

  #Address-5.w-node-_88007e51-3141-ee07-c550-cc99d1ab43e3-05eae794, #w-node-_2563abf3-d762-e1ac-f03b-e2a691c6b153-05eae794, #w-node-af899b08-306c-f725-1e33-6ea75a7db463-05eae794, #w-node-_6e3e6daa-e13a-8f8c-9ff5-a6ab6eac01f9-05eae794, #w-node-df4099bb-fab3-34dd-f9e9-69aa6d1a58cf-05eae794, #w-node-_2004f538-4ec3-90df-bf69-30939341839a-05eae794 {
    grid-column: span 1 / span 1;
  }

  #w-node-b27cf253-d65c-a5c1-aba8-cb09c56fdfe9-e7df4d14 {
    order: -9999;
  }
}


