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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

a {
  text-decoration: none;
  cursor: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: none;
}

.container {
  max-width: 100vw;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 108px;
  line-height: 120px;
  font-weight: 800;
  letter-spacing: -5px;
  white-space: normal;
}

.h1.hero-heading {
  max-width: 1000px;
}

.h2 {
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: -3px;
  white-space: normal;
}

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

.h2.extrabold {
  font-weight: 800;
}

.h3 {
  display: block;
  max-width: 792px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -2px;
  white-space: normal;
}

.h3.text-centred {
  text-align: center;
}

.h4 {
  max-width: 792px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -2px;
  white-space: normal;
}

.h5 {
  max-width: 792px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  white-space: normal;
}

.h6 {
  max-width: 792px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: normal;
}

.paragraph-lg {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: -0.5px;
  white-space: normal;
}

.paragraph-lg.bottommargin-sm.grey-800.text-medium {
  font-weight: 500;
}

.paragraph-lg.bold {
  font-weight: 500;
}

.paragraph-md {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  letter-spacing: 0px;
  white-space: normal;
}

.paragraph-sm {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  white-space: normal;
}

.paragraph-sm.short {
  color: hsla(0, 0%, 93.3%, 0.6);
}

.paragraph-xs {
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  white-space: normal;
}

.paragraph-xs.caption {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #666;
}

.paragraph-xs.short {
  max-width: 500px;
  color: #ddd;
}

.hero-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5f5f5;
  background-image: url('../images/iqeq_cover3x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-fixed.hero-iqeq {
  padding-right: 0%;
  padding-left: 0%;
  background-image: url('../images/iqeq_cover3x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-fixed.hero-iqeq-video {
  overflow: hidden;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: hsla(0, 0%, 96.1%, 0);
  background-image: none;
}

.hero-content {
  position: absolute;
  z-index: 10;
  display: block;
  margin: auto 4%;
  padding-top: 4%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-grid {
  width: 100%;
  height: 100%;
  -ms-grid-rows: 1fr 1.5fr;
  grid-template-rows: 1fr 1.5fr;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 584px;
  margin-right: 17%;
  margin-left: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-wrapper.topmargin-8 {
  margin-top: 8%;
}

.divider-sm {
  width: 64px;
  height: 4px;
  background-color: #333;
}

.divider-sm.margin-4 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.divider-sm.margin-sm {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider-sm.topmargin-sm {
  margin-top: 56px;
  margin-bottom: 0px;
}

.paragraph-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video-block.margin-4 {
  margin-top: 4%;
  margin-bottom: 4%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video-block.topmargin-4 {
  margin-top: 4%;
}

.video {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
}

.image-full {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-top: -1px;
  margin-bottom: -1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.big-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17%;
  padding-left: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0% 17%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-centre.margin-8 {
  margin-top: 8%;
  margin-bottom: 8%;
}

.image-centre.bottommargin-8 {
  margin-top: 0%;
  margin-bottom: 8%;
}

.image-centre.bottompadding-md {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-centre.bottompadding-sm {
  padding-bottom: 4vh;
}

.big-heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-centre.coming-soon {
  margin-top: auto;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.body-centre.grey-300 {
  background-color: #eee;
  color: #333;
}

.margin-8 {
  margin-top: 8%;
  margin-bottom: 8%;
}

.image-fixed {
  height: 50vh;
  max-height: 500px;
}

.image-fixed.iqeq02 {
  background-image: url('../images/iqeq_022x.png');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.image-fixed.iqeq14 {
  background-image: url('../images/iqeq_14.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-fixed.padding-lg.natwest {
  background-image: url('../images/natwest-fixed.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.image-fixed.padding-lg.spw {
  background-image: url('../images/spw_fixed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-fixed.padding-lg.spw2 {
  background-image: url('../images/spw_fixed2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-fixed.padding-lg.blu {
  background-image: url('../images/blu_fixed.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-centre-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-right: 13%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.colour {
  width: 160px;
  height: 160px;
  border-radius: 0px;
  background-color: #333;
  color: #333;
}

.colour.grey-800 {
  background-color: #666;
}

.colour.grey-600 {
  background-color: #b0b0b0;
}

.colour.grey-400 {
  background-color: #ddd;
}

.colour.grey-300 {
  background-color: #eee;
}

.colour.grey-100 {
  background-color: #f8f8f8;
}

.colour.white {
  background-color: #fff;
}

.spacer-40px {
  width: 100%;
  height: 40px;
}

.corner-8 {
  border-radius: 8px;
}

.corner-16 {
  border-radius: 16px;
}

.video-bg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video-bg-wrapper.margin-8 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-bg-wrapper.margin-6 {
  margin-top: 6%;
  margin-bottom: 6%;
}

.video-bg-wrapper.margin-xl {
  width: 80%;
}

.video-bg-wrapper.bottomtoppadding-md {
  padding-bottom: 8vw;
}

.video-bg-wrapper.bottomtoppadding-lg {
  padding-bottom: 16vw;
}

.margin-4 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.margin-16 {
  margin-top: 16%;
  margin-bottom: 16%;
}

.main-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.main-wrapper-home.bottommargin-lg {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
}

.colours {
  display: block;
  text-align: center;
}

.margin-sm {
  margin-top: 48px;
  margin-bottom: 48px;
}

.margin-md {
  margin-top: 64px;
  margin-bottom: 64px;
}

.margin-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.margin-xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

.topmargin-lg {
  margin-top: 80px;
  margin-bottom: 0px;
}

.topmargin-xs {
  margin-top: 40px;
  margin-bottom: 0px;
}

.topmargin-sm {
  margin-top: 48px;
  margin-bottom: 0px;
}

.topmargin-md {
  margin-top: 64px;
  margin-bottom: 0px;
}

.topmargin-xl {
  margin-top: 96px;
  margin-bottom: 0px;
}

.bottommargin-xs {
  margin-top: 0px;
  margin-bottom: 40px;
}

.bottommargin-sm {
  margin-top: 0px;
  margin-bottom: 48px;
}

.bottommargin-md {
  margin-top: 0px;
  margin-bottom: 64px;
}

.bottommargin-lg {
  margin-top: 0px;
  margin-bottom: 80px;
}

.bottommargin-xl {
  margin-top: 0px;
  margin-bottom: 96px;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-radius: 0px;
}

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

.spacing-16px {
  height: 16px;
}

.spacing-32px {
  height: 32px;
}

.spacing-48px {
  height: 48px;
}

.spacing-56 {
  height: 56px;
}

.spacing-40px {
  height: 40px;
}

.spacing-24px {
  height: 24px;
}

.spacing-64 {
  height: 64px;
}

.spacing-8 {
  height: 8px;
}

.inner-wrapper {
  margin-right: 16%;
  margin-left: 16%;
}

.inner-wrapper.centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dark {
  background-color: #333;
  color: #eee;
}

.body-2 {
  background-color: #eee;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.logo {
  width: 80px;
  padding-top: 10px;
}

.link-block {
  display: inline-block;
  padding: 20px 23px;
  text-align: center;
  text-decoration: underline;
}

.black {
  color: #333;
}

.black.dark {
  color: #f8f8f8;
}

.grey-800 {
  color: #666;
}

.grey-600 {
  color: #b0b0b0;
}

.grey-400 {
  color: #ddd;
}

.grey-300 {
  color: #eee;
}

.grey-100 {
  color: #f8f8f8;
}

.white {
  color: #fff;
}

.bg-black {
  background-color: #333;
}

.comingsoon-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0.4;
}

.video-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 992px;
  height: 558px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video-centre.colour-adjustment {
  -webkit-filter: saturate(70%);
  filter: saturate(70%);
}

.video-centre.iqeq-hue {
  -webkit-filter: hue-rotate(3deg);
  filter: hue-rotate(3deg);
}

.video-centre.dropshadow400 {
  box-shadow: 0 0 20px 4px #ddd;
}

.video-centre.dropshadow400.roundcorners {
  overflow: hidden;
  border: 12px none #333;
  border-radius: 10px;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 14px;
}

.bg-grey100 {
  background-color: #f8f8f8;
}

.spacing-96 {
  height: 96px;
}

.padding-md {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.padding-lg {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

.toppadding-lg {
  padding-top: 16vw;
}

.bottompadding-lg {
  padding-bottom: 16vw;
}

.bottompadding-md {
  padding-bottom: 8vw;
}

.image-split {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-split.uneven {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.image-split.gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-split-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fullscreen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mr-normal {
  margin-right: 2rem;
}

.off-4 {
  margin-left: 33.32%;
}

.fill {
  width: 100%;
  height: 1rem;
  min-width: 0.125rem;
  background-color: #00f4ba;
}

.fill.f2 {
  background-color: #e8f1f0;
}

.fill.f3 {
  background-color: #f1e8f0;
}

.off-6 {
  margin-left: 50%;
}

.ml-huge {
  margin-left: 6rem;
}

.mt-tiny {
  margin-top: 0.5rem;
}

.flex-v-ast-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-h-as-jsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mr-small {
  margin-right: 1rem;
}

.mr-tiny {
  margin-right: 0.5rem;
}

.cantread-stydy-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  cursor: none;
}

.cantread-stydy-link:hover {
  color: #ff8177;
}

.lmtr-narrow {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.flex-h-ae-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-v-as-jsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33%;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
}

.ml-tiny {
  margin-left: 0.5rem;
}

.flex-h-ast-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ml-small {
  margin-left: 1rem;
}

.flex-v-ae-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mb-large {
  margin-bottom: 10vh;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.99%;
  -ms-flex: 0 0 24.99%;
  flex: 0 0 24.99%;
}

.off-2 {
  margin-left: 16.66%;
}

.mr-huge {
  margin-right: 6rem;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33%;
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.flex-h-as-jsa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h-large {
  margin-top: 0px;
  margin-bottom: 1.75rem;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.lmtr-wide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.mt-normal {
  margin-top: 2rem;
}

.off-9 {
  margin-left: 74.99%;
}

.mt-large {
  margin-top: 4rem;
}

.grid-row-com {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.off-10 {
  margin-left: 83.32%;
}

.flex-v-as-je {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h-ac-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mb-huge {
  margin-bottom: 40vh;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.flex-v-as-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.65%;
  -ms-flex: 0 0 41.65%;
  flex: 0 0 41.65%;
}

.col-com {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.flex-v-as-jc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.32%;
  -ms-flex: 0 0 83.32%;
  flex: 0 0 83.32%;
}

.mr-large {
  margin-right: 4rem;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
}

.section {
  position: relative;
  padding: 1rem 2rem;
}

.off-5 {
  margin-left: 41.65%;
}

.grid-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4rem;
  margin-left: -4rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  position: relative;
  padding: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-huge {
  margin-top: 6rem;
}

.h-oversized {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 74.99%;
  -ms-flex: 0 0 74.99%;
  flex: 0 0 74.99%;
}

.off-1 {
  margin-left: 8.33%;
}

.ml-normal {
  margin-left: 2rem;
}

.flex-v-ac-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66%;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
}

.off-11 {
  margin-left: 91.65%;
}

.mt-small {
  margin-top: 1rem;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.65%;
  -ms-flex: 0 0 91.65%;
  flex: 0 0 91.65%;
}

.off-7 {
  margin-left: 58.33%;
}

.flex-v-as-jsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h-as-jc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-h-ab-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.mb-tiny {
  margin-bottom: 0.5rem;
}

.mb-normal {
  margin-bottom: 2rem;
}

.flex-v-ab-js {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-normal-l {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.32%;
  -ms-flex: 0 0 33.32%;
  flex: 0 0 33.32%;
}

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

.flex-h-as-je {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ml-large {
  margin-left: 4rem;
}

.mb-small {
  margin-bottom: 1rem;
}

.off-3 {
  margin-left: 24.99%;
}

.off-8 {
  margin-left: 66.66%;
}

.fill-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 120vh;
  min-width: 0.125rem;
  background-color: #00f4ba;
}

.fill-copy.f2 {
  background-color: #e8f1f0;
}

.fill-copy.f3 {
  background-color: #f1e8f0;
}

.image-2 {
  margin-top: -89vh;
  padding-top: 0px;
}

.image-3 {
  margin-left: 10vw;
}

.image-4 {
  margin-bottom: -91vh;
  margin-left: -30vw;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2.bgcolorffbf00 {
  width: 100vw;
}

.bgcolorffbf00 {
  background-color: #ffbf00;
}

.div-block-3 {
  background-color: #f8f8f8;
}

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

.video-wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video-wrapper2.margin-8 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-wrapper2.margin-6 {
  margin-top: 6%;
  margin-bottom: 6%;
}

.video-wrapper2.margin-xl {
  width: 80%;
}

.dropshadow400 {
  box-shadow: 0 0 20px 4px #ddd;
}

.section-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00f4ba;
}

.section-h2.bg-yellow {
  background-color: #ffbf00;
}

.section-h2.bg-natwest {
  background-color: #6200d0;
}

.section-h2.dark.bg-blu {
  background-color: #fc856d;
}

.hero-section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  overflow: hidden;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content.padding-md.bg-schroders2 {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.bg-white {
  background-color: #fff;
}

.bg-white.centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.section-h3.bg-grey100 {
  background-color: #f8f8f8;
}

.bg-grey300 {
  background-color: #eee;
}

.bg-grey400 {
  background-color: #ddd;
}

.transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
}

.transition-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transition-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f8f8f8;
  -o-object-fit: cover;
  object-fit: cover;
}

.transition-trigger {
  position: static;
  display: none;
}

.logo-transition {
  position: absolute;
  z-index: 2000;
  display: none;
  width: 80px;
}

.transition-lottie-out {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
}

.hero-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #333;
}

.page-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-image-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toppadding-md {
  padding-top: 8vw;
}

.section-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
}

.transition-lottie-in {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-overlay-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.html-embed {
  display: none;
}

.nav-logo {
  display: inline-block;
  width: 134px;
  height: 106px;
}

.nav-burger-icon {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-active {
  position: fixed;
  left: 0%;
  top: 100vh;
  right: 0%;
  bottom: 0%;
  z-index: 1900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-menu-dark {
  padding: 8px;
  color: #eee;
  text-decoration: none;
}

.nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.navbar-active {
  position: fixed;
  left: 0%;
  top: -120px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -140px;
  z-index: 1800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  opacity: 0;
}

.nav-bottom-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-bottom-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.paragraph {
  font-weight: 400;
}

.divider-xsm {
  width: 40px;
  height: 2px;
  background-color: #666;
}

.divider-xsm.margin-4 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.divider-xsm.margin-sm {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider-xsm.topmargin-sm {
  margin-top: 56px;
  margin-bottom: 0px;
}

.h3-section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.h3-section-intro.bg-grey100 {
  background-color: #f8f8f8;
}

.bottompadding-sm {
  padding-bottom: 4vw;
}

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

.image-float-right {
  width: 482px;
  margin-right: 8vw;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-float-left {
  width: 584px;
  margin-top: -30vh;
  margin-right: auto;
  padding-right: 8vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-float-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 896px;
  margin-top: 8vw;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-wrapper {
  display: block;
  width: 1208px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #f8f8f8;
}

.text-block {
  color: #f8f8f8;
}

.toppadding-lg-copy {
  padding-top: 16vw;
}

.strong {
  font-weight: 400;
}

.scroll-div {
  height: 1200vh;
  background-color: #f8f8f8;
}

.lottie {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.newscene01 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.newscene02 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.newscene03 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  max-height: 1472px;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.lottie-wrapper2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.lottie-wrapper2.margin-8 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lottie-wrapper2.margin-6 {
  margin-top: 6%;
  margin-bottom: 6%;
}

.lottie-wrapper2.margin-xl {
  width: 80%;
}

.lottie-wrapper2.bottomtoppadding-md {
  padding-bottom: 8vw;
}

.lottie-wrapper2.bottomtoppadding-lg {
  padding-bottom: 16vw;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17%;
  margin-left: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding-sm {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.project-hero {
  overflow: hidden;
  width: 100vw;
  height: 50vh;
}

.hero-image2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arrowdown {
  position: relative;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin-right: 4%;
  margin-bottom: 4%;
  margin-left: 3%;
}

.arrowdown.link-hover-ix {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.hero-description {
  padding-left: 4px;
}

.line-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 100px;
  margin-top: -32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.line-vert.margin-4 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.line-vert.margin-sm {
  margin-top: 56px;
  margin-bottom: 56px;
}

.line-vert.topmargin-sm {
  margin-top: 56px;
  margin-bottom: 0px;
}

.image-2col-2row {
  display: -ms-grid;
  display: grid;
  margin-right: 17%;
  margin-left: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bg-natwest {
  background-color: #6200d0;
}

.video-volume-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-inner-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-box {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.29);
}

.video-timeline-empty {
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.video-volume {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  margin-left: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.66;
}

.video-volume:hover {
  opacity: 1;
}

.volume-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.video-timeline-fill {
  position: relative;
  width: 1%;
  height: 100%;
  background-color: red;
}

.video-play-target {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-level-dot {
  position: absolute;
  left: auto;
  top: -3px;
  right: -3px;
  bottom: 0%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f40103;
}

.volume-level-empty {
  width: 100px;
  height: 3px;
  background-color: #fff;
}

.video-controls {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  padding: 15px 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgba(0, 0, 0, 0.66)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 100%, hsla(0, 0%, 100%, 0));
}

.video-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.66;
  color: #fff;
  cursor: pointer;
}

.video-button:hover {
  opacity: 1;
}

.video-button.extend-right-padding {
  margin-right: 0px;
  padding-right: 10px;
}

.video-wrapper {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 900px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.video-timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.66;
  cursor: pointer;
}

.video-timeline:hover {
  opacity: 1;
}

.volume-level-fill {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #f40103;
}

.video-control-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-icon {
  height: 16px;
}

.image-2col-1row {
  display: -ms-grid;
  display: grid;
  margin-right: 17%;
  margin-left: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2col-1row.padding-sm {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-natwest2 {
  background-color: #fb7182;
}

.text-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-wrapper-wide.topmargin-8 {
  margin-top: 8%;
}

.video-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  height: 668px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video-mobile.colour-adjustment {
  -webkit-filter: saturate(70%);
  filter: saturate(70%);
}

.video-mobile.iqeq-hue {
  -webkit-filter: hue-rotate(3deg);
  filter: hue-rotate(3deg);
}

.video-mobile.dropshadow400 {
  box-shadow: 0 0 20px 4px #ddd;
}

.video-mobile.dropshadow400.roundcorners {
  overflow: hidden;
  border: 12px none #333;
  border-radius: 10px;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 14px;
}

.link-block-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bg-schroders {
  background-color: #009bd9;
}

.bg-schroders2 {
  background-color: #f8f7f4;
}

.video-centre-spw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 992px;
  height: 1278px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-centre-spw.colour-adjustment {
  -webkit-filter: saturate(70%);
  filter: saturate(70%);
}

.video-centre-spw.iqeq-hue {
  -webkit-filter: hue-rotate(3deg);
  filter: hue-rotate(3deg);
}

.video-centre-spw.dropshadow400 {
  box-shadow: 0 0 20px 4px #ddd;
}

.video-centre-spw.dropshadow400.roundcorners {
  overflow: hidden;
  border: 12px none #333;
  border-radius: 10px;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 14px;
}

.corner-4 {
  border-radius: 4px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-dot {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #292222;
}

.cursor-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 51, 51, 0.5);
  border-radius: 50%;
}

.p-link {
  position: relative;
  border-bottom: 0.1rem solid rgba(30, 0, 255, 0.19);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.p-link:hover {
  border-bottom-width: 0.25rem;
  border-bottom-color: #1e00ff;
}

.p-link:active {
  top: 1px;
  color: #1e00ff;
}

.home-intro {
  margin-top: 30vh;
  text-align: center;
}

.bg-blu {
  background-color: #fc856d;
}

.thumb-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #333;
}

.thumb-left.link-hover-ix {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thumb-left_image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.thumb-left_text {
  position: absolute;
  left: 60vw;
  right: auto;
  z-index: 20;
  display: block;
  width: 500px;
  margin-left: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
}

.thumb-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #333;
}

.thumb-right.link-hover-ix {
  margin-right: 0vw;
  margin-left: 10vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.thumb-right_text {
  position: absolute;
  left: auto;
  right: 50vw;
  z-index: 20;
  display: block;
  width: 500px;
  margin-left: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
}

.thumb-right_image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link-text {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.underline {
  width: 0%;
  height: 2px;
  background-color: hsla(0, 0%, 40%, 0.4);
}

.hero-image-static {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  overflow: hidden;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 96px;
    line-height: 116px;
  }

  .h2 {
    margin-top: 0px;
    font-size: 64px;
    line-height: 78px;
    letter-spacing: -3px;
  }

  .h3 {
    max-width: 660px;
    font-size: 48px;
    line-height: 56px;
  }

  .h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-lg {
    font-size: 22px;
    line-height: 34px;
  }

  .paragraph-md {
    font-size: 18px;
    line-height: 32px;
  }

  .paragraph-md.nomargin {
    margin-bottom: 0px;
  }

  .paragraph-sm {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-xs {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-xs.caption {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hero-fixed {
    padding-right: 32px;
    padding-left: 32px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .hero-content {
    margin-left: 4%;
  }

  .text-wrapper {
    margin-right: 8%;
    margin-left: 8%;
  }

  .divider-sm {
    width: 48px;
  }

  .divider-sm.margin-sm {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider-sm.topmargin-sm {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .paragraph-block {
    margin-right: 0%;
    margin-left: 0%;
  }

  .video-block {
    margin: 16px 0px 0px;
  }

  .big-quote {
    padding-right: 12%;
    padding-left: 12%;
  }

  .image-centre {
    margin-right: 8%;
    margin-left: 8%;
  }

  .image-centre.margin-8 {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .image-centre.bottommargin-8 {
    margin-top: 0%;
    margin-bottom: 8%;
  }

  .image-fixed.iqeq14 {
    background-position: 50% 50%;
  }

  .image-fixed.padding-lg.natwest {
    background-attachment: scroll;
  }

  .image-centre-split {
    overflow: visible;
    margin-right: 25%;
    margin-left: 25%;
  }

  .video-bg-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .main-wrapper-home {
    margin-right: 0%;
    margin-left: 0%;
  }

  .main-wrapper-home.bottommargin-lg {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .margin-md {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .margin-lg {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .margin-xs {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .margin-xl {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .topmargin-lg {
    margin-top: 72px;
    margin-bottom: 0px;
  }

  .topmargin-xs {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .topmargin-sm {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .topmargin-md {
    margin-top: 56px;
    margin-bottom: 0px;
  }

  .topmargin-xl {
    margin-top: 88px;
    margin-bottom: 0px;
  }

  .bottommargin-xs {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .bottommargin-sm {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .bottommargin-md {
    margin-top: 0px;
    margin-bottom: 56px;
  }

  .bottommargin-lg {
    margin-top: 0px;
    margin-bottom: 72px;
  }

  .bottommargin-xl {
    margin-top: 0px;
    margin-bottom: 88px;
  }

  .inner-wrapper {
    margin-right: 8%;
    margin-left: 8%;
  }

  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo {
    width: 60px;
  }

  .comingsoon-logo {
    width: 100px;
    padding-bottom: 39px;
  }

  .video-centre {
    width: 712px;
    height: 400px;
  }

  .col-50-t {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .cantread-stydy-link {
    color: #ff8177;
    cursor: pointer;
  }

  .col-100-t {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .mb-huge {
    margin-bottom: 20vh;
  }

  .grid-row {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-row.row-nomar {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .col {
    padding: 2rem;
  }

  .section-full {
    height: 100%;
  }

  .video-wrapper2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section-h2 {
    height: 60vh;
  }

  .hero-image {
    display: none;
  }

  .section-content {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .section-h3 {
    height: 50vh;
  }

  .logo-transition {
    width: 60px;
  }

  .section-hero {
    height: 50vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .navbar-active {
    margin-right: 32px;
    margin-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-bottom {
    margin-right: 32px;
    margin-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .divider-xsm {
    width: 48px;
  }

  .divider-xsm.margin-sm {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider-xsm.topmargin-sm {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .image-float-right {
    width: 60%;
  }

  .image-float-left {
    width: 80%;
    margin-top: 100px;
  }

  .image-float-centre {
    position: static;
    width: 90%;
    margin-top: 100px;
    margin-right: 4vw;
    margin-left: 4vw;
  }

  .grid-wrapper {
    width: 100%;
  }

  .lottie-wrapper2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .arrowdown.link-hover-ix {
    display: none;
  }

  .line-vert {
    width: 48px;
  }

  .line-vert.margin-sm {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .line-vert.topmargin-sm {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .text-wrapper-wide {
    margin-right: 8%;
    margin-left: 8%;
  }

  .video-mobile {
    width: 404px;
    height: 720px;
  }

  .video-centre-spw {
    width: 712px;
    height: 400px;
  }

  .cursor-wrapper {
    display: none;
  }

  .home-intro {
    margin-top: 20vh;
  }

  .thumb-left {
    width: 100vw;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .thumb-left_image {
    position: static;
    width: 80vw;
    height: 40vh;
  }

  .thumb-left_text {
    position: relative;
    left: 45vw;
    width: 400px;
    margin-top: -30px;
    margin-left: 0px;
  }

  .thumb-right {
    width: 100vw;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .thumb-right_text {
    position: relative;
    right: 40vw;
    width: 400px;
    margin-top: -30px;
  }

  .thumb-right_image {
    width: 80vw;
    height: 40vh;
  }

  .nav-links {
    padding-right: 24px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 72px;
    line-height: 84px;
    letter-spacing: -3px;
  }

  .h2 {
    margin-top: 0px;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -2px;
  }

  .h2.hero-heading {
    margin-top: 0px;
  }

  .h3 {
    max-width: 540px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.5px;
  }

  .h4 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.5px;
  }

  .h6 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .paragraph-lg {
    font-size: 19px;
    line-height: 34px;
  }

  .paragraph-md {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-sm {
    margin-top: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-xs {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-xs.caption {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hero-fixed {
    height: 100vh;
    padding-right: 16px;
    padding-left: 16px;
    background-position: 50% 0%;
  }

  .hero-content {
    margin-right: 4%;
    margin-left: 4%;
  }

  .text-wrapper {
    margin-right: 8%;
    margin-left: 8%;
  }

  .divider-sm {
    width: 36px;
    height: 3px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .divider-sm.margin-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider-sm.topmargin-sm {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .paragraph-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .video-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .video {
    border-radius: 4px;
  }

  .image-centre {
    margin-right: 5%;
    margin-left: 5%;
  }

  .image-fixed {
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-fixed.iqeq02 {
    background-position: 50% 0%;
  }

  .image-fixed.padding-lg.natwest {
    background-size: cover;
    background-attachment: scroll;
  }

  .image-centre-split {
    margin: 4% 25%;
  }

  .video-bg-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video-bg-wrapper.margin-xl {
    width: 86%;
  }

  .main-wrapper-home {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .main-wrapper-home.bottommargin-lg {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .margin-sm {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .margin-md {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .margin-lg {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .margin-xs {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .margin-xl {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .topmargin-lg {
    margin-top: 64px;
    margin-bottom: 0px;
  }

  .topmargin-xs {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .topmargin-sm {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .topmargin-md {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .topmargin-xl {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .bottommargin-xs {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .bottommargin-sm {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .bottommargin-md {
    margin-top: 0px;
    margin-bottom: 48px;
  }

  .bottommargin-lg {
    margin-top: 0px;
    margin-bottom: 64px;
  }

  .bottommargin-xl {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    width: 50px;
  }

  .menu-button {
    background-color: hsla(0, 0%, 97.3%, 0);
  }

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

  .icon {
    opacity: 1;
    font-style: normal;
    font-weight: 400;
  }

  .comingsoon-logo {
    width: 80px;
  }

  .video-centre {
    width: 480px;
    height: 270px;
  }

  .col-50-ml {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .col-100-ml {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .grid-row-com {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .col-com {
    padding: 0.5rem;
  }

  .grid-row {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .col {
    padding: 1rem;
  }

  .video-wrapper2.margin-xl {
    width: 86%;
  }

  .section-h2 {
    height: 50vh;
  }

  .section-h3 {
    height: 40vh;
  }

  .logo-transition {
    width: 50px;
  }

  .section-hero {
    height: 40vh;
  }

  .nav-logo {
    width: 100px;
    height: 85px;
  }

  .nav-burger-icon {
    width: 64px;
    height: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .brand {
    padding-left: 0px;
  }

  .navbar-active {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-bottom {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-bottom-left {
    padding-left: 0px;
  }

  .nav-bottom-right {
    padding-left: 0px;
  }

  .divider-xsm {
    width: 36px;
    height: 3px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .divider-xsm.margin-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider-xsm.topmargin-sm {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .lottie-wrapper2.margin-xl {
    width: 86%;
  }

  .line-vert {
    width: 36px;
    height: 3px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .line-vert.margin-sm {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .line-vert.topmargin-sm {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .text-wrapper-wide {
    margin-right: 8%;
    margin-left: 8%;
  }

  .video-mobile {
    width: 404px;
    height: 720px;
  }

  .video-centre-spw {
    width: 480px;
    height: 270px;
  }

  .thumb-left {
    margin-right: 15vw;
  }

  .thumb-left_image {
    height: 30vh;
  }

  .thumb-left_text {
    left: 45vw;
    width: 300px;
    margin-top: -20px;
  }

  .thumb-right {
    margin-left: 0vw;
  }

  .thumb-right_text {
    right: 40vw;
    width: 300px;
    margin-top: -20px;
  }

  .thumb-right_image {
    height: 30vh;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 54px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }

  .h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .h6 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.8px;
  }

  .paragraph-lg {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-md {
    line-height: 24px;
  }

  .paragraph-sm {
    margin-top: 0px;
  }

  .paragraph-xs {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-xs.short {
    max-width: 70%;
    text-align: left;
  }

  .hero-fixed {
    height: 50vh;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hero-fixed.hero-iqeq-video {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-content {
    margin-right: 4%;
  }

  .hero-content.margin-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-grid {
    -ms-grid-rows: 2fr 1.5fr;
    grid-template-rows: 2fr 1.5fr;
  }

  .text-wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }

  .divider-sm.margin-sm {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider-sm.topmargin-sm {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .paragraph-block {
    margin-right: 0%;
    margin-left: 0%;
  }

  .video-block {
    margin: 16px 0px 8px;
  }

  .video {
    border-radius: 4px;
  }

  .big-quote {
    padding-right: 6%;
    padding-left: 6%;
  }

  .image-centre {
    margin-right: 4%;
    margin-left: 4%;
  }

  .body-centre.coming-soon {
    padding: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-fixed {
    height: 280px;
  }

  .image-fixed.iqeq02 {
    background-position: 50% 50%;
  }

  .image-fixed.iqeq14 {
    background-size: cover;
  }

  .image-fixed.padding-lg.natwest {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-centre-split {
    margin-right: 28%;
    margin-left: 28%;
  }

  .spacer-40px {
    overflow: visible;
    height: 20px;
  }

  .video-bg-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-wrapper-home.bottommargin-lg {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .margin-sm {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .margin-md {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .margin-xs {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .margin-xl {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .topmargin-lg {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .topmargin-xs {
    margin-top: 16px;
    margin-bottom: 0px;
  }

  .topmargin-sm {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .topmargin-md {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .topmargin-xl {
    margin-top: 48px;
    margin-bottom: 0px;
  }

  .bottommargin-xs {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .bottommargin-sm {
    margin-top: 0px;
    margin-bottom: 24px;
  }

  .bottommargin-md {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .bottommargin-lg {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .bottommargin-xl {
    margin-top: 0px;
    margin-bottom: 48px;
  }

  .inner-wrapper {
    margin-right: 4%;
    margin-left: 4%;
  }

  .navbar {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    width: 50px;
  }

  .comingsoon-logo {
    max-width: 320px;
  }

  .video-centre {
    width: 320px;
    height: 180px;
    max-width: 90%;
  }

  .col-50-mp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-100-mp {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .section-h2 {
    height: 50vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-content {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .logo-transition {
    width: 50px;
  }

  .section-hero {
    height: 40vh;
  }

  .nav-logo {
    width: 80px;
    height: 70px;
  }

  .nav-burger-icon {
    width: 48px;
    height: 48px;
  }

  .navbar-active {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-bottom {
    margin-right: 8px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .divider-xsm.margin-sm {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider-xsm.topmargin-sm {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .image-float-left {
    margin-top: 50px;
  }

  .image-float-centre {
    margin-top: 50px;
  }

  .line-vert.margin-sm {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .line-vert.topmargin-sm {
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .text-wrapper-wide {
    margin-right: 24px;
    margin-left: 24px;
  }

  .video-mobile {
    width: 280px;
    height: 500px;
  }

  .video-centre-spw {
    width: 320px;
    height: 180px;
    max-width: 90%;
  }

  .home-intro {
    margin-top: 14vh;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .thumb-left {
    margin-right: 0vw;
  }

  .thumb-left_image {
    width: 90vw;
    height: 20vh;
  }

  .thumb-left_text {
    left: 10vw;
    width: 100%;
    margin-top: -15px;
  }

  .thumb-right {
    margin-left: 0vw;
  }

  .thumb-right_text {
    left: 10px;
    right: auto;
    width: 100%;
    margin-top: -15px;
  }

  .thumb-right_image {
    width: 90vw;
    height: 20vh;
  }

  .nav-link-text {
    font-size: 14px;
  }

  .nav-link-text.w--current {
    font-size: 14px;
  }

  .nav-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    font-size: 14px;
  }
}

#w-node-_2d2a208f-3d9d-5a54-e9ca-ef7d49f7d5a3-8a51baeb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e06b6dbf-b708-f865-2638-40fd3ecee0d4-3751baed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e06b6dbf-b708-f865-2638-40fd3ecee0d6-3751baed {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24525d91-448c-a3c0-dcbb-d792d890a019-3751baed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5f1a4ac1-4bc5-dc88-666a-12bfd902848b-3751baed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_05cb6e6d-262c-b213-6a01-3f2517c4493e-3751baed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_302b9416-7ed7-40f1-847d-7131b73479fa-3751baed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-db7862a4-fd6d-42f9-a269-ff02f6e770b7-cc51bafb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b085c1cc-6581-7d03-378f-ae09743aa36b-cc51bafb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_10330698-740c-0546-36ef-04c9972a3a4a-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c6101cce-f169-fa27-044e-31188e78cb58-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a9c50421-3bf3-4f42-0c7e-928419d67e98-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abf6932b-d22c-ba07-8e71-efc5d57c5330-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1027906-f1ab-17ec-02aa-ed1981e664fe-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1027906-f1ab-17ec-02aa-ed1981e66500-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45df751a-19a0-a04c-9032-76f1bfeb89b8-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45df751a-19a0-a04c-9032-76f1bfeb89ba-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_680e0e83-de4e-da96-7ae5-2dd4621dbfc8-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_680e0e83-de4e-da96-7ae5-2dd4621dbfca-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64d853c0-865b-41f3-20e3-49ad99a51fc7-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_64d853c0-865b-41f3-20e3-49ad99a51fc9-c2179898 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

