:root {
  --black: #333;
  --blue: #0166ff;
  --gold: #ccb67c;
  --white: white;
  --whitesmoke: whitesmoke;
  --transparent: #fff0;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--black);
  max-width: 43rem;
  margin: 10px auto 20px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  max-width: 43rem;
  margin: 10px auto 20px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  max-width: 43rem;
  margin: 20px auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h4, h5, h6 {
  max-width: 43rem;
  margin: 10px auto;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  max-width: 43rem;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  max-width: 43rem;
  margin: 0 auto 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-top: 3px solid var(--gold);
  border-left: 5px #e2e2e2;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.site-wrapper {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.site-wrapper._w-bg {
  background-color: #fff;
  min-height: 100vh;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper.mod {
  background-color: #333333e6;
  padding: 20px;
}

.hero-wrapper {
  background-image: linear-gradient(#0000008c, #fff0), linear-gradient(#00000080, #00000080), url('../images/pexels-kindelmedia-7688173.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
  position: relative;
}

.div-block {
  width: 100%;
  height: 100%;
  min-height: 685px;
}

.div-block._1 {
  width: auto;
  min-height: 60vh;
}

.div-block-2 {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 18%;
  display: flex;
}

.selector-wrapper {
  background-color: #e1e5e7;
  border-radius: 3px;
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 4px;
}

.selector-wrapper.light {
  background-color: #2a2f31;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.sg-menu-brand.w--current {
  margin-bottom: 32px;
}

.sg-section {
  z-index: 0;
  text-align: left;
  background-color: #f0f2f3;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #4c5458;
  padding-top: 10px;
  padding-bottom: 40px;
}

.button-outline {
  float: right;
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #333;
}

.button-outline:hover {
  color: #fff;
  background-color: #333;
  box-shadow: inset 0 0 0 2px #333;
}

.button-outline:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.small-button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.small-button-light:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 7px 20px -10px #0003;
}

.small-button-light:active {
  background-color: #111314;
}

._3-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  display: grid;
  position: relative;
}

.text-block {
  color: #111314;
  text-transform: uppercase;
  border-left: 3px solid #808c91;
  padding-left: 6px;
  font-size: 23px;
  font-weight: 700;
}

.max-width-large {
  width: 100%;
  max-width: 43rem;
  min-height: 0;
}

.sg-code {
  color: #929aa1;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 6px;
  max-width: 500px;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  line-height: 1.2em;
  overflow: auto;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

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

._4-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

.margin-bottom-140 {
  margin-bottom: 140px;
}

.tabs-menu-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 48px;
  margin-right: 30px;
  padding-top: 15px;
  display: flex;
}

.intxt {
  color: #111314;
}

.intxt:hover {
  text-decoration: underline;
}

.text-align-center-2 {
  font-style: normal;
}

.button-clear {
  box-shadow: none;
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 43px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-clear:hover {
  box-shadow: none;
  color: #0f42c3;
}

.button-clear:active {
  color: #0a3092;
  background-color: #0a3092;
}

.sub-heading-2 {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.para-small {
  opacity: .75;
  margin-bottom: 20px;
  font-size: .9rem;
  line-height: 1.5;
}

.opacity-60 {
  opacity: .6;
}

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

.margin-bottom.margin-small {
  margin-bottom: 40px;
}

.pager-link-pre {
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 15px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-pre:hover {
  background-color: #111314;
}

.pager-link-pre.w--current {
  background-color: #356af0;
}

.class-name-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.class-name-2.dark-sm {
  color: #808c91;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #afb7bb;
  border-radius: 3px;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.class-name-2.dark-sm.mute {
  opacity: .5;
}

.opacity-40 {
  opacity: .2;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
}

.block-quote {
  color: #356af0;
  border-left-color: #356af0;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #111314;
}

.button.margin-top-20 {
  background-color: var(--blue);
}

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

.button.g-colour:hover {
  background-color: var(--black);
}

.button.dull {
  background-color: #c5c5c5;
}

.button.dull:hover {
  background-color: var(--black);
}

.button.xls {
  background-color: #3d962f;
}

.button.xls:hover {
  background-color: var(--black);
}

.button.xlsall {
  color: #3d962f;
  background-color: #3d962f33;
  font-weight: 600;
}

.button.xlsall:hover {
  background-color: var(--black);
  color: #fff;
}

.button.csvall {
  color: #0166ff;
  background-color: #0166ff33;
  font-weight: 600;
}

.button.csvall:hover {
  background-color: var(--black);
  color: #fff;
}

.title-divider {
  background-color: var(--gold);
  width: 40px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-link-heading {
  font-size: 1rem;
  line-height: 1.2;
}

.text-box-small {
  max-width: 400px;
  display: block;
}

.text-box-small._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box-small._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-info {
  color: #529dff;
}

.heading-medium {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-medium.nomargin {
  margin: 0;
}

.colour-only {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  display: block;
}

._1-2-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.text-color-red {
  color: #ee3737;
}

.heading-xlarge {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-answer {
  border-bottom: 1px dashed #0255ad1a;
  overflow: hidden;
}

.breadcrumb-link {
  line-height: 1em;
}

.breadcrumb-link.bc-home {
  font-weight: 700;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  margin-left: 0;
  font-size: 24px;
  line-height: 1.4em;
}

.heading-xsmall {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
}

.heading-xsmall.capped {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.heading-xsmall.member-title {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
}

.fa-icon-normal {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.3rem;
  line-height: 1;
}

.fa-icon-normal.ico-small {
  font-size: .8rem;
}

.tab-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: 10px;
  font-size: .8rem;
  line-height: 1;
}

.radio-button-label {
  margin-bottom: 0;
}

.sg-footer-section {
  z-index: 0;
  text-align: left;
  background-color: #fff;
  align-items: center;
  height: 600px;
  padding: 60px 80px 60px 60px;
  display: flex;
  position: relative;
}

.note-text {
  color: #808c91;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: .7rem;
  font-style: italic;
  font-weight: 400;
}

.note-text.r-align.simplified {
  margin-top: 0;
  margin-bottom: 0;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.button-disabled {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

.button-disabled:hover {
  color: #fff;
  background-color: #afb7bb;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-disabled:active {
  background-color: #808c91;
}

.text-size-small {
  margin-bottom: 9px;
  font-size: .875rem;
  line-height: 1.5;
}

._4-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.div-block-10 {
  margin-top: 40px;
  margin-bottom: 0;
}

.horizontal-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.text-allcaps {
  text-transform: uppercase;
}

.colour-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.pagination-wrapper {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

._2-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

.divider-medium {
  background-color: #fff;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.text-colour-80 {
  color: #494949;
  background-color: #595959;
  width: 40px;
  height: 40px;
}

.text-primary-wrapper {
  color: #fff;
  background-color: #529dff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.text-colour {
  background-color: #333;
  width: 40px;
  height: 40px;
}

.opacity-80 {
  opacity: .8;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
  margin-left: 0;
}

.para-large {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.text-danger {
  color: red;
}

.text-danger-wrapper {
  color: #2a2f31;
  background-color: #f9d5cf;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

._3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 20px;
  display: grid;
  position: relative;
}

.breadcrumb-active {
  line-height: 1em;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.divider-small {
  background-color: #fff;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.sg-block {
  margin-bottom: 32px;
}

.checkbox-label {
  min-width: 150px;
  margin-bottom: 10px;
}

.left-tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: left;
  background-color: #0000;
  border-bottom: 1px dotted #afb7bb;
  flex: 0 auto;
  width: 140px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 15px 0;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.left-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.left-tab-link.w--current {
  opacity: 1;
  color: #2a2f31;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #808c91;
  font-weight: 700;
}

.ds-section-header {
  margin-bottom: 50px;
}

.button-clear-left {
  box-shadow: none;
  color: #2a2f31;
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding: 8px 16px 8px 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-clear-left:hover {
  box-shadow: none;
  color: #111314;
}

.button-clear-left:active {
  color: #0a3092;
  background-color: #0a3092;
}

.text-warning-wrapper {
  color: #2a2f31;
  background-color: #fee7c4;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.faq-question {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 27px;
  line-height: 1.4em;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #0f42c3;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.unique {
  background-color: #0000;
  border-top: 1px dotted #e1e5e7;
  border-bottom: 1px dotted #e1e5e7;
  font-weight: 700;
}

.pagination-link {
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pagination-link:hover {
  background-color: #111314;
}

.pagination-link.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.gs-header {
  background-color: #fff;
  padding: 20px 60px;
}

.heading-large {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-large.no-margin {
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-large.no-margin.l-aligned {
  width: auto;
  margin-left: 0;
}

.pri-background-colour {
  background-color: #fff;
  width: 40px;
  height: 40px;
}

.class-icon {
  color: #fff;
  background-color: #9f9f9f;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.opacity-20 {
  opacity: .4;
}

.form-input {
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.form-input:focus {
  border-color: #529dff;
}

.form-input::placeholder {
  color: #e1e5e7;
}

.form-input.pick-date-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time::placeholder {
  color: #2a2f31;
}

.form-input.form-comments {
  background-color: #fff;
  min-height: 120px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-input.pick-date-range-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range::placeholder {
  color: #2a2f31;
}

.form-input.pick-date {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple::placeholder {
  color: #2a2f31;
}

.form-input.search {
  border-color: #e2e2e2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  margin-bottom: 0;
}

.form-input.search::placeholder {
  color: #bebebe;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.tabs-content {
  flex: 1;
}

.form {
  margin-bottom: 8px;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

.text-success-wrapper {
  color: #2a2f31;
  background-color: #cbf3dd;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

._1-2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

.image-2 {
  width: 18px;
  margin-top: -3px;
  padding-top: 0;
  display: inline-block;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.num-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  list-style-type: decimal;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: .9rem;
  display: flex;
}

.secondary-colour {
  background-color: #356af0;
  width: 40px;
  height: 40px;
}

.rich-text {
  text-align: left;
}

._3-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  display: grid;
  position: relative;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: 0;
  right: auto;
}

.faq-icon {
  opacity: .5;
  color: #0f42c3;
  background-color: #0000;
  border-radius: 5px;
  align-self: flex-start;
  width: 1.8rem;
  margin-left: 1.5rem;
  padding: 4px;
}

.button-grey {
  box-shadow: none;
  color: #4c5458;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 43px;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-grey:active {
  color: #111314;
  background-color: #808c91;
}

.text-colour-40 {
  color: #333c;
  background-color: #adadad;
  width: 40px;
  height: 40px;
}

.sg-nav-container {
  background-color: #e1e5e7;
  width: 240px;
  height: 100vh;
}

.margin-top-20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.sec-background-colour {
  background-color: #e1e5e7;
  width: 40px;
  height: 40px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.site-wrapper-2 {
  background-color: #f0f2f31a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.sg-body {
  color: #333;
  background-color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
}

._2-1-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.sg-menu {
  width: 100%;
}

.place-inside {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 10px;
  padding: 5px 9px;
  font-size: 14px;
  display: inline-block;
}

.place-inside.dark-sm {
  color: #808c91;
  text-align: center;
  text-transform: uppercase;
  background-color: #f0f2f3;
  border-color: #afb7bb;
  border-radius: 3px;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.text-italic {
  font-style: italic;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-box-large {
  width: auto;
  max-width: 600px;
  display: block;
}

.primary-colour {
  color: #2a2f31;
  background-color: #0a3092;
  width: 40px;
  height: 40px;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-sucess {
  color: green;
}

.html-embed {
  background-color: #d0e8ff;
  margin-bottom: 10px;
  padding: 15px;
}

.text-primary {
  color: #0f42c3;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.pager-link-nex {
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-nex:hover {
  background-color: #111314;
}

.pager-link-nex.w--current {
  background-color: #356af0;
}

.text-size-xsmall {
  font-size: .75rem;
  line-height: 1.5;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.margin-top-40 {
  margin-top: 40px;
}

.text-block-2 {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.small-button-outline {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #333;
}

.small-button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 20px -10px #333;
}

.small-button-outline:active {
  background-color: #111314;
  box-shadow: 0 7px 20px -10px #11131433;
}

.text-color-blue {
  color: #529dff;
  font-weight: 400;
}

.check-box {
  flex: 0 auto;
  width: 20px;
  height: 20px;
  margin: 0 10px 10px 0;
  padding-top: 0;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.breadcrumb-wrapper {
  color: #333;
  background-color: #fff;
  align-items: center;
  padding: 10px;
  font-size: .9rem;
  display: flex;
}

.text-strikethrough {
  text-decoration: line-through;
}

.button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 43px;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 8px #00000008;
}

.button-light:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-light:active {
  color: #fff;
  background-color: #111314;
}

.checkbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.text-warning {
  color: orange;
}

.heading-small {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.colour-box {
  width: 40px;
  height: 40px;
}

.centre-screen {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-colour-60 {
  background-color: #7f7f80;
  width: 40px;
  height: 40px;
}

.heading-xxlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.max-width-small {
  max-width: 24rem;
  line-height: 1.4;
}

.faq-question-title {
  color: #2a2f31;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 22px;
  line-height: 27px;
}

.embed-wrapper {
  border: 1px dotted #d0e8ff;
  border-radius: 3px;
  padding: 15px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
  margin-bottom: 0;
}

.breadcrumb-divider {
  opacity: .3;
  margin-left: 6px;
  margin-right: 6px;
}

.small-button {
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.small-button:hover {
  color: #fff;
  background-color: #333;
  box-shadow: 0 7px 20px -10px #0003;
}

.small-button:active {
  background-color: #0a3092;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.form-select {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 43px;
  margin-bottom: 10px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-select:hover, .form-select:focus {
  color: #37474e;
}

.form-select::placeholder {
  color: #999;
  font-size: 15px;
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #4c5458;
  background-color: #0000;
  border-bottom-color: #808c91;
  font-weight: 700;
}

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

.tagline {
  color: #ccb67c;
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.tagline._w-colour {
  color: #fff;
}

.tagline.centre-screen {
  margin-left: auto;
  margin-right: auto;
}

.tagline.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-muted {
  color: #afb7bb;
}

.margin-bottom-medium {
  margin-bottom: 60px;
}

.divider-large {
  background-color: #fff;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.bullet-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  list-style-type: square;
}

.text-info-wrapper {
  color: #2a2f31;
  background-color: #9ec5fa;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: .8rem;
}

.section-large {
  color: #333;
  background-color: #ffffff57;
  height: auto;
  min-height: 0;
  padding: 90px 20px;
  text-decoration: none;
}

.main-container {
  width: auto;
  max-width: 1180px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 100px;
}

.fea-card {
  aspect-ratio: auto;
  color: #333;
  object-fit: fill;
  background-color: #eef5ff;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 270px;
  margin-top: 0;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.fea-card:hover {
  color: #fff;
  background-color: #0366ff;
  text-decoration: none;
}

.fea-card.gold {
  background-color: #d6b2a280;
}

.fea-card.gold:hover {
  background-color: #333;
}

.fea-card.blue {
  background-color: #ccbccf80;
}

.fea-card.blue:hover {
  background-color: var(--black);
}

.fea-card.cremea {
  background-color: #f9d99480;
}

.fea-card.cremea:hover {
  background-color: var(--black);
}

.fea-card.lite-cream {
  background-color: #f2c5c680;
}

.fea-card.lite-cream:hover {
  background-color: var(--black);
}

.fea-card.rouge {
  background-color: #84bac080;
}

.fea-card.rouge:hover {
  background-color: var(--black);
}

.fea-card.yellow {
  background-color: #b4d2c080;
}

.fea-card.yellow:hover {
  background-color: var(--black);
}

.fake-link {
  text-decoration: underline;
}

._2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

._2-grid.margin-bottom-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.link-block {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-mid {
  color: #333;
  background-color: #fff;
  height: auto;
  min-height: 0;
  padding: 60px 20px;
  text-decoration: none;
}

.paragraph {
  line-height: 1.4;
}

.section-full {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  display: flex;
  position: relative;
}

.section-full.x-t-m {
  border-top: 2px solid var(--white);
}

.section-faces {
  background-color: #fff;
  display: none;
}

._5-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-11 {
  aspect-ratio: 1;
  background-color: #dbdbdb;
  overflow: hidden;
}

.section-testi {
  border-top: 2px solid var(--white);
  background-color: #0b1f3a;
  background-image: linear-gradient(#0b1f3a, #fff0), linear-gradient(292deg, #3a4b60b3, #0b1f3a 56%), url('../images/9.webp');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto 800px;
  height: auto;
  padding: 120px 20px;
}

.section-contact {
  background-color: #ebf1ff;
  padding: 15px 20px;
}

.section-footer {
  background-color: #e0ecff;
  padding: 60px 20px;
}

.section-base {
  color: var(--whitesmoke);
  background-color: #0166ff;
  padding: 20px;
  font-size: .7rem;
}

.quote {
  color: #ccb67c;
  text-align: center;
  margin-bottom: -65px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 11rem;
  line-height: 1;
}

.block-quote-2 {
  color: #ccb67c;
  text-align: center;
  border-left-style: none;
  margin-bottom: 30px;
  padding: 0;
  font-size: 2.2rem;
  line-height: 1.7;
}

.author {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.main-container-contact {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 1180px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  text-decoration: underline;
}

.image-3 {
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 200px;
}

.ft-para {
  max-width: 20rem;
  margin-top: 20px;
  margin-left: 0;
  font-size: .8rem;
  font-style: italic;
  line-height: 1.6;
}

.ft-social-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.ft-link {
  color: #333333b5;
  margin-bottom: 8px;
  font-size: .9rem;
  text-decoration: none;
}

.ft-link:hover {
  color: var(--blue);
  text-decoration: underline;
}

.ft-link:active {
  font-weight: 600;
  text-decoration: none;
}

.ft-link:focus, .ft-link:visited {
  font-weight: 600;
}

.ft-link-wrapper {
  flex-flow: column;
  display: flex;
}

._5-grid-ft {
  grid-column-gap: 30px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr .75fr .75fr;
}

.navbar {
  background-color: var(--transparent);
  width: 100%;
}

.logo {
  mix-blend-mode: normal;
  width: auto;
  height: 100px;
}

.nav-link {
  color: var(--whitesmoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: .8rem;
  display: flex;
}

.nav-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.nav-link.dark {
  color: var(--black);
  letter-spacing: 0;
  font-weight: 600;
}

.nav-link.dark:hover {
  color: var(--blue);
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-cta {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 10px;
  font-size: .9rem;
  display: flex;
}

.nav-link-cta:hover {
  background-color: var(--gold);
  color: var(--black);
}

.nav-link-cta.w--current {
  color: var(--white);
}

.nav-link-cta.w--current:hover {
  color: var(--black);
}

.nav-divider {
  background-color: #f5f5f566;
  border-radius: 20px;
  width: 2px;
  height: 10px;
}

.dropdown-toggle {
  color: var(--whitesmoke);
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 30px;
  font-size: .9rem;
}

.dropdown-toggle:hover {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-toggle.dark {
  color: var(--black);
  letter-spacing: 0;
  font-weight: 600;
}

.dropdown-toggle.dark:hover {
  color: var(--blue);
}

.icon {
  margin-right: 10px;
}

.text-block-3 {
  font-size: .8rem;
}

.dropdown-list {
  background-color: var(--transparent);
}

.dropdown-list.w--open {
  background-color: var(--whitesmoke);
  border-radius: 3px;
}

.dd-link {
  font-size: .9rem;
}

.dd-link:hover {
  color: var(--blue);
  background-color: #0166ff1a;
}

.dd-link.dd-divider {
  border-bottom: 1px solid #0166ff1a;
}

.ft-base-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.emagine {
  opacity: .41;
  color: var(--whitesmoke);
  text-decoration: none;
}

.emagine:hover {
  opacity: 100;
  text-decoration: underline;
}

.ico-embed {
  width: 24px;
  height: 24px;
}

.social-embed {
  width: 30px;
  height: 30px;
}

.persona {
  transition: transform .6s;
}

.persona:hover {
  transform: scale(1.1);
}

._2-grid-clean {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.vid-overley {
  color: var(--white);
  background-color: #0000008c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vid-overley:hover {
  opacity: 0;
}

.play-button {
  mix-blend-mode: normal;
  width: 60px;
}

.play-icon {
  mix-blend-mode: normal;
  width: 30px;
}

.scroll {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--gold);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 6px 6px 6px 12px;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.scroll:hover {
  background-color: var(--gold);
  color: var(--black);
}

.code-embed {
  width: 25px;
  height: 25px;
}

.section-paralax {
  border-top: 2px solid var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/ICAEC-accountants.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  height: 200vh;
  padding: 13% 20px;
  display: block;
  position: relative;
}

.title-colour-white {
  color: var(--white);
}

.img-overley {
  opacity: 0;
  color: var(--white);
  background-color: #0000008c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-overley:hover {
  opacity: 1;
}

.hero-title {
  color: var(--white);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-title.margin-bottom-20.dashtitle {
  font-size: 3.6rem;
}

.code-embed-2 {
  width: 24px;
  height: 24px;
}

.success {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--blue);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
}

.caution {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #ffc048;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: none;
}

.message {
  opacity: .9;
}

.flash-icon {
  width: 43px;
  height: 43px;
}

.info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #4294ff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: none;
}

.bold {
  font-size: 16px;
  font-weight: 700;
}

.flash-message {
  z-index: 999;
  color: #fff;
  text-align: left;
  background-color: #333;
  border-radius: 9px;
  max-width: 800px;
  max-height: 85px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 25px;
  overflow: hidden;
}

.error {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #e04f5f;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: none;
}

.data {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.popup {
  z-index: 10000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  background-color: #0166ff99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.popup-clicker {
  z-index: 9998;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.pop-message-wrapper {
  z-index: 9999;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 600px;
  padding: 30px;
  position: relative;
  overflow: scroll;
}

.close-popup {
  color: #333;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-popup:hover {
  color: #0ca14a;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0ca14a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.primary-button:hover {
  background-color: #333;
}

.primary-button.inline-button {
  background-color: var(--blue);
  display: inline-block;
}

.primary-button.search {
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
}

.internal-main {
  height: auto;
  padding: 60px 20px;
  position: relative;
}

.internal-main.bg-col-off {
  background-color: #f8fafe;
  background-image: linear-gradient(#f8fafefa, #f8fafefa), url('../images/accounting-1.png');
  background-position: 0 0, -10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 700px;
  background-attachment: scroll, fixed;
}

.internal-main.bg-img {
  background-image: linear-gradient(#fffc, #fffc), linear-gradient(#fffffff7, #fffffff7), url('../images/accounting-1.png');
  background-position: 0 0, 0 0, -10%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 700px;
  background-attachment: scroll, scroll, fixed;
}

.hero-wrapper-inner {
  background-image: linear-gradient(#0000008c, #fff0), linear-gradient(#00000080, #00000080), url('../images/pexels-kindelmedia-7688173.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 150px;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
  position: relative;
}

.inhero-text {
  color: var(--whitesmoke);
  max-width: 43rem;
  margin-top: 40px;
  display: block;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.alpha-list {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

.sticky {
  position: sticky;
  top: 50px;
}

.extended {
  max-width: none;
}

.ft-wrapped {
  font-family: Open Sans, sans-serif;
}

.section-intro {
  background-color: #f5f5f54d;
  padding: 60px 20px;
}

.top-line-block {
  border-top: 2px solid var(--gold);
  padding-top: 30px;
}

.text-field {
  background-color: #ccb67c0f;
  border-radius: 3px;
  height: 50px;
  font-weight: 300;
}

.text-field:hover {
  background-color: #ccb67c33;
}

.text-field:focus {
  background-color: var(--gold);
}

.text-field::placeholder {
  color: #c0bfbd;
  font-style: italic;
}

.text-field.comments {
  height: 180px;
}

.required {
  color: var(--blue);
}

.text-span {
  font-size: .8rem;
  font-style: italic;
  font-weight: 300;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body__contents {
  opacity: 1;
  color: #333;
  margin-top: 8px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  border: 1px solid var(--gold);
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  border-color: var(--blue);
  cursor: default;
  background-color: #0166ff0d;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion__item.js-accordion-item {
  background-color: #fff;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  border-color: var(--gold);
  cursor: default;
  background-color: #ffffff0d;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 0;
  padding-left: 0;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.n-submit-button {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.n-submit-button:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.n-submit-button:active {
  background-color: #111314;
}

.contact-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.news-link-wrapper {
  color: #333;
  border-bottom: 1px dotted #3333;
  width: 450px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-weight: 400;
  text-decoration: none;
}

.news-link-wrapper:hover {
  text-decoration: none;
}

.news-link-wrapper.featured {
  border: 1px solid var(--gold);
  background-color: #f5f5f54d;
  width: 100%;
  padding: 20px;
}

.member-pic-wrapper {
  aspect-ratio: 1;
  border: 1px solid var(--gold);
  object-fit: fill;
  background-color: #ccb67c1a;
  width: 300px;
  height: 300px;
  padding: 10px;
  overflow: hidden;
}

.news-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.news-pic:hover {
  transform: scale(1.1);
}

.div-block-14 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0ca14a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: var(--gold);
  margin-left: -5px;
}

.news-title {
  color: #0ca14a;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: var(--gold);
}

.blogs-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 22px;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-rich-text {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
}

.blogpost1_content {
  margin-bottom: 4rem;
}

.blogpost1_image-wrapper {
  border-radius: 3px;
  width: 100%;
  height: 590px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.block-quote-4 {
  color: var(--gold);
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  line-height: 1.5;
}

.list-2 {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

._3-grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link-2 {
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  width: 100%;
  height: 245px;
  position: relative;
  overflow: hidden;
}

.gal-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.gal-pic:hover {
  transform: scale(1.1);
}

.album-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.album-text {
  font-size: .8rem;
  font-weight: 400;
}

.video-album-title {
  margin-bottom: 10px;
  font-weight: 600;
  position: absolute;
  inset: auto auto 20px 20px;
}

.testi-wrapper {
  border-top: 2px solid var(--gold);
  width: 100%;
  margin-bottom: 60px;
  padding-top: 30px;
}

.bq {
  color: var(--gold);
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-block-11 {
  color: var(--black);
  font-size: .9rem;
  font-weight: 600;
}

.code-embed-5 {
  opacity: .25;
  color: var(--gold);
  width: 40px;
  margin-bottom: 20px;
}

.doc-link-wrapper {
  color: #333;
  border-bottom: 1px dotted #3333;
  width: 450px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-weight: 400;
  text-decoration: none;
}

.doc-link-wrapper:hover {
  text-decoration: none;
}

.doc-type {
  color: #ccb67c;
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.doc-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
}

.doc-title:hover {
  color: var(--gold);
}

.doc-link-wrapper-copy {
  color: #333;
  border-bottom: 1px dotted #3333;
  width: 450px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-weight: 400;
  text-decoration: none;
}

.doc-link-wrapper-copy:hover {
  text-decoration: none;
}

.register-wrap {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  height: 40px;
  padding-top: 0;
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
  display: flex;
}

.register-wrap:hover {
  color: var(--gold);
}

.code-embed-6 {
  color: #333;
  width: 20px;
  height: 20px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.ksimg {
  width: 200px;
}

.key-speaker-title {
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px #5fb258;
  margin-top: 6px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.b-member {
  color: #204e77;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.row-3 {
  border: 1px solid #0000001a;
  border-bottom-style: none;
  margin-bottom: 30px;
  padding: 50px 15px 15px;
}

.iten-title {
  color: var(--blue);
  line-height: 16px;
}

.iten-title.break {
  color: #000;
}

.b-member-title {
  color: #000;
  font-size: 15px;
}

.key-speakers {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.itenory {
  background-color: #f5f5f580;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

.itenory.lunch {
  background-color: #fff;
}

.days {
  border-bottom: 1px dotted #f5f5f5;
  margin-bottom: 15px;
  padding-bottom: 25px;
  overflow: hidden;
}

.days.lastday {
  margin-bottom: 30px;
}

.iten-speaker {
  font-weight: 600;
}

.item-data {
  padding-top: 21px;
  padding-left: 15px;
  line-height: 16px;
}

.divider {
  border-bottom: 1px dotted var(--black);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sub-title {
  color: var(--black);
  text-transform: none;
  margin-bottom: 30px;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}

.div-block-15 {
  margin-bottom: 30px;
}

.row-4 {
  height: auto;
}

.iten1 {
  background-color: var(--blue);
  padding: 20px;
}

.book-button {
  background-color: var(--gold);
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  margin-bottom: 30px;
  margin-right: 15px;
}

.book-button:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #204e77;
}

.para {
  color: #333;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.event-subtitle {
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-weight: 700;
}

.link-block-3 {
  color: var(--black);
  text-align: center;
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: none;
}

.l-align {
  margin-left: 0;
}

.event-detail-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

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

.event-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: block;
}

.view-pdf:hover {
  text-decoration: underline;
}

.div-block-16, .div-block-17 {
  text-align: center;
}

.members-link-wrapper {
  border-bottom: 1px solid var(--gold);
  color: #333;
  width: 450px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  font-weight: 400;
  text-decoration: none;
}

.members-link-wrapper:hover {
  text-decoration: none;
}

.data-branch {
  margin-top: 0;
  font-size: .9rem;
}

.mem-data-wrap {
  justify-content: space-between;
  align-items: center;
  height: 35px;
  margin-bottom: 0;
  display: flex;
}

.mem-data-wrap.margin-bottom-20 {
  margin-bottom: 20px;
}

.data-membership-class, .data-membership-type, .data-company, .data-qualification {
  margin-top: 0;
  font-size: .9rem;
}

.sort-tag {
  border: 1px solid var(--gold);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f5ef;
  border-radius: 6px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 43px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 8px #00000008;
}

.sort-tag:hover {
  color: var(--white);
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.sort-tag:active {
  background-color: #111314;
}

.sort-tag.margin-top-20 {
  background-color: var(--blue);
}

.sort-tag.g-colour {
  background-color: var(--gold);
}

.div-block-18 {
  clear: left;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.select-field {
  color: var(--black);
  background-color: #ccb67c0f;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 20px;
  font-weight: 400;
}

.select-field:hover {
  color: var(--black);
  background-color: #ccb67c33;
}

.select-field:focus {
  background-color: var(--gold);
}

.select-field::placeholder {
  color: #c0bfbd;
  font-style: italic;
}

.select-field.comments {
  height: 180px;
}

.member-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.member-pic:hover {
  transform: scale(1.1);
}

.blog-pic-wrapper {
  aspect-ratio: 1;
  border: 1px none var(--gold);
  object-fit: fill;
  background-color: #ccb67c1a;
  width: 100%;
  height: 240px;
  padding: 0;
  overflow: hidden;
}

.member-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 22px;
  display: flex;
}

.test {
  width: 450px;
  text-decoration: none;
}

.etstjjjhg {
  aspect-ratio: 1;
  border: 1px solid var(--gold);
  object-fit: fill;
  background-color: #ccb67c1a;
  width: 100px;
  height: 100px;
  padding: 10px;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto;
}

.rfffffffff {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  margin-bottom: 0;
  display: flex;
}

.div-block-19 {
  color: var(--black);
}

.grid-2-copy {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 130px 1fr;
}

.div-block-20 {
  color: var(--black);
  border-bottom: 1px solid #3333331a;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.member-name {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}

.member-name:hover {
  color: var(--blue);
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mem-data-wrap-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.div-block-22 {
  border-top: 1px solid #3333331a;
  margin-top: 20px;
  padding-top: 20px;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-24 {
  flex: 1;
  padding-left: 20px;
}

.button-outline-2 {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: inset 0 0 0 2px #4c5458;
}

.button-outline-2:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.check-box-2 {
  width: 1098px;
  height: 20px;
  margin: 0 0 10px;
}

.check-box-2.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

._2-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button-2:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-2:active {
  background-color: #111314;
}

.container-medium {
  flex: 0 auto;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.spacer-16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer-16._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.form-input-2 {
  background-color: #f0f2f3;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.form-input-2:focus {
  border-color: #529dff;
}

.form-input-2::placeholder {
  color: #afb7bb;
}

.tagline-2 {
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.register-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #f0f2f3;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

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

.checkbox-label-2 {
  width: auto;
  min-width: 150px;
}

.div-block-25 {
  margin-bottom: 40px;
}

.branch-img {
  width: 100%;
}

.rich-text-block {
  width: 605px;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  display: flex;
}

.text-block-13 {
  -webkit-text-stroke-width: 12px;
  font-family: Merriweather, serif;
  font-size: 14rem;
  line-height: 1em;
}

.text-block-14 {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-title-2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-title-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #0166ff;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button-3:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-3:active {
  background-color: #111314;
}

.form-2 {
  max-width: 400px;
  margin-top: 20px;
}

.hero-wrapper-2 {
  background-image: linear-gradient(#000c, #3d3d3d99), linear-gradient(#00000080, #00000080), url('../images/pexels-kindelmedia-7688173.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
  position: relative;
}

.max-width-large-3 {
  width: 100%;
  max-width: 43rem;
  min-height: 0;
}

.tagline-3 {
  color: #ccb67c;
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.tagline-3._w-colour {
  color: #ccb67c;
}

.text-field-2 {
  background-color: #f8fafe;
  border: 1px solid #0000000d;
}

.text-field-2:hover {
  background-color: #eef1f7;
}

.text-field-2:focus {
  background-color: #fff;
  border-color: #0006;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  color: #333;
}

.text-field-2::placeholder {
  color: #33323266;
}

.text-field-2.login {
  border-radius: 6px;
}

.text-field-2.comments {
  min-height: 140px;
}

.text-field-2.s-year {
  background-color: #fff;
  border-color: #00000026;
  border-radius: 3px;
  max-width: 180px;
}

.hero-wrapper-inner-2 {
  background-image: linear-gradient(#0000008c, #fff0), linear-gradient(#00000080, #00000080), url('../images/pexels-tima-miroshnichenko-6693656.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 150px;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
  position: relative;
}

.tagline-4 {
  color: #ccb67c;
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.tagline-4._w-colour {
  color: #fff;
}

.logged-in-name {
  font-weight: 700;
}

.hero-title-3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.member-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  position: static;
}

.page-content {
  position: relative;
}

.nav-ico2 {
  margin-right: 15px;
  font-size: .8rem;
  display: none;
}

.member-link-wrapper {
  border-left: 1px #01479817;
  border-right: 1px dashed #01479817;
  flex-direction: column;
  height: 100%;
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 120px;
}

.heading-xsmall-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.edit-wrapper {
  opacity: .5;
  color: #333;
  position: absolute;
  inset: 10px 10px auto auto;
}

.edit-wrapper:hover {
  opacity: 1;
  color: #333;
}

.heading-xxxs {
  margin: 0 0 15px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color .3s;
}

.heading-xxxs.margin-bottom-20 {
  margin-bottom: 20px;
}

.main-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.member-nav-wrapper {
  height: 100%;
  position: static;
}

.side-nav-wrapper-v2 {
  border-top: 1px solid #0000001a;
  border-bottom: 1px #0000001a;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

._2-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.dash-txt {
  font-size: .9rem;
}

.member-nav-link {
  opacity: .75;
  color: #0166ff;
  text-transform: capitalize;
  border-radius: 5px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3px;
  font-size: .9rem;
  font-weight: 400;
  transition: padding .3s, color .2s, background-color .2s;
}

.member-nav-link:hover {
  opacity: 1;
  color: #014798;
  padding-left: 10px;
  text-decoration: none;
}

.member-nav-link.w--current {
  opacity: 1;
  color: #333;
  background-color: #e9edf3;
  padding: 15px;
  position: static;
  top: 220px;
}

.member-nav-link.cpd-sub {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: .8rem;
  text-decoration: none;
}

.member-nav-link.cpd-sub:hover {
  text-decoration: underline;
}

.member-nav-link.cpd-sub.w--current {
  color: #333;
  background-color: #e9edf3;
  margin-bottom: 10px;
}

.data-wrapper-form {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  transition: color .9s, border .3s, background-color .9s;
  position: relative;
}

.data-wrapper-form:hover {
  color: #333;
  background-color: #fff;
  border-style: dashed;
}

.side-nav-wrapper {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.member-nav {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 270px;
  max-width: 270px;
  display: flex;
  position: static;
  overflow: visible;
}

.inner-section-sticky {
  background-color: #f5f6fa;
  width: 100%;
  padding: 100px 5% 90px;
  overflow: visible;
}

.inner-section-sticky.padding-top-20 {
  background-color: #f8fafe;
}

.s-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 120px;
}

.section-base-2 {
  color: #f5f5f5;
  background-color: #0166ff;
  padding: 20px;
  font-size: .7rem;
}

.emagine-2 {
  opacity: .41;
  color: #f5f5f5;
  text-decoration: none;
}

.emagine-2:hover {
  opacity: 100;
  text-decoration: underline;
}

.div-block-180 {
  text-align: left;
}

.data-wrapper {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  padding: 60px 30px 30px;
  transition: color .9s, border .3s, background-color .9s;
  position: relative;
}

.data-wrapper:hover {
  background-color: var(--black);
  color: #fff;
  border-style: dashed;
}

.div-block-178 {
  text-align: left;
}

.text-block-39 {
  text-align: left;
  margin-bottom: 10px;
  font-size: .8rem;
}

.edit-button {
  color: gray;
  background-color: #3898ec00;
  border: 1px solid gray;
  border-radius: 6px;
  padding: 3px 9px;
  font-size: .7rem;
  position: absolute;
  inset: 10px 10px auto auto;
}

.edit-button:hover {
  color: #fff;
  background-color: #0166ff;
  border-color: #0166ff;
}

.comment-note {
  max-width: 700px;
  margin-left: 0;
  font-weight: 400;
  line-height: 1.8;
}

.div-block-179 {
  text-align: left;
}

.title-items-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 30px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

.list-items-grid {
  grid-column-gap: 50px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 30px;
  display: grid;
  position: relative;
}

.data-field-2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.field-data {
  font-weight: 600;
  line-height: 1.4;
}

.id-text {
  font-weight: 700;
}

.form-title {
  color: #707070;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: .8rem;
}

.vert-div {
  background-color: #3333;
  width: 1px;
  height: 25px;
  margin-left: 8px;
  margin-right: 8px;
}

.company-title {
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.left-flex-wrapper {
  align-items: flex-end;
  display: flex;
}

.name-id-wrap-copy {
  border-bottom: 1px solid #3333330d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

._3-grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 60px auto;
  display: grid;
  position: relative;
}

._3-grid-5.no-margin {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.profile-name {
  margin-top: 0;
  margin-bottom: -2px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xsmall-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-89 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.date {
  border: 1px solid #f8fafe;
}

.date-ch {
  background-color: #f8fafe;
  border: 1px solid #0000000d;
}

.date-ch:hover {
  background-color: #eef1f7;
}

.date-ch:focus {
  background-color: #fff;
  border-color: #0006;
}

.date-ch:focus-visible, .date-ch[data-wf-focus-visible] {
  color: #333;
}

.date-ch::placeholder {
  color: #33323266;
}

.date-ch.login {
  border-radius: 6px;
}

.date-ch.comments {
  min-height: 140px;
}

.heading {
  margin-left: 0;
}

._2-1-grid, ._1-2-grid {
  grid-template-rows: auto;
}

.profile-wrapper {
  background-image: url('../images/empty.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.upload-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8fafe;
  border: 1px solid #0000000d;
  justify-content: center;
  align-items: center;
  height: 150px;
  font-size: .9rem;
  display: flex;
}

.upload-field:hover {
  background-color: #eef1f7;
}

.upload-field:focus {
  background-color: #fff;
  border-color: #0006;
}

.upload-field:focus-visible, .upload-field[data-wf-focus-visible] {
  color: #333;
}

.upload-field::placeholder {
  color: #33323266;
}

.upload-field.login {
  border-radius: 6px;
}

.upload-field.comments {
  min-height: 140px;
}

.upload-field.s-year {
  background-color: #fff;
  border-color: #00000026;
  border-radius: 3px;
  max-width: 180px;
}

._1-2-grid-upload {
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  margin-bottom: 10px;
}

.choose-button {
  color: var(--black);
  text-align: center;
  background-color: #efefef;
  border: 1px solid #333;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 0;
  padding: 3px 10px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 8px #00000008;
}

.choose-button:hover {
  color: var(--white);
  background-color: #2a2f31;
  text-decoration: none;
  box-shadow: 0 7px 20px -10px #0003;
}

.choose-button:active {
  background-color: #111314;
}

.choose-button.margin-top-20 {
  background-color: var(--blue);
}

.choose-button.g-colour {
  background-color: var(--gold);
}

.main-comment {
  margin-left: 0;
}

.div-block-181 {
  margin-bottom: 40px;
}

.div-block-182 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-183 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.end-button {
  opacity: .2;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.end-button:hover {
  opacity: 100;
  background-color: red;
  box-shadow: 0 7px 20px -10px #0003;
}

.end-button:active {
  background-color: #111314;
}

.end-button.margin-top-20 {
  background-color: var(--blue);
}

.end-button.g-colour {
  background-color: var(--gold);
}

.overview-wrapper {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  padding: 60px 30px 30px;
  transition: color .9s, border .3s, background-color .9s;
  position: relative;
}

.overview-wrapper:hover {
  background-color: var(--white);
  border-style: dashed;
}

.list-3 {
  margin-left: 0;
}

.docu-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: gray;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-flex;
}

.docu-wrapper:hover {
  color: var(--gold);
}

.docu-ico {
  width: 25px;
  margin-top: 2px;
}

.text-block-40 {
  font-weight: 700;
}

.uploaded {
  margin-top: 60px;
}

.tabs-menu-2 {
  flex-flow: column;
  width: 350px;
  padding-top: 23px;
  display: flex;
}

.tabs {
  background-color: var(--transparent);
  color: var(--gold);
  padding-left: 0;
  font-weight: 400;
}

.tabs.w--current {
  background-color: var(--transparent);
  color: var(--blue);
  padding-left: 10px;
  font-weight: 700;
}

.tabs-2 {
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  min-height: 60px;
}

.faq-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.accordion-body__contents-2 {
  opacity: 1;
  color: #727272;
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.accordion_item-image {
  width: 40px;
}

.question-text-2 {
  color: var(--gold);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: 1.1;
}

.career-op-title {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}

.career-op-title:hover {
  color: var(--blue);
}

.post-category {
  color: #929292;
  text-transform: uppercase;
  max-width: 43rem;
  margin: 10px auto 4px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-184 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.director-block {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.staff-img {
  transition: transform .3s;
}

.staff-img:hover {
  transform: scale(1.08);
}

.director-nfo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  transition: padding .6s;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.director-nfo:hover {
  background-color: #e0ecff;
  padding-right: 1.5rem;
  text-decoration: none;
}

.staff-name {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.tb-10 {
  color: var(--gold);
  line-height: 1;
}

.arrow-r {
  width: auto;
  height: 25px;
  transition: transform .2s;
}

.team-list-wrapper:hover {
  text-decoration: none;
}

.email-team-member {
  color: var(--black);
  margin-top: 20px;
  font-weight: 400;
}

.newsletter-wrapper {
  background-image: linear-gradient(90deg, #0166ffed, var(--blue) 55%, #e0ecff 55%, #e0ecff), url('../images/newsletter-bg.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1000px;
  flex-flow: row;
  padding: 60px 20px;
  display: block;
}

.nl-div-60 {
  background-color: var(--blue);
  width: 60%;
}

.nl-div-40 {
  background-color: #e0ecff;
  flex: 1;
}

.div-block-185 {
  padding: 60px 20px;
}

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

.nl-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: auto;
  max-width: 1180px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 100px;
}

.div-block-186 {
  color: var(--whitesmoke);
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 55%;
  padding-right: 7%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-187 {
  flex: 1;
  padding-left: 3%;
}

.nl-txt {
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
}

.nl-title {
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  display: block;
}

.nl-tagline {
  color: var(--whitesmoke);
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.nl-tagline._w-colour {
  color: #fff;
}

.nl-tagline.centre-screen {
  margin-left: auto;
  margin-right: auto;
}

.nl-tagline.margin-bottom-20 {
  margin-bottom: 20px;
}

.div-block-188 {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.graphs-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 3px;
  flex-flow: column;
  max-width: 910px;
  margin-bottom: 20px;
  padding: 30px;
  transition: color .9s, border .3s, background-color .9s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.graphs-wrapper:hover {
  color: #fff;
  border-style: dashed;
}

.graph-wrap {
  border-bottom: 1px dashed #0000001a;
  margin: 0;
  padding: 0 0 10px;
}

.graph-wrap.last {
  border-bottom-style: none;
}

.graph-embed {
  margin: 0;
  padding: 0;
}

.table-scrollbox {
  border-left: 1px solid #0000001a;
  overflow: auto;
}

.html-table {
  background-color: #ffffff08;
  width: 100%;
}

.table-block {
  color: #333;
  background-color: #ffffff0d;
  border-bottom: 1px solid #3d65ad33;
  border-right: 1px solid #3d65ad33;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 15px;
  font-size: 15px;
}

.table-block.highlighted {
  background-color: var(--black);
  color: #fff;
  text-align: left;
  min-width: 230px;
  font-weight: 700;
}

.table-block.subheader {
  color: #fff;
  background-color: #385fa5;
  min-width: 120px;
  font-weight: 600;
}

.table-block.bold {
  text-align: left;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 800;
}

.gallery-head-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.link {
  color: var(--black);
  text-decoration: underline;
}

.link:hover {
  color: var(--blue);
}

.filter-featured {
  position: sticky;
  top: 50px;
}

.search {
  margin-bottom: 25px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.search-2 {
  display: flex;
}

.div-block-189 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-190 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .news-pic:hover, .member-pic:hover {
    width: 100%;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 991px) {
  .div-block._1 {
    min-height: 60dvh;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-menu-brand.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._3-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .tabs-menu-left {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  ._1-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  ._4-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  ._3-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .heading-large.no-margin.l-aligned {
    max-width: 19rem;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  ._3-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 0;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-nav-container {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  ._2-1-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .column {
    width: 50%;
  }

  .small-button {
    position: relative;
  }

  .main-container, .fea-card, .main-container-contact {
    width: auto;
  }

  ._5-grid-ft {
    grid-column-gap: 11px;
    grid-template-columns: 1fr 1fr .75fr .75fr .75fr;
  }

  .nav-link {
    color: var(--black);
    width: 100%;
    height: 40px;
    padding-left: 0;
  }

  .nav-link:hover, .nav-link:active {
    color: var(--blue);
  }

  .nav-menu {
    background-color: var(--white);
    border-radius: 6px;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    height: 380px;
    padding: 15px;
    inset: 100px 0% 0% auto;
  }

  .nav-link-cta {
    margin-top: 20px;
    margin-left: 0;
  }

  .dropdown-toggle {
    color: var(--black);
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .dropdown-toggle:hover, .dropdown-toggle:active {
    color: var(--blue);
  }

  .menu-button {
    border: 1px solid var(--whitesmoke);
    color: var(--whitesmoke);
    margin-top: 20px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--blue);
  }

  .hero-title {
    font-size: 3rem;
  }

  .dropdown {
    color: var(--black);
    width: 100%;
    height: 40px;
  }

  .flash-message {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blogpost1_content {
    margin-bottom: 3rem;
  }

  .blogpost1_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

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

  .select-field {
    margin-bottom: 0;
  }

  .button-outline-2 {
    position: relative;
  }

  ._2-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .button-2 {
    position: relative;
  }

  .container-medium {
    max-width: 728px;
  }

  .hero-title-2, .hero-title-3 {
    font-size: 3rem;
  }

  .nav-ico2 {
    margin-right: 10px;
  }

  .member-nav {
    min-width: 240px;
    max-width: 240px;
  }

  .inner-section-sticky {
    padding: 50px 3%;
  }

  .title-items-grid, .list-items-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-title {
    margin-right: 10px;
  }

  .left-flex-wrapper {
    margin-bottom: 15px;
  }

  .name-id-wrap-copy {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  ._3-grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nl-container {
    width: auto;
  }

  .div-block-186 {
    padding-right: 4%;
  }

  .div-block-187 {
    padding-left: 0%;
  }

  .nl-txt {
    text-align: right;
    font-size: 1.1rem;
  }
}

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

  .site-wrapper._w-bg {
    min-height: auto;
  }

  .hero-wrapper {
    height: auto;
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .div-block._1 {
    min-height: 40dvh;
  }

  .div-block-2 {
    padding: 30px 20px;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._3-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .max-width-large {
    max-width: 43rem;
  }

  .spacer {
    height: 32px;
  }

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

  .tabs-menu-left {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 20px;
  }

  .button-clear {
    margin-left: 0;
    margin-right: 0;
  }

  .para-small {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  ._1-2-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .sg-footer-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._4-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .sg-content {
    margin-left: 0;
  }

  ._2-grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .field-block {
    min-height: auto;
  }

  .para-large {
    font-size: 1.4rem;
  }

  ._3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .left-tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .button-clear-left {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  ._3-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .faq-icon {
    width: 28px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._2-1-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .sg-menu {
    background-color: #fff;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .column.desk-4 {
    width: 100%;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

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

  .tab-title {
    display: none;
  }

  .section-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .section-mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .block-quote-2 {
    font-size: 1.6rem;
  }

  .main-container-contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._5-grid-ft {
    grid-template-columns: 1fr;
  }

  .ft-base-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  ._2-grid-clean {
    grid-template-columns: 1fr;
  }

  .scroll {
    display: none;
  }

  .hero-wrapper-inner {
    height: auto;
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .news-link-wrapper {
    width: 100%;
  }

  .blogpost1_content {
    margin-bottom: 2rem;
  }

  ._3-grid-4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .key-speaker-title {
    margin-bottom: 0;
  }

  .item-data {
    padding-left: 0;
    padding-right: 0;
  }

  .iten1 {
    margin-bottom: 6px;
  }

  .book-button {
    display: inline-block;
  }

  .members-link-wrapper {
    width: 100%;
  }

  ._2-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .hero-wrapper-2 {
    height: auto;
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .max-width-large-3 {
    max-width: 43rem;
  }

  .hero-wrapper-inner-2 {
    height: auto;
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .member-grid {
    grid-template-columns: auto;
    position: relative;
  }

  .page-content {
    border-top: 1px dotted #0000001a;
    margin-top: 20px;
    padding-top: 30px;
  }

  .member-link-wrapper {
    border-right: 1px #01479833;
    margin-right: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .member-nav-wrapper {
    border-right: 1px #01479833;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .member-nav {
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    display: flex;
    position: relative;
  }

  .inner-section-sticky {
    padding: 20px 2%;
  }

  .text-block-39 {
    text-align: left;
  }

  .title-items-grid, .list-items-grid {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  ._3-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .profile-name, .heading-xsmall-3 {
    font-size: 1.125rem;
  }

  .question-text-2 {
    margin-top: 8px;
  }

  .newsletter-wrapper {
    background-color: var(--whitesmoke);
    background-image: none;
    background-position: 0 0;
    flex-flow: row;
    display: block;
  }

  .nl-container {
    flex-flow: column;
  }

  .div-block-186 {
    color: var(--black);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .nl-tagline {
    color: var(--black);
  }

  .table-block.bold {
    justify-content: flex-start;
  }

  .div-block-189 {
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .nav-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    background-image: linear-gradient(180deg, #0000008c, #fff0), linear-gradient(to bottom, null, null), url('../images/pexels-kindelmedia-7688173.jpg');
    background-size: auto, auto, cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 70dvh;
    padding: 60px 20px 40px;
  }

  .div-block._1 {
    min-height: 20dvh;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-outline {
    width: 100%;
    font-size: 16px;
  }

  ._3-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .text-align-center-2 {
    font-size: 1.125rem;
  }

  .button-clear {
    width: 100%;
    font-size: 16px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  ._1-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sg-footer-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-disabled {
    width: 100%;
    font-size: 16px;
  }

  ._4-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .button-clear-left {
    width: 100%;
    font-size: 16px;
  }

  .heading-large.no-margin.l-aligned {
    text-align: center;
  }

  .form-input {
    width: 100%;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  ._3-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .button-grey {
    width: 100%;
    font-size: 16px;
  }

  ._2-1-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-light {
    width: 100%;
    font-size: 16px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-9 {
    width: 100%;
  }

  .tab-title {
    display: none;
  }

  ._2-grid, ._2-grid.margin-bottom-40 {
    grid-template-columns: 1fr;
  }

  .section-testi {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .quote {
    margin-bottom: 0;
    font-size: 6rem;
  }

  .main-container-contact {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .ft-social-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .ft-link-wrapper {
    text-align: center;
  }

  .nav-menu {
    width: 80%;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-13, .text-block-4 {
    text-align: center;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .success, .caution, .info {
    padding: 15px;
  }

  .flash-message {
    max-height: 110px;
  }

  .error {
    padding: 15px;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper-inner {
    background-image: linear-gradient(180deg, #0000008c, #fff0), linear-gradient(to bottom, null, null), url('../images/pexels-kindelmedia-7688173.jpg');
    background-size: auto, auto, cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 70dvh;
    padding: 60px 20px 40px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .n-submit-button {
    width: 100%;
    font-size: 16px;
  }

  .news-link-wrapper {
    width: auto;
  }

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

  .doc-link-wrapper, .doc-link-wrapper-copy {
    width: auto;
  }

  .book-button {
    display: block;
  }

  .event-detail-grid {
    grid-template-columns: 1fr;
  }

  .members-link-wrapper {
    width: 100%;
  }

  .mem-data-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sort-tag {
    width: 100%;
    font-size: 16px;
  }

  .rfffffffff, .mem-data-wrap-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-outline-2 {
    width: 100%;
    font-size: 16px;
  }

  ._2-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-right: 0;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .container-medium {
    max-width: none;
  }

  .form-input-2 {
    width: 100%;
  }

  .register-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-title-2 {
    font-size: 2.4rem;
  }

  .button-3 {
    width: 100%;
    font-size: 16px;
  }

  .hero-wrapper-2, .hero-wrapper-inner-2 {
    background-image: linear-gradient(180deg, #0000008c, #fff0), linear-gradient(to bottom, null, null), url('../images/pexels-kindelmedia-7688173.jpg');
    background-size: auto, auto, cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 70dvh;
    padding: 60px 20px 40px;
  }

  .hero-title-3 {
    font-size: 2.4rem;
  }

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

  .page-content {
    margin-top: 0;
  }

  .data-wrapper-form {
    padding: 10px;
  }

  .inner-section-sticky {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-15 {
    text-align: center;
  }

  .data-wrapper {
    padding: 10px;
  }

  .title-items-grid, .list-items-grid {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .vert-div {
    display: none;
  }

  .left-flex-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  ._3-grid-5 {
    grid-template-columns: 1fr;
  }

  .choose-button, .end-button {
    width: 100%;
    font-size: 16px;
  }

  .overview-wrapper {
    padding: 10px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text-2 {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .director-nfo {
    padding-top: 2.4rem;
  }

  .nl-txt {
    text-align: left;
  }

  .graphs-wrapper {
    padding: 10px;
  }
}

#w-node-_4c69e4b7-99b1-bafc-dd5f-7d333fa033ef-3fa033dc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096700b-a7751b42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096700c-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096700d-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096700e-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096700f-a7751b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096701a-a7751b42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096701b-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096701c-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096701d-a7751b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a80967027-a7751b42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a80967028-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a80967029-a7751b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a80967032-a7751b42 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a80967033-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a80967034-a7751b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096703d-a7751b42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096703e-a7751b42, #w-node-b2f3b4cd-71df-01ca-3f3f-ea1a8096703f-a7751b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_263247d5-c1db-48c7-98a0-efd78eea36e5-bdb53984 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bf0921b9-73a0-c1e6-99a2-e567f83cead1-9e93c57c, #w-node-bf0921b9-73a0-c1e6-99a2-e567f83cead1-40b02cf2 {
  justify-self: end;
}

#w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-99a0ecba, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-99a0ecba, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-e8ad8641, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-e8ad8641, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-481ecd27, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd712-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd717-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd71c-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd721-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd726-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd72b-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd73a-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd73f-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd744-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd749-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd74e-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd753-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd75e-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd763-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd768-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd76d-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd772-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd777-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd782-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd787-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd78c-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd791-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd796-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd79b-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd7a6-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd7ab-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd7b0-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd7b5-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd7ba-481ecd27, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd7bf-481ecd27, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-45f457e8, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-45f457e8, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-45f519c5, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-45f519c5, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-810d08ba, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-810d08ba, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e45a-f6c0a912, #w-node-_8be68183-a59d-d6f7-a771-6ccfe521e476-f6c0a912, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd712-f6c0a912, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd726-f6c0a912, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd72b-f6c0a912, #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd71c-f6c0a912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_263247d5-c1db-48c7-98a0-efd78eea36e5-a132c729 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_263247d5-c1db-48c7-98a0-efd78eea36e5-bdb53984, #w-node-_263247d5-c1db-48c7-98a0-efd78eea36e5-a132c729 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c69e4b7-99b1-bafc-dd5f-7d333fa033ef-3fa033dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_04086961-4f2b-5eb5-3bc9-6a79bcfbd712-f6c0a912 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
