@charset "UTF-8";
:root {
  --blue-wcag: #0073A8;
  --blue: rgba(0, 140, 204, 1);
  --navy: rgba(16, 37, 63, 1);
  --very-light-gray: rgba(242, 242, 242, 1);
  --white: rgba(255, 255, 255, 1);
  --alert-red: rgba(204, 0, 0, 1);
  --orange: rgba(224, 108, 42, 1);
  --hover-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  --hero-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --hero-font-weight: 700;
  --hero-font-size: 70px;
  --hero-letter-spacing: 0;
  --hero-line-height: 77px;
  --hero-font-style: normal;
  --hero-m-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --hero-m-font-size: 36px;
  --hero-m-font-style: normal;
  --hero-m-letter-spacing: 0;
  --hero-m-font-weight: 700;
  --hero-m-line-height: 110%;
  --xl-header-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --xl-header-font-weight: 700;
  --xl-header-font-size: 50px;
  --xl-header-letter-spacing: 0;
  --xl-header-line-height: 55px;
  --xl-header-font-style: normal;
  --xl-header-m-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --xl-header-m-font-weight: 700;
  --xl-header-m-font-size: 32px;
  --xl-header-m-letter-spacing: 0;
  --xl-header-m-line-height: 110%;
  --xl-header-m-font-style: normal;
  --l-header-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --l-header-font-weight: 700;
  --l-header-font-size: 35px;
  --l-header-letter-spacing: 0;
  --l-header-line-height: 39px;
  --l-header-font-style: normal;
  --l-header-m-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --l-header-m-font-weight: 700;
  --l-header-m-font-size: 24px;
  --l-header-m-letter-spacing: 0;
  --l-header-m-line-height: 110%;
  --l-header-m-font-style: normal;
  --m-header-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --m-header-font-weight: 700;
  --m-header-font-size: 28px;
  --m-header-letter-spacing: 0;
  --m-header-line-height: 140%;
  --m-header-font-style: normal;
  --m-header-m-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --m-header-m-font-weight: 700;
  --m-header-m-font-size: 20px;
  --m-header-m-letter-spacing: 0;
  --m-header-m-line-height: 110%;
  --m-header-m-font-style: normal;
  --s-header-font-family: "Trade Gothic Bold Condensed", Helvetica;
  --s-header-font-weight: 700;
  --s-header-font-size: 20px;
  --s-header-letter-spacing: 0;
  --s-header-line-height: 140%;
  --s-header-font-style: normal;
  --pt-20-body-font-family: Arial, Helvetica;
  --pt-20-body-font-weight: 400;
  --pt-20-body-font-size: 20px;
  --pt-20-body-letter-spacing: 0;
  --pt-20-body-line-height: 29px;
  --pt-20-body-font-style: normal;
  --pt-18-body-font-family: Arial, Helvetica;
  --pt-18-body-font-weight: 400;
  --pt-18-body-font-size: 18px;
  --pt-18-body-letter-spacing: 0;
  --pt-18-body-line-height: 140%;
  --pt-18-body-font-style: normal;
  --pt-16-body-font-family: Arial, Helvetica;
  --pt-16-body-font-weight: 400;
  --pt-16-body-font-size: 16px;
  --pt-16-body-letter-spacing: 0;
  --pt-16-body-line-height: 140%;
  --pt-16-body-font-style: normal;
  --pt-14-body-font-family: Arial, Helvetica;
  --pt-14-body-font-weight: 400;
  --pt-14-body-font-size: 14px;
  --pt-14-body-letter-spacing: 0;
  --pt-14-body-line-height: 140%;
  --pt-14-body-font-style: normal;
  --label-font-family: "Trade Gothic", Helvetica;
  --label-font-weight: 700;
  --label-font-size: 14px;
  --label-letter-spacing: 0;
  --label-line-height: 140%;
  --label-font-style: normal;
}

.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold Condensed";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-BdCn20.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Bd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Light";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Light.otf);
  font-display: swap;
}
.hero-text {
  font-family: var(--hero-font-family) !important;
  font-weight: var(--hero-font-weight) !important;
  font-size: var(--hero-font-size) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  line-height: var(--hero-line-height) !important;
  font-style: var(--hero-font-style) !important;
}

.hero-m-text {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}

.xl-header-text {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
}

.xl-header-m-text {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}

.l-header-text {
  font-family: var(--l-header-font-family) !important;
  font-weight: var(--l-header-font-weight) !important;
  font-size: var(--l-header-font-size) !important;
  letter-spacing: var(--l-header-letter-spacing) !important;
  line-height: var(--l-header-line-height) !important;
  font-style: var(--l-header-font-style) !important;
}

.l-header-m-text {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}

.m-header-text {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}

.m-header-m-text {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}

.s-header-text {
  font-family: var(--s-header-font-family) !important;
  font-weight: var(--s-header-font-weight) !important;
  font-size: var(--s-header-font-size) !important;
  letter-spacing: var(--s-header-letter-spacing) !important;
  line-height: var(--s-header-line-height) !important;
  font-style: var(--s-header-font-style) !important;
}

.pt-20-body-text {
  font-family: var(--pt-20-body-font-family) !important;
  font-weight: var(--pt-20-body-font-weight) !important;
  font-size: var(--pt-20-body-font-size) !important;
  letter-spacing: var(--pt-20-body-letter-spacing) !important;
  line-height: var(--pt-20-body-line-height) !important;
  font-style: var(--pt-20-body-font-style) !important;
}

.pt-18-body-text {
  font-family: var(--pt-18-body-font-family);
  font-weight: var(--pt-18-body-font-weight);
  font-size: var(--pt-18-body-font-size);
  letter-spacing: var(--pt-18-body-letter-spacing);
  line-height: var(--pt-18-body-line-height);
  font-style: var(--pt-18-body-font-style);
}

.pt-16-body-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}

.pt-14-body-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

.label-text {
  font-family: var(--label-font-family) !important;
  font-weight: var(--label-font-weight) !important;
  font-size: var(--label-font-size) !important;
  letter-spacing: var(--label-letter-spacing) !important;
  line-height: var(--label-line-height) !important;
  font-style: var(--label-font-style) !important;
}

.bg-image-row {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold Condensed";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-BdCn20.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Bd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Light";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Light.otf);
  font-display: swap;
}
.hero-text {
  font-family: var(--hero-font-family) !important;
  font-weight: var(--hero-font-weight) !important;
  font-size: var(--hero-font-size) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  line-height: var(--hero-line-height) !important;
  font-style: var(--hero-font-style) !important;
}

.hero-m-text {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}

.xl-header-text {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
}

.xl-header-m-text {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}

.l-header-text {
  font-family: var(--l-header-font-family) !important;
  font-weight: var(--l-header-font-weight) !important;
  font-size: var(--l-header-font-size) !important;
  letter-spacing: var(--l-header-letter-spacing) !important;
  line-height: var(--l-header-line-height) !important;
  font-style: var(--l-header-font-style) !important;
}

.l-header-m-text {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}

.m-header-text {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}

.m-header-m-text {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}

.s-header-text {
  font-family: var(--s-header-font-family) !important;
  font-weight: var(--s-header-font-weight) !important;
  font-size: var(--s-header-font-size) !important;
  letter-spacing: var(--s-header-letter-spacing) !important;
  line-height: var(--s-header-line-height) !important;
  font-style: var(--s-header-font-style) !important;
}

.pt-20-body-text {
  font-family: var(--pt-20-body-font-family) !important;
  font-weight: var(--pt-20-body-font-weight) !important;
  font-size: var(--pt-20-body-font-size) !important;
  letter-spacing: var(--pt-20-body-letter-spacing) !important;
  line-height: var(--pt-20-body-line-height) !important;
  font-style: var(--pt-20-body-font-style) !important;
}

.pt-18-body-text {
  font-family: var(--pt-18-body-font-family);
  font-weight: var(--pt-18-body-font-weight);
  font-size: var(--pt-18-body-font-size);
  letter-spacing: var(--pt-18-body-letter-spacing);
  line-height: var(--pt-18-body-line-height);
  font-style: var(--pt-18-body-font-style);
}

.pt-16-body-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}

.pt-14-body-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

.label-text {
  font-family: var(--label-font-family) !important;
  font-weight: var(--label-font-weight) !important;
  font-size: var(--label-font-size) !important;
  letter-spacing: var(--label-letter-spacing) !important;
  line-height: var(--label-line-height) !important;
  font-style: var(--label-font-style) !important;
}

.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

.frequently-asked-questions-container {
  padding: 40px 0;
}
.frequently-asked-questions-container .row .frequently-asked-questions-title-wrapper {
  margin: 0 25px;
}
.frequently-asked-questions-container .row .frequently-asked-questions-title-wrapper .frequently-asked-questions-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}
.frequently-asked-questions-container .row .frequently-asked-questions-title-wrapper .frequently-asked-questions-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
  margin: 15px 0;
}
.frequently-asked-questions-container .row .frequently-asked-question-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background-color: var(--very-light-gray);
  border-radius: 8px;
  gap: 10px;
  margin: 10px 25px;
}
.frequently-asked-questions-container .row .frequently-asked-question-content .question {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}
.frequently-asked-questions-container .row .frequently-asked-question-content .answer {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

@media (min-width: 992px) {
  .frequently-asked-questions-container .row .frequently-asked-questions-title-wrapper .frequently-asked-questions-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .frequently-asked-questions-container .row .frequently-asked-question-content .question {
    font-family: var(--m-header-font-family) !important;
    font-weight: var(--m-header-font-weight) !important;
    font-size: var(--m-header-font-size) !important;
    letter-spacing: var(--m-header-letter-spacing) !important;
    line-height: var(--m-header-line-height) !important;
    font-style: var(--m-header-font-style) !important;
  }
  .frequently-asked-questions-container .row .frequently-asked-question-content .answer {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
}
@media (min-width: 1920px) {
  .frequently-asked-questions-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .frequently-asked-questions-container .row {
    width: 1304px;
  }
}
@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold Condensed";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-BdCn20.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Bd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Light";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Light.otf);
  font-display: swap;
}
.hero-text {
  font-family: var(--hero-font-family) !important;
  font-weight: var(--hero-font-weight) !important;
  font-size: var(--hero-font-size) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  line-height: var(--hero-line-height) !important;
  font-style: var(--hero-font-style) !important;
}

.hero-m-text {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}

.xl-header-text {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
}

.xl-header-m-text {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}

.l-header-text {
  font-family: var(--l-header-font-family) !important;
  font-weight: var(--l-header-font-weight) !important;
  font-size: var(--l-header-font-size) !important;
  letter-spacing: var(--l-header-letter-spacing) !important;
  line-height: var(--l-header-line-height) !important;
  font-style: var(--l-header-font-style) !important;
}

.l-header-m-text {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}

.m-header-text {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}

.m-header-m-text {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}

.s-header-text {
  font-family: var(--s-header-font-family) !important;
  font-weight: var(--s-header-font-weight) !important;
  font-size: var(--s-header-font-size) !important;
  letter-spacing: var(--s-header-letter-spacing) !important;
  line-height: var(--s-header-line-height) !important;
  font-style: var(--s-header-font-style) !important;
}

.pt-20-body-text {
  font-family: var(--pt-20-body-font-family) !important;
  font-weight: var(--pt-20-body-font-weight) !important;
  font-size: var(--pt-20-body-font-size) !important;
  letter-spacing: var(--pt-20-body-letter-spacing) !important;
  line-height: var(--pt-20-body-line-height) !important;
  font-style: var(--pt-20-body-font-style) !important;
}

.pt-18-body-text {
  font-family: var(--pt-18-body-font-family);
  font-weight: var(--pt-18-body-font-weight);
  font-size: var(--pt-18-body-font-size);
  letter-spacing: var(--pt-18-body-letter-spacing);
  line-height: var(--pt-18-body-line-height);
  font-style: var(--pt-18-body-font-style);
}

.pt-16-body-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}

.pt-14-body-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

.label-text {
  font-family: var(--label-font-family) !important;
  font-weight: var(--label-font-weight) !important;
  font-size: var(--label-font-size) !important;
  letter-spacing: var(--label-letter-spacing) !important;
  line-height: var(--label-line-height) !important;
  font-style: var(--label-font-style) !important;
}

.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

.footer-cta-container .row {
  background-size: auto;
  background-position: center;
}
.footer-cta-container .row .cta-text-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  margin: 0 25px;
}
.footer-cta-container .row .cta-text-group .cta-text-group-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
  text-align: center;
}
.footer-cta-container .row .cta-text-group .link-wrapper {
  padding: 30px 0 40px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer-cta-container .row .cta-text-group .link-wrapper .link.link-middle {
  border-left: var(--orange) 2px solid;
  border-right: var(--orange) 2px solid;
  padding: 0 15px;
}
.footer-cta-container .row .cta-text-group .link-wrapper .link img {
  width: 18px;
  height: 18px;
}
.footer-cta-container .row .cta-text-group .link-wrapper .link a {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 207.143% */
}

@media (min-width: 768px) {
  .footer-cta-container .row .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-cta-container .row .cta-text-group {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .footer-cta-container .row .cta-text-group .cta-text-group-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .footer-cta-container .row .cta-text-group .link-wrapper .link img {
    width: 22px;
    height: 22px;
  }
  .footer-cta-container .row .cta-text-group .link-wrapper .link a {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 207.143% */
  }
}
@media (min-width: 1920px) {
  .footer-cta-container .row .cta-text-group {
    max-width: 860px;
  }
}
@media (max-width: 639px) {
  .footer-cta-container .row .cta-text-group .link-wrapper {
    flex-flow: column nowrap;
    align-items: center;
  }
  .footer-cta-container .row .cta-text-group .link-wrapper .link.link-middle {
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    border-bottom: 2px solid var(--orange) !important;
    border-top: 2px solid var(--orange) !important;
  }
}
.footer-icons-cta-container {
  padding-top: 40px;
  margin-bottom: 80px;
}
.footer-icons-cta-container .row {
  display: flex;
  justify-content: center;
}
.footer-icons-cta-container .row .footer-cta-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer-icons-cta-container .row .footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 0;
  margin: 0 12px;
}
.footer-icons-cta-container .row .footer-icons div:nth-child(5),
.footer-icons-cta-container .row .footer-icons div:nth-child(8) {
  width: 26%;
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
  width: 25%;
  height: 90px;
  -webkit-filter: saturate(100%) brightness(0) invert(23%) sepia(55%) saturate(3669%) hue-rotate(181deg) brightness(99%) contrast(101%);
          filter: saturate(100%) brightness(0) invert(23%) sepia(55%) saturate(3669%) hue-rotate(181deg) brightness(99%) contrast(101%);
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper:hover {
  -webkit-filter: saturate(100%) brightness(0) invert(10%) sepia(41%) saturate(1909%) hue-rotate(188deg) brightness(96%) contrast(93%);
          filter: saturate(100%) brightness(0) invert(10%) sepia(41%) saturate(1909%) hue-rotate(188deg) brightness(96%) contrast(93%);
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper a {
  text-decoration: none;
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper a .icon-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper a .icon-img-wrapper img {
  height: 56px;
  width: 56px;
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper a .icon-title {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--blue-wcag);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer-icons-cta-container .row .footer-icons .icon-wrapper a .icon-title:hover {
  color: var(--navy);
}

@media (min-width: 768px) {
  .footer-icons-cta-container .row .footer-icons {
    margin: 0 75px;
  }
}
@media (min-width: 992px) {
  .footer-icons-cta-container .row .footer-icons .icon-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-icons-cta-container .row .footer-icons .icon-wrapper a .icon-title {
    font-size: 16px;
    padding: 10px;
    max-width: 144px;
  }
}
@media (min-width: 1200px) {
  .footer-icons-cta-container .row .footer-icons {
    justify-content: start;
    gap: 0;
    margin: 25px;
    row-gap: 59px;
  }
  .footer-icons-cta-container .row .footer-icons .icon-wrapper {
    width: 14% !important;
  }
}
@media (min-width: 1920px) {
  .footer-icons-cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-icons-cta-container .row .footer-icons {
    max-width: 1200px;
  }
  .footer-icons-cta-container .row .footer-icons .icon-wrapper {
    height: 130px;
  }
  .footer-icons-cta-container .row .footer-icons .icon-wrapper a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold Condensed";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-BdCn20.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Bd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Light";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Light.otf);
  font-display: swap;
}
.hero-text {
  font-family: var(--hero-font-family) !important;
  font-weight: var(--hero-font-weight) !important;
  font-size: var(--hero-font-size) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  line-height: var(--hero-line-height) !important;
  font-style: var(--hero-font-style) !important;
}

.hero-m-text {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}

.xl-header-text {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
}

.xl-header-m-text {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}

.l-header-text {
  font-family: var(--l-header-font-family) !important;
  font-weight: var(--l-header-font-weight) !important;
  font-size: var(--l-header-font-size) !important;
  letter-spacing: var(--l-header-letter-spacing) !important;
  line-height: var(--l-header-line-height) !important;
  font-style: var(--l-header-font-style) !important;
}

.l-header-m-text {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}

.m-header-text {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}

.m-header-m-text {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}

.s-header-text {
  font-family: var(--s-header-font-family) !important;
  font-weight: var(--s-header-font-weight) !important;
  font-size: var(--s-header-font-size) !important;
  letter-spacing: var(--s-header-letter-spacing) !important;
  line-height: var(--s-header-line-height) !important;
  font-style: var(--s-header-font-style) !important;
}

.pt-20-body-text {
  font-family: var(--pt-20-body-font-family) !important;
  font-weight: var(--pt-20-body-font-weight) !important;
  font-size: var(--pt-20-body-font-size) !important;
  letter-spacing: var(--pt-20-body-letter-spacing) !important;
  line-height: var(--pt-20-body-line-height) !important;
  font-style: var(--pt-20-body-font-style) !important;
}

.pt-18-body-text {
  font-family: var(--pt-18-body-font-family);
  font-weight: var(--pt-18-body-font-weight);
  font-size: var(--pt-18-body-font-size);
  letter-spacing: var(--pt-18-body-letter-spacing);
  line-height: var(--pt-18-body-line-height);
  font-style: var(--pt-18-body-font-style);
}

.pt-16-body-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}

.pt-14-body-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

.label-text {
  font-family: var(--label-font-family) !important;
  font-weight: var(--label-font-weight) !important;
  font-size: var(--label-font-size) !important;
  letter-spacing: var(--label-letter-spacing) !important;
  line-height: var(--label-line-height) !important;
  font-style: var(--label-font-style) !important;
}

.page-node-type-asset-download-landing-page .page-wrapper .section-card__list---heading {
  font-size: 90px;
}
.page-node-type-asset-download-landing-page .page-wrapper .text-group .xl-header-text {
  text-align: left;
}
.page-node-type-asset-download-landing-page .page-wrapper .header-wrapper .header-text-group {
  max-width: 734px;
}
.page-node-type-asset-download-landing-page .page-wrapper .header-wrapper .header-text-group .header-title {
  color: var(--navy);
}
.page-node-type-asset-download-landing-page .page-wrapper .header-wrapper .header-text-group .header-text {
  max-width: 620px;
}
.page-node-type-asset-download-landing-page .page-wrapper .header-wrapper .header-text-group .header-buttons .header-button {
  font-family: Arial, Helvetica, sans-serif;
  width: 210px;
  height: 50px;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.page-node-type-asset-download-landing-page .page-wrapper .header-wrapper .header-text-group .header-buttons .header-button .header-icon {
  width: 24px;
  height: 24px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 100%;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .form-header {
  border-radius: 8px 8px 0 0;
  padding: 30px 20px 15px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .form-header .form-header-text-wrapper {
  max-width: 690px;
  padding-bottom: 30px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 100px);
  grid-gap: 10px;
  max-width: 690px;
  padding: 30px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow {
  margin: 10px 0 10px 0;
  width: 100%;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.required-field .mktoHtmlText span:after {
  color: var(--alert-red);
  content: "*";
  padding: 4px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.FirstName {
  grid-row: 1;
  grid-column: 1;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.LastName {
  grid-row: 1;
  grid-column: 2;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.Email {
  grid-row: 2/2;
  grid-column: 1/3;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.Company {
  grid-row: 3;
  grid-column: 1;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.Title {
  grid-row: 3;
  grid-column: 2;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.Country {
  grid-row: 4;
  grid-column: 1;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.State {
  grid-row: 4;
  grid-column: 2;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.City {
  grid-row: 5;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.formOptIn {
  grid-row: 6/6;
  grid-column: 1/3;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 10px 0 10px;
  gap: 10px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.formOptIn input {
  background-color: var(--blue-wcag);
  width: 24px;
  height: 24px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.formOptIn a {
  color: var(--blue-wcag);
  text-decoration: underline;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.formOptIn .mktoHtmlText span:after {
  color: unset;
  content: none;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow.input-type-hidden {
  display: none;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
  display: none;
  margin: 0;
  padding: 0;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  border-radius: 4px;
  border: 2px solid #8C8C8C;
  background: var(--white);
  min-height: 50px;
  width: 100%;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
  font-family: Arial, Helvetica, sans-serif;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-top: 10px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoButtonRow {
  grid-row: 7/7;
  grid-column: 1/3;
  width: 100%;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .mktoButtonRow .mktoButtonWrap button {
  border-radius: 4px;
  margin: 10px 0 30px 0;
  width: 100%;
  color: var(--white) !important;
  background-color: var(--blue-wcag) !important;
  height: 50px !important;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .form-wrapper .marketo-form-wrapper .marketo-form .required {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--alert-red);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .quotes-wrapper .quote-text-group {
  max-width: 392px;
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .quotes-wrapper .quote-text-group .quote-text {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  color: var(--navy);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .quotes-wrapper .quote-text-group .quote-text-author {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--blue-wcag);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .quotes-wrapper .quote-text-group .quote-text-author-title {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  color: var(--navy);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
}
.page-node-type-asset-download-landing-page .page-wrapper .report-and-quote-wrapper .quotes-wrapper .quote-h-divider {
  height: 2px;
  width: 100%;
  max-width: 392px;
  background: var(--very-light-gray);
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card {
  width: 31%;
  margin-top: 32px;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card .statistics-card-inner {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card .statistics-card-inner .statistics-card-rect {
  max-width: 80px;
  max-height: 273px;
  min-width: 80px;
  min-height: 273px;
  margin-top: 23px;
  margin-bottom: 23px;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card .statistics-card-inner .rect-left {
  border-top: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  border-left: 4px solid var(--blue);
  margin-left: 10px;
  margin-right: -58px;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card .statistics-card-inner .rect-right {
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--blue);
  border-bottom: 4px solid var(--blue);
  margin-right: 10px;
  margin-left: -58px;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card .statistics-card-inner .statistics-card-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .statistics-cards-outer .statistics-cards-inner .statistics-card .statistics-card-inner .statistics-card-title {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  color: var(--navy);
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 90px */
}
.page-node-type-asset-download-landing-page .page-wrapper .statistics-cards-wrapper .img-wrapper-right {
  margin-top: -79px;
}
.page-node-type-asset-download-landing-page .page-wrapper .download-report-cta-wrapper .cta-text-group {
  max-width: 948px;
}
.page-node-type-asset-download-landing-page .page-wrapper .download-report-cta-wrapper .cta-text-group a {
  width: 210px;
  height: 50px;
}
.page-node-type-asset-download-landing-page .page-wrapper .img-wrapper-left {
  margin-top: 206px;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .video-btn {
  border: none;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .video-cta-text {
  max-width: 620px;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .modal.in {
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 75vw;
  margin: 30px auto;
  height: 100%;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .modal .modal-content {
  width: 100%;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .modal .modal-content .modal-body {
  position: relative;
  padding: 0;
}
.page-node-type-asset-download-landing-page .page-wrapper .video-cta-wrapper .modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.page-node-type-asset-download-landing-page .page-wrapper .small-circle {
  min-width: 25px;
  min-height: 25px;
  max-width: 25px;
  max-height: 25px;
  border-radius: 50% 50%;
  background-color: var(--blue-wcag);
}
.page-node-type-asset-download-landing-page .page-wrapper .circle {
  min-width: 90px;
  min-height: 90px;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50% 50%;
  background-color: var(--blue-wcag);
  position: absolute;
}
.page-node-type-asset-download-landing-page .page-wrapper .triangle {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 28px solid var(--white);
}
.page-node-type-asset-download-landing-page .page-wrapper .orange-rectangle {
  width: 120px;
  height: 5px;
  background: var(--orange);
  margin-bottom: 20px !important;
}
.page-node-type-asset-download-landing-page .page-wrapper .who-why-list-title {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
}
.page-node-type-asset-download-landing-page .page-wrapper .who-why-list-text {
  max-width: 580px;
  text-align: left;
}

@media (max-width: 991px) {
  .img-wrapper-left, .img-wrapper-right {
    display: none !important;
  }
  .d-flex-mobile {
    flex-direction: column;
  }
  .d-flex-mobile .header-text-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .mobile-header-button {
    flex-direction: column !important;
  }
  .mobile-header-button a:first-child {
    margin-bottom: 15px;
  }
}
.marketo__form--wrap {
  padding: 40px 40px 16px;
}

.marketo__form--wrap .marketo-form-wrap {
  display: flex;
  margin-bottom: 24px;
}

.marketo__form--wrap .mktoForm {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.marketo__form--wrap .mktoForm .mktoFormRow {
  display: flex;
  flex-direction: column;
}

.marketo__form--wrap .mktoForm .mktoFormRow input,
.marketo__form--wrap .mktoForm .mktoFormRow textarea {
  width: 100% !important;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.marketo__form--wrap .mktoForm .mktoButtonRow .mktoButtonWrap.mktoDownloadButton {
  margin-left: 0 !important;
}

.marketo__form--wrap .mktoForm .mktoFormCol {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px !important;
}

.marketo__form--wrap .mktoForm .mktoFieldWrap {
  display: flex;
  flex-direction: column;
}

.marketo__form--wrap .mktoForm .mktoButtonRow .mktoButtonWrap.mktoDownloadButton {
  margin-left: 0 !important;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap label {
  display: flex;
  flex-direction: row;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap label .mktoAsterix {
  margin-left: 4.8px;
  order: 2;
  color: #C31162;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap input,
.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap select {
  padding: 10px;
  min-height: 50px;
  border: 2px solid #8C8C8C;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap select {
  padding: 10px;
  min-height: 50px;
  border: 2px solid #8C8C8C;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
  width: 100% !important;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap textarea {
  padding: 10px;
  border: 2px solid #8C8C8C;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
}

.mktoHtmlText.mktoHasWidth strong {
  display: block;
  padding-left: 30px;
  font-family: "Trade Gothic", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.marketo__form--wrap .mktoForm input#termsandConditions[type=checkbox] {
  accent-color: #0073A8;
}

.marketo__form--wrap .mktoButtonWrap.mktoDownloadButton {
  display: flex;
}

.marketo__form--wrap .mktoButtonWrap.mktoDownloadButton .mktoButton {
  width: 100%;
}

.marketo__form--wrap .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #0073A8 !important;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 10px 20px;
  width: 100%;
  min-width: 324px;
  min-height: 50px;
  border: none !important;
}

.marketo__form--wrap .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:focus,
.marketo__form--wrap .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:hover {
  background: #10253f !important;
}

.marketo__form--wrap .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:before {
  display: none;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap input + .mktoError,
.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap select + .mktoError {
  margin-top: 5px !important;
}

.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap input:focus-visible,
.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap select:focus-visible,
.marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap textarea:focus-visible {
  box-shadow: 0 5.008px 5.008px 0 rgba(0, 0, 0, 0.1019607843);
  outline: 2px solid #0073A8;
  outline-offset: -2px;
}

.marketo__form--wrap .mktoForm input#termsandConditions {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  top: -44px;
}

.marketo__form--wrap .mktoForm label[for=termsandConditions] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.marketo__world_security_report .mktoForm {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: none;
  padding: 0;
  width: 100% !important;
  grid-gap: 0 !important;
}

.marketo__world_security_report .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText span {
  padding-left: 7px !important;
  color: #666 !important;
}

.marketo__world_security_report .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  float: none !important;
  width: 100% !important;
  color: #666 !important;
  font-size: 16px !important;
  padding: 10px !important;
}

.marketo__world_security_report .mktoFormRow .mktoFormCol {
  min-height: auto !important;
  margin-bottom: 5px !important;
}

.marketo__world_security_report .mktoOffset,
.marketo__world_security_report .mktoGutter.mktoHasWidth {
  display: none !important;
}

.marketo__world_security_report .mktoForm .mktoFormCol,
.marketo__world_security_report .mktoForm .mktoFieldWrap {
  float: none !important;
  position: relative;
}

.marketo__world_security_report .mktoFormRow .mktoFormCol .mktoFieldWrap.mktoRequiredField .mktoLabel {
  display: block !important;
  position: absolute;
  width: 5px !important;
  top: -20px;
  color: #C31162;
  line-height: 0 !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow {
  flex: 100%;
  flex-direction: column !important;
  padding: 0 0 15px;
  gap: 0 !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 {
  flex: 100%;
  position: relative;
  padding-bottom: 15px;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 a {
  color: #0073A8 !important;
  font-size: 14px !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 input[type=checkbox],
.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 1;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 .mktoFieldDescriptor.mktoFormCol {
  border: none;
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
  display: block;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 .mktoFieldDescriptor.mktoFormCol .mktoField {
  height: auto;
  min-height: 0;
  width: 13px !important;
  padding: 0 !important;
  margin: 2px 0 0 8px !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-3 .mktoFormCol .mktoFieldWrap .mktoField,
.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-5 .mktoFormCol .mktoFieldWrap .mktoField {
  height: 50px !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 .mktoFieldWrap label {
  position: absolute;
  top: 6px;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 input[type=checkbox]:checked + label:before {
  display: none !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 input[type=checkbox] + label:before, .marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 input[type=radio] + label:before {
  display: none !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  border: 1px solid transparent !important;
  height: auto;
  padding: 0;
  left: 7px;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 .mktoFormCol .mktoFieldWrap .mktoHtmlText span {
  padding-left: 9px !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-9 {
  position: absolute;
  z-index: -1;
}

.mktoButtonRow {
  flex: 100%;
}

.mktoButtonRow .mktoButtonWrap.mktoNext {
  margin-left: 0 !important;
}

.mktoButtonRow .mktoButtonWrap.mktoNext .mktoButton {
  border-radius: 4px;
  margin: 10px 0 30px 0;
  width: 100%;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #fff !important;
  text-shadow: none !important;
  background-color: #0073A8 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  height: 50px !important;
}

.mktoButtonRow .mktoButtonWrap.mktoNext .mktoButton:before {
  display: none;
}

.mktoButtonRow .mktoButtonWrap.mktoNext .mktoButton:hover {
  background-color: #10253f !important;
}

.marketo__world_security_report .mktoForm .mktoFormRow#mktoFormRow-8 .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.section__form--left.world-security-report-form .section__form--item {
  order: 1 !important;
}
.section__form--left.world-security-report-form .section__form--item + .section__form--item {
  order: 2 !important;
}

@media (min-width: 991px) {
  .marketo__world_security_report .mktoForm .mktoFormRow {
    flex: 50%;
  }
  .marketo__world_security_report .mktoForm .mktoFormRow {
    padding: 0 10px 10px;
    margin-bottom: 0 !important;
  }
  .report-and-quote-left {
    justify-content: end !important;
  }
  .report-and-quote-right {
    justify-content: start !important;
  }
  .section__form--left.world-security-report-form {
    align-items: start !important;
  }
}
@media (max-width: 990px) {
  .marketo__world_security_report .mktoForm .mktoFormRow {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
  .section__form--left.world-security-report-form .section__form--item + .section__form--item {
    margin-top: 32px;
  }
}
.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold Condensed";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-BdCn20.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Bd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Light";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Light.otf);
  font-display: swap;
}
.hero-text {
  font-family: var(--hero-font-family) !important;
  font-weight: var(--hero-font-weight) !important;
  font-size: var(--hero-font-size) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  line-height: var(--hero-line-height) !important;
  font-style: var(--hero-font-style) !important;
}

.hero-m-text {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}

.xl-header-text {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
}

.xl-header-m-text {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}

.l-header-text {
  font-family: var(--l-header-font-family) !important;
  font-weight: var(--l-header-font-weight) !important;
  font-size: var(--l-header-font-size) !important;
  letter-spacing: var(--l-header-letter-spacing) !important;
  line-height: var(--l-header-line-height) !important;
  font-style: var(--l-header-font-style) !important;
}

.l-header-m-text {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}

.m-header-text {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}

.m-header-m-text {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}

.s-header-text {
  font-family: var(--s-header-font-family) !important;
  font-weight: var(--s-header-font-weight) !important;
  font-size: var(--s-header-font-size) !important;
  letter-spacing: var(--s-header-letter-spacing) !important;
  line-height: var(--s-header-line-height) !important;
  font-style: var(--s-header-font-style) !important;
}

.pt-20-body-text {
  font-family: var(--pt-20-body-font-family) !important;
  font-weight: var(--pt-20-body-font-weight) !important;
  font-size: var(--pt-20-body-font-size) !important;
  letter-spacing: var(--pt-20-body-letter-spacing) !important;
  line-height: var(--pt-20-body-line-height) !important;
  font-style: var(--pt-20-body-font-style) !important;
}

.pt-18-body-text {
  font-family: var(--pt-18-body-font-family);
  font-weight: var(--pt-18-body-font-weight);
  font-size: var(--pt-18-body-font-size);
  letter-spacing: var(--pt-18-body-letter-spacing);
  line-height: var(--pt-18-body-line-height);
  font-style: var(--pt-18-body-font-style);
}

.pt-16-body-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}

.pt-14-body-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

.label-text {
  font-family: var(--label-font-family) !important;
  font-weight: var(--label-font-weight) !important;
  font-size: var(--label-font-size) !important;
  letter-spacing: var(--label-letter-spacing) !important;
  line-height: var(--label-line-height) !important;
  font-style: var(--label-font-style) !important;
}

.page-node-type-asset-download-landing-page .bg-image-row {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px 10px 30px;
  width: auto;
}
.page-node-type-asset-download-landing-page .bg-navy {
  background-color: var(--navy, #10253f);
}
.page-node-type-asset-download-landing-page .tagline {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
  color: var(--navy);
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 77px; /* 110% */
}
.page-node-type-asset-download-landing-page .text-group {
  max-width: 512px;
}
.page-node-type-asset-download-landing-page .logo-row {
  gap: 90px;
}
.page-node-type-asset-download-landing-page .big-button {
  width: 210px;
  height: 50px;
}
.page-node-type-asset-download-landing-page .shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.page-node-type-asset-download-landing-page .circle {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50% 50%;
  background-color: var(--blue-wcag, #0073a8);
}

.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

@font-face {
  font-family: "Trade Gothic";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold Condensed";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-BdCn20.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Bold";
  font-weight: 700;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Bd2.otf);
  font-display: swap;
}
@font-face {
  font-family: "Trade Gothic Light";
  font-weight: 400;
  font-style: normal;
  src: url(/themes/custom/aus/build/assets/fonts/LinotypeTradeGothicLTStd-Light.otf);
  font-display: swap;
}
.hero-text {
  font-family: var(--hero-font-family) !important;
  font-weight: var(--hero-font-weight) !important;
  font-size: var(--hero-font-size) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  line-height: var(--hero-line-height) !important;
  font-style: var(--hero-font-style) !important;
}

.hero-m-text {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}

.xl-header-text {
  font-family: var(--xl-header-font-family) !important;
  font-weight: var(--xl-header-font-weight) !important;
  font-size: var(--xl-header-font-size) !important;
  letter-spacing: var(--xl-header-letter-spacing) !important;
  line-height: var(--xl-header-line-height) !important;
  font-style: var(--xl-header-font-style) !important;
}

.xl-header-m-text {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}

.l-header-text {
  font-family: var(--l-header-font-family) !important;
  font-weight: var(--l-header-font-weight) !important;
  font-size: var(--l-header-font-size) !important;
  letter-spacing: var(--l-header-letter-spacing) !important;
  line-height: var(--l-header-line-height) !important;
  font-style: var(--l-header-font-style) !important;
}

.l-header-m-text {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}

.m-header-text {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}

.m-header-m-text {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}

.s-header-text {
  font-family: var(--s-header-font-family) !important;
  font-weight: var(--s-header-font-weight) !important;
  font-size: var(--s-header-font-size) !important;
  letter-spacing: var(--s-header-letter-spacing) !important;
  line-height: var(--s-header-line-height) !important;
  font-style: var(--s-header-font-style) !important;
}

.pt-20-body-text {
  font-family: var(--pt-20-body-font-family) !important;
  font-weight: var(--pt-20-body-font-weight) !important;
  font-size: var(--pt-20-body-font-size) !important;
  letter-spacing: var(--pt-20-body-letter-spacing) !important;
  line-height: var(--pt-20-body-line-height) !important;
  font-style: var(--pt-20-body-font-style) !important;
}

.pt-18-body-text {
  font-family: var(--pt-18-body-font-family);
  font-weight: var(--pt-18-body-font-weight);
  font-size: var(--pt-18-body-font-size);
  letter-spacing: var(--pt-18-body-letter-spacing);
  line-height: var(--pt-18-body-line-height);
  font-style: var(--pt-18-body-font-style);
}

.pt-16-body-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}

.pt-14-body-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}

.label-text {
  font-family: var(--label-font-family) !important;
  font-weight: var(--label-font-weight) !important;
  font-size: var(--label-font-size) !important;
  letter-spacing: var(--label-letter-spacing) !important;
  line-height: var(--label-line-height) !important;
  font-style: var(--label-font-style) !important;
}

img {
  max-width: 100%;
  height: auto;
}

.page-node-type-service-landing-page h1, .page-node-type-service-landing-page h2, .page-node-type-service-landing-page h3, .page-node-type-service-landing-page h4, .page-node-type-service-landing-page h5, .page-node-type-service-landing-page h6 {
  padding: 0;
  margin: 0;
  text-align: revert;
}
.page-node-type-service-landing-page p {
  text-align: revert;
}
.page-node-type-service-landing-page #breadcrumb-section {
  display: none;
}
.page-node-type-service-landing-page .header-container .header-text-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px;
  margin-top: 40px;
}
.page-node-type-service-landing-page .header-container .header-text-group .header-title {
  font-family: var(--hero-m-font-family);
  font-weight: var(--hero-m-font-weight);
  font-size: var(--hero-m-font-size);
  letter-spacing: var(--hero-m-letter-spacing);
  line-height: var(--hero-m-line-height);
  font-style: var(--hero-m-font-style);
}
.page-node-type-service-landing-page .header-container .header-text-group .header-title sup {
  top: -20px !important;
}
.page-node-type-service-landing-page .header-container .header-text-group .header-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}
.page-node-type-service-landing-page .header-container .header-text-group .header-button {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: wrap;
}
.page-node-type-service-landing-page .header-container .header-text-group .header-button:focus {
  background-color: var(--navy);
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card {
  margin-top: 40px;
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner {
  display: grid;
  justify-content: space-evenly;
  margin: 0 25px;
  max-width: 392px;
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .benefit-card-rect {
  width: 80px;
  flex-grow: 1;
  margin-top: 24px;
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .rect-left {
  border-top: 4px solid var(--blue-wcag);
  border-bottom: 4px solid var(--blue-wcag);
  border-left: 4px solid var(--blue-wcag);
  grid-column: 1;
  margin-right: -50px;
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .rect-right {
  border-top: 4px solid var(--blue-wcag);
  border-right: 4px solid var(--blue-wcag);
  border-bottom: 4px solid var(--blue-wcag);
  grid-column: 3;
  margin-left: -50px;
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .benefit-card-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  padding-bottom: 35px;
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .benefit-card-content .benefit-card-icon {
  height: 48px;
  width: 48px;
  -webkit-filter: saturate(100%) brightness(0) invert(10%) sepia(41%) saturate(1909%) hue-rotate(188deg) brightness(96%) contrast(93%);
          filter: saturate(100%) brightness(0) invert(10%) sepia(41%) saturate(1909%) hue-rotate(188deg) brightness(96%) contrast(93%);
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .benefit-card-content .benefit-card-title {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
}
.page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner .benefit-card-content .benefit-card-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
  display: -webkit-box;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-node-type-service-landing-page .compelling-question-container {
  margin: 40px 0;
}
.page-node-type-service-landing-page .compelling-question-container .compelling-question-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 25px;
}
.page-node-type-service-landing-page .compelling-question-container .compelling-question-content .compelling-question-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
  text-align: center;
}
.page-node-type-service-landing-page .compelling-question-container .compelling-question-content .compelling-question-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}
.page-node-type-service-landing-page .compelling-question-container .compelling-question-content .compelling-question-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
  text-align: center;
}
.page-node-type-service-landing-page .capabilities-intro-container {
  margin-bottom: 80px;
}
.page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-image-wrapper {
  margin: 16px 25px 0 25px;
}
.page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 25px 0 25px;
}
.page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content .capabilities-intro-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}
.page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content .capabilities-intro-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}
.page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content .capabilities-intro-text * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.page-node-type-service-landing-page .capabilities-detail-container {
  margin-bottom: 80px;
}
.page-node-type-service-landing-page .capabilities-detail-container .row:before, .page-node-type-service-landing-page .capabilities-detail-container .row:after {
  display: none;
}
.page-node-type-service-landing-page .capabilities-detail-container .row .capabilities-detail-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
  margin: 0 25px 20px 25px;
}
.page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner {
  background-color: var(--very-light-gray);
  padding: 40px;
  margin: 20px 25px;
}
.page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper .capability-card-title {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}
.page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper .capability-card-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}
.page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper .capability-card-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}
.page-node-type-service-landing-page .security-solutions-container {
  margin-bottom: 56px;
}
.page-node-type-service-landing-page .security-solutions-container c .row .security-solutions-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
  margin: 0 25px 20px 25px;
}
.page-node-type-service-landing-page .security-solutions-container c .row .security-solution-card .security-solution-card-inner {
  background-color: var(--very-light-gray);
  padding: 40px;
  margin: 20px 25px;
}
.page-node-type-service-landing-page .security-solutions-container c .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-node-type-service-landing-page .security-solutions-container c .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper .security-solution-card-title {
  font-family: var(--l-header-m-font-family);
  font-weight: var(--l-header-m-font-weight);
  font-size: var(--l-header-m-font-size);
  letter-spacing: var(--l-header-m-letter-spacing);
  line-height: var(--l-header-m-line-height);
  font-style: var(--l-header-m-font-style);
}
.page-node-type-service-landing-page .security-solutions-container c .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper .security-solution-card-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}
.page-node-type-service-landing-page .security-solutions-container c .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper p, .page-node-type-service-landing-page .security-solutions-container c .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper .security-solution-card-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider {
  margin: 20px 25px 40px 25px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-slider-desktop-control {
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--blue-wcag);
  border-radius: 50%;
  color: var(--white);
  text-decoration: none;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-logo-wrapper {
  max-width: 512px;
  max-height: 512px;
  margin: 40px 100px;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content {
  margin: 0 20px;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content p {
  font-family: var(--m-header-m-font-family);
  font-weight: var(--m-header-m-font-weight);
  font-size: var(--m-header-m-font-size);
  letter-spacing: var(--m-header-m-letter-spacing);
  line-height: var(--m-header-m-line-height);
  font-style: var(--m-header-m-font-style);
  margin-bottom: 15px;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content p:before {
  content: "“";
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content p:after {
  content: "”";
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper {
  display: flex;
  justify-content: center;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper .testimony-author {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper .testimony-author-title {
  font-weight: 700;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 40px 0;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-indicators li {
  background-color: var(--very-light-gray);
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-indicators li.active {
  background-color: var(--blue-wcag);
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 40px;
}
.page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--blue-wcag);
  border-radius: 50%;
  color: var(--white);
  text-decoration: none;
}
.page-node-type-service-landing-page .related-content-container {
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
.page-node-type-service-landing-page .related-content-container .row .related-content-content {
  margin: 40px 25px 12px 25px;
}
.page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}
.page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
  margin: 15px 0;
}
.page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
  margin-bottom: 15px;
}
.page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}
.page-node-type-service-landing-page .related-content-container .row .related-content-image-wrapper {
  margin: 12px 0 20px 0;
}
.page-node-type-service-landing-page .statistic-block-container {
  margin-top: 40px;
}
.page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
@media (min-width: 992px) {
  .page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper {
    gap: 64px;
  }
}
.page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper .statistics-card {
  display: flex;
  justify-content: center;
}
.page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper .statistics-card .statistics-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 278px;
  margin-bottom: 40px;
}
.page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper .statistics-card .statistics-content-wrapper .statistics-title {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 108px */
}
.page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper .statistics-card .statistics-content-wrapper .statistics-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
  margin: 0 0 25px;
}
.page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper .statistics-card .statistics-content-wrapper .statistics-text {
  font-family: var(--pt-16-body-font-family) !important;
  font-weight: var(--pt-16-body-font-weight) !important;
  font-size: var(--pt-16-body-font-size) !important;
  letter-spacing: var(--pt-16-body-letter-spacing) !important;
  line-height: var(--pt-16-body-line-height) !important;
  font-style: var(--pt-16-body-font-style) !important;
  text-align: center;
}
.page-node-type-service-landing-page .business-challenges-container {
  margin-top: 40px;
}
.page-node-type-service-landing-page .business-challenges-container .row .business-challenges-title-wrapper {
  height: 62px;
  margin: 0 25px;
}
.page-node-type-service-landing-page .business-challenges-container .row .business-challenges-title-wrapper .business-challenges-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}
.page-node-type-service-landing-page .business-challenges-container .row .business-challenges-title-wrapper .business-challenges-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
  margin-top: 15px;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group {
  margin: 15px 0 0;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel {
  border-radius: 2px;
  margin-bottom: 10px;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .panel-heading {
  background-color: var(--white);
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .panel-heading a {
  text-decoration: none;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .panel-heading a:not(.collapse-toggle):hover {
  text-decoration: underline;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .panel-heading .challenge-resolution-title {
  font-family: var(--m-header-font-family) !important;
  font-weight: var(--m-header-font-weight) !important;
  font-size: var(--m-header-font-size) !important;
  letter-spacing: var(--m-header-letter-spacing) !important;
  line-height: var(--m-header-line-height) !important;
  font-style: var(--m-header-font-style) !important;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .panel-heading .collapse-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: var(--very-light-gray);
  color: var(--blue-wcag);
  text-decoration: none;
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .panel-heading .collapse-toggle.collapsed {
  background-color: var(--blue-wcag);
  color: var(--white);
}
.page-node-type-service-landing-page .business-challenges-container .panel-group .panel .challenge-resolution-text {
  font-family: var(--pt-14-body-font-family);
  font-weight: var(--pt-14-body-font-weight);
  font-size: var(--pt-14-body-font-size);
  letter-spacing: var(--pt-14-body-letter-spacing);
  line-height: var(--pt-14-body-line-height);
  font-style: var(--pt-14-body-font-style);
  padding: 0 20px 20px 20px;
}
.page-node-type-service-landing-page .external-validation-container {
  margin-bottom: 40px;
}
.page-node-type-service-landing-page .external-validation-container .row .external-validation-title-wrapper {
  margin: 0 25px;
}
.page-node-type-service-landing-page .external-validation-container .row .external-validation-title-wrapper .external-validation-title {
  font-family: var(--xl-header-m-font-family);
  font-weight: var(--xl-header-m-font-weight);
  font-size: var(--xl-header-m-font-size);
  letter-spacing: var(--xl-header-m-letter-spacing);
  line-height: var(--xl-header-m-line-height);
  font-style: var(--xl-header-m-font-style);
}
.page-node-type-service-landing-page .external-validation-container .row .external-validation-title-wrapper .external-validation-divider {
  margin: 15px 0;
}
.page-node-type-service-landing-page .external-validation-container .external-validations-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.page-node-type-service-landing-page .external-validation-container .external-validations-wrapper .external-validation {
  width: 25%;
}
.page-node-type-service-landing-page .external-validation-container .external-validations-wrapper .external-validation .external-validation-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-node-type-service-landing-page #breadcrumb-section {
    display: block;
  }
  .page-node-type-service-landing-page .header-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .benefits-container .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .related-content-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 51px 0;
  }
  .page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper {
    margin: 0 60px;
  }
}
@media (min-width: 1200px) {
  .page-node-type-service-landing-page .benefits-container {
    margin: 123px 0;
  }
  .page-node-type-service-landing-page .benefits-container .row .benefit-card {
    margin-top: 0;
  }
  .page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-inner {
    margin: 0;
    justify-content: space-evenly;
    max-width: 100%;
  }
  .page-node-type-service-landing-page .compelling-question-container {
    margin: 90px 0;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row {
    padding: 119px 0;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capabilities-detail-title {
    text-align: center;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card {
    width: 47%;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner {
    margin: 0;
    padding: 25px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content {
    display: flex;
    align-items: center;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-vertical-divider {
    float: left;
    margin: 0 15px;
    background-color: var(--orange);
    min-width: 5px;
    width: 5px;
    height: 225px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper .capability-card-divider {
    display: none;
  }
  .page-node-type-service-landing-page .security-solutions-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .page-node-type-service-landing-page .security-solutions-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solutions-title {
    text-align: center;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solution-card {
    width: 33.33333%;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solution-card .security-solution-card-inner {
    height: 590px;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper {
    gap: 20px;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider {
    display: flex;
    flex-direction: column;
    height: 350px;
    align-items: center;
    justify-content: center;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-slider-desktop-control {
    display: flex;
    margin: 30px;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card {
    width: 80%;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner {
    flex-direction: row;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content {
    max-width: 650px;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-inner .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper {
    justify-content: start;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls {
    width: 100%;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-indicators {
    margin: 0;
  }
  .page-node-type-service-landing-page .testimonies-container #testimony-slider .carousel-controls .carousel-nav {
    display: none;
  }
  .page-node-type-service-landing-page .related-content-container .row {
    padding: 76.5px 0;
  }
  .page-node-type-service-landing-page .related-content-container .row .related-content-content {
    max-width: 506px;
  }
  .page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-cta {
    width: 164px;
  }
  .page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper {
    margin: 0;
    gap: 32px;
    justify-content: space-evenly;
  }
  .page-node-type-service-landing-page .external-validation-container .external-validations-wrapper {
    gap: 10px;
    justify-content: revert;
    align-items: revert;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  .page-node-type-service-landing-page .external-validation-container .external-validations-wrapper .field--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .page-node-type-service-landing-page .header-container .header-left .header-text-group .header-title {
    font-family: var(--hero-font-family) !important;
    font-weight: var(--hero-font-weight) !important;
    font-size: var(--hero-font-size) !important;
    letter-spacing: var(--hero-letter-spacing) !important;
    line-height: var(--hero-line-height) !important;
    font-style: var(--hero-font-style) !important;
  }
  .page-node-type-service-landing-page .header-container .header-left .header-text-group .header-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-title {
    font-family: var(--m-header-font-family) !important;
    font-weight: var(--m-header-font-weight) !important;
    font-size: var(--m-header-font-size) !important;
    letter-spacing: var(--m-header-letter-spacing) !important;
    line-height: var(--m-header-line-height) !important;
    font-style: var(--m-header-font-style) !important;
  }
  .page-node-type-service-landing-page .benefits-container .row .benefit-card .benefit-card-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .compelling-question-container .row .compelling-question-content .compelling-question-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content .capabilities-intro-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content .capabilities-intro-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row {
    justify-content: center;
    align-items: stretch;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capabilities-detail-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper .capability-card-title {
    font-family: var(--l-header-font-family) !important;
    font-weight: var(--l-header-font-weight) !important;
    font-size: var(--l-header-font-size) !important;
    letter-spacing: var(--l-header-letter-spacing) !important;
    line-height: var(--l-header-line-height) !important;
    font-style: var(--l-header-font-style) !important;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper .capability-card-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solutions-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper .security-solution-card-title {
    font-family: var(--l-header-font-family) !important;
    font-weight: var(--l-header-font-weight) !important;
    font-size: var(--l-header-font-size) !important;
    letter-spacing: var(--l-header-letter-spacing) !important;
    line-height: var(--l-header-line-height) !important;
    font-style: var(--l-header-font-style) !important;
  }
  .page-node-type-service-landing-page .security-solutions-container .row .security-solution-card .security-solution-card-inner .security-solution-card-content .security-solution-card-text-wrapper .security-solution-card-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-card-content .testimony-text {
    font-family: var(--m-header-font-family) !important;
    font-weight: var(--m-header-font-weight) !important;
    font-size: var(--m-header-font-size) !important;
    letter-spacing: var(--m-header-letter-spacing) !important;
    line-height: var(--m-header-line-height) !important;
    font-style: var(--m-header-font-style) !important;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper .testimony-author {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper .testimony-author-title {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .statistic-block-container .row .statistics-cards-wrapper .statistics-card .statistics-content-wrapper .statistics-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .business-challenges-container .row .business-challenges-title-wrapper .business-challenges-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
  .page-node-type-service-landing-page .business-challenges-container .row .panel-group .panel .panel-heading .challenge-resolution-title {
    font-family: var(--m-header-font-family) !important;
    font-weight: var(--m-header-font-weight) !important;
    font-size: var(--m-header-font-size) !important;
    letter-spacing: var(--m-header-letter-spacing) !important;
    line-height: var(--m-header-line-height) !important;
    font-style: var(--m-header-font-style) !important;
  }
  .page-node-type-service-landing-page .business-challenges-container .row .panel-group .panel .panel-heading .challenge-resolution-text {
    font-family: var(--pt-16-body-font-family) !important;
    font-weight: var(--pt-16-body-font-weight) !important;
    font-size: var(--pt-16-body-font-size) !important;
    letter-spacing: var(--pt-16-body-letter-spacing) !important;
    line-height: var(--pt-16-body-line-height) !important;
    font-style: var(--pt-16-body-font-style) !important;
  }
  .page-node-type-service-landing-page .external-validation-container .row .external-validation-title-wrapper .external-validation-title {
    font-family: var(--xl-header-font-family) !important;
    font-weight: var(--xl-header-font-weight) !important;
    font-size: var(--xl-header-font-size) !important;
    letter-spacing: var(--xl-header-letter-spacing) !important;
    line-height: var(--xl-header-line-height) !important;
    font-style: var(--xl-header-font-style) !important;
  }
}
@media (min-width: 1920px) {
  .page-node-type-service-landing-page .header-container .header-left {
    display: flex;
    justify-content: end;
  }
  .page-node-type-service-landing-page .header-container .header-left .header-text-group {
    max-width: 734px;
    padding: 81px 0 81px 81px;
    margin-top: 0;
  }
  .page-node-type-service-landing-page .header-container .header-left .header-text-group .header-buttons .header-button {
    width: 33%;
  }
  .page-node-type-service-landing-page .benefits-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
  }
  .page-node-type-service-landing-page .benefits-container .row {
    max-width: 1304px;
    gap: 64px;
    flex-wrap: nowrap;
  }
  .page-node-type-service-landing-page .benefits-container .row .benefit-card {
    margin-top: 0;
  }
  .page-node-type-service-landing-page .compelling-question-container {
    display: flex;
    justify-content: center;
    margin: 90px 0 90px 0;
  }
  .page-node-type-service-landing-page .compelling-question-container .row {
    max-width: 1304px;
  }
  .page-node-type-service-landing-page .capabilities-intro-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row {
    padding: 90px 0;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-image-wrapper {
    margin: 0;
  }
  .page-node-type-service-landing-page .capabilities-intro-container .row .capabilities-intro-content {
    max-width: 507px;
    margin: 0 0 0 75px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 140px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1304px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capabilities-detail-title {
    margin-bottom: 25px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card {
    width: 50%;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner {
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner:hover {
    background-color: var(--white);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content {
    display: flex;
    gap: 55px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-divider {
    width: 5px;
    height: 230px;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content .capability-card-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .page-node-type-service-landing-page .security-solutions-container {
    margin-top: 56px;
  }
  .page-node-type-service-landing-page .security-solutions-container .row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1304px;
  }
  .page-node-type-service-landing-page .testimonies-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .testimonies-container .row {
    width: 1304px;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card {
    width: 100%;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner {
    flex-direction: row;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-logo-wrapper {
    margin: 0;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-card-content {
    max-width: 740px;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper {
    justify-content: start;
    align-items: center;
  }
  .page-node-type-service-landing-page .testimonies-container .row #testimony-slider .testimony-card .testimony-card-inner .testimony-card-content .testimony-author-wrapper .testimony-author-title {
    font-weight: 700;
  }
  .page-node-type-service-landing-page .related-content-container .row {
    padding: 153px 0;
  }
  .page-node-type-service-landing-page .related-content-container .row .col-12 {
    display: flex;
    justify-content: end;
  }
  .page-node-type-service-landing-page .related-content-container .row .related-content-content {
    max-width: 506px;
  }
  .page-node-type-service-landing-page .related-content-container .row .related-content-content .related-content-cta {
    width: 164px;
  }
  .page-node-type-service-landing-page .statistic-block-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .statistic-block-container .row {
    width: 1304px;
  }
  .page-node-type-service-landing-page .statistic-block-container .statistics-cards-wrapper {
    margin: 0;
    gap: 32px;
    justify-content: space-evenly;
  }
  .page-node-type-service-landing-page .business-challenges-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .business-challenges-container .row {
    width: 1304px;
  }
  .page-node-type-service-landing-page .external-validation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-node-type-service-landing-page .external-validation-container .row {
    width: 1304px;
  }
  .page-node-type-service-landing-page .external-validation-container .row .external-validation-title-column {
    display: flex;
    justify-content: center;
  }
  .page-node-type-service-landing-page .external-validation-container .row .external-validation-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .page-node-type-service-landing-page .capabilities-detail-container .row {
    justify-content: center !important;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner .capability-card-content {
    gap: 20px !important;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card {
    flex-basis: 48%;
    padding: 0;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner {
    padding: 25px 40px 25px 25px !important;
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .page-node-type-service-landing-page .capabilities-detail-container .row {
    justify-content: center !important;
    gap: 2rem;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card {
    flex-basis: 48%;
  }
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner {
    padding: 25px 40px 25px 25px !important;
  }
}
@media (max-width: 1199px) {
  .page-node-type-service-landing-page .capabilities-detail-container .row .capability-card .capability-card-inner {
    margin: 20px 25px;
  }
}
@media (min-width: 992px) {
  .page-node-type-service-landing-page .header-container .header-left .header-text-group .header-buttons {
    display: flex;
  }
  .page-node-type-service-landing-page .header-container .header-left .header-text-group .header-buttons .header-button {
    width: auto !important;
  }
}
/* Start Video Styling Fixes */
.page-node-type-service-landing-page .header-container .header-text-group .header-title sup {
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: -7px !important;
  font-size: 17px;
}

.header__video--in .iframe__video--wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-bottom: 0;
}

.header__video--in .iframe__video--wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.row__width-100 {
  max-width: 1304px;
  width: 100%;
}

.row__width-1920 {
  max-width: 1920px;
  width: 100%;
}

@media (min-width: 992px) {
  .page-node-type-service-landing-page .header-container .header-text-group .header-title sup {
    top: -20px !important;
    font-size: 20px;
  }
  .p-right-25 {
    padding-right: 25px !important;
  }
  .row__text--left .related-content-content {
    margin-left: auto !important;
  }
}
/* End Video Styling Fixes */
.content-sections {
  /* Start Leadership Page CSS */
}
.content-sections .section-banner_item .section-content .section-banner__item--button-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #0073A8;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 10px 20px;
  width: 100%;
  min-width: 164px;
  min-height: 50px;
}
.content-sections .section-banner_item .section-content .section-banner__item--button-wrap a.section-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: #0073A8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 0;
  width: 100%;
  min-width: 164px;
  background: #fff;
}
.content-sections .view-content.container {
  width: auto;
  max-width: none;
}
.content-sections .modal__custom--has-modal {
  padding-right: 15px;
  overflow: hidden;
}
.content-sections .modal__custom--modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
}
.content-sections .modal__custom--modal,
.content-sections .modal__custom--modal * {
  box-sizing: border-box;
}
.content-sections .modal__custom--modal-show {
  display: flex;
}
.content-sections .modal__custom--modal-content {
  position: relative;
  padding: 20px;
  font-size: 1rem;
  color: grey;
  background-color: #fff;
  width: 90%;
  max-height: 820px;
  margin: 50px auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.content-sections .modal__custom--modal-close {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 3px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  line-height: 1.2;
  color: #0073A8;
  padding: 3px 0 3px 3px;
  border: none;
  background-color: transparent;
}
.content-sections .modal__custom--modal-close:hover {
  color: #10253F;
}
.content-sections .modal__custom--modal-close .icon-close {
  fill: #0073A8;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.93 6.343 6.344 4.93l12.728 12.728-1.415 1.414L4.93 6.343Z" fill="%230073A8"/><path d="m17.658 4.93 1.414 1.413L6.344 19.071 4.93 17.657 17.658 4.929Z" fill="%230073A8"/></svg>');
}
.content-sections .accordion__tabs--toggle-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.content-sections .accordion__tabs--toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  background-color: #F2F2F2;
  color: #0073A8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  min-height: 50px;
}
.content-sections .accordion__tabs--toggle:hover,
.content-sections .accordion__tabs--toggle[aria-expanded=true] {
  background-color: #10253F;
  color: #fff;
}
.content-sections .accordion__tabs--content {
  padding: 20px 0;
}
.content-sections .accordion__tabs--content-heading {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Trade Gothic Bold", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #10253F;
  margin: 10px auto 40px;
  padding-bottom: 20px;
}
.content-sections .accordion__tabs--content-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 120px;
  height: 5px;
  background-color: #E06C2A;
}
.content-sections .accordion__tabs--inner {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.content-sections .leadership__list--item-img {
  position: relative;
  display: block;
  max-width: 120px;
  max-height: 120px;
  border-radius: 100px;
}
.content-sections .leadership__list--item-img img {
  position: relative;
  display: block;
  max-width: 120px;
  max-height: 120px;
  border-radius: 100px;
}
.content-sections .modal__custom--modal-content_title {
  font-family: "Trade Gothic Bold", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #10253F;
  margin: 10px 0 5px;
}
.content-sections .leadership__list--item-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #10253F;
  margin-bottom: 20px;
}
.content-sections .modal__custom--modal-content .leadership__list--item-title {
  text-align: left;
}
.content-sections .leadership__list--item-list {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 25px 0 0;
}
.content-sections .leadership__list--item-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 120px;
  height: 5px;
  background-color: #E06C2A;
}
.content-sections .leadership__list--item-item {
  font-size: 14px;
  line-height: 1.2;
}
.content-sections .leadership__list--item-item > strong {
  display: block;
  font-family: "Trade Gothic Bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.content-sections .leadership__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}
.content-sections .leadership__list--item {
  display: flex;
  flex: 1;
  align-self: stretch;
}
.content-sections ul.leadership__list > li {
  border-radius: 4px;
  background-color: #F2F2F2;
  transition: all 0.3s linear;
}
.content-sections .leadership__list--item-inner {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  width: 100%;
}
.content-sections ul.leadership__list > li:hover,
.content-sections ul.leadership__list > li:focus-within {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.content-sections .modal__custom--modal__show {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 5px;
  margin-top: auto;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  color: #0073A8;
  opacity: 0;
  transition: all 0.3s linear;
  cursor: pointer;
}
.content-sections .leadership__list--item-inner:hover .modal__custom--modal__show,
.content-sections .leadership__list--item-inner:focus-within .modal__custom--modal__show {
  opacity: 1;
  text-decoration: none;
}
.content-sections .global__leadership .section-link.left-aligned .icon-arrow {
  width: 14px;
  height: 14px;
  fill: #0073A8;
  margin-top: -5px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7h12.175l-5.6-5.6L8 0l8 8-8 8-1.425-1.4 5.6-5.6Z" fill="%230073A8"/></svg>');
}
.content-sections .modal__custom--modal__show .icon-arrow {
  width: 14px;
  height: 14px;
  fill: #0073A8;
  margin-top: -5px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.175 9H0V7h12.175l-5.6-5.6L8 0l8 8-8 8-1.425-1.4 5.6-5.6Z" fill="%230073A8"/></svg>');
}
.content-sections .leadership__list--item-heading {
  font-family: "Trade Gothic Bold", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #10253F;
  margin: 15px 0 5px;
}
.content-sections .leadership__list--item-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #10253F;
  margin-bottom: 20px;
}
.content-sections .section-banner__item--title {
  font-size: 32px;
}

@media (min-width: 480px) {
  .content-sections .leadership__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 580px) {
  .content-sections .leadership__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .content-sections .accordion__tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section-leadership.global-leadership .nav.nav-pills {
    flex-direction: column;
    gap: 0 !important;
  }
  .section-leadership.global-leadership .nav.nav-pills > li {
    border-bottom: none;
  }
  .section-leadership.global-leadership .nav.nav-pills + .tab-content.pt-7 {
    padding-top: 2rem !important;
  }
}
@media (min-width: 992px) {
  .content-sections .section-banner__item--title {
    font-size: 50px;
  }
  .content-sections .section-wrap.section_leadership {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content-sections .modal__custom--modal-content {
    padding: 60px 115px;
    max-width: 848px;
  }
  .content-sections .modal__custom--modal-close {
    top: 35px;
    right: 35px;
  }
  .content-sections .modal__custom--modal-content_title {
    font-size: 50px;
    margin-top: 20px;
  }
  .content-sections .leadership__list--item-list {
    padding-top: 35px;
    gap: 30px;
  }
  .content-sections .leadership__list--item-item {
    font-size: 16px;
  }
  .content-sections .modal__custom--modal-content .leadership__list--item-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .content-sections .leadership__list--item-item > strong {
    font-size: 20px;
  }
  .content-sections .leadership__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .content-sections .accordion__tabs--content-heading {
    font-size: 50px;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  .content-sections .leadership__list--item-inner {
    padding: 40px 20px 20px;
  }
  .content-sections .modal__custom--modal__show {
    font-size: 16px;
  }
  .content-sections .modal__custom--modal__show .icon-arrow {
    width: 16px;
    height: 16px;
  }
  .content-sections .leadership__list--item-img {
    max-width: 178px;
    max-height: 178px;
  }
  .content-sections .leadership__list--item-img img {
    max-width: 178px;
    max-height: 178px;
  }
  .content-sections .leadership__list--item-heading {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .content-sections .leadership__list--item-title {
    font-size: 16px;
  }
  .content-sections .accordion__tabs--tab-list,
  .content-sections .section-leadership.global-leadership .nav.nav-pills {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .content-sections .accordion__tabs--content {
    padding: 40px 0 20px;
  }
  .content-sections .accordion__tabs--inner {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .content-sections .leadership__list {
    gap: 60px;
  }
}
/* End Leadership Page CSS */
/* Start About Us - Sub Page*/
.leadership__list.featured__lidership--list {
  margin-top: 35px;
  margin-bottom: 35px;
}

.leadership__list--item-inner_desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about__timeline {
  position: relative;
}

.section-about--timeline__slider {
  position: relative;
  float: left;
  display: block;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 0;
}

.section-about--timeline__slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 20px;
}

.section-about--timeline__slide--content h2 {
  position: relative;
  font-family: "Trade Gothic Bold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.4;
  color: #10253F;
  margin: 0 0 17px;
  padding: 20px 0 10px;
  text-align: center;
}

.section-about--timeline__slide--content h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #005F90;
  border-radius: 10px;
}

.section-about--timeline__slide--content h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 55px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #E06C2A;
}

.section-about--timeline__slide--content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 19px;
  text-align: center;
}

.section-about--timeline__slider--mobile-buttons {
  display: flex;
  gap: 22px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 70px;
}

.section-about--timeline__slider .slick-list {
  padding-bottom: 128px;
}

.section-about--timeline__slider .slick-dots {
  bottom: 115px;
}

.section-about--timeline__slider .slick-autoplay-toggle-button:focus {
  color: #0073A8;
}

.about__timeline .section-about__slider--mobile-prev-btn,
.about__timeline .section-about__slider--mobile-next-btn,
.section-about--timeline__slider .slick-prev,
.section-about--timeline__slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #0073A8;
  border-radius: 100px;
  border: none;
}

.about__timeline .section-about__slider--mobile-prev-btn:hover,
.about__timeline .section-about__slider--mobile-next-btn:hover,
.section-about--timeline__slider .slick-prev:hover,
.section-about--timeline__slider .slick-next:hover {
  background-color: #10253F;
}

.about__timeline .section-about__slider--mobile-prev-btn.slick-disabled,
.about__timeline .section-about__slider--mobile-next-btn.slick-disabled,
.section-about--timeline__slider .slick-prev.slick-disabled,
.section-about--timeline__slider .slick-next.slick-disabled {
  background-color: #0073A8;
  opacity: 0.2;
}

.about__timeline .section-about__slider--mobile-prev-btn svg,
.about__timeline .section-about__slider--mobile-next-btn svg,
.section-about--timeline__slider .slick-prev svg,
.section-about--timeline__slider .slick-next svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  transition: all 0.3s linear;
}

.about__timeline .section-about__slider--mobile-prev-btn .icon-arrow,
.section-about--timeline__slider .slick-prev .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-about--timeline__slider .slick-dots li.slick-active button .slick-dot-icon,
.section-about--timeline__slider .slick-dots li button:focus .slick-dot-icon:before {
  color: #0073A8;
}

.section-about--timeline__slider.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.featured-resources.section_leadership.global__leadership .accordion__tabs--content-heading {
  display: none;
}

@media (min-width: 992px) {
  .section-about--timeline__slider.slick-slider {
    padding: 80px 80px 50px;
  }
  .section-about--timeline__slide {
    padding: 20px 30px;
  }
  .section-about--timeline__slide--content {
    flex-basis: 75%;
  }
  .section-about--timeline__slide--content h2 {
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
  }
  .section-about--timeline__slider .slick-list {
    padding-bottom: 0;
  }
  .section-about--timeline__slider .slick-prev,
  .section-about--timeline__slider .slick-next {
    z-index: 9;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  .section-about--timeline__slider .slick-prev {
    left: 50px;
  }
  .section-about--timeline__slider .slick-next {
    right: 50px;
  }
  .section-about--timeline__slider .slick-dots {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about__timeline .section-about__slider--mobile-prev-btn,
  .about__timeline .section-about__slider--mobile-next-btn {
    display: none;
  }
  /* Start Sections spacing */
  .section__space--top_0 {
    padding-top: 0 !important;
  }
  .section__space--top_70 {
    padding-top: 70px !important;
  }
  .section__space--top_50--mrg {
    margin-top: 50px !important;
  }
  .section__space--bottom_30--mrg {
    margin-bottom: 30px !important;
  }
  .section__space--bottom_20 {
    padding-bottom: 20px !important;
  }
  .section__space--bottom_30 {
    padding-bottom: 30px !important;
  }
  .section__space--bottom_10 {
    padding-bottom: 10px !important;
  }
  /* End Sections spacing */
}
@media (max-width: 659px) {
  .leadership__list.featured__lidership--list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 660px) and (max-width: 991px) {
  .leadership__list.featured__lidership--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .leadership__list.featured__lidership--list .leadership__list--item-inner {
    flex-direction: row;
    gap: 20px;
  }
  .leadership__list.featured__lidership--list .leadership__list--item-img {
    width: 70px;
    height: 70px;
  }
  .leadership__list.featured__lidership--list .modal__custom--modal .leadership__list--item-img {
    width: 120px !important;
    height: 120px !important;
  }
  .leadership__list.featured__lidership--list .leadership__list--item-heading,
  .leadership__list.featured__lidership--list .leadership__list--item-title,
  .leadership__list.featured__lidership--list .modal__custom--modal__show {
    text-align: left;
  }
  .leadership__list.featured__lidership--list .leadership__list--item-heading {
    margin-top: 0;
  }
  .leadership__list.featured__lidership--list .leadership__list--item-title {
    margin-bottom: 0;
  }
  .leadership__list.featured__lidership--list .modal__custom--modal__show {
    justify-content: flex-start;
    padding-left: 0;
    opacity: 1;
  }
  .section-about--timeline__slider .slick-prev,
  .section-about--timeline__slider .slick-next {
    display: none !important;
  }
  /* Start Sections spacing */
  .section__space--bottom_0--mrg-mobile {
    margin-bottom: 0 !important;
  }
  /* End Sections spacing */
}
/* End About Us - Sub Page */
/* Social Responsibility */
a.section-link {
  padding: 1px 0;
}

a:focus-visible {
  outline-offset: 3px;
}

.section-banner__item--button-wrap_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin: 0;
  padding: 0;
}

.section-banner__item--button-wrap_list li > div {
  float: left;
}

.section-banner__item--button-wrap_list a.section-link {
  display: inline-flex;
  width: auto;
}

@media (min-width: 992px) {
  /* Start Sections spacing */
  .section__space--top_90 {
    padding-top: 90px !important;
  }
  /* End Sections spacing */
}
.content-sections .section-card__list--item .social-service--image > img {
  margin-bottom: 40px;
}

.content-sections .hero-banner__wrap.hero-banner__wrap--full-width {
  overflow: hidden;
}

.hero-banner__wrap--full-width {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 0;
  overflow-x: hidden;
}

.hero-banner__wrap--full-width h2,
.hero-banner__wrap--full-width p {
  color: #fff;
}

.hero-banner__wrap--full-width p {
  font-size: 16px;
}

.hero-banner__wrap--full-width h2.hero-banner__item--title {
  position: relative;
  font-family: "Trade Gothic Bold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 24px;
  margin-bottom: 22px;
}

.hero-banner__wrap--full-width h2.hero-banner__item--title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 120px;
  height: 5px;
  background-color: #E06C2A;
}

.hero-banner__wrap--full-width .hero-banner_item--content {
  padding: 16px 16px 30px;
}

.hero-banner__wrap--full-width .hero-banner_item p {
  font-size: 14px;
}

.hero-banner__wrap--full-width .hero-banner__item--button-wrap {
  margin-top: 20px;
}

.hero-banner__wrap--full-width .hero-banner__item--buttons-list {
  gap: 15px;
}

.hero-banner__wrap--full-width--image {
  position: relative;
  display: flex;
}

.hero-banner__wrap--full-width--image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  display: flex;
}

.hero-banner__wrap--full-width .hero-banner__image--bg {
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero-banner__wrap--full-width--image .field--name-field-aus-hero-banner-media {
  margin-left: auto;
}

@media (max-width: 991px) {
  .hero-banner__wrap--full-width--image::after {
    background: linear-gradient(360deg, #102C44 0%, rgba(16, 44, 68, 0) 85%);
  }
  .hero-banner__wrap--full-width .hero-banner_item {
    background-color: #102C44;
  }
}
@media (min-width: 992px) {
  .hero-banner__wrap--full-width {
    padding: 0;
    min-height: 532px;
    background-color: #102C44;
  }
  .hero-banner__wrap--full-width .hero-banner_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 1380px;
    z-index: 1;
  }
  .hero-banner__wrap--full-width .hero-banner_item--content {
    padding: 30px;
  }
  .hero-banner__wrap--full-width h2.hero-banner__item--title {
    font-size: 50px;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  .hero-banner__wrap--full-width .hero-banner_item p {
    font-size: 16px;
  }
  .hero-banner__wrap--full-width .hero-banner__image--bg {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
  }
  .hero-banner__wrap--full-width--image {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1600px;
  }
  .hero-banner__wrap--full-width--image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #102C44 50%, rgba(0, 0, 0, 0) 90%);
  }
}
.page-node-type-contact-us {
  /* Marketo Contact Us form fix  09/06/24 */
}
.page-node-type-contact-us .content-sections .section-header-simple {
  background-color: #F2F2F2;
  border-top: 1px solid #acaeaf;
  padding: 34px 16px;
}
.page-node-type-contact-us .content-sections .section-header-simple h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  color: #10253F;
}
.page-node-type-contact-us .content-sections .section__form--right,
.page-node-type-contact-us .content-sections .layout--twocol-section.container-md {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: unset;
  gap: 40px;
  max-width: 1320px;
}
.page-node-type-contact-us .content-sections .section__form--right .section__form--item {
  order: 2;
}
.page-node-type-contact-us .content-sections .section__form--right .section__form--item + .section__form--item {
  order: 1;
}
.page-node-type-contact-us .content-sections .section__form--right .section__form--wrap {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-node-type-contact-us .content-sections .section__form--right .section__form--heading-wrap .form__heading {
  font-size: 32px;
  margin-bottom: 12px;
}
.page-node-type-contact-us .content-sections .section__form--right .section__form--heading-wrap {
  padding: 40px 22px 37px;
}
.page-node-type-contact-us .content-sections .section__form--right .form__heading sup {
  font-size: 75%;
  top: -10px !important;
}
.page-node-type-contact-us .content-sections .section-card__list.section-right__group {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
}
.page-node-type-contact-us .content-sections .section-card__list.featured-resources.left-aligned .featured-resources__card--heading {
  font-weight: 700;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding {
  padding: 40px;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding .featured-resources__card--content {
  width: 100%;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding .section-content p:last-child {
  margin-bottom: 0;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding ul.margin-top__negative {
  margin-top: -15px !important;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding ul,
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding ul li {
  font-size: 14px;
  margin: 0;
  text-align: left;
  color: #10253F;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding .phone-link {
  color: #10253F;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding a:not(.section-btn) {
  text-decoration: none;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding a:not(.section-btn):hover {
  text-decoration: underline;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding a.link-underline {
  text-decoration: underline;
}
.page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding a.link-underline:hover {
  text-decoration: none;
}
.page-node-type-contact-us .content-sections .section-buttons__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.page-node-type-contact-us .content-sections .marketo__form--wrap .mktoForm .mktoFormRow .mktoFieldWrap label .mktoAsterix {
  margin-left: 0;
}
.page-node-type-contact-us .content-sections .marketo__form--wrap .mktoForm .mktoOffset {
  display: none;
}
.page-node-type-contact-us .content-sections .marketo__form--wrap .mktoForm .mktoGutter.mktoHasWidth {
  height: 6px;
}
.page-node-type-contact-us .content-sections .marketo__form--wrap .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  margin-top: -11px;
}
@media (max-width: 1379px) {
  .page-node-type-contact-us .content-sections .layout--twocol-section.container-md {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .page-node-type-contact-us .content-sections .marketo__form--wrap .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    margin-top: 2px;
  }
  .page-node-type-contact-us .content-sections .section-header-simple {
    border-top: none;
    padding: 76px 30px;
  }
  .page-node-type-contact-us .content-sections .section-header-simple h1 {
    font-size: 70px;
    line-height: 1.3;
  }
  .page-node-type-contact-us .content-sections .section__form--right,
  .page-node-type-contact-us .content-sections .layout--twocol-section.container-md {
    flex-direction: row;
    align-items: start;
    gap: 70px;
  }
  .page-node-type-contact-us .content-sections .section__form--right .section__form--item {
    order: 1;
  }
  .page-node-type-contact-us .content-sections .section__form--right .section__form--item:first-child {
    flex: 47.4%;
  }
  .page-node-type-contact-us .content-sections .section__form--right .section__form--item + .section__form--item {
    order: 2;
    flex: 100%;
  }
  .page-node-type-contact-us .content-sections .section__form--right .section__form--heading-wrap {
    padding: 50px 54px;
  }
  .page-node-type-contact-us .content-sections .section__form--right .section__form--heading-wrap .form__heading {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .page-node-type-contact-us .content-sections .section__form--right .form__heading sup {
    font-size: 20px;
    top: -10px !important;
  }
  .page-node-type-contact-us .content-sections .section__form--right .marketo__form--wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .page-node-type-contact-us .content-sections .section__form--right .marketo__form--wrap .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
    white-space: nowrap;
  }
  .page-node-type-contact-us .content-sections .section-card__list.section-right__group {
    gap: 60px;
  }
  .page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding {
    padding: 55px;
  }
  .page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding ul.margin-top__negative {
    margin-top: -23px !important;
  }
  .page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding ul, .page-node-type-contact-us .section-right__group .section-card__list--item.featured-resources__card.more-padding ul li {
    font-size: 16px;
  }
  .page-node-type-contact-us .content-sections .section-right__group .section-card__list--item.featured-resources__card.more-padding ul.section-buttons__list a.section-btn {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .page-node-type-contact-us .content-sections .section__form--right .section__form--heading-wrap {
    padding-left: 118px;
    padding-right: 118px;
  }
}
.page-node-type-contact-us .mktoForm #mktoFormRow-7 .mktoFormCol[style="margin-bottom: 10px;"] {
  margin-bottom: 5px !important;
}
.page-node-type-contact-us .mktoForm #mktoFormRow-7 .mktoAsterix,
.page-node-type-contact-us .mktoForm #mktoFormRow-8 .mktoAsterix {
  display: flex;
}
.page-node-type-contact-us .mktoForm #mktoFormRow-7 .mktoFieldDescriptor.mktoFormCol,
.page-node-type-contact-us .mktoForm #mktoFormRow-8 .mktoFieldDescriptor.mktoFormCol {
  border: inherit;
  position: relative;
  top: inherit;
  width: 100%;
  height: inherit;
  display: flex;
}
.page-node-type-contact-us .mktoForm #mktoFormRow-7 .mktoFieldWrap label,
.page-node-type-contact-us .mktoForm #mktoFormRow-8 .mktoFieldWrap label {
  position: relative;
  top: inherit;
}
.page-node-type-contact-us .mktoForm #mktoFormRow-7 .mktoFieldDescriptor.mktoFormCol select.mktoField {
  width: 100% !important;
  height: 50px;
  margin: inherit !important;
  padding: 10px !important;
}
.page-node-type-contact-us .mktoForm #mktoFormRow-8 .mktoFieldDescriptor.mktoFormCol textarea {
  width: 100% !important;
  margin: inherit !important;
  padding: 10px !important;
  border: 2px solid #8C8C8C;
  border-radius: 4px;
  font-size: 16px;
  color: #666;
}
.page-node-type-contact-us .mktoForm #mktoFormRow-11 .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap input {
  margin-top: -1px;
}
@media (min-width: 320px) {
  .page-node-type-contact-us p, .page-node-type-contact-us a {
    font-size: inherit;
  }
}
@media (max-width: 991px) {
  .page-node-type-contact-us .content-sections .layout--twocol-section.container-md .layout__region--first {
    order: 2;
  }
  .page-node-type-contact-us .content-sections .layout--twocol-section.container-md .layout__region--second {
    order: 1;
  }
  .page-node-type-contact-us .content-sections .marketo__form--wrap .mktoForm input#termsandConditions {
    top: -4px !important;
  }
}
@media (min-width: 992px) {
  .page-node-type-contact-us .content-sections .marketo__form--wrap .mktoForm input#termsandConditions {
    top: -4px !important;
  }
}

/* Start Contact Us Cofirmation Page */
.section-contact--us__confirmation {
  text-align: center;
}

.section-contact--us__confirmation .container-md {
  max-width: 880px;
}

.content-sections .section-header-simple.section-contact--us__confirmation h1 {
  text-align: center;
  margin-bottom: 15px;
}

.content-sections .section-header-simple.section-contact--us__confirmation p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.content-sections .contact--us__confirmation--button-wrap {
  display: flex;
  margin: 0 auto;
}

.content-sections .contact--us__confirmation--button-wrap .section-btn {
  min-width: 250px;
}

.content-sections .featured-resources__header.contact--us__header .featured-resources__heading {
  font-size: 32px;
}

.section-card__list.featured-resources.contact-space-top {
  margin-top: 25px;
  padding-top: 0;
}

.content-sections .section-header-simple.section-contact--us__confirmation .contact--us__follow-us {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.content-sections .section-header-simple.section-contact--us__confirmation .contact--us__follow-us p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.content-sections .link__underline--bold {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.content-sections .link__underline--bold:hover {
  text-decoration: none;
}

/* Start Social Icons start */
.social__list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
}

.social__item---icon {
  fill: #0073A8;
  width: 22px;
  height: 22px;
  transition: all 0.3s linear;
}

.social__item---icon.icon-YouTube {
  width: 26px;
  height: 18px;
  margin-top: 2px;
}

.social__item---icon.icon-LinkedIn {
  width: 21px;
  height: 21px;
}

.social__item---icon.icon-Facebook {
  width: 11px;
  height: 22px;
}

.social__item---icon.icon-Instagram {
  width: 24px;
  height: 24px;
}

.social__item---link svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.social__item---link:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.social__item---link:focus-visible {
  outline-offset: 1px;
}

/* End Social Icons start */
@media (min-width: 992px) {
  .content-sections .section-header-simple.section-contact--us__confirmation h1 {
    margin-bottom: 25px;
  }
  .content-sections .section-header-simple.section-contact--us__confirmation p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .content-sections .featured-resources__header.contact--us__header .featured-resources__heading {
    font-size: 50px;
  }
  .content-sections .section-header-simple.section-contact--us__confirmation .contact--us__follow-us {
    margin-top: 50px;
  }
  .content-sections .section-header-simple.section-contact--us__confirmation .contact--us__follow-us p {
    font-size: 16px;
  }
  .content-sections .link__underline--bold {
    font-size: 16px;
  }
}
/* End Contact Us Cofirmation Page */
.bg-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.btn-blue-wcag {
  background-color: var(--blue-wcag) !important;
}

.text-blue-wcag {
  color: var(--blue-wcag) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.btn-navy {
  background-color: var(--navy) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.btn-very-light-gray {
  background-color: var(--very-light-gray) !important;
}

.text-very-light-gray {
  color: var(--very-light-gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.btn-white {
  background-color: var(--white) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-alert-red {
  background-color: var(--alert-red) !important;
}

.btn-alert-red {
  background-color: var(--alert-red) !important;
}

.text-alert-red {
  color: var(--alert-red) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.btn-orange {
  background-color: var(--orange) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.hover-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-gradiant {
  background: linear-gradient(96deg, #FFF 0%, #F2F2F2 100%);
}

.vertical-gradiant {
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}

.horizontal-divider {
  width: 120px;
  min-height: 5px;
  height: 5px;
  background: var(--orange);
}

#dnn_ctr14374_HtmlModule_lblContent h2 {
  font-family: "Trade Gothic Bold Condensed", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.1;
  color: #10253F;
  margin: 32px;
}

.offices-subtitle {
  font-family: "Trade Gothic", Arial, sans-serif;
  font-size: 20px;
  margin: 20px 0;
}

.horizontal-divider {
  width: 120px;
  height: 5px;
  background-color: var(--orange);
}

.offices-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (min-width: 992px) {
  #dnn_ctr14374_HtmlModule_lblContent h2 {
    font-size: 70px;
  }
}

/*# sourceMappingURL=main.css.map*/