@charset "UTF-8";
.bg-white {
  background: #fff;
}

.bg-grey {
  background: #F2F2F2;
}

.bg-colour--white {
  background: #fff;
}
.bg-colour--light-blue {
  background: #F2F4F9;
}
.bg-colour--light-grey {
  background: #F2F2F2;
}
.bg-colour--mid-blue {
  background: #D8DEEB;
}
.bg-colour--blue {
  background: #4B566C;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons.ttf?b9ndlm") format("truetype"), url("fonts/icons.woff?b9ndlm") format("woff"), url("fonts/icons.svg?b9ndlm#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body:not(.wp-admin) i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon-triangle:before {
  content: "\e900";
}
i.icon-long-arrow:before {
  content: "\e901";
}
i.icon-mail:before {
  content: "\e902";
}
i.icon-phone:before {
  content: "\e903";
}
i.icon-fax:before {
  content: "\e904";
}
i.icon-check:before {
  content: "\e905";
}
i.icon-fb:before {
  content: "\e906";
}
i.icon-vimeo:before {
  content: "\e907";
}
i.icon-search:before {
  content: "\e908";
}
i.icon-twitter:before {
  content: "\e909";
}
i.icon-chev-right:before {
  content: "\e90a";
}
i.icon-instagram:before {
  content: "\e90b";
}
i.icon-plus:before {
  content: "\e90c";
}
i.icon-share:before {
  content: "\e90d";
}
i.icon-youtube:before {
  content: "\e90e";
}
i.icon-play:before {
  content: "\e90f";
}
i.icon-cart:before {
  content: "\e910";
}
i.icon-home:before {
  content: "\e911";
}
i.icon-download:before {
  content: "\e912";
}
i.icon-x:before {
  content: "\e913";
}
i.icon-linkedin:before {
  content: "\e914";
}
i.icon-arrow-right:before {
  content: "\e915";
}
i.icon-star:before {
  content: "\e916";
}
i.icon-location:before {
  content: "\e947";
}
i.icon-minus:before {
  content: "\ea0b";
}
i.icon-play-circle:before {
  content: "\ea15";
}
i.icon-filter:before {
  content: "\ea5b";
}
i.icon-embed:before {
  content: "\ea80";
}
i.icon-whatsapp:before {
  content: "\ea93";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-family: "news-gothic-std", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #4B566C;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 2.109375rem;
}

h3, .h3 {
  font-size: 1.96875rem;
}

h4, .h4 {
  font-size: 1.40625rem;
}

h5, .h5 {
  font-size: 1.40625rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4B566C;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #c1202a;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #AB1C15;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2D44B2;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1025px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.header {
  background: #fff;
  position: relative;
  height: 5rem;
  z-index: 20;
}
@media (min-width: 1025px) {
  .header {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: auto;
  }
}

.header__main {
  background: #fff;
  position: relative;
  z-index: 10;
}

.header__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-right: 3.125rem;
  position: relative;
  height: 4.75rem;
}
@media (min-width: 1025px) {
  .header__container {
    height: 7.5rem;
    padding-right: 0;
  }
}

.header__container nav {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .header__container nav {
    justify-content: flex-end;
  }
}

.header__logo {
  margin: 0.5rem auto 0.5rem 0;
  display: inline-flex;
  align-items: center;
}
.header__logo img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: var(--logo-width-mobile);
}
@media (min-width: 1025px) {
  .header__logo img {
    width: var(--logo-width);
  }
}

.header__search, .header__phone, .header__mail {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .header__search, .header__phone, .header__mail {
    margin-left: 1rem;
  }
  .header__search span, .header__phone span, .header__mail span {
    font-size: 0.875rem;
  }
}

.header__phone, .header__mail {
  font-weight: 500;
  color: #7289C2;
}
.header__phone i, .header__mail i {
  border-radius: 50%;
  background: #c1202a;
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header__phone i, .header__mail i {
    margin-right: 0.25rem;
    height: 2.1875rem;
    width: 2.1875rem;
  }
}

.header__search {
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  left: 0;
  border: 0.125rem solid #12284b;
  background: #12284b;
  color: #fff;
}
@media (min-width: 1025px) {
  .header__search {
    border-radius: 0.25rem;
    top: 0.5rem;
  }
}
.header__search a {
  height: 2.75rem;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__search a i {
  font-size: 0.875rem;
  color: #fff;
}

.header__phone:hover, .header__mail:hover, .header__search:hover {
  text-decoration: none;
}
.header__search:hover {
  border: 0.125rem solid #12284b;
  background: #fff;
  color: #12284b;
}
.header__search:hover a {
  text-decoration: none;
  color: #12284b;
}
.header__search:hover a i {
  color: #12284b;
}

.header__socials .social-icon i.icon-linkedin {
  position: relative;
  top: -0.0625rem;
}

.header__navigation__outer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1025px) {
  .header__navigation__outer-wrapper {
    padding-bottom: 1.5rem;
  }
}

.header__navigation__wrapper {
  position: absolute;
  overflow: hidden;
  left: -0.9375rem;
  top: 5rem;
  width: calc(100% + 30px);
}
@media (min-width: 1025px) {
  .header__navigation__wrapper {
    position: relative;
    overflow: visible;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.header__navigation__phone {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #4B566C;
  font-weight: 500;
}
.header__navigation__phone i {
  margin-right: 0.25rem;
  position: relative;
  top: -0.125rem;
}
.header__navigation__phone:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .header__navigation__wrapper nav[role=navigation] {
    order: 2;
  }
  .header__navigation__wrapper nav[role=auxiliary] {
    order: 1;
  }
}
.header.with-sticky.js-is-sticky, .header.with-sticky.js-is-stuck {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  top: 0;
}
.header.with-sticky.solid {
  background: #fff;
}
@media (min-width: 1025px) {
  .header.with-sticky.solid {
    background: #fff;
  }
}

.header__aux {
  background: #7289C2;
  padding: 0.5rem 0;
  position: relative;
}
.header__aux__inner {
  display: flex;
  align-items: center;
}

.header__aux__contact {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.header__aux__contact a {
  display: flex;
  align-items: center;
}
.header__aux__contact a span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}

.header__aux__contact i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background: #c1202a;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .header__aux__contact i {
    min-height: 1.5625rem;
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.header__aux__contact a:hover {
  text-decoration: none;
}
.header__aux__contact a:hover i {
  background: #AB1C15;
}

.header__aux__phone {
  margin-left: 1rem;
}

.header__aux__social {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -0.25rem;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.header__aux__social li {
  margin: 0 0.25rem;
}

.header__cta-bar {
  display: flex;
  align-items: center;
  min-height: 5rem;
  z-index: 4;
}
.header__cta-bar__outer-wrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #4B566C;
  position: absolute;
  height: 5rem;
  width: 100%;
  bottom: 0;
  left: 0;
}

.header__cta-bar a.btn {
  border: 0.125rem solid #c1202a;
  margin-right: 1rem;
  min-width: 9.0625rem;
}
@media (min-width: 576px) {
  .header__cta-bar a.btn {
    min-width: 12.5rem;
  }
}
.header__cta-bar a.btn:hover {
  border: 0.125rem solid #c1202a;
}

.header__cta-bar p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 576px) {
  .header__cta-bar p {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.header.cta-bar .header__cta-bar__outer-wrapper {
  bottom: -5rem;
}

.banner__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 8;
  width: 100%;
  height: 28.125rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__wrapper {
    height: 100vh;
    max-height: 35rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper {
    max-height: 53.125rem;
  }
}

.banner__wrapper:before, .banner__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .banner__wrapper:before, .banner__wrapper:after {
    width: 100%;
  }
}
.banner__wrapper:before {
  opacity: 0.5;
  bottom: -1.25rem;
}
@media only screen and (min-width: 1600px) {
  .banner__wrapper:before {
    bottom: -2rem;
  }
}
.banner__wrapper:after {
  bottom: -2.5rem;
}
@media only screen and (min-width: 1600px) {
  .banner__wrapper:after {
    bottom: -3rem;
  }
}

.banner__wrapper.variant-img-narrow {
  height: 25rem;
  width: 100%;
}
@media (min-width: 576px) {
  .banner__wrapper.variant-img-narrow {
    height: 28.125rem;
  }
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img-narrow {
    height: 100vh;
    max-height: 37.5rem;
  }
}
.banner__wrapper.variant-img-narrow picture,
.banner__wrapper.variant-img-narrow picture img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .banner__wrapper.variant-img-narrow picture,
  .banner__wrapper.variant-img-narrow picture img {
    height: 28.125rem;
  }
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img-narrow picture,
  .banner__wrapper.variant-img-narrow picture img {
    height: 37.5rem;
  }
}

.banner__wrapper.variant-img {
  width: 100%;
  height: 28.125rem;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img {
    height: 100vh;
    max-height: 35rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-img {
    max-height: 46.875rem;
  }
}

.banner__wrapper.variant-video {
  height: 34.375rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-video {
    height: 100vh;
    max-height: 35rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-video {
    max-height: 53.125rem;
  }
}

.banner__video {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  left: 0;
  top: 0;
  height: 34.375rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__video {
    height: 100vh;
    max-height: 35rem;
  }
}
@media (min-width: 1025px) {
  .banner__video {
    max-height: 53.125rem;
  }
}

.banner__video video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  height: 34.375rem;
}
@media (min-width: 768px) {
  .banner__video video {
    height: auto;
    width: 130vw;
  }
}
@media (min-width: 1025px) {
  .banner__video video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    min-height: 53.125rem;
    width: auto;
  }
}
@media (min-width: 1300px) {
  .banner__video video {
    width: 100%;
  }
}

.banner__content__wrapper {
  max-width: 81.25rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  display: flex;
  padding-bottom: 6.25rem;
}

.banner__content__inner {
  padding: 3rem 1rem 4rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  line-height: 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  color: #4B566C;
}
@media (min-width: 768px) {
  .banner__content__inner {
    padding: 4rem 2rem 2rem 1rem;
    width: 50%;
    text-align: left;
    line-height: 1.875rem;
    font-size: 1.125rem;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .banner__content__inner {
    padding: 4rem 1rem;
  }
}

.banner__content__inner.no-img {
  justify-content: center;
  padding-bottom: 0;
}

.banner__content__inner h1, .banner__content__inner h2 {
  font-family: "news-gothic-std", sans-serif;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .banner__content__inner h1, .banner__content__inner h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .banner__content__inner h1, .banner__content__inner h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .banner__content__inner h1, .banner__content__inner h2 {
    font-size: 3.25rem;
  }
}
.banner__content__inner h1 span, .banner__content__inner h2 span {
  color: #c1202a;
}

.banner__content {
  font-family: "news-gothic-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.banner__content span {
  color: #c1202a;
}

.banner__content__links {
  margin: 0.5rem -0.25rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__content__links {
    justify-content: flex-start;
  }
}
.banner__content__links .btn {
  margin: 1rem 0.25rem 0;
  cursor: pointer;
}
.banner__content__links .btn i {
  font-size: 1.75rem;
}

.banner__wrapper.with-gradient-overlay .banner__video:after {
  background: rgba(242, 244, 249, 0.8);
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.banner__wrapper.variant-video .banner__media__wrapper {
  max-width: 81.25rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-video .banner__media__wrapper {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    width: 50%;
    align-items: center;
    z-index: 2;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-video .banner__media__wrapper {
    max-width: 81.25rem;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.banner__wrapper.variant-video .banner__media__inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-video .banner__media__inner {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-video .banner__media__inner {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    justify-content: flex-start;
  }
}
@media (min-width: 1300px) {
  .banner__wrapper.variant-video .banner__media__inner {
    justify-content: center;
  }
}

.banner__wrapper.variant-video .banner__media__inner picture {
  position: relative;
  display: flex;
}

.banner__wrapper.variant-video .banner__media__inner picture img {
  max-width: 23.75rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 576px) {
  .banner__wrapper.variant-video .banner__media__inner picture img {
    max-width: 26.25rem;
  }
}
@media (min-width: 768px) {
  .banner__wrapper.variant-video .banner__media__inner picture img {
    max-width: calc(100% + 5rem);
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-video .banner__media__inner picture img {
    max-width: 50rem;
  }
}

.banner__wrapper.variant-img .banner__media__wrapper, .banner__wrapper.variant-img-narrow .banner__media__wrapper {
  background: #4B566C;
  width: 100%;
}
.banner__wrapper.variant-img .banner__media__wrapper picture img, .banner__wrapper.variant-img-narrow .banner__media__wrapper picture img {
  width: 100%;
}

.banner__wrapper.variant-img.with-gradient-overlay .banner__media__wrapper picture:after, .banner__wrapper.variant-img-narrow.with-gradient-overlay .banner__media__wrapper picture:after {
  background-image: -webkit-linear-gradient(left, rgba(75, 86, 108, 0.85) 45%, rgba(75, 86, 108, 0.5) 100%);
  background-image: -moz-linear-gradient(left, rgba(75, 86, 108, 0.85) 45%, rgba(75, 86, 108, 0.5) 100%);
  background-image: -ms-linear-gradient(left, rgba(75, 86, 108, 0.85) 45%, rgba(75, 86, 108, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(75, 86, 108, 0.85) 45%, rgba(75, 86, 108, 0.5) 100%);
  background-image: linear-gradient(left, rgba(75, 86, 108, 0.85) 45%, rgba(75, 86, 108, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startColor", endColorstr="$endColor",GradientType=0 );
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  left: 0;
  top: 0;
}

.banner__wrapper.variant-img .banner__content__inner, .banner__wrapper.variant-img-narrow .banner__content__inner {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__inner, .banner__wrapper.variant-img-narrow .banner__content__inner {
    justify-content: flex-start;
  }
}
.banner__wrapper.variant-img .banner__content__inner h1, .banner__wrapper.variant-img .banner__content__inner p, .banner__wrapper.variant-img-narrow .banner__content__inner h1, .banner__wrapper.variant-img-narrow .banner__content__inner p {
  color: #fff;
}
.banner__wrapper.variant-img .banner__content__inner h1, .banner__wrapper.variant-img-narrow .banner__content__inner h1 {
  margin-bottom: 0.5rem;
}
.banner__wrapper.variant-img .banner__content__inner p, .banner__wrapper.variant-img-narrow .banner__content__inner p {
  font-size: 1.125rem;
  font-weight: 600;
}

.banner__wrapper.variant-img .banner__content__taxonomies, .banner__wrapper.variant-img-narrow .banner__content__taxonomies {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__taxonomies, .banner__wrapper.variant-img-narrow .banner__content__taxonomies {
    justify-content: flex-start;
  }
}
.banner__wrapper.variant-img .banner__content__taxonomies small, .banner__wrapper.variant-img-narrow .banner__content__taxonomies small {
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.banner__wrapper.variant-img, .banner__wrapper.variant-img-narrow {
  padding-bottom: 6.25rem;
  height: auto;
}
.banner__wrapper.variant-img .banner__content__inner, .banner__wrapper.variant-img-narrow .banner__content__inner {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__inner, .banner__wrapper.variant-img-narrow .banner__content__inner {
    text-align: left;
    align-items: flex-start;
  }
}
.banner__wrapper.variant-img .banner__content__inner span.sub-title, .banner__wrapper.variant-img-narrow .banner__content__inner span.sub-title {
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.banner__wrapper.variant-img .banner__media__wrapper, .banner__wrapper.variant-img-narrow .banner__media__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

.banner__wrapper.variant-img .banner__content__wrapper, .banner__wrapper.variant-img-narrow .banner__content__wrapper {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
.banner__wrapper.variant-img .banner__content__wrapper picture, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: -4.6875rem;
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__wrapper picture, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    left: 0;
  }
}
.banner__wrapper.variant-img .banner__content__wrapper picture img, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture img {
  width: 100%;
}

@media (min-width: 1025px) {
  .banner__wrapper.variant-img-narrow .banner__content__inner, .banner__wrapper.variant-img-narrow .banner__content__wrapper {
    height: 100vh;
    max-height: 37.5rem;
    padding-bottom: 9.375rem;
  }
}
.banner__wrapper.variant-img-narrow .banner__content__inner picture, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture {
  width: calc(100% + 80px);
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img-narrow .banner__content__inner picture, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture {
    width: calc(100% + 150px);
  }
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img-narrow .banner__content__inner picture img, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture img {
    height: 37.5rem;
    object-fit: contain;
    object-position: left;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-img-narrow .banner__content__inner picture img, .banner__wrapper.variant-img-narrow .banner__content__wrapper picture img {
    padding-bottom: 9.375rem;
  }
}

@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__inner, .banner__wrapper.variant-img .banner__content__wrapper {
    height: 100vh;
    max-height: 34.375rem;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-img .banner__content__inner, .banner__wrapper.variant-img .banner__content__wrapper {
    padding-bottom: 9.375rem;
    max-height: 46.875rem;
  }
}
.banner__wrapper.variant-img .banner__content__inner picture, .banner__wrapper.variant-img .banner__content__wrapper picture {
  width: calc(100% + 80px);
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__inner picture, .banner__wrapper.variant-img .banner__content__wrapper picture {
    width: calc(100% + 150px);
  }
}
@media (min-width: 768px) {
  .banner__wrapper.variant-img .banner__content__inner picture img, .banner__wrapper.variant-img .banner__content__wrapper picture img {
    height: 35rem;
    object-fit: contain;
    object-position: left;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1025px) {
  .banner__wrapper.variant-img .banner__content__inner picture img, .banner__wrapper.variant-img .banner__content__wrapper picture img {
    height: 46.875rem;
    padding-bottom: 9.375rem;
  }
}

.banner__nav__info__slides {
  bottom: 0;
  max-width: 81.25rem;
  align-self: flex-end;
  padding: 2rem 1rem;
  height: auto;
  width: 100%;
  z-index: 4;
}

.banner__nav__info__slides .slick-slide {
  padding-left: 1.5rem;
  position: relative;
  font-size: 1rem;
  color: #fff;
}
.banner__nav__info__slides .slick-slide h3 {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.banner__nav__info__slides .slick-slide span {
  font-size: 1rem;
  color: #fff;
}

.banner__nav__info__slides .slick-slide:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: #fff;
  position: absolute;
  height: calc(100% + 4px);
  width: 0.25rem;
  content: " ";
}
.banner__nav__info__slides .slick-slide.slick-current:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #c1202a;
  width: 0.5rem;
}

.banner__nav__info__slides .slick-slide {
  margin: 0 1rem;
}
.banner__nav__info__slides .slick-list {
  margin: 0 -1rem;
}

.banner__nav__info__slides .slick-slide:hover {
  text-decoration: none;
}

a.banner__nav__info__slide:hover {
  text-decoration: none;
}

.nav__navigation {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #7289C2;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1025px) {
  .nav__navigation {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    flex-direction: row;
    background: none;
    position: relative;
    margin-left: auto;
    width: auto;
    left: auto;
    top: 0;
  }
}

.nav__navigation {
  right: 0;
}
.nav__navigation.pull-back {
  right: -100%;
}
@media (min-width: 1025px) {
  .nav__navigation.pull-back {
    right: 0;
  }
}

.nav__navigation li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
}
.nav__navigation li:first-of-type {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .nav__navigation li {
    margin-right: 0.5rem;
    border-bottom: none;
    position: relative;
  }
  .nav__navigation li:first-of-type {
    border-top: none;
  }
  .nav__navigation li:last-of-type {
    position: relative;
    margin-right: 0;
  }
  .nav__navigation li.last a {
    padding-right: 0.625rem;
  }
}
.nav__navigation li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  position: relative;
  overflow: hidden;
  height: 2.8125rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1025px) {
  .nav__navigation li a {
    max-height: 2.1875rem;
    height: 2.1875rem;
    color: #4B566C;
  }
}

.nav__navigation li.btn-link a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0.0625rem solid #c1202a;
  background: #c1202a;
  color: #fff;
  padding: 0.5rem 1rem;
  font-family: "Hind", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .nav__navigation li.btn-link a {
    border-radius: 0.25rem;
  }
}
.nav__navigation li.btn-link a:hover {
  border: 0.0625rem solid #12284b;
  background: #12284b;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .nav__navigation li.current_page_item ul li a {
    border-radius: 0;
  }
  .nav__navigation li.current_page_item ul li.current_page_item a {
    border-radius: 0;
  }
}
@media (min-width: 1025px) {
  .nav__navigation li a:hover {
    color: #c1202a;
  }
}
.nav__navigation li.nav-drop-item {
  margin-left: 0;
}

.nav__navigation .nav__item.has-sub-nav {
  position: relative;
}
.nav__navigation .nav__item.has-sub-nav span {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  max-height: 2.75rem;
}
.nav__navigation .nav__item.has-sub-nav span a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2.8125rem;
  font-size: 0.9375rem;
  padding: 0.25rem 1rem;
  min-height: 2.8125rem;
  width: 100%;
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item.has-sub-nav span a {
    min-height: 3.75rem;
    font-size: 0.9375rem;
  }
}

.nav__navigation .nav__item.has-sub-nav span a.empty-link {
  pointer-events: none;
  text-indent: 0;
}
.nav__navigation .nav__item.has-sub-nav span a.nav__sub-nav__link.empty-link--arrow {
  background: transparent;
  position: absolute;
  width: 100%;
}
.nav__navigation .nav__item.has-sub-nav span a.nav__sub-nav__link.empty-link--arrow i {
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.15);
  text-indent: 0rem;
  position: absolute;
  right: 0;
  height: 100%;
  width: 2.8125rem;
  font-size: 0.5rem;
  color: #4B566C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__navigation .nav__item .nav__sub-nav {
  box-shadow: 0 0.3125rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.3125rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.3125rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #12284b;
  position: fixed;
  left: 100%;
  width: 100%;
  padding: 0;
  list-style: none;
  top: 4.6875rem;
  z-index: 5;
}

.nav__navigation .nav__item .nav__sub-nav li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
  display: flex;
}
.nav__navigation .nav__item .nav__sub-nav li:last-of-type {
  border-bottom: none;
}
.nav__navigation .nav__item .nav__sub-nav li:last-of-type a {
  border-bottom: none;
}

.nav__navigation .nav__item .nav__sub-nav li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  color: #fff;
  padding: 0.5rem 0;
  min-height: 2.8125rem;
  width: 100%;
  text-align: center;
}
.nav__navigation .nav__item .nav__sub-nav li a:hover {
  color: #fff;
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item .nav__sub-nav li a:hover {
    min-height: 2.1875rem;
    color: #fff;
  }
}

.nav__navigation .nav__item.has-sub-nav span a.nav__sub-nav__link {
  border-left: 0.0625rem solid #c1202a;
  background: #c1202a;
  text-indent: 0rem;
  width: 2.8125rem;
}
.nav__navigation .nav__item.has-sub-nav span a.nav__sub-nav__link i {
  font-size: 0.625rem;
  display: flex;
  color: #fff;
}

.nav__navigation .nav__item .nav__sub-nav__back-link i, .nav__navigation .nav__item .nav__sub-sub-nav__back-link i {
  border-right: 0.0625rem solid #c1202a;
  border-left: 0.0625rem solid #c1202a;
  background: #c1202a;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  width: 2.8125rem;
  height: 100%;
}

@media (min-width: 1025px) {
  .nav__navigation .nav__item.current_page_ancestor span a i {
    color: #fff;
  }
  .nav__navigation .nav__item.current_page_ancestor ul li a {
    color: #fff;
  }
  .nav__navigation .nav__item.has-sub-nav ul.nav__sub-nav li.current_page_item a {
    background: #12284b;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item.has-sub-nav span {
    max-height: 100%;
  }
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav {
    box-shadow: 0 0.3125rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0.3125rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0.3125rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 0.25rem;
    transform: translateX(0%);
    position: absolute;
    top: 3.125rem;
    left: 0;
    width: 17.5rem;
    pointer-events: none;
    opacity: 0;
    padding: 0;
    list-style: none;
  }
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav li:after {
    display: none;
  }
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav li {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3125rem 1rem;
    min-height: 2.1875rem;
    height: auto;
    font-size: 0.9375rem;
    text-align: center;
  }
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav li a:before, .nav__navigation .nav__item.has-sub-nav .nav__sub-nav li a:after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item.has-sub-nav {
    text-indent: 0;
  }
  .nav__navigation .nav__item.has-sub-nav span a {
    text-indent: 0;
  }
  .nav__navigation .nav__item.has-sub-nav span a i {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0.5rem;
    color: #c1202a;
    position: relative;
    top: 0.0625rem;
  }
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav .menu-item.has-sub-sub-nav .nav__sub-sub-nav {
    pointer-events: none;
    opacity: 0;
    left: 17.5rem;
    top: -0.0625rem;
  }
  .nav__navigation .nav__item.has-sub-nav .nav__sub-nav .menu-item.has-sub-sub-nav:hover .nav__sub-sub-nav {
    pointer-events: all;
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .nav__navigation .nav__item.has-sub-nav:hover .nav__sub-nav {
    pointer-events: all;
    opacity: 1;
  }
}
.nav__navigation .nav__item .nav__sub-nav.active {
  left: 0;
}

.tease-post {
  border-bottom: 0.0625rem solid #EFEFEF;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tease-post {
    text-align: left;
  }
}

.tease-post h3 a {
  color: #7289C2;
}
.tease-post h3 a:hover {
  text-decoration: none;
}

.tease-post .date {
  display: inline-flex;
}
.tease-post p a {
  font-weight: 600;
  color: #7289C2;
}

.title-bar__wrapper {
  background: var(--title-bar-bg-color);
  position: relative;
  z-index: 5;
}
.title-bar__wrapper:before {
  background: #c1202a;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 28.125rem;
  display: flex;
  justify-content: center;
  bottom: -5rem;
  content: " ";
}
@media (min-width: 768px) {
  .title-bar__wrapper:before {
    height: 100vh;
    max-height: 35rem;
  }
}
@media (min-width: 1025px) {
  .title-bar__wrapper:before {
    max-height: 46.875rem;
  }
}

.title-bar__wrapper img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-bar__wrapper picture {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}
@media (min-width: 768px) {
  .title-bar__wrapper picture {
    height: 100vh;
    max-height: 35rem;
    bottom: -3.75rem;
  }
}
@media (min-width: 1025px) {
  .title-bar__wrapper picture {
    max-height: 46.875rem;
  }
}

.title-bar__wrapper picture:after {
  background: rgba(75, 86, 108, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  left: 0;
  top: 0;
}

.title-bar {
  min-height: 9.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 8;
  padding: 3.125rem 0 0.5rem;
}
@media (min-width: 768px) {
  .title-bar {
    min-height: 15.625rem;
  }
}

.title-bar h1 {
  font-family: "news-gothic-std", sans-serif;
  margin-bottom: 1rem;
  position: relative;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .title-bar h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .title-bar h1 {
    font-size: 2.25rem;
  }
}
.title-bar p {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.title-bar small {
  color: #4B566C;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

.title-bar__wrapper .overlay-logo {
  mix-blend-mode: overlay;
  width: 48.75rem;
}

.accordion-collapse__outer-wrapper picture {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 28.125rem;
  width: 100%;
  top: 0;
}
@media (min-width: 768px) {
  .accordion-collapse__outer-wrapper picture {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .accordion-collapse__outer-wrapper picture {
    height: 46.875rem;
    margin-top: -10rem;
  }
}

.accordion-collapse__outer-wrapper picture:after {
  background: rgba(75, 86, 108, 0.65);
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  left: 0;
  top: 0;
}

.accordion-collapse__outer-wrapper picture img {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.accordion-collapse__content {
  text-align: center;
}
@media (min-width: 768px) {
  .accordion-collapse__content {
    text-align: left;
  }
}
.accordion-collapse__content h1, .accordion-collapse__content h2, .accordion-collapse__content h3, .accordion-collapse__content span {
  color: #fff;
}
.accordion-collapse__content span {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion-collapse__content span {
    max-width: 50%;
  }
}

.accordion-collapse {
  display: flex;
  flex-direction: column;
}
.accordion-collapse .btn-accordion-collapse {
  background: #EFEFEF;
  position: relative;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: none;
  min-height: 3.75rem;
  width: 100%;
  color: #7289C2;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-align: left;
}
@media (min-width: 768px) {
  .accordion-collapse .btn-accordion-collapse {
    font-size: 1.125rem;
    padding: 0.5rem 3rem 0.5rem 2rem;
  }
}

.accordion-collapse .btn-accordion-collapse span {
  border-radius: 3px;
  background: #7289C2;
  position: absolute;
  right: 1rem;
  height: 0.125rem;
  width: 1.25rem;
}
.accordion-collapse .btn-accordion-collapse span:after {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
  background: #7289C2;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.125rem;
  height: 0;
  content: " ";
}

.accordion-collapse .btn-accordion-collapse[aria-expanded=false] span:after {
  height: 1.25rem;
}

.accordion-collapse__accordion__inner {
  background: #EFEFEF;
  padding: 0.5rem 2rem;
}
.accordion-collapse__accordion__inner ul {
  list-style: none;
  padding: 0;
}
.accordion-collapse__accordion__inner ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 500;
}
.accordion-collapse__accordion__inner ul li:before {
  background: #c1202a;
  content: " ";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  font-size: 1.5rem;
  color: #c1202a;
  height: 0.375rem;
  width: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-block__integrations {
  background: #4B566C;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .content-block__integrations {
    min-height: 50rem;
  }
}

.content-block__integrations__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 2rem 1rem 1rem 1rem;
}
@media (min-width: 1025px) {
  .content-block__integrations__content {
    align-items: flex-start;
    text-align: left;
    padding: 2rem 4rem 9.375rem 1rem;
    min-height: 50rem;
  }
}

.content-block__integrations__content h1 {
  font-family: "news-gothic-std", sans-serif;
  margin-bottom: 1rem;
  position: relative;
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .content-block__integrations__content h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .content-block__integrations__content h1 {
    font-size: 3.25rem;
  }
}

.content-block__integrations__content span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.content-block__integrations__content p {
  font-size: 1.125rem;
  font-weight: 600;
}

.content-block__integrations__logos {
  position: relative;
  height: 18.75rem;
  padding-bottom: 0;
  margin-bottom: 9.375rem;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    min-height: 650px;
  }
}
.content-block__integrations__logos picture {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture {
    height: 7.8125rem;
    width: 7.8125rem;
  }
}
.content-block__integrations__logos picture img {
  max-width: 100%;
}

.content-block__integrations__logos picture.middle {
  height: 6.25rem;
  width: 6.25rem;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture.middle {
    height: 10.9375rem;
    width: 10.9375rem;
  }
}
.content-block__integrations__logos picture.middle img {
  max-width: 5rem;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture.middle img {
    max-width: 9.375rem;
  }
}
.content-block__integrations__logos picture.middle:after {
  border-radius: 0.5rem;
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
}

.content-block__integrations__logos picture:nth-of-type(1) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  left: calc(50% - 115px);
  top: calc(50% - 100px);
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(1) {
    left: calc(50% - 175px);
    top: calc(50% - 175px);
  }
}
.content-block__integrations__logos picture:nth-of-type(2) {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: calc(50% - 110px);
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(2) {
    top: calc(50% - 200px);
    left: 50%;
  }
}
.content-block__integrations__logos picture:nth-of-type(3) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  transform: translateX(-50%) translateY(-50%) rotate(15deg);
  left: calc(50% + 115px);
  top: calc(50% - 100px);
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(3) {
    left: calc(50% + 175px);
    top: calc(50% - 175px);
  }
}

.content-block__integrations__logos picture:nth-of-type(4) {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: calc(50% - 110px);
  top: 50%;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(4) {
    left: calc(50% - 200px);
  }
}
.content-block__integrations__logos picture:nth-of-type(5) {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: calc(50% + 110px);
  top: 50%;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(5) {
    left: calc(50% + 200px);
  }
}

.content-block__integrations__logos picture:nth-of-type(6) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(15deg);
  transform: translateX(-50%) translateY(-50%) rotate(15deg);
  left: calc(50% - 115px);
  top: calc(50% + 100px);
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(6) {
    left: calc(50% - 175px);
    top: calc(50% + 175px);
  }
}
.content-block__integrations__logos picture:nth-of-type(7) {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: calc(50% + 110px);
  left: 50%;
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(7) {
    top: calc(50% + 200px);
  }
}
.content-block__integrations__logos picture:nth-of-type(8) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  transform: translateX(-50%) translateY(-50%) rotate(-15deg);
  left: calc(50% + 115px);
  top: calc(50% + 100px);
}
@media (min-width: 1025px) {
  .content-block__integrations__logos picture:nth-of-type(8) {
    left: calc(50% + 175px);
    top: calc(50% + 175px);
  }
}

.btn-row__outer-wrapper {
  position: relative;
  overflow: hidden;
}

.btn-row {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .btn-row {
    display: flex;
    justify-content: center;
  }
}
.btn-row__inner {
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}
@media (min-width: 1300px) {
  .btn-row__inner {
    justify-content: center;
  }
}
.btn-row__inner::-webkit-scrollbar {
  display: none;
}

.btn-row .btn.btn-modal {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0.25rem;
  background: #F2F4F9;
  min-height: 3.75rem;
  padding: 0.5rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0.5rem;
}
.btn-row .btn.btn-modal img {
  max-width: 2.5rem;
  margin-right: 0.5rem;
}
.btn-row .btn.btn-modal:hover {
  background: #12284b;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1299.98px) {
  .btn-row.left-right .btn-row__inner {
    -moz-animation: wall-lr 20s linear infinite alternate;
    -webkit-animation: wall-lr 20s linear infinite alternate;
    animation: wall-lr 20s linear infinite alternate;
  }
  .btn-row.left-right .btn-row__inner:hover {
    animation-play-state: paused;
  }
}
@media (max-width: 1299.98px) {
  .btn-row.right-left .btn-row__inner {
    -moz-animation: wall-rl 20s linear infinite alternate;
    -webkit-animation: wall-rl 20s linear infinite alternate;
    animation: wall-rl 20s linear infinite alternate;
  }
  .btn-row.right-left .btn-row__inner:hover {
    animation-play-state: paused;
  }
}

.gallery-slider__wrapper {
  position: relative;
}
.gallery-slider__wrapper:after {
  background: #fff;
  content: " ";
  position: absolute;
  bottom: -6.25rem;
  left: 0;
  z-index: 6;
  height: 28.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-slider__wrapper:after {
    bottom: -10rem;
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .gallery-slider__wrapper:after {
    height: 46.875rem;
  }
}

.gallery-slider {
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.gallery-slider .slick-list {
  margin: 0 -0.5rem;
}
@media (min-width: 768px) {
  .gallery-slider .slick-list {
    margin: 0 -1rem;
  }
}
.gallery-slider .slick-slide {
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .gallery-slider .slick-slide {
    margin: 0 1rem;
  }
}

.gallery-slider a {
  position: relative;
  display: flex;
}
.gallery-slider a:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "icons";
  font-size: 1.875rem;
  content: "\e908";
  background: rgba(224, 90, 102, 0.6);
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.gallery-slider a:hover:after {
  opacity: 1;
}

.gallery-slider .slick-dots {
  justify-content: center;
  bottom: 0;
}

.contact-bar__wrapper {
  position: relative;
  overflow: hidden;
  height: 31.25rem;
  width: 100%;
}

.contact-bar__wrapper__bg {
  background: #c1202a;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 28.125rem;
}
@media (min-width: 768px) {
  .contact-bar__wrapper__bg {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .contact-bar__wrapper__bg {
    height: 46.875rem;
  }
}
.contact-bar__wrapper__bg:before {
  background: var(--contact-bar-bg);
  opacity: 0.1;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.contact-bar {
  height: 31.25rem;
  padding-top: 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-bar {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .contact-bar {
    padding-top: 5%;
  }
}

.contact-bar__content h3 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-bar__content h3 {
    font-size: 2.25rem;
    text-align: left;
  }
}
.contact-bar__content h3 strong {
  font-weight: 600;
}

.contact-bar__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact-bar__btns {
    margin-top: 0;
    margin-right: 0;
  }
}
.contact-bar__btns p a {
  color: #fff;
}
.contact-bar__btns p {
  margin-bottom: 0;
}

.contact-bar__btns .btn {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  min-width: 14.375rem;
  margin-bottom: 0.5rem;
}
.contact-bar__btns .btn.btn-solid {
  background: #fff;
  color: #c1202a;
}

.contact-bar__btns p a:hover {
  text-decoration: none;
}

.client-slider__wrapper {
  margin-top: 2rem;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.client-slider {
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  -moz-animation: wall-lr 35s linear infinite alternate;
  -webkit-animation: wall-lr 35s linear infinite alternate;
  animation: wall-lr 35s linear infinite alternate;
}
@media (min-width: 768px) {
  .client-slider {
    -moz-animation: wall-lr 30s linear infinite alternate;
    -webkit-animation: wall-lr 30s linear infinite alternate;
    animation: wall-lr 30s linear infinite alternate;
  }
}
@media (min-width: 1025px) {
  .client-slider {
    -moz-animation: wall-lr 25s linear infinite alternate;
    -webkit-animation: wall-lr 25s linear infinite alternate;
    animation: wall-lr 25s linear infinite alternate;
  }
}
@media screen and (min-width: 2500px) {
  .client-slider {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

.client-slider__item {
  min-width: 12.5rem;
}
.client-slider picture img {
  width: 100%;
  max-width: 12.5rem;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .client-slider picture img {
    max-width: 15.625rem;
  }
}

.case-studies__filters {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .case-studies__filters {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1rem;
    width: auto;
  }
}
.case-studies__filters__wrapper {
  background: #4B566C;
}

.case-studies__filters .select-wrapper {
  width: 100%;
}

.case-studies__filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 9.375rem;
  margin: 0 1rem;
  max-width: 11.1111111111%;
}
@media (min-width: 1300px) {
  .case-studies__filter {
    max-width: 14.2857142857%;
  }
}
.case-studies__filter input {
  background: transparent;
  opacity: 0;
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 1300px) {
  .case-studies__filter input {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.case-studies__filter span {
  margin-top: 1rem;
  line-height: 1.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  max-width: 5.625rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 1300px) {
  .case-studies__filter span {
    font-size: 1rem;
  }
}

.case-studies__filter picture {
  border-radius: 50%;
  pointer-events: none;
  background: #fff;
  display: flex;
  padding: 1.5625rem;
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 1300px) {
  .case-studies__filter picture {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.case-studies__filter picture:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0.5rem solid transparent;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  left: 0;
  top: 0;
  content: "";
}
@media (min-width: 1300px) {
  .case-studies__filter picture:after {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.case-studies__filter picture img {
  width: 100%;
}

.case-studies__filter picture.all {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2.1875rem;
}
@media (min-width: 1300px) {
  .case-studies__filter picture.all {
    padding-right: 2.1875rem;
  }
}
.case-studies__filter picture.all img {
  max-width: 1.875rem;
}
@media (min-width: 1300px) {
  .case-studies__filter picture.all img {
    max-width: 3.4375rem;
  }
}

.case-studies__filters__wrapper :checked + picture:after {
  border: 0.5rem solid #c1202a;
}

.case-studies__filters__outer-wrapper {
  position: relative;
  z-index: 5;
}
.case-studies__filters__outer-wrapper p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.case-studies__filters__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .case-studies__filters__wrapper__curve {
    width: 100%;
  }
}
.case-studies__filters__wrapper__curve--top {
  top: 0.0625rem;
}
.case-studies__filters__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.case-studies__filters__wrapper__curve:before, .case-studies__filters__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
}
@media (min-width: 1300px) {
  .case-studies__filters__wrapper__curve:before, .case-studies__filters__wrapper__curve:after {
    width: 100%;
  }
}
.case-studies__filters__wrapper__curve:before {
  opacity: 0.5;
}

.case-studies__filters__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.case-studies__filters__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.pagination-block .pagination {
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination-block .pagination li {
  padding: 0;
  list-style: none;
}
.pagination-block .pagination li.btn {
  background: none;
  border: none;
  min-width: 0;
}

.pagination-block .pagination li.btn a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  border: 0.125rem solid #c1202a;
  background: #c1202a;
  color: #fff;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2rem;
}
.pagination-block .pagination li.btn a i {
  font-size: 0.75rem;
}

.pagination-block .pagination li.btn a:hover {
  background: #fff;
  color: #c1202a;
  text-decoration: none;
}

.pagination-block .pagination li.btn a[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.pagination-block .pagination li.btn.prev, .pagination-block .pagination li.btn.first {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination-block .pagination li.btn.first a, .pagination-block .pagination li.btn.last a {
  position: relative;
}
.pagination-block .pagination li.btn.first a i:first-of-type, .pagination-block .pagination li.btn.last a i:first-of-type {
  position: relative;
  left: -0.125rem;
}
.pagination-block .pagination li.btn.first a i:last-of-type, .pagination-block .pagination li.btn.last a i:last-of-type {
  position: absolute;
  left: 1rem;
}

.pagination-block .pagination li:not(.btn) {
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  margin: 0 0.25rem;
  color: #4B566C;
}
.pagination-block .pagination li:not(.btn).current {
  font-weight: 700;
  color: #c1202a;
}

.pagination-block .pagination li:not(.btn) .dots {
  color: #4B566C;
}
.pagination-block .pagination li:not(.btn) a {
  color: #4B566C;
}
.pagination-block .pagination li:not(.btn) a:hover {
  text-decoration: none;
}

.footer {
  position: relative;
  overflow: hidden;
  z-index: 15;
  color: #fff;
}
.footer a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  color: #fff;
}

.footer__inner {
  background: #4B566C;
  position: relative;
}
.footer__inner:before, .footer__inner:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23c1202a' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  left: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .footer__inner:before, .footer__inner:after {
    width: 100%;
  }
}
.footer__inner:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.footer__inner:before {
  bottom: calc(100% + 1rem);
}
.footer__inner:after {
  bottom: calc(100% - 2px);
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .footer__container {
    flex-direction: row;
    align-items: flex-start;
  }
}

.footer__logo__container {
  max-width: 15.625rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer__logo__container {
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .footer__logo__container {
    max-width: 18.75rem;
  }
}
.footer__logo__container img {
  max-width: 12.5rem;
  width: 100%;
}
@media (min-width: 1300px) {
  .footer__logo__container img {
    max-width: 15.625rem;
  }
}

.footer__logo__container ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 -0.25rem;
}
@media (min-width: 1025px) {
  .footer__logo__container ul {
    justify-content: flex-start;
  }
}
.footer__logo__container ul li {
  margin: 2rem 0.25rem;
}

.footer__logo__container address, .footer__logo__container p {
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.footer__links__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__links__container {
    width: calc(100% - 250px);
  }
}
@media (min-width: 1025px) {
  .footer__links__container {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1300px) {
  .footer__links__container {
    width: calc(100% - 300px);
  }
}
.footer__links__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .footer__links__row {
    flex-direction: row;
    padding-left: 2rem;
  }
}
@media (min-width: 1300px) {
  .footer__links__row {
    padding-left: 4rem;
  }
}

.footer__links {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer__links__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__links__items h3 {
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .footer__links__items h3 {
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .footer__links__items .collapse {
    display: flex !important;
  }
}

.footer__links__items h3 a {
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__links__items h3 a {
    pointer-events: none;
  }
}
.footer__links__items h3 a i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 0.75rem;
  color: #c1202a;
  position: relative;
  top: -0.0625rem;
  height: 0.625rem;
  width: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .footer__links__items h3 a i {
    display: none;
  }
}
.footer__links__items h3 a:hover {
  text-decoration: none;
}

.footer__links__items h3 a[aria-expanded=true] i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer__links__items ul {
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0;
  list-style: none;
}

.footer__links__items ul li {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .footer__links__items ul li {
    justify-content: flex-start;
  }
}

.footer__links__items li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  left: 0;
  min-height: 2.75rem;
  font-size: 0.875rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__links__items li a {
    justify-content: flex-start;
    min-height: 1.875rem;
    padding: 0.25rem 0;
  }
}

.footer__links__items li a:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  font-family: "icons";
  font-size: 0.75rem;
  color: #c1202a;
  content: "\e900";
  top: 0.75rem;
  left: 0.125rem;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__links__items li a:hover {
  text-decoration: none;
  padding-left: 1rem;
}
.footer__links__items li a:hover:before {
  opacity: 1;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  z-index: 4;
}
.footer__contact__container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__contact__container {
    padding-right: 2rem;
    flex-direction: row;
    align-items: flex-start;
  }
}

.footer__contact h3 {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__contact h3 {
    justify-content: flex-start;
  }
}
.footer__contact p {
  margin-bottom: 0.25rem;
}

.footer__contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .footer__contact__info {
    align-items: flex-start;
  }
}
.footer__contact__info a {
  color: #fff;
}
.footer__contact__info address {
  max-width: 18.75rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .footer__contact__info address {
    max-width: unset;
    text-align: left;
  }
}

.footer__contact__link {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0.25rem;
}
.footer__contact__link i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background: #c1202a;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__contact__link i {
    min-height: 1.5625rem;
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.footer__contact__link:hover {
  text-decoration: none;
}
.footer__contact__link:hover i {
  background: #AB1C15;
}

.footer__contact__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .footer__contact__socials {
    align-items: flex-end;
    margin-right: 0;
  }
}
.footer__contact__socials ul {
  list-style-type: none;
  margin: 0 -0.25rem 1rem;
  padding: 0;
  display: flex;
}

.footer__contact__socials .social-icon {
  margin: 0 0.25rem;
  color: #fff;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 1025px) {
  .footer__contact__socials .social-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.footer__contact__socials .social-icon i {
  font-size: 1rem;
}
@media (min-width: 1025px) {
  .footer__contact__socials .social-icon i {
    font-size: 0.875rem;
  }
}
.footer__contact__socials .social-icon:hover {
  background: #AB1C15;
}

.footer__contact__logos img {
  max-width: var(--footer-logo-mobile-width);
}
@media (min-width: 1025px) {
  .footer__contact__logos img {
    max-width: var(--footer-logo-width);
  }
}

.footer__sub-footer {
  background: #c1202a;
  color: #fff;
  text-align: center;
}
.footer__sub-footer p, .footer__sub-footer p a {
  font-size: 0.75rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .footer__sub-footer p, .footer__sub-footer p a {
    font-size: 0.875rem;
  }
}
.footer__sub-footer p {
  margin: 0.25rem;
}

.footer__sub-footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 3.125rem;
}

.featured-content__container {
  border-radius: 0.25rem;
  position: relative;
  background: #F2F4F9;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .featured-content__container {
    flex-direction: row;
  }
}

.featured-content__media {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .featured-content__media {
    width: 31.25rem;
  }
}

.featured-content__media picture {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (min-width: 1025px) {
  .featured-content__media picture {
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .featured-content__media picture img {
    object-fit: cover;
    height: 26.25rem;
    width: 100%;
  }
}

.featured-content__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .featured-content__content {
    padding: 2rem 4rem;
    width: calc(100% - 500px);
    align-items: flex-start;
    text-align: left;
  }
}

.featured-content__content h6 {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.featured-content__content span {
  margin-bottom: 1rem;
}

.driver-case-study {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.driver-case-study h3 {
  border: 0.0625rem solid #F2F4F9;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
  margin-bottom: 0;
}

.driver-case-study__container {
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.driver-case-study__container:after {
  background: #c1202a;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.25rem;
  width: 100%;
  content: "";
}

.driver-case-study__container picture {
  position: relative;
  overflow: hidden;
  display: flex;
}
.driver-case-study__container picture img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.driver-case-study__container h3 span {
  position: relative;
}
.driver-case-study__container h3 span:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icons";
  font-size: 0.625rem;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  content: "\e915";
  opacity: 0;
}

.driver-case-study:hover {
  text-decoration: none;
}
.driver-case-study:hover .driver-case-study__container h3 span:after {
  right: -1rem;
  opacity: 1;
}

.driver-case-study:hover .driver-case-study__container picture img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.driver-integration {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

.driver-integration__container {
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.driver-integration__container:after {
  background: #c1202a;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.25rem;
  width: 100%;
  content: "";
}

.driver-integration__top {
  display: flex;
  align-items: center;
  padding: 2rem 1rem 0;
}
@media (min-width: 576px) {
  .driver-integration__top {
    padding: 2rem 2rem 0;
  }
}
.driver-integration__top picture {
  height: 3.125rem;
  max-width: 50%;
  margin-right: auto;
}
.driver-integration__top picture img {
  height: 3.125rem;
  object-fit: contain;
}

.driver-integration__top span.btn.btn-pill {
  border-radius: 2rem;
  background: #4B566C;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  margin-left: 0.25rem;
}
.driver-integration__top span.btn.btn-pill.first {
  margin-left: auto;
}

.driver-integration__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 576px) {
  .driver-integration__content {
    padding: 2rem;
  }
}
.driver-integration__content h3 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .driver-integration__content h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .driver-integration__content h3 {
    font-size: 1.5rem;
  }
}

.driver-integration__link {
  border: 0.0625rem solid #F2F4F9;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  margin-top: auto;
  color: #4B566C;
  font-weight: 600;
}
.driver-integration__link span {
  position: relative;
}
.driver-integration__link span:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icons";
  font-size: 0.625rem;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  content: "\e915";
  opacity: 0;
}

.driver-integration:hover {
  text-decoration: none;
}
.driver-integration:hover .driver-integration__link {
  text-decoration: none;
  color: #c1202a;
}
.driver-integration:hover .driver-integration__link span:after {
  color: #c1202a;
  right: -1rem;
  opacity: 1;
}

.driver-text-img {
  display: flex;
}
.driver-text-img__container {
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.driver-text-img__top-bar {
  background: #12284b;
  padding: 0.5rem 2rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.driver-text-img picture {
  display: flex;
}
.driver-text-img picture img {
  position: relative;
  height: 17.1875rem;
  width: 100%;
  object-fit: cover;
}

.driver-text-img__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
  padding: 2rem;
}
.driver-text-img__content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.driver-text-img__content span {
  margin-bottom: 1rem;
}

.driver-text-img__content a {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.driver-text-img__content a i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  font-size: 1.75rem;
  left: 0;
}

.driver-text-img__content a:hover {
  text-decoration: none;
}
.driver-text-img__content a:hover i {
  left: 0.5rem;
}

.overlay-drivers {
  width: 100%;
}
.overlay-drivers__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
  width: 100%;
}

.overlay-driver {
  padding: 0 1rem;
  display: flex;
  margin-bottom: 2rem;
}
.overlay-driver a {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #4B566C;
  padding: 2rem;
}
.overlay-driver a:hover {
  text-decoration: none;
}
.overlay-driver a:hover .overlay-driver__link {
  opacity: 1;
}

.overlay-driver a:before {
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: var(--overlay-driver-accent);
  position: absolute;
  height: 0.5rem;
  width: 100%;
  content: " ";
  left: 0;
  top: 0;
}

.overlay-driver h3 {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .overlay-driver h3 {
    flex-direction: row;
    font-size: 1.625rem;
  }
}
.overlay-driver h3 span {
  border-radius: 50%;
  background: var(--overlay-driver-accent);
  height: 2.1875rem;
  width: 2.1875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.125rem;
  margin-bottom: 1rem;
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .overlay-driver h3 span {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

.overlay-driver p:last-of-type {
  margin-bottom: 0;
}

.overlay-drivers__container--square .overlay-driver {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .overlay-drivers__container--square .overlay-driver {
    max-width: 33.3333333333%;
  }
}
.overlay-drivers__container--horizontal .overlay-driver {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .overlay-drivers__container--horizontal .overlay-driver {
    max-width: 50%;
  }
}

.overlay-driver__link {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (min-width: 1025px) {
  .overlay-driver__link {
    position: absolute;
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .overlay-driver__link:before {
    background: var(--overlay-driver-accent);
    border-radius: 0.25rem;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: " ";
  }
}

.overlay-driver__link .btn.btn-solid {
  position: relative;
  z-index: 2;
  border: 0.0625rem solid var(--overlay-driver-accent);
  color: var(--overlay-driver-accent);
  background: #fff;
}
@media (min-width: 1025px) {
  .overlay-driver__link .btn.btn-solid {
    border: 0.0625rem solid #fff;
    background: transparent;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .overlay-driver__link .btn.btn-solid:hover {
    border: 0.0625rem solid var(--overlay-driver-accent);
    color: var(--overlay-driver-accent);
    background: #fff;
  }
}

.overlay-drivers__container--square .overlay-driver a {
  border: 0.0625rem solid var(--overlay-driver-accent);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.overlay-drivers__container--square .overlay-driver a:before {
  display: none;
}

.overlay-drivers__container--square .overlay-driver a h3 {
  flex-direction: column;
  text-align: center;
}
.overlay-drivers__container--square .overlay-driver a h3 span {
  margin-bottom: 1rem;
  margin-right: 0;
  height: 2.8125rem;
  width: 2.8125rem;
}

.driver-logo {
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .driver-logo {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1025px) {
  .driver-logo {
    text-align: left;
  }
}
.driver-logo h3 {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.driver-logo__media {
  position: relative;
  height: 5rem;
  margin-bottom: 2rem;
}
.driver-logo__media img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  height: 100%;
}

.driver-logo:hover {
  text-decoration: none;
}
.driver-logo:hover h3 {
  color: #7289C2;
}

.driver-logo:hover .driver-logo__media img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.driver-testimonial__outer-wrapper {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  -moz-column-gap: 1rem;
}
@media (min-width: 768px) {
  .driver-testimonial__outer-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -moz-column-gap: 2rem;
  }
}

.driver-testimonial {
  border-radius: 0.5rem;
  background: #F2F4F9;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.driver-testimonial__container {
  display: inline-flex;
  flex-direction: column;
}

.driver-testimonial__top {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.driver-testimonial__top__info {
  display: flex;
  flex-direction: column;
}
.driver-testimonial__top__info h3 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.driver-testimonial__top__info span {
  font-size: 1rem;
  font-weight: 600;
  color: #c1202a;
}

.driver-testimonial__top__img {
  margin-left: auto;
}
.driver-testimonial__top__img img {
  max-height: 4.0625rem;
  object-fit: contain;
}

.listing-driver {
  padding: 0 0 1.875rem;
  margin: 0 0 1.875rem;
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.25);
}
.listing-driver__content h3 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .listing-driver__content h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .listing-driver__content h3 {
    font-size: 1.625rem;
  }
}

.listing-driver__categories {
  margin: 0 0 1rem;
}
.listing-driver__categories .btn-pill {
  border-radius: 0.5rem;
  border: 0.125rem solid #12284b;
  background: #12284b;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
}
.listing-driver__categories .btn-pill.alt {
  background: #fff;
  color: #12284b;
}

.listing-driver__content h3 a:hover {
  text-decoration: none;
}

.driver-news {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .driver-news {
    text-align: left;
  }
}
.driver-news__container {
  display: flex;
  flex-direction: column;
}
.driver-news__container .text-link {
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .driver-news__container .text-link {
    justify-content: flex-start;
    text-align: left;
  }
}

.driver-news picture {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
}
.driver-news picture:after {
  background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  content: " ";
  bottom: 0;
  right: 0;
}
.driver-news picture img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 18.75rem;
  width: 100%;
  object-fit: cover;
}

.driver-news h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .driver-news h3 {
    font-size: 1.25rem;
  }
}

.driver-news h3:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c1202a;
  position: absolute;
  height: 0.125rem;
  max-width: 9.375rem;
  width: 100%;
  content: "";
  bottom: 0;
  left: 50%;
}
@media (min-width: 1025px) {
  .driver-news h3:after {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    left: 0;
  }
}

/***** Hover States ****/
.driver-news:hover {
  text-decoration: none;
}
.driver-news:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.driver-news:hover i {
  left: 0.5rem;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

address {
  margin-bottom: 2rem;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.max-width {
  max-width: 81.25rem;
}
.max-width.ext {
  max-width: 112.5rem;
}

.w-100 {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
}

.text-link {
  color: #c1202a;
  font-weight: 600;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.text-link i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1.25rem;
  position: relative;
  left: 0;
}

.text-link:hover i {
  left: 0.5rem;
}

.-mb-150 {
  margin-bottom: -9.375rem !important;
}

.-mt-380 {
  margin-top: -23.75rem !important;
}

.-mt-320 {
  margin-top: -20rem !important;
}

.-mt-300 {
  margin-top: -18.75rem !important;
}

.-mt-250 {
  margin-top: -15.625rem !important;
}

.-mt-200 {
  margin-top: -12.5rem !important;
}

.-mt-150 {
  margin-top: -9.375rem !important;
}

.-mt-80 {
  margin-top: -5rem !important;
}

.-mt-100 {
  margin-top: -6.25rem !important;
}

.mt-75 {
  margin-top: 4.6875rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem !important;
}

.mb-75 {
  margin-bottom: 4.6875rem !important;
}

.-mb-100 {
  margin-bottom: -6.25rem !important;
}

.-mb-130 {
  margin-top: -8.125rem !important;
}

@media (min-width: 1025px) {
  .-mt-lg-25 {
    margin-top: -1.5625rem !important;
  }
  .-mt-lg-50 {
    margin-top: -3.125rem !important;
  }
  .-mt-lg-150 {
    margin-top: -9.375rem !important;
  }
  .-mt-lg-320 {
    margin-top: -20rem !important;
  }
}
.py-200 {
  padding: 12.5rem 0 !important;
}

.py-175 {
  padding: 10.9375rem 0 !important;
}

.py-150 {
  padding: 9.375rem 0 !important;
}

.py-100 {
  padding: 6.25rem 0 !important;
}

.py-75 {
  padding: 4.6875rem 0 !important;
}

.py-50 {
  padding: 3.125rem 0 !important;
}

.py-25 {
  padding: 1.5625rem 0 !important;
}

.pb-250 {
  padding-bottom: 15.625rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-75 {
  padding-top: 4.6875rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-200 {
  padding-top: 12.5rem !important;
}

.pt-225 {
  padding-top: 14.0625rem !important;
}

.pt-350 {
  padding-top: 21.875rem !important;
}

@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
}
@media (min-width: 1025px) {
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .pt-lg-75 {
    padding-top: 4.6875rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .py-lg-50 {
    padding: 3.125rem 0 !important;
  }
  .py-lg-75 {
    padding: 4.6875rem 0 !important;
  }
  .py-lg-100 {
    padding: 6.25rem 0 !important;
  }
  .py-lg-150 {
    padding: 9.375rem 0 !important;
  }
  .py-lg-200 {
    padding: 12.5rem 0 !important;
  }
}
.z-5 {
  position: relative;
  z-index: 5;
}

.z-8 {
  position: relative;
  z-index: 8;
}

.z-10 {
  position: relative;
  z-index: 10;
}

.p-relative {
  position: relative;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.p-absolute {
  position: absolute;
}

.v-align {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .v-align {
    align-items: flex-start;
    text-align: left;
  }
}

.v-align ul li {
  text-align: left;
}

.v-align-row {
  position: relative;
  display: flex;
  align-items: center;
}

.py-c {
  padding: 3.125rem 1rem;
}
@media (min-width: 768px) {
  .py-c {
    padding: 4.6875rem 1rem;
  }
}

.content ul {
  padding-left: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .content ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.content ul li {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 500;
  list-style: none;
}
.content ul li:before {
  font-family: "icons";
  content: "\e905";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  font-size: 1.5rem;
  color: #c1202a;
  height: 1.25rem;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.content ul li a:hover {
  text-decoration: none;
  color: #7289C2;
}

.no-banner h1 {
  font-family: "news-gothic-std", sans-serif;
  margin-bottom: 1rem;
  position: relative;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .no-banner h1 {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .no-banner h1 {
    font-size: 2.25rem;
  }
}

.af-form.acf-form .af-field {
  border-top: none;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  width: 100%;
}

.af-form.acf-form .af-field .af-label {
  display: none;
}
.af-form.acf-form .af-field .af-label label {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .af-form.acf-form .af-field .af-label label {
    text-align: left;
  }
}

.af-form .af-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .af-form .af-fields {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .af-form .af-fields {
    justify-content: flex-start;
  }
}

.af-form .split-half.af-field {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .af-form .split-half.af-field {
    width: 50%;
  }
}
.af-form .split-half.af-field.last {
  margin-bottom: 0;
}

.af-form.acf-form .af-field input,
.af-form.acf-form .af-field textarea {
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.25rem;
}
.af-form.acf-form .af-field input {
  height: 3.125rem;
  background: #fff;
  padding: 0.25rem 1.25rem;
  width: 100%;
}
.af-form.acf-form .af-field textarea {
  height: 9.375rem;
  background: #fff;
  padding: 1rem 1.25rem;
  width: 100%;
}

.af-submit.acf-form-submit {
  margin-bottom: 0;
  padding: 0 1rem;
}
.af-submit.acf-form-submit button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0.25rem;
  border: 0.0625rem solid #c1202a;
  background: #c1202a;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8125rem;
}
@media (min-width: 768px) {
  .af-submit.acf-form-submit button {
    width: auto;
  }
}

.af-submit.acf-form-submit button:hover {
  background: var(--btn-hover-colour);
  color: var(--btn-text-hover-colour);
  text-decoration: none;
}

input[name=email_for_non_humans] {
  display: none;
}

.select-wrapper {
  border: 0.0625rem solid #dee2e6;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  min-width: 12.5rem;
}
.select-wrapper:after {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--btn-colour);
  color: var(--btn-text-colour);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icons";
  content: \e90a;
  font-size: 0.75rem;
  height: 3.125rem;
  width: 3.125rem;
}

.select-wrapper select {
  padding: 0.25rem 3.125rem 0.25rem 0.5rem;
  border: none;
  height: 3.125rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background: transparent;
}

.slick-slide {
  float: left;
  min-height: 0.0625rem;
  display: flex;
  align-items: center;
}
.slick-slide > div {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list div:focus,
.slick-list a:focus {
  outline: none !important;
}

.slick-prev,
.slick-prev:after {
  left: 0;
}

.slick-next,
.slick-next:after {
  right: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.slick-dots li {
  list-style: none;
  margin: 0 0.25rem;
}
.slick-dots li button {
  background: rgba(75, 86, 108, 0.4);
  border: none;
  border-radius: 50%;
  height: 0.5rem;
  width: 0.5rem;
  padding: 0;
  text-indent: -62499.9375rem;
}

.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #4B566C;
}

@-webkit-keyframes textBlurIn {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-moz-keyframes textBlurIn {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-o-keyframes textBlurIn {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes textBlurIn {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #c1202a;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0.9375rem rgba(224, 90, 102, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #c1202a;
  }
  100% {
    -moz-box-shadow: 0 0 0 0.9375rem rgba(224, 90, 102, 0);
  }
}
@-o-keyframes pulse {
  0% {
    -o-box-shadow: 0 0 0 0 #c1202a;
  }
  100% {
    -o-box-shadow: 0 0 0 0.9375rem rgba(224, 90, 102, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #c1202a;
    -ms-box-shadow: 0 0 0 0 #c1202a;
  }
  100% {
    box-shadow: 0 0 0 0.9375rem rgba(224, 90, 102, 0);
    -ms-box-shadow: 0 0 0 0.9375rem rgba(224, 90, 102, 0);
  }
}
@-moz-keyframes wall-lr {
  0% {
    right: 0;
  }
  100% {
    right: var(--row-width);
  }
}
@-webkit-keyframes wall-lr {
  0% {
    right: 0;
  }
  100% {
    right: var(--row-width);
  }
}
@keyframes wall-lr {
  0% {
    right: 0;
    right: 0;
    right: 0;
  }
  100% {
    right: var(--row-width);
    right: var(--row-width);
    right: var(--row-width);
  }
}
@-moz-keyframes wall-rl {
  0% {
    right: var(--row-width);
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes wall-rl {
  0% {
    right: var(--row-width);
  }
  100% {
    right: 0;
  }
}
@keyframes wall-rl {
  0% {
    right: var(--row-width);
    right: var(--row-width);
    right: var(--row-width);
  }
  100% {
    right: 0;
    right: 0;
    right: 0;
  }
}
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important;
}

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}

body:not(.wp-admin) .ekko-lightbox-nav-overlay a {
  border-radius: 0.25rem;
  background: #c1202a;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 1;
  font-size: 1rem;
  color: #fff;
  margin-right: auto;
  margin-left: 1rem;
}
body:not(.wp-admin) .ekko-lightbox-nav-overlay a:last-child {
  margin-left: auto;
  margin-right: 1rem;
}

.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ekko-lightbox-nav-overlay a > :focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
  cursor: pointer;
}

.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}

.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}

.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}

.ekko-lightbox .modal-dialog {
  display: none;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}

.ekko-lightbox-loader {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ekko-lightbox-loader > div {
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  text-align: center;
}

.ekko-lightbox-loader > div > div {
  border-radius: 50%;
  background-color: #fff;
  height: 100%;
  width: 100%;
  animation: a 2s infinite ease-in-out;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
}

.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}

.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}

.ekko-lightbox.modal .modal-footer {
  max-width: 100%;
  justify-content: center;
  text-align: center;
  border: none;
  bottom: 0;
}
@media (min-width: 576px) {
  .ekko-lightbox.modal .modal-footer {
    position: relative;
    max-width: 80%;
    left: 10%;
  }
}

@keyframes a {
  0%, to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.basic-min-height__outer {
  position: relative;
}
.basic-min-height__outer:after {
  position: absolute;
  background: #fff;
  height: 28.125rem;
  width: 100%;
  content: " ";
  bottom: -10rem;
  z-index: 8;
}
@media (min-width: 768px) {
  .basic-min-height__outer:after {
    height: 100vh;
    max-height: 35rem;
  }
}
@media (min-width: 1025px) {
  .basic-min-height__outer:after {
    max-height: 46.875rem;
  }
}

.basic-min-height {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem 1rem;
  min-height: calc(50vh - 200px);
}
@media (min-width: 768px) {
  .basic-min-height {
    min-height: 31.25rem;
    padding: 3rem 1rem 0;
  }
}
@media (min-width: 1025px) {
  .basic-min-height {
    padding: 3rem 1rem 0;
  }
}
@media (min-width: 1300px) {
  .basic-min-height {
    padding: 6rem 1rem 0;
  }
}

.basic-min-height h3, .basic-min-height h4, .basic-min-height h5 {
  text-transform: uppercase;
}
.basic-min-height ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  margin-left: -2rem;
}
.basic-min-height ul li {
  margin-bottom: 0.25rem;
  text-align: left;
  position: relative;
  display: inline-flex;
  width: calc(100% + 2rem);
}
.basic-min-height ul li:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.5rem;
  top: 50%;
  height: 0.5rem;
  width: 0.5rem;
  font-family: "icons";
  content: \e900;
  font-size: 0.75rem;
  color: #c1202a;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.basic-min-height ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  text-align: left;
  min-height: 2.1875rem;
  padding: 0.25rem 0.25rem;
  display: inline-flex;
  align-items: center;
  color: #7289C2;
  font-weight: 500;
  left: 0;
}
@media (min-width: 1025px) {
  .basic-min-height ul li a {
    min-height: 1.875rem;
  }
}

.basic-min-height ul li:hover a {
  text-decoration: none;
  left: 1rem;
}
.basic-min-height ul li:hover:before {
  opacity: 1;
}

.social-icon {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background: #c1202a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .social-icon {
    min-height: 1.5625rem;
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.social-icon:hover {
  background: #AB1C15;
  text-decoration: none;
  color: #fff;
}

.google-map__wrapper {
  position: relative;
  overflow: hidden;
  height: 28.125rem;
  margin-bottom: -10.9375rem;
}
@media (min-width: 768px) {
  .google-map__wrapper {
    height: 40.625rem;
  }
}
@media (min-width: 1025px) {
  .google-map__wrapper {
    height: 46.875rem;
  }
}
.google-map__wrapper iframe {
  border: none;
}

.google-map__wrapper {
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .google-map__wrapper {
    margin-top: 0;
  }
}
.google-map__wrapper:before, .google-map__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1) scaleX(-1);
  -moz-transform: scaleY(-1) scaleX(-1);
  -o-transform: scaleY(-1) scaleX(-1);
  transform: scaleY(-1) scaleX(-1);
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  left: 0;
  content: " ";
  z-index: 3;
  display: none;
}
@media (min-width: 768px) {
  .google-map__wrapper:before, .google-map__wrapper:after {
    display: flex;
  }
}
@media (min-width: 1300px) {
  .google-map__wrapper:before, .google-map__wrapper:after {
    width: 100%;
  }
}
.google-map__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.google-map__wrapper:before {
  top: -1px;
}
.google-map__wrapper:after {
  top: calc(0px + 1rem);
  opacity: 0.8;
}

.global-search {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 8000;
  pointer-events: none;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-search.active {
  pointer-events: all;
  opacity: 1;
}

.global-search form {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  position: relative;
  display: flex;
}
.global-search form input {
  padding: 0.375rem 1.5em;
  height: 3.75rem;
  border: none;
  width: 100%;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.global-search form button {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #c1202a;
  color: #fff;
  border: none;
  height: 3.75rem;
  width: 3.75rem;
}

.global-search form input:focus {
  outline: none;
}

.global-search--close {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  background: #c1202a;
  color: #fff;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-search--close:hover {
  text-decoration: none;
  color: #fff;
}

body {
  position: relative;
}
body:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 5000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  content: " ";
  left: 0;
  top: 0;
}

body.shroud:before {
  background: rgba(255, 255, 255, 0.85);
  pointer-events: all;
  opacity: 1;
}

.menu-icon {
  padding: 5px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.menu-icon:hover {
  opacity: 1;
}
.menu-icon.active:hover {
  opacity: 1;
}
.menu-icon.active .menu-icon-inner,
.menu-icon.active .menu-icon-inner::before,
.menu-icon.active .menu-icon-inner::after {
  background-color: #c1202a;
}

.menu-icon-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.menu-icon-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.menu-icon-inner, .menu-icon-inner::before, .menu-icon-inner::after {
  width: 35px;
  height: 4px;
  background-color: #12284b;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.menu-icon-inner::before, .menu-icon-inner::after {
  content: "";
  display: block;
}
.menu-icon-inner::before {
  top: -10px;
}
.menu-icon-inner::after {
  bottom: -10px;
}

.menu-icon .menu-icon-inner {
  top: 2px;
}
.menu-icon .menu-icon-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.menu-icon .menu-icon-inner::after {
  top: 20px;
}
.menu-icon[aria-expanded=true] .menu-icon-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.menu-icon[aria-expanded=true] .menu-icon-inner::before {
  transform: rotate(-45deg) translate3d(-5px, -6px, 0);
  opacity: 0;
}
.menu-icon[aria-expanded=true] .menu-icon-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.modal.enquire-modal .modal-content, .modal.map-modal .modal-content {
  background: #fff;
}

.modal.enquire-modal .modal-header .close, .modal.map-modal .modal-header .close {
  margin: -1rem 0 -1rem auto;
}

.map-modal iframe {
  height: 34.375rem;
  max-height: 100vh;
  border: none;
}

@media (min-width: 768px) {
  .modal.enquire-modal form.af-form.acf-form {
    padding: 1rem;
  }
}
.modal.enquire-modal form.af-form.acf-form label[aria-hidden=true] {
  display: none;
}

.modal.enquire-modal .af-submit.acf-form-submit {
  width: 100%;
}
.modal.enquire-modal .af-submit.acf-form-submit button {
  width: 100%;
}
@media (min-width: 768px) {
  .modal.enquire-modal .af-submit.acf-form-submit button {
    width: auto;
  }
}

.modal.btn-modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: -1;
}
.modal.btn-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  z-index: 1050;
}

.modal.btn-modal .modal-dialog {
  max-width: 40.625rem;
}

.modal.btn-modal .modal-header {
  padding: 1rem 2rem;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1025px) {
  .modal.btn-modal .modal-header h5 {
    font-size: 1.96875rem;
  }
}
.modal.btn-modal .modal-header .close {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: -1rem 0rem -1rem auto;
  padding: 0.25rem 0 0 0;
  border: 0.125rem solid #c1202a;
  background: #c1202a;
  color: #fff;
}
.modal.btn-modal .modal-header .close:hover {
  border: 0.125rem solid #12284b;
  background: #12284b;
}

.modal.btn-modal .modal-content {
  background: #fff;
  text-align: center;
}
.modal.btn-modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
}
@media (min-width: 1025px) {
  .modal.btn-modal .modal-content .modal-body {
    padding: 2rem 4rem;
  }
}
.modal.btn-modal .modal-content .modal-body .btn {
  margin-top: 1rem;
}

.hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.hbspt-form form div:first-of-type {
  width: 100%;
}
.hbspt-form form .hs-richtext {
  width: 100%;
  margin-bottom: 2rem;
}

.hbspt-form form .hs_firstname,
.hbspt-form form .hs_lastname,
.hbspt-form form .hs_email,
.hbspt-form form .hs_phone,
.hbspt-form form .hs_company,
.hbspt-form form .hs-dependent-field,
.hbspt-form form .hs_recaptcha,
.hbspt-form form .hs_submit hs-submit {
  width: 100%;
}
@media (min-width: 1025px) {
  .hbspt-form form .hs_firstname,
  .hbspt-form form .hs_lastname,
  .hbspt-form form .hs_email,
  .hbspt-form form .hs_phone,
  .hbspt-form form .hs_company,
  .hbspt-form form .hs-dependent-field,
  .hbspt-form form .hs_recaptcha,
  .hbspt-form form .hs_submit hs-submit {
    width: 50%;
  }
}
.hbspt-form form .hs_firstname label,
.hbspt-form form .hs_lastname label,
.hbspt-form form .hs_email label,
.hbspt-form form .hs_phone label,
.hbspt-form form .hs_company label,
.hbspt-form form .hs-dependent-field label,
.hbspt-form form .hs_recaptcha label,
.hbspt-form form .hs_submit hs-submit label {
  display: none;
}
.hbspt-form form .hs_subscription_type,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ {
  width: 100%;
}
@media (min-width: 1025px) {
  .hbspt-form form .hs_subscription_type,
  .hbspt-form form .hs_are_you_currently_using_an_erp_system_ {
    width: 50%;
  }
}

.hbspt-form form .hs_firstname,
.hbspt-form form .hs_lastname,
.hbspt-form form .hs_email,
.hbspt-form form .hs_phone,
.hbspt-form form .hs_company,
.hbspt-form form .hs-dependent-field,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.hbspt-form form .hs_firstname .input,
.hbspt-form form .hs_lastname .input,
.hbspt-form form .hs_email .input,
.hbspt-form form .hs_phone .input,
.hbspt-form form .hs_company .input,
.hbspt-form form .hs-dependent-field .input,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ .input {
  box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(112, 112, 112, 0.5);
  border-radius: 0.5rem;
  width: 100%;
}
.hbspt-form form .hs_firstname .input input,
.hbspt-form form .hs_firstname .input select,
.hbspt-form form .hs_lastname .input input,
.hbspt-form form .hs_lastname .input select,
.hbspt-form form .hs_email .input input,
.hbspt-form form .hs_email .input select,
.hbspt-form form .hs_phone .input input,
.hbspt-form form .hs_phone .input select,
.hbspt-form form .hs_company .input input,
.hbspt-form form .hs_company .input select,
.hbspt-form form .hs-dependent-field .input input,
.hbspt-form form .hs-dependent-field .input select,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ .input input,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ .input select {
  border-radius: 0.5rem;
  width: 100%;
  height: 2.8125rem;
  background: transparent;
  border: none;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .hbspt-form form .hs_firstname .input input,
  .hbspt-form form .hs_firstname .input select,
  .hbspt-form form .hs_lastname .input input,
  .hbspt-form form .hs_lastname .input select,
  .hbspt-form form .hs_email .input input,
  .hbspt-form form .hs_email .input select,
  .hbspt-form form .hs_phone .input input,
  .hbspt-form form .hs_phone .input select,
  .hbspt-form form .hs_company .input input,
  .hbspt-form form .hs_company .input select,
  .hbspt-form form .hs-dependent-field .input input,
  .hbspt-form form .hs-dependent-field .input select,
  .hbspt-form form .hs_are_you_currently_using_an_erp_system_ .input input,
  .hbspt-form form .hs_are_you_currently_using_an_erp_system_ .input select {
    height: 3.75rem;
  }
}

.hbspt-form form .hs_firstname .hs-error-msgs,
.hbspt-form form .hs_lastname .hs-error-msgs,
.hbspt-form form .hs_email .hs-error-msgs,
.hbspt-form form .hs_phone .hs-error-msgs,
.hbspt-form form .hs_company .hs-error-msgs,
.hbspt-form form .hs-dependent-field .hs-error-msgs,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ .hs-error-msgs {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.hbspt-form form .hs_firstname .hs-error-msgs li,
.hbspt-form form .hs_lastname .hs-error-msgs li,
.hbspt-form form .hs_email .hs-error-msgs li,
.hbspt-form form .hs_phone .hs-error-msgs li,
.hbspt-form form .hs_company .hs-error-msgs li,
.hbspt-form form .hs-dependent-field .hs-error-msgs li,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ .hs-error-msgs li {
  color: #c1202a;
  margin-bottom: 0.25rem;
}
.hbspt-form form .hs_firstname .hs-error-msgs li label,
.hbspt-form form .hs_lastname .hs-error-msgs li label,
.hbspt-form form .hs_email .hs-error-msgs li label,
.hbspt-form form .hs_phone .hs-error-msgs li label,
.hbspt-form form .hs_company .hs-error-msgs li label,
.hbspt-form form .hs-dependent-field .hs-error-msgs li label,
.hbspt-form form .hs_are_you_currently_using_an_erp_system_ .hs-error-msgs li label {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
  padding: 0 0.5rem;
}

.hbspt-form form .hs_subscription_type,
.hbspt-form form .hs_recaptcha,
.hbspt-form form .hs_submit {
  padding: 0 1rem;
}
.hbspt-form form .hs_recaptcha {
  margin-bottom: 1rem;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .hbspt-form form .hs_recaptcha {
    margin-bottom: 0;
    width: 50%;
  }
}
.hbspt-form form .hs_submit {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .hbspt-form form .hs_submit {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .hbspt-form form .hs_submit {
    margin-bottom: 0;
  }
}

.hbspt-form form .hs_subscription_type ul.inputs-list {
  padding-left: 0;
  list-style: none;
}
.hbspt-form form .hs_subscription_type ul.inputs-list li label {
  display: flex;
  align-items: center;
}
.hbspt-form form .hs_subscription_type ul.inputs-list li label input {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.hbspt-form form .hs_subscription_type ul.inputs-list li label span {
  padding-top: 0.3125rem;
}

.hbspt-form form .actions {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 768px) {
  .hbspt-form form .actions {
    justify-content: flex-end;
  }
}
.hbspt-form form .actions .hs-button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0.25rem;
  border: 0.0625rem solid #c1202a;
  background: #c1202a;
  color: #fff;
  padding: 0.5rem 1rem;
  font-family: "Hind", sans-serif;
  line-height: 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .hbspt-form form .actions .hs-button {
    width: auto;
  }
}

.modal.enquire-modal .close {
  border: 0.125rem solid #c1202a;
  background: #c1202a;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  padding: 0.3125rem 0;
  top: -0.9375rem;
  z-index: 10;
}
.modal.enquire-modal .close span {
  position: absolute;
  top: 0;
  height: 2.1875rem;
  padding: 0;
}

.contact__form .hbspt-form form fieldset .hs_firstname,
.contact__form .hbspt-form form fieldset .hs_lastname,
.contact__form .hbspt-form form fieldset .hs_email,
.contact__form .hbspt-form form fieldset .hs_phone {
  width: 100%;
}

.contact__form .hbspt-form form {
  padding-top: 0;
  padding-bottom: 2rem;
}
.contact__form .hbspt-form form fieldset {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .contact__form .hbspt-form form fieldset {
    flex-direction: row;
  }
}
.contact__form .hbspt-form form fieldset .hs_email,
.contact__form .hbspt-form form fieldset .hs_phone {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.contact__form .hbspt-form form fieldset .hs_email legend,
.contact__form .hbspt-form form fieldset .hs_phone legend {
  font-size: 0.75rem;
}

.contact__form .hbspt-form form fieldset .input input {
  width: 100% !important;
}

.contact__form .hbspt-form fieldset .hs_message {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.contact__form .hbspt-form fieldset .hs_message label,
.contact__form .hbspt-form fieldset .hs_message legend {
  display: none;
}
.contact__form .hbspt-form fieldset .hs_message legend {
  font-size: 0.75rem;
}
.contact__form .hbspt-form fieldset .hs_message .input textarea {
  box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(112, 112, 112, 0.5);
  border-radius: 0.5rem;
  min-height: 7.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

.contact__form .hbspt-form .hs_submit.hs-submit,
.contact__form .hbspt-form .hs_recaptcha {
  width: 100%;
}
@media (min-width: 576px) {
  .contact__form .hbspt-form .hs_submit.hs-submit,
  .contact__form .hbspt-form .hs_recaptcha {
    width: 50%;
  }
}
.contact__form .hbspt-form .hs_recaptcha {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .contact__form .hbspt-form .hs_recaptcha {
    margin-bottom: 0;
  }
}

.contact__form .hbspt-form .hs_submit.hs-submit .actions {
  justify-content: flex-end;
}
.contact__form .hbspt-form .hs_submit.hs-submit .actions input {
  width: 100%;
}
@media (min-width: 576px) {
  .contact__form .hbspt-form .hs_submit.hs-submit .actions input {
    width: 9.375rem;
  }
}
@media (min-width: 768px) {
  .contact__form .hbspt-form .hs_submit.hs-submit .actions input {
    width: 12.5rem;
  }
}

.contact__form .hbspt-form .hs_subscription_type ul li.hs-form-checkbox input.hs-input {
  width: 1.25rem !important;
}
.contact__form .hbspt-form .hs_subscription_type ul li.hs-form-checkbox span {
  width: calc(100% - 30px);
}

.content-block-row__wrapper .hbspt-form form .hs_firstname,
.content-block-row__wrapper .hbspt-form form .hs_lastname,
.content-block-row__wrapper .hbspt-form form .hs_email {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.content-block-row__wrapper .hbspt-form form .hs_firstname .input,
.content-block-row__wrapper .hbspt-form form .hs_lastname .input,
.content-block-row__wrapper .hbspt-form form .hs_email .input {
  box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(112, 112, 112, 0.5);
  border-radius: 0.5rem;
  background: #fff;
  width: 100%;
}
.content-block-row__wrapper .hbspt-form form .hs_firstname .input input,
.content-block-row__wrapper .hbspt-form form .hs_firstname .input select,
.content-block-row__wrapper .hbspt-form form .hs_lastname .input input,
.content-block-row__wrapper .hbspt-form form .hs_lastname .input select,
.content-block-row__wrapper .hbspt-form form .hs_email .input input,
.content-block-row__wrapper .hbspt-form form .hs_email .input select {
  border-radius: 0.5rem;
  width: 100%;
  height: 2.8125rem;
  background: transparent;
  border: none;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .content-block-row__wrapper .hbspt-form form .hs_firstname .input input,
  .content-block-row__wrapper .hbspt-form form .hs_firstname .input select,
  .content-block-row__wrapper .hbspt-form form .hs_lastname .input input,
  .content-block-row__wrapper .hbspt-form form .hs_lastname .input select,
  .content-block-row__wrapper .hbspt-form form .hs_email .input input,
  .content-block-row__wrapper .hbspt-form form .hs_email .input select {
    height: 3.75rem;
  }
}

.content-block-row__wrapper .hbspt-form form .hs_firstname,
.content-block-row__wrapper .hbspt-form form .hs_lastname {
  width: 100%;
}
@media (min-width: 1025px) {
  .content-block-row__wrapper .hbspt-form form .hs_firstname,
  .content-block-row__wrapper .hbspt-form form .hs_lastname {
    width: 50%;
  }
}
.content-block-row__wrapper .hbspt-form form .hs_firstname label,
.content-block-row__wrapper .hbspt-form form .hs_lastname label {
  display: none;
}
.content-block-row__wrapper .hbspt-form form .hs_email {
  width: 100%;
}
@media (min-width: 1025px) {
  .content-block-row__wrapper .hbspt-form form .hs_email {
    width: 100%;
  }
}

.content-block-row__wrapper .hbspt-form .hs_message {
  padding: 0 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.content-block-row__wrapper .hbspt-form .hs_message label,
.content-block-row__wrapper .hbspt-form .hs_message legend {
  display: none;
}
.content-block-row__wrapper .hbspt-form .hs_message legend {
  font-size: 0.75rem;
}
.content-block-row__wrapper .hbspt-form .hs_message .input textarea {
  box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(112, 112, 112, 0.5);
  border-radius: 0.5rem;
  min-height: 7.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

.hbspt-form form .hs_what_mie_product_s__are_you_interested_in_ {
  padding: 0 1rem;
}
.hbspt-form form .actions {
  justify-content: flex-start;
}

.content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -moz-column-gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -moz-column-gap: 2rem;
  }
}

.content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list li {
  display: inline-flex;
  width: 100%;
}
.content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list li label {
  display: flex;
  align-items: center;
}
.content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list li label input {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul.inputs-list li label span {
  padding-top: 0.3125rem;
}

.content-block-row__wrapper form .hs_what_mie_product_s__are_you_interested_in_ ul li.hs-form-checkbox input.hs-input {
  width: 1.25rem !important;
}

.hbspt-form form .hs_firstname .hs-error-msgs,
.hbspt-form form .hs_lastname .hs-error-msgs,
.hbspt-form form .hs_email .hs-error-msgs,
.hbspt-form form .hs_message .hs-error-msgs,
.hbspt-form form .hs_what_mie_product_s__are_you_interested_in_ .hs-error-msgs {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.hbspt-form form .hs_firstname .hs-error-msgs li,
.hbspt-form form .hs_lastname .hs-error-msgs li,
.hbspt-form form .hs_email .hs-error-msgs li,
.hbspt-form form .hs_message .hs-error-msgs li,
.hbspt-form form .hs_what_mie_product_s__are_you_interested_in_ .hs-error-msgs li {
  color: #c1202a;
  margin-bottom: 0.25rem;
}
.hbspt-form form .hs_firstname .hs-error-msgs li label,
.hbspt-form form .hs_lastname .hs-error-msgs li label,
.hbspt-form form .hs_email .hs-error-msgs li label,
.hbspt-form form .hs_message .hs-error-msgs li label,
.hbspt-form form .hs_what_mie_product_s__are_you_interested_in_ .hs-error-msgs li label {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
  padding: 0 0.5rem;
}

.content-block-row__outer-wrapper.form-row .content-block-row__wrapper {
  position: relative;
  z-index: 10;
}
.content-block-row__outer-wrapper.form-row .content-block-row__wrapper .hs-richtext {
  position: relative;
  margin-top: -3.125rem;
}

.btn.btn-solid {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 0.25rem;
  border: 0.0625rem solid #c1202a;
  background: #c1202a;
  color: #fff;
  padding: 0.5rem 1rem;
  font-family: "Hind", sans-serif;
  line-height: 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-solid:hover {
  border: 0.0625rem solid #12284b;
  background: #12284b;
  color: #fff;
  text-decoration: none;
}

.btn.btn-solid.alt {
  border: 0.0625rem solid #557CBE;
  background: #557CBE;
  color: #fff;
}
.btn.btn-solid.alt:hover {
  background: #223F80;
  border: 0.0625rem solid #223F80;
  color: #fff;
}

.embed-responsive.embed-responsive-16by9 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: transparent;
  border: none;
}
.modal-content iframe {
  width: 100%;
}

button.close {
  background: #fff;
  border: 0.125rem solid #7289C2;
  border-radius: 0.25rem;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  right: -0.75rem;
  top: -0.0625rem;
  font-size: 2.25rem;
  line-height: 2.8125rem;
  color: #7289C2;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  button.close {
    font-size: 1.375rem;
    height: 2.1875rem;
    width: 2.1875rem;
  }
}

button.close span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.0625rem;
  height: 1.875rem;
  width: 2.5rem;
}
@media (min-width: 1025px) {
  button.close span {
    width: 1.875rem;
  }
}

.modal .modal-lg {
  max-width: 62.5rem;
}

body {
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}

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

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

h2 {
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  h2 {
    font-size: 2.109375rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  h3 {
    font-size: 2.109375rem;
  }
}

.h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .h1 {
    font-size: 2.25rem;
  }
}
.h1.title-lg {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .h1.title-lg {
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .h1.title-lg {
    font-size: 2.875rem;
  }
}

.title-sml {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.acf-image-uploader .image-wrap img[src$=".svg"] {
  width: 100%;
}

body.wp-admin div.scan-item div.title {
  height: 2.5rem;
  display: inline-block;
}
body.wp-admin div.dup-box-title {
  height: 3.125rem;
}

#postexcerpt p {
  margin-top: 1rem;
}

@media (min-width: 1025px) {
  #acf-field_668e6211608f6.acf-relationship .selection .choices .list {
    min-height: 28.125rem;
  }
}
@media (min-width: 1025px) {
  #acf-field_668e6211608f6.acf-relationship .selection .values .list {
    min-height: 28.125rem;
  }
}

.accordion__outer-wrapper {
  background-image: -webkit-linear-gradient(to left top, #7289C2 0%, #4B566C 100%);
  background-image: -moz-linear-gradient(to left top, #7289C2 0%, #4B566C 100%);
  background-image: -ms-linear-gradient(to left top, #7289C2 0%, #4B566C 100%);
  background-image: -o-linear-gradient(to left top, #7289C2 0%, #4B566C 100%);
  background-image: linear-gradient(to left top, #7289C2 0%, #4B566C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startColor", endColorstr="$endColor",GradientType=0 );
  display: flex;
  position: relative;
  overflow: hidden;
}
.accordion__outer-wrapper h2 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .accordion__outer-wrapper h2 {
    text-align: left;
    font-size: 1.75rem;
  }
}
@media (min-width: 1025px) {
  .accordion__outer-wrapper h2 {
    font-size: 2.109375rem;
  }
}

.accordion__wrapper {
  display: flex;
}
.accordion__content {
  position: relative;
  z-index: 5;
  text-align: center;
}
@media (min-width: 768px) {
  .accordion__content {
    text-align: left;
  }
}

.accordion__items__btns {
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .accordion__items__btns {
    padding-bottom: 3.125rem;
    max-width: 12.5rem;
  }
}
@media (min-width: 1025px) {
  .accordion__items__btns {
    max-width: 17.5rem;
  }
}
.accordion__items__btns button {
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.accordion__items__btns button .icon {
  max-width: 2.1875rem;
  width: 100%;
}

.accordion__items__btns .btn-accordion {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1.5rem;
  background: none;
}
.accordion__items__btns .btn-accordion:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #c1202a;
  position: absolute;
  width: 0.625rem;
  height: 100%;
  content: " ";
  left: -0.625rem;
  top: 0;
}
.accordion__items__btns .btn-accordion.active {
  border: 0.0625rem solid #fff;
  color: #fff;
}
.accordion__items__btns .btn-accordion.active:before {
  left: 0;
}

.accordion__items__wrapper {
  position: relative;
  width: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordion__items__wrapper {
    max-width: calc(100% - 200px);
  }
}
@media (min-width: 1025px) {
  .accordion__items__wrapper {
    max-width: calc(100% - 280px);
  }
}

.accordion__items__wrapper button {
  border: 0.0625rem solid #fff;
  border-radius: 0.25rem;
  min-height: 3.75rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.accordion__items__wrapper button img {
  margin-right: 0.25rem;
  position: relative;
  z-index: 2;
}
.accordion__items__wrapper button span {
  position: relative;
  z-index: 2;
}

.accordion__items__wrapper button:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #c1202a;
  position: absolute;
  width: 0.3125rem;
  height: 100%;
  content: " ";
  left: -0.3125rem;
  top: 0;
}
.accordion__items__wrapper button.active {
  background: #7289C2;
  color: #fff;
}
.accordion__items__wrapper button.active:before {
  width: 100%;
  left: 0;
}

.accordion__items__wrapper button .icon {
  max-width: 1.875rem;
}
@media (min-width: 1025px) {
  .accordion__items__wrapper button .icon {
    max-width: 2.1875rem;
  }
}

.accordion__item__content {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion__item__content {
    padding: 0 0 0 2rem;
    position: absolute;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .accordion__item__content {
    padding: 0 0 0 2rem;
  }
}

.accordion__item__content picture {
  border-radius: 0.5rem;
  background: #fff;
  display: flex;
  justify-content: center;
}
.accordion__item__content picture img {
  max-width: 100%;
}
@media (min-width: 1300px) {
  .accordion__item__content picture img {
    max-width: 53.125rem;
  }
}

.accordion__item__content picture.custom-color {
  background: var(--custom-bg-color);
}

.accordion__item__content.active {
  position: relative;
  pointer-events: all;
  height: 100%;
  opacity: 1;
}

.accordion__item__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .accordion__item__info {
    align-items: flex-start;
    padding: 1.5rem 1rem;
  }
}
.accordion__item__info p {
  text-align: center;
}
@media (min-width: 768px) {
  .accordion__item__info p {
    text-align: left;
  }
}
.accordion__item__info p:last-of-type {
  margin-bottom: 0;
}

.accordion__item__info h3, .accordion__item__info span {
  color: #fff;
}
.accordion__item__info span {
  width: 100%;
}
.accordion__item__info .btn {
  margin-top: 1rem;
}

.fw-text-media__wrapper, .fw-text-media__content__container {
  height: 28.125rem;
}
@media (min-width: 768px) {
  .fw-text-media__wrapper, .fw-text-media__content__container {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .fw-text-media__wrapper, .fw-text-media__content__container {
    height: 46.875rem;
  }
}
.fw-text-media__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.fw-text-media__content {
  margin-top: 5%;
  max-width: 41.25rem;
  width: 100%;
}
.fw-text-media__content h2, .fw-text-media__content h3, .fw-text-media__content h4, .fw-text-media__content span, .fw-text-media__content p {
  color: #fff;
}
.fw-text-media__content p:last-of-type {
  margin-bottom: 0;
}

.fw-text-media__wrapper picture {
  position: absolute;
  height: 100%;
  width: 100%;
}
.fw-text-media__wrapper picture:after {
  background: rgba(18, 40, 75, 0.65);
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
}
.fw-text-media__wrapper picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fw-text-media__btns {
  margin: 0 -0.5rem;
}
.fw-text-media__btns .btn {
  margin: 1rem 0.5rem 0;
}

.btn-row__outer-wrapper {
  position: relative;
}
.btn-row__outer-wrapper h2 {
  text-align: center;
}

.btn-row__wrapper {
  position: relative;
}
.btn-row__wrapper:before, .btn-row__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .btn-row__wrapper:before, .btn-row__wrapper:after {
    width: 100%;
  }
}

.btn-row__wrapper:before {
  opacity: 0.5;
  bottom: calc(100% + 1rem);
}
.btn-row__wrapper:after {
  bottom: calc(100% - 1px);
}

.single-post .title-bar {
  align-items: center;
  text-align: center;
}

.single-post__outer-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.single-post__wrapper {
  background: #F2F4F9;
  position: relative;
  z-index: 10;
}

.single-post__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 1300px) {
  .single-post__wrapper__curve {
    width: 100%;
  }
}
.single-post__wrapper__curve--top {
  top: 0.0625rem;
}
.single-post__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.single-post__wrapper__curve:before, .single-post__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
  pointer-events: none;
}
@media (min-width: 1300px) {
  .single-post__wrapper__curve:before, .single-post__wrapper__curve:after {
    width: 100%;
  }
}
.single-post__wrapper__curve:before {
  opacity: 0.5;
}

.single-post__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.single-post__wrapper__curve--top:after {
  bottom: 3.125rem;
}
.single-post__wrapper__curve--bottom {
  bottom: -3.125rem;
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.single-post__wrapper__curve--bottom:before {
  top: 2.1875rem;
}
.single-post__wrapper__curve--bottom:after {
  top: 3.125rem;
}

.single-post__share {
  border-radius: 0.5rem;
  background: #4B566C;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .single-post__share {
    flex-direction: row;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.single-post__share p {
  margin-bottom: 0;
  font-family: "news-gothic-std", sans-serif;
  font-size: 1.125rem;
  color: #fff;
}
.single-post__share .btn {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .single-post__share .btn {
    margin-left: auto;
    margin-top: 0;
  }
}
.single-post__share .btn.btn-solid:hover {
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #12284b;
}

.single-post__share ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0.5rem;
  list-style: none;
}
.single-post__share ul li {
  margin: 0 0.25rem;
}

.single-post__share ul li a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background: #c1202a;
  height: 2.8125rem;
  width: 2.8125rem;
  font-size: 1.75rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post__share ul li a i {
  font-size: 0.875rem;
}
.single-post__share ul li a:hover {
  border: 0.0625rem solid #fff;
  background: #fff;
  color: #12284b;
  text-decoration: none;
}

.posts-archive__outer-wrapper {
  position: relative;
  z-index: 10;
}
.posts-archive__filters__wrapper {
  background: #F2F4F9;
  position: relative;
  z-index: 10;
}

.posts-archive__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 1300px) {
  .posts-archive__wrapper__curve {
    width: 100%;
  }
}
.posts-archive__wrapper__curve--top {
  top: 0.0625rem;
}
.posts-archive__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.posts-archive__wrapper__curve:before, .posts-archive__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
  pointer-events: none;
}
@media (min-width: 1300px) {
  .posts-archive__wrapper__curve:before, .posts-archive__wrapper__curve:after {
    width: 100%;
  }
}
.posts-archive__wrapper__curve:before {
  opacity: 0.5;
}

.posts-archive__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.posts-archive__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.driver-news__results {
  background: #F2F4F9;
}

.driver-news__filters {
  display: flex;
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  .driver-news__filters {
    margin: 0 -1rem;
  }
}
.driver-news__filters__wrapper {
  background: #F2F4F9;
}
.driver-news__filters__wrapper :checked + label {
  border-bottom: 0.1875rem solid #c1202a;
  color: #c1202a;
}
.driver-news__filters input {
  display: none;
}
.driver-news__filters .select-wrapper {
  width: 100%;
}

.driver-news__filter__item {
  border-bottom: 0.1875rem solid transparent;
  text-transform: uppercase;
  color: #7289C2;
  font-weight: 600;
  margin: 0 1rem 0.5rem;
  padding: 0.5rem 0 0;
}

.driver-news__filters input:checked + label {
  border-bottom: 0.1875rem solid #c1202a;
  color: #c1202a;
}

.driver-case-study__results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F2F4F9;
}
.driver-case-study__outer-wrapper {
  position: relative;
  z-index: 8;
}

.driver-case-study__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .driver-case-study__wrapper__curve {
    width: 100%;
  }
}
.driver-case-study__wrapper__curve--top {
  top: 0.0625rem;
}
.driver-case-study__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.driver-case-study__wrapper__curve:before, .driver-case-study__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
  pointer-events: none;
}
@media (min-width: 1300px) {
  .driver-case-study__wrapper__curve:before, .driver-case-study__wrapper__curve:after {
    width: 100%;
  }
}
.driver-case-study__wrapper__curve:before {
  opacity: 0.5;
}

.driver-case-study__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.driver-case-study__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.driver-integration__results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F2F4F9;
  position: relative;
  z-index: 10;
}
.driver-integration__outer-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 8;
}

.driver-integration__filters {
  display: flex;
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  .driver-integration__filters {
    margin: 0 -1rem;
  }
}
.driver-integration__filters__wrapper {
  background: #F2F4F9;
}
.driver-integration__filters__wrapper :checked + label {
  border-bottom: 0.1875rem solid #c1202a;
  color: #c1202a;
}
.driver-integration__filters input {
  display: none;
}
.driver-integration__filters .select-wrapper {
  width: 100%;
}

.driver-integration__filter__item {
  border-bottom: 0.1875rem solid transparent;
  text-transform: uppercase;
  color: #7289C2;
  font-weight: 600;
  margin: 0 1rem 0.5rem;
  padding: 0.5rem 0 0;
}

.driver-integration__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}
@media (min-width: 1300px) {
  .driver-integration__wrapper__curve {
    width: 100%;
  }
}
.driver-integration__wrapper__curve--top {
  top: 0.0625rem;
}
.driver-integration__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.driver-integration__wrapper__curve:before, .driver-integration__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
  pointer-events: none;
}
@media (min-width: 1300px) {
  .driver-integration__wrapper__curve:before, .driver-integration__wrapper__curve:after {
    width: 100%;
  }
}
.driver-integration__wrapper__curve:before {
  opacity: 0.5;
}

.driver-integration__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.driver-integration__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.single-case-study__intro__outer-wrapper, .single-case-study__content__outer-wrapper, .single-case-study__testimonial__outer-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 8;
}

.single-case-study__content {
  text-align: center;
}
@media (min-width: 768px) {
  .single-case-study__content {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .single-case-study__intro, .single-case-study__content {
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .single-case-study__intro, .single-case-study__content {
    padding-right: 4rem;
  }
}

.single-case-study__intro__wrapper__curve, .single-case-study__content__wrapper__curve, .single-case-study__testimonial__wrapper__curve {
  pointer-events: none;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .single-case-study__intro__wrapper__curve, .single-case-study__content__wrapper__curve, .single-case-study__testimonial__wrapper__curve {
    width: 100%;
  }
}
.single-case-study__intro__wrapper__curve--top, .single-case-study__content__wrapper__curve--top, .single-case-study__testimonial__wrapper__curve--top {
  top: 0.0625rem;
}
.single-case-study__intro__wrapper__curve--bottom, .single-case-study__content__wrapper__curve--bottom, .single-case-study__testimonial__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.single-case-study__intro__wrapper__curve:before, .single-case-study__intro__wrapper__curve:after, .single-case-study__content__wrapper__curve:before, .single-case-study__content__wrapper__curve:after, .single-case-study__testimonial__wrapper__curve:before, .single-case-study__testimonial__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
}
@media (min-width: 1300px) {
  .single-case-study__intro__wrapper__curve:before, .single-case-study__intro__wrapper__curve:after, .single-case-study__content__wrapper__curve:before, .single-case-study__content__wrapper__curve:after, .single-case-study__testimonial__wrapper__curve:before, .single-case-study__testimonial__wrapper__curve:after {
    width: 100%;
  }
}
.single-case-study__intro__wrapper__curve:before, .single-case-study__content__wrapper__curve:before, .single-case-study__testimonial__wrapper__curve:before {
  opacity: 0.5;
}

.single-case-study__content__wrapper__curve:before, .single-case-study__content__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipX;
  -ms-filter: "FlipX";
}

.single-case-study__intro__wrapper__curve--top:before, .single-case-study__content__wrapper__curve--top:before, .single-case-study__testimonial__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.single-case-study__intro__wrapper__curve--top:after, .single-case-study__content__wrapper__curve--top:after, .single-case-study__testimonial__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.single-case-study__intro__wrapper {
  background: #F2F4F9;
}
.single-case-study__intro__wrapper blockquote {
  line-height: 1.875rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 768px) {
  .single-case-study__intro__wrapper blockquote {
    text-align: left;
    line-height: 2rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .single-case-study__intro__wrapper blockquote {
    line-height: 2.375rem;
    font-size: 1.625rem;
  }
}

.single-case-study__intro__wrapper span {
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-case-study__intro__wrapper span {
    justify-content: flex-start;
  }
}
.single-case-study__intro__wrapper img {
  mix-blend-mode: multiply;
}

.single-case-study__content__wrapper {
  position: relative;
  z-index: 6;
}
.single-case-study__content__wrapper .content-accordion__inner-content {
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

.single-case-study__content__wrapper .content-accordion__inner-content ul {
  padding-left: 0;
  list-style: none;
}
.single-case-study__content__wrapper .content-accordion__inner-content ul li {
  margin-bottom: 0.25rem;
  padding-left: 2rem;
  position: relative;
}
.single-case-study__content__wrapper .content-accordion__inner-content ul li i {
  font-size: 1.75rem;
  color: #c1202a;
  position: absolute;
  top: 0.0625rem;
  left: 0;
}

.single-case-study__testimonial__wrapper {
  background: #F2F4F9;
}

.single-case-study__testimonial__content {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.single-case-study__testimonial__content blockquote {
  line-height: 1.875rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 768px) {
  .single-case-study__testimonial__content blockquote {
    line-height: 2rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .single-case-study__testimonial__content blockquote {
    line-height: 2.375rem;
    font-size: 1.625rem;
  }
}

.single-case-study__testimonial__content .slick-dots {
  bottom: 0.5rem;
  justify-content: center;
}

.single-case-study__testimonial__content img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  height: 5rem;
  max-width: 5rem;
  width: 100%;
  margin-bottom: 1rem;
}
.single-case-study__testimonial__content span {
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.single-case-study__gallery {
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.single-case-study__gallery .slick-arrow {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.125rem solid #c1202a;
  background: #c1202a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  text-indent: -625000000000000rem;
  font-size: 1.5rem;
  height: 2.8125rem;
  width: 2.8125rem;
  z-index: 15;
}

.single-case-study__gallery .slick-arrow:after {
  font-family: "icons";
  text-indent: 0;
  height: 2.8125rem;
  width: 2.8125rem;
  content: "\e901";
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
}

.single-case-study__gallery .slick-arrow.slick-prev {
  left: 1rem;
  right: auto;
}
.single-case-study__gallery .slick-arrow.slick-prev:after {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipX;
  -ms-filter: "FlipX";
}
.single-case-study__gallery .slick-arrow.slick-next {
  left: auto;
  right: 1rem;
}

.single-case-study__gallery .slick-dots {
  display: flex;
  justify-content: center;
}
.single-case-study__gallery .slick-dots li button {
  border: 0.125rem solid #fff;
}
.single-case-study__gallery .slick-dots li.slick-active button {
  background: #c1202a;
}

.single-case-studies .banner__wrapper.variant-img-narrow .banner__content__wrapper {
  padding-left: 0;
  padding-right: 0;
}
.single-case-studies .banner__wrapper.variant-img-narrow .banner__content__wrapper .banner__content__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}
@media (min-width: 1025px) {
  .single-case-studies .banner__wrapper.variant-img-narrow .banner__content__wrapper .banner__content__inner {
    padding-top: 0;
    padding-bottom: 4.6875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .single-case-studies .banner__wrapper.variant-img-narrow .banner__content__wrapper .banner__content__inner {
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 768px) {
  .single-integrations .banner__wrapper .banner__content__inner {
    min-height: 18.75rem;
  }
}
.single-integrations .banner__wrapper .banner__content__inner .banner__content__slide {
  position: relative;
}
@media (min-width: 768px) {
  .single-integrations .banner__wrapper .banner__content__inner .banner__content__slide {
    padding-left: 11.25rem;
  }
}

.single-integrations .banner__wrapper .banner__content__inner .banner__content__slide picture {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
  left: 50%;
  top: 0;
  height: 7.5rem;
  width: 7.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-integrations .banner__wrapper .banner__content__inner .banner__content__slide picture {
    position: absolute;
    top: 0.25rem;
    left: 0;
    height: 9.375rem;
    width: 9.375rem;
    margin-bottom: 0;
  }
}
.single-integrations .banner__wrapper .banner__content__inner .banner__content__slide picture img {
  height: 7.5rem;
  width: 6.25rem;
  object-fit: contain;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .single-integrations .banner__wrapper .banner__content__inner .banner__content__slide picture img {
    height: 9.375rem;
    width: 7.8125rem;
  }
}

.contact__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
}
.contact__wrapper picture {
  background: #EFEFEF;
  position: absolute;
  content: " ";
  height: 28.125rem;
  width: 100%;
  bottom: -10rem;
}
@media (min-width: 768px) {
  .contact__wrapper picture {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .contact__wrapper picture {
    height: 46.875rem;
  }
}
.contact__wrapper picture img {
  mix-blend-mode: overlay;
  background: #EFEFEF;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  content: " ";
}

.contact__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .contact__content {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .contact__content {
    padding: 0;
  }
}

.contact__content, .contact__form {
  position: relative;
  z-index: 4;
}

.contact__content a {
  display: flex;
  align-items: center;
  color: #4B566C;
  margin-bottom: 0.25rem;
}
.contact__content a i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background: #c1202a;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  font-size: 0.8125rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .contact__content a i {
    min-height: 1.5625rem;
    height: 1.5625rem;
    width: 1.5625rem;
  }
}

.contact__content a:hover {
  text-decoration: none;
}
.contact__content a:hover i {
  background: #AB1C15;
}

.page-template-page-contact .contact__form form#hsForm_885384cb-8e15-4633-8222-3063789db9f1 {
  padding-top: 0;
}
.page-template-page-contact .contact__form form#hsForm_885384cb-8e15-4633-8222-3063789db9f1 .hs-richtext h1 {
  text-align: center !important;
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .page-template-page-contact .contact__form form#hsForm_885384cb-8e15-4633-8222-3063789db9f1 .hs-richtext h1 {
    text-align: left !important;
  }
}

.gallery__content {
  position: relative;
  z-index: 8;
}
.gallery__content-wrapper h1, .gallery__content-wrapper h2 {
  position: relative;
  z-index: 8;
}

.gallery__wrapper {
  position: relative;
  z-index: 6;
  display: flex;
}
.gallery__wrapper__bg {
  background: #EFEFEF;
  position: absolute;
  content: " ";
  height: 28.125rem;
  width: 100%;
  top: 3.125rem;
}
@media (min-width: 768px) {
  .gallery__wrapper__bg {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .gallery__wrapper__bg {
    height: 46.875rem;
  }
}
.gallery__wrapper__bg img {
  mix-blend-mode: overlay;
  background: #EFEFEF;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  content: " ";
}

.gallery__wrapper:before, .gallery__wrapper:after {
  background: #fff;
  position: absolute;
  content: " ";
  height: 28.125rem;
  width: 100%;
  bottom: calc(100% - 240px);
  z-index: 4;
}
@media (min-width: 768px) {
  .gallery__wrapper:before, .gallery__wrapper:after {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .gallery__wrapper:before, .gallery__wrapper:after {
    height: 46.875rem;
  }
}

.gallery__wrapper:after {
  bottom: -9.375rem;
}

.gallery-item {
  position: relative;
  z-index: 8;
}
.gallery-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item a:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: "icons";
  font-size: 1.875rem;
  content: "\e908";
  background: rgba(224, 90, 102, 0.6);
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.gallery-item a:hover:after {
  opacity: 1;
}

.form-confirmation__wrapper {
  min-height: 40.625rem;
  padding-top: 2rem;
}
.form-confirmation__wrapper h1 {
  font-size: 1.75rem;
}
@media (min-width: 1025px) {
  .form-confirmation__wrapper h1 {
    font-size: 2.25rem;
  }
}

.form-confirmation__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1025px) {
  .form-confirmation__container {
    padding-right: 4rem;
  }
}

.form-confirmation__contact {
  font-size: 1.25rem;
  font-weight: 500;
}

.form-confirmation__secondary__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1025px) {
  .form-confirmation__secondary__container {
    padding-left: 3rem;
  }
}

.multi-use-sidebar__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .multi-use-sidebar__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}

.multi-use-sidebar__sidebar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative !important;
  width: 100%;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .multi-use-sidebar__sidebar {
    width: 16.5625rem;
    order: 1;
    padding: 3.125rem 0;
  }
}
@media (min-width: 1025px) {
  .multi-use-sidebar__sidebar {
    padding: 4.375rem 0;
  }
}

.multi-use-sidebar__sidebar__nav.bg-custom {
  background: var(--sidebar-bg-colour);
}
.multi-use-sidebar__sidebar__nav.with-border {
  border: 0.0625rem solid #707070;
}

@media (min-width: 768px) {
  .multi-use-sidebar__content {
    width: calc(100% - 265px);
    padding-left: 1rem;
    order: 2;
  }
}
@media (min-width: 1025px) {
  .multi-use-sidebar__content {
    padding-left: 2rem;
  }
}

.multi-use-sidebar__container {
  border: 0.0625rem solid #707070;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .multi-use-sidebar__container {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .multi-use-sidebar__container {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}

.multi-use-sidebar__sidebar.js-is-sticky, .multi-use-sidebar__sidebar.js-is-sticky--change, .multi-use-sidebar__sidebar.js-is-stuck {
  position: relative !important;
  top: 0;
}
@media (min-width: 768px) {
  .multi-use-sidebar__sidebar.js-is-sticky, .multi-use-sidebar__sidebar.js-is-sticky--change, .multi-use-sidebar__sidebar.js-is-stuck {
    position: sticky !important;
    padding-top: 5.3125rem !important;
  }
}
@media (min-width: 1025px) {
  .multi-use-sidebar__sidebar.js-is-sticky, .multi-use-sidebar__sidebar.js-is-sticky--change, .multi-use-sidebar__sidebar.js-is-stuck {
    padding-top: 8.75rem !important;
  }
}

.main-content__wrapper {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .main-content__wrapper {
    text-align: left;
  }
}

.main-content__intro {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .main-content__intro {
    margin-bottom: 0;
  }
}

.main-content--with-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .main-content--with-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }
}

.main-content__sidebar {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative !important;
  width: 100%;
}
@media (min-width: 768px) {
  .main-content__sidebar {
    order: 1;
    padding-bottom: 3.125rem;
    width: 16.5625rem;
  }
}
@media (min-width: 1025px) {
  .main-content__sidebar {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 768px) {
  .main-content__content {
    width: calc(100% - 265px);
    padding-left: 1rem;
    order: 2;
  }
}
@media (min-width: 1025px) {
  .main-content__content {
    padding-left: 2rem;
  }
}

.main-content__sidebar.js-is-sticky, .main-content__sidebar.js-is-sticky--change, .main-content__sidebar.js-is-stuck {
  top: 0;
}
@media (min-width: 768px) {
  .main-content__sidebar.js-is-sticky, .main-content__sidebar.js-is-sticky--change, .main-content__sidebar.js-is-stuck {
    position: sticky !important;
    padding-top: 5.3125rem !important;
  }
}
@media (min-width: 1025px) {
  .main-content__sidebar.js-is-sticky, .main-content__sidebar.js-is-sticky--change, .main-content__sidebar.js-is-stuck {
    padding-top: 8.75rem !important;
  }
}

.vacancy__wrapper {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.vacancy__wrapper h3 {
  background: #4B566C;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vacancy__wrapper h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .vacancy__wrapper h3 {
    font-size: 1.5rem;
  }
}

.vacancy__content {
  padding: 1.5rem 2rem;
  background: #fff;
}
.vacancy__content ul {
  padding: 0;
}
@media (min-width: 768px) {
  .vacancy__content ul {
    padding-left: 1rem;
  }
}
.vacancy__content ul li {
  list-style: none;
  border-bottom: 0.0625rem solid #EFEFEF;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .vacancy__content ul li {
    list-style: disc;
    border-bottom: none;
    margin-bottom: 0.25rem;
    padding-bottom: 0;
  }
}

.btn.btn-solid.btn-vacancy {
  width: 100%;
  background: #fff;
  color: #c1202a;
  display: flex;
}
.btn.btn-solid.btn-vacancy.active {
  background: #c1202a;
  color: #fff;
}
.btn.btn-solid.btn-vacancy:hover {
  border: 0.0625rem solid #c1202a;
}

.vacancy__wrapper-outer {
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 768px) {
  .vacancy__wrapper-outer {
    min-height: 37.5rem;
  }
}
.vacancy__wrapper-outer .processing,
.vacancy__wrapper-outer .no-results {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.vacancy__wrapper-outer .processing i {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  font-size: 1.75rem;
}

#vacancy-sidebar-form .select-wrapper,
#vacancy-sidebar-form-mobile .select-wrapper {
  margin-bottom: 1rem;
}

.vacancy__form {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}
.vacancy__form__header {
  background: #4B566C;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .vacancy__form__header {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .vacancy__form__header {
    font-size: 1.5rem;
  }
}
.vacancy__form__content {
  padding: 1.5rem 2rem;
  background: #fff;
}
.vacancy__form__content label {
  text-align: left;
}

.vacancy__form__content .acf-file-uploader {
  text-align: left;
}

.vacancies__wrapper {
  background: #F4F4F4;
}

.vacancies__outer-wrapper {
  position: relative;
  z-index: 5;
}
.vacancies__outer-wrapper p {
  font-size: 1.125rem;
}

.vacancies__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .vacancies__wrapper__curve {
    width: 100%;
  }
}
.vacancies__wrapper__curve--top {
  top: 0.0625rem;
}
.vacancies__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.vacancies__wrapper__curve:before, .vacancies__wrapper__curve:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
}
@media (min-width: 1300px) {
  .vacancies__wrapper__curve:before, .vacancies__wrapper__curve:after {
    width: 100%;
  }
}
.vacancies__wrapper__curve:before {
  opacity: 0.5;
}

.vacancies__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.vacancies__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.grid__content {
  position: relative;
  z-index: 8;
}
.grid__content-wrapper h1, .grid__content-wrapper h2 {
  position: relative;
  z-index: 8;
}

.grid__wrapper {
  position: relative;
  z-index: 6;
  display: flex;
}
.grid__wrapper__bg {
  background: #EFEFEF;
  position: absolute;
  content: " ";
  height: 28.125rem;
  width: 100%;
  top: 3.125rem;
}
@media (min-width: 768px) {
  .grid__wrapper__bg {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .grid__wrapper__bg {
    height: 46.875rem;
  }
}
.grid__wrapper__bg img {
  mix-blend-mode: overlay;
  background: #EFEFEF;
  object-fit: cover;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  content: " ";
}

.grid__wrapper:before, .grid__wrapper:after {
  background: #fff;
  position: absolute;
  content: " ";
  height: 28.125rem;
  width: 100%;
  bottom: calc(100% - 240px);
  z-index: 4;
}
@media (min-width: 768px) {
  .grid__wrapper:before, .grid__wrapper:after {
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .grid__wrapper:before, .grid__wrapper:after {
    height: 46.875rem;
  }
}

.grid__wrapper:after {
  bottom: -9.375rem;
}

.overlay-drivers__outer-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1025px) {
  .overlay-drivers__outer-wrapper {
    text-align: left;
  }
}

.basic-row--media-only {
  text-align: center;
}
.basic-row--media-only picture {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.basic-row--text-media, .basic-row--text-only {
  text-align: center;
}
@media (min-width: 768px) {
  .basic-row--text-media, .basic-row--text-only {
    text-align: left;
  }
}
.basic-row--text-media h3, .basic-row--text-only h3 {
  margin-top: 2rem;
}

.basic-row--text-media picture {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .basic-row--text-media picture {
    margin: 0;
  }
}
.basic-row--text-media picture img {
  width: 100%;
}

.basic-row--text-media .basic-row__sub-title, .basic-row--text-only .basic-row__sub-title {
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.fw-media__wrapper {
  position: relative;
  height: 28.75rem;
}
.fw-media__wrapper picture img {
  height: 28.75rem;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.fw-media__link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw-media__link i {
  border-radius: 50%;
  background: #fff;
  color: #7289C2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  font-size: 2.375rem;
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
.fw-media__link i:before {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fw-media__link:hover {
  text-decoration: none;
}
.fw-media__link:hover i:before {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.full-width__slider__outer-wrapper {
  position: relative;
  overflow: hidden;
}

.full-width__slider__bg {
  position: relative;
}
.full-width__slider__bg__slide {
  height: 75rem;
  position: relative;
}
.full-width__slider__bg__slide picture {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.full-width__slider__bg__slide picture img {
  object-fit: cover;
  position: absolute;
  height: 75rem;
  width: 100%;
}

.full-width__slider__bg__slide picture:after {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 65%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 65%);
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 65%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 65%);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startColor", endColorstr="$endColor",GradientType=0 );
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  left: 0;
  top: 0;
}
@media (min-width: 1025px) {
  .full-width__slider__bg__slide picture:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 65%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 65%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 65%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 65%);
    background-image: linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startColor", endColorstr="$endColor",GradientType=0 );
  }
}

.full-width__slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 2rem -1rem 0;
}
@media (min-width: 1025px) {
  .full-width__slider {
    padding-right: 1rem;
  }
}

.full-width__slider__slide {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .full-width__slider__slide {
    width: 25%;
    margin-bottom: 2rem;
  }
}

.full-width__slider__slide picture {
  cursor: pointer;
  box-shadow: 0 0 0.625rem 0.3125rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.625rem 0.3125rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.625rem 0.3125rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: 0.3125rem solid #fff;
  background: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .full-width__slider__slide picture {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.full-width__slider__slide picture img {
  position: relative;
  overflow: hidden;
  max-width: 3.125rem;
  width: 100%;
  min-height: 3.125rem;
  object-fit: contain;
}
@media (min-width: 768px) {
  .full-width__slider__slide picture img {
    min-height: 6.25rem;
    max-width: 5rem;
  }
}

.full-width__slider__slide span {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  max-width: 9.375rem;
  line-height: 1.25rem;
  text-align: center;
}

.full-width__slider__slide.active picture {
    background: #c1202a;
    border: 0.3125rem solid #c1202a;
}

.full-width__slider__slide picture img {
    transition: 0.5s;
}

.full-width__slider__slide.active picture img {
    filter: brightness(100);
}

.full-width__slider__slide:hover {
  text-decoration: none;
}

.full-width__slider__info {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 81.25rem;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}

.full-width__slider__info__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 2rem 2rem;
  margin-right: auto;
  margin-left: auto;
  height: 75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width__slider__info__container {
    padding: 2rem 0 0 0;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .full-width__slider__info__container {
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    width: 60%;
  }
}

.full-width__slider__info h2, .full-width__slider__info span {
  color: #fff;
}

.testimonials__outer-wrapper {
  position: relative;
  overflow: hidden;
}

.testimonials__wrapper {
  background: #F4F4F4;
  position: relative;
  z-index: 5;
  text-align: center;
}
.testimonials__wrapper:before, .testimonials__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .testimonials__wrapper:before, .testimonials__wrapper:after {
    width: 100%;
  }
}

.testimonials__slider__slide picture {
  background: #F4F4F4;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
}
.testimonials__slider__slide picture img {
  mix-blend-mode: multiply;
}

.testimonials__wrapper:before {
  opacity: 0.5;
  bottom: 100%;
}
.testimonials__wrapper:after {
  bottom: calc(100% - 1rem);
}

.testimonials__content {
  position: relative;
  z-index: 4;
}
.testimonials__content p {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.testimonials__slider__container {
  position: relative;
  padding-bottom: 4rem;
}
.testimonials__slider__arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .testimonials__slider__arrow {
    width: 100%;
    max-width: 8.33333333%;
  }
}

.testimonials__slider__arrow--prev {
  left: -8.33333333%;
}
.testimonials__slider__arrow--prev i {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipX;
  -ms-filter: "FlipX";
}
.testimonials__slider__arrow--next {
  right: -8.33333333%;
}

.testimonials__slider__slide img {
  max-width: 12.5rem;
  margin-bottom: 2rem;
}
.testimonials__slider__slide p {
  font-size: 1.25rem;
  font-weight: 300;
}
.testimonials__slider__slide small {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5rem;
}

.testimonials__wrapper .slick-dots {
  bottom: -4rem;
  justify-content: center;
}

.testimonials__lower-gfx {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: -2rem;
}
@media (min-width: 1300px) {
  .testimonials__lower-gfx {
    width: 100%;
  }
}
.testimonials__lower-gfx:before, .testimonials__lower-gfx:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  left: 0;
  bottom: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .testimonials__lower-gfx:before, .testimonials__lower-gfx:after {
    width: 100%;
  }
}

.testimonials__lower-gfx:before {
  opacity: 0.5;
  bottom: 1rem;
}
.testimonials__lower-gfx:after {
  bottom: 0;
}

.text-media__outer-wrapper {
  position: relative;
  overflow: hidden;
}

.text-media__wrapper {
  position: relative;
  padding: 2rem 0;
}
@media (min-width: 1300px) {
  .text-media__wrapper {
    padding: 0;
  }
}
.text-media__wrapper.c--white {
  background: #fff;
}
.text-media__wrapper.c--light-blue {
  background: #F2F4F9;
}
.text-media__wrapper.c--light-grey {
  background: #F4F4F4;
}
.text-media__wrapper.c--mid-blue {
  background: #D8DEEB;
}
.text-media__wrapper.c--blue {
  background: #4B566C;
}

.text-media__wrapper:before, .text-media__wrapper:after {
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 5;
}
@media (min-width: 1300px) {
  .text-media__wrapper:before, .text-media__wrapper:after {
    width: 100%;
  }
}
.text-media__wrapper:before {
  opacity: 0.5;
  bottom: 100%;
}
.text-media__wrapper:after {
  bottom: calc(100% - 1rem);
}

.text-media__wrapper.c--white:before, .text-media__wrapper.c--white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__wrapper.c--light-blue:before, .text-media__wrapper.c--light-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__wrapper.c--light-grey:before, .text-media__wrapper.c--light-grey:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__wrapper.c--mid-blue:before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__wrapper.c--mid-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23D8DEEB' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__wrapper.c--blue:before, .text-media__wrapper.c--blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.text-media__media, .text-media__content {
  position: relative;
  z-index: 10;
}

.text-media__img img {
  max-width: 20rem;
}
@media (min-width: 1025px) {
  .text-media__img img {
    max-width: 100%;
  }
}

.text-media__gfx {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: -0.625rem;
}
@media (min-width: 1300px) {
  .text-media__gfx {
    width: 100%;
  }
}

.text-media__gfx:before, .text-media__gfx:after {
  background-size: calc(100% + 200px) auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  top: -4rem;
  left: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .text-media__gfx:before, .text-media__gfx:after {
    width: 100%;
  }
}
.text-media__gfx:before {
  opacity: 0.5;
  top: -5rem;
}

.text-media__gfx.c--white:before, .text-media__gfx.c--white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__gfx.c--light-blue:before, .text-media__gfx.c--light-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__gfx.c--light-grey:before, .text-media__gfx.c--light-grey:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__gfx.c--mid-blue:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  opacity: 1;
}
.text-media__gfx.c--mid-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23D8DEEB' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.text-media__gfx.c--blue:before, .text-media__gfx.c--blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.text-list__wrapper {
  position: relative;
}
.text-list__wrapper:before, .text-list__wrapper:after {
  background: #EFEFEF;
  position: absolute;
  content: " ";
  z-index: 3;
}

.text-list__wrapper--border {
  background: #c1202a;
  position: absolute;
  height: 28.125rem;
  width: 100%;
  z-index: 2;
  bottom: -4.375rem;
}
@media (min-width: 768px) {
  .text-list__wrapper--border {
    bottom: -6.25rem;
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .text-list__wrapper--border {
    height: 46.875rem;
    bottom: -12.5rem;
  }
}

.text-list__wrapper:before {
  height: calc(100% + 50px);
  top: -3.125rem;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .text-list__wrapper:before {
    height: calc(100% + 160px);
    top: -10rem;
  }
}
.text-list__wrapper:after {
  position: absolute;
  height: 28.125rem;
  width: 100%;
  bottom: -3.125rem;
}
@media (min-width: 768px) {
  .text-list__wrapper:after {
    bottom: -5rem;
    height: 35rem;
  }
}
@media (min-width: 1025px) {
  .text-list__wrapper:after {
    height: 46.875rem;
    bottom: -10rem;
  }
}

.text-list__content, .text-list__list {
  display: flex;
  position: relative;
  z-index: 4;
}
.text-list__wrapper h2, .text-list__wrapper h3, .text-list__wrapper h4, .text-list__wrapper h5 {
  position: relative;
  z-index: 4;
}
.text-list__wrapper h1, .text-list__wrapper h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .text-list__wrapper h1, .text-list__wrapper h2 {
    text-align: left;
  }
}

.text-list__content {
  text-align: center;
}
@media (min-width: 768px) {
  .text-list__content {
    text-align: left;
  }
}

.text-only__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .text-only__content {
    padding-bottom: 2rem;
  }
}

.text-only__content .title-lg {
  display: flex;
  flex-direction: column;
}
.text-only__content .title-lg span {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.team-drivers__outer-wrapper {
  position: relative;
  overflow: hidden;
}

.team-drivers__wrapper {
  position: relative;
  background: #fff;
}
.team-drivers__wrapper:before, .team-drivers__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .team-drivers__wrapper:before, .team-drivers__wrapper:after {
    width: 100%;
  }
}

.team-drivers__wrapper:before {
  opacity: 0.5;
  bottom: calc(100% - 1rem);
}
.team-drivers__wrapper:after {
  bottom: calc(100% - 2rem);
}

.team-drivers__content {
  position: relative;
  z-index: 5;
  text-align: center;
}
.team-drivers__content p {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.team-drivers__tab__content {
  position: relative;
  width: calc(100% + 1rem);
  height: 27.5rem;
  margin-left: -0.5rem;
}
.team-drivers__tab__content__inner {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.team-drivers__tab__content__inner.active {
  pointer-events: all;
  z-index: 5;
  opacity: 1;
}

.team-drivers__tabs {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.team-drivers__tabs .team-drivers__tab__item {
  display: flex;
  margin: 0 0.5rem;
}
@media (min-width: 1300px) {
  .team-drivers__tabs .team-drivers__tab__item {
    margin: 0 1rem;
  }
}

.team-drivers__tabs .team-drivers__tab__link {
  border: none;
  text-transform: uppercase;
  color: #7289C2;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5rem;
}
@media (min-width: 1025px) {
  .team-drivers__tabs .team-drivers__tab__link {
    padding: 1rem;
  }
}
.team-drivers__tabs .team-drivers__tab__link:hover {
  border: none;
}
.team-drivers__tabs .team-drivers__tab__link.active {
  color: #c1202a;
}

.team-drivers__slider.slick-slider .slick-list, .team-drivers__slider.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: flex;
  align-items: unset;
}
.team-drivers__slider .slick-list {
  margin: 0 -0.5rem;
}
.team-drivers__slider .slick-slide {
  margin: 0 0.5em;
  float: left;
  min-height: 0.0625rem;
  display: flex;
  align-items: flex-start;
}
.team-drivers__slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.team-drivers__slider__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team-drivers__slider__item picture {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.team-drivers__slider__item picture img {
  height: 18.75rem;
  object-fit: cover;
}
.team-drivers__slider__item p {
  line-height: 1.25rem;
  font-size: 0.875rem;
}

.team-drivers__slider__arrow {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.125rem solid #c1202a;
  background: #c1202a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 3rem);
  font-size: 1.5rem;
  pointer-events: none;
  opacity: 0;
  height: 2.8125rem;
  width: 2.8125rem;
}
.team-drivers__slider__arrow i {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

.team-drivers__slider__arrow:hover {
  border: 0.125rem solid #c1202a;
  background: #fff;
}
.team-drivers__slider__arrow:hover i {
  color: #c1202a;
}

.team-drivers__slider__arrow.active {
  opacity: 1;
  pointer-events: all;
}

.team-drivers__slider__arrow--prev {
  left: -3.75rem;
}
.team-drivers__slider__arrow--prev i {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipX;
  -ms-filter: "FlipX";
}
.team-drivers__slider__arrow--next {
  right: -3.75rem;
}

.team-drivers__slider .slick-dots {
  justify-content: center;
  bottom: -4rem;
}

.team-drivers__select {
  justify-content: center;
  position: relative;
}
.team-drivers__select__container {
  position: relative;
}
.team-drivers__select__container:after {
  pointer-events: none;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  font-family: "icons";
  content: "\e90a";
  color: #7289C2;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 0.5rem;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  height: 0.9375rem;
  width: 0.9375rem;
}

.team-drivers__select input,
.team-drivers__select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  color: #7289C2;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1025px) {
  .team-drivers__select input,
  .team-drivers__select select {
    padding: 1rem;
  }
}
.team-drivers__select input:hover,
.team-drivers__select select:hover {
  border: none;
}
.team-drivers__select input::selected,
.team-drivers__select select::selected {
  color: #c1202a;
}
.team-drivers__select input:focus-visible,
.team-drivers__select select:focus-visible {
  outline: none;
}

.faq__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .faq__container {
    flex-direction: row;
  }
}

.faq-accordion__inner {
  padding: 0 1rem 1rem 1rem;
}
.faq-accordion button.btn.btn-solid.btn-accordion:last-of-type {
  margin-bottom: 0;
}

.faq__img {
  width: 100%;
  display: flex;
}
@media (min-width: 1025px) {
  .faq__img {
    width: 17.1875rem;
  }
}
.faq__img img {
  object-fit: cover;
  min-height: 18.75rem;
  width: 100%;
}

.faq__img--left {
  align-items: flex-end;
}
.faq__img--right {
  align-items: flex-start;
}

.faq__content {
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .faq__content {
    width: calc(100% - 550px);
    padding: 0 2rem;
    margin: 0;
  }
}

.full-width__slider__outer-wrapper--mu-row .full-width__slider__bg__slide {
  height: 58.125rem;
}
.full-width__slider__outer-wrapper--mu-row .full-width__slider__bg__slide picture img {
  height: 58.125rem;
}

.full-width__slider__outer-wrapper--mu-row .full-width__slider__info__container {
  justify-content: flex-end;
  height: 58.125rem;
  width: 100%;
  padding-bottom: 9.375rem;
}
@media (min-width: 1025px) {
  .full-width__slider__outer-wrapper--mu-row .full-width__slider__info__container {
    padding-bottom: 12.5rem;
  }
}
.full-width__slider__outer-wrapper--mu-row .full-width__slider__slide {
  width: 50%;
}
@media (min-width: 576px) {
  .full-width__slider__outer-wrapper--mu-row .full-width__slider__slide {
    margin-bottom: 0.5rem;
    width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  .full-width__slider__outer-wrapper--mu-row .full-width__slider__slide {
    margin-bottom: 0;
    width: 16.6666666667%;
  }
}

.full-width__content-slider__wrapper {
  width: 100%;
  color: #fff;
}
@media (min-width: 1025px) {
  .full-width__content-slider__wrapper {
    margin-bottom: 4rem;
    margin-left: auto;
    width: 50%;
  }
}
.full-width__content-slider__wrapper h3 {
  color: #fff;
}
.full-width__content-slider__wrapper p {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.clients-alt__outer-wrapper {
  position: relative;
  overflow: hidden;
}

.clients-alt__wrapper {
  background: #F4F4F4;
  position: relative;
  z-index: 5;
  text-align: center;
}
.clients-alt__wrapper:before, .clients-alt__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  text-align: center;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .clients-alt__wrapper:before, .clients-alt__wrapper:after {
    width: 100%;
  }
}

.clients-alt__wrapper:before {
  opacity: 0.5;
  bottom: 100%;
}
.clients-alt__wrapper:after {
  bottom: calc(100% - 1rem);
}

.clients-alt__content {
  position: relative;
  z-index: 4;
}

@media (min-width: 1025px) {
  .clients-alt__slider {
    display: flex;
    justify-content: space-between;
  }
}
.clients-alt__slider__container {
  position: relative;
  padding-bottom: 4rem;
}

@media (min-width: 1025px) {
  .clients-alt__slider__slide {
    display: flex;
    align-items: center;
  }
}
.clients-alt__slider__slide img {
  max-width: 12.5rem;
  mix-blend-mode: multiply;
}

.clients-alt__slider__slide p {
  font-size: 1.25rem;
  font-weight: 300;
}
.clients-alt__slider__slide small {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5rem;
}

.clients-alt__wrapper .slick-dots {
  bottom: -4rem;
  justify-content: center;
}
.clients-alt__wrapper .slick-slider .slick-list,
.clients-alt__wrapper .slick-slider .slick-track {
  mix-blend-mode: multiply;
}

.clients-alt__lower-gfx {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: -2rem;
}
@media (min-width: 1300px) {
  .clients-alt__lower-gfx {
    width: 100%;
  }
}
.clients-alt__lower-gfx:before, .clients-alt__lower-gfx:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  left: 0;
  bottom: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .clients-alt__lower-gfx:before, .clients-alt__lower-gfx:after {
    width: 100%;
  }
}

.clients-alt__lower-gfx:before {
  opacity: 0.5;
  bottom: 1rem;
}
.clients-alt__lower-gfx:after {
  bottom: 0;
}

.content-accordion__outer-wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
}

.content-accordion__content {
  position: relative;
  z-index: 4;
}
.content-accordion__content p {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.content-accordion__inner {
  border: 0.0625rem solid #7289C2;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  background: #fff;
}
.content-accordion__inner .btn.btn-content-accordion {
  position: relative;
  background: transparent;
  height: 3.75rem;
  width: 100%;
  border: none;
  color: #4B566C;
  font-size: 1.125rem;
  justify-content: flex-start;
  padding-right: 3.75rem;
  padding-left: 1.5rem;
}
.content-accordion__inner .btn.btn-content-accordion[aria-expanded=true] {
  background: transparent;
  pointer-events: none;
  border: none;
  color: #4B566C;
}

.content-accordion__inner-content {
  padding: 0 1.5rem;
  text-align: left;
}

.btn.btn-solid.btn-content-accordion span {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  height: 1.875rem;
  width: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-solid.btn-content-accordion span:before, .btn.btn-solid.btn-content-accordion span:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #4B566C;
  position: absolute;
  height: 0.125rem;
  width: 1.25rem;
  content: " ";
}
.btn.btn-solid.btn-content-accordion span:after {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn.btn-solid.btn-content-accordion[aria-expanded=false] span:before, .btn.btn-solid.btn-content-accordion[aria-expanded=false] span:after {
  background: #4B566C;
}
.btn.btn-solid.btn-content-accordion[aria-expanded=false] span:after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content-accordion__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .content-accordion__wrapper__curve {
    width: 100%;
  }
}
.content-accordion__wrapper__curve--top {
  top: 0.0625rem;
}
.content-accordion__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.content-accordion__wrapper__curve:before, .content-accordion__wrapper__curve:after {
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
}
@media (min-width: 1300px) {
  .content-accordion__wrapper__curve:before, .content-accordion__wrapper__curve:after {
    width: 100%;
  }
}
.content-accordion__wrapper__curve:before {
  opacity: 0.5;
}

.content-accordion__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.content-accordion__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.content-accordion__wrapper__curve--bottom {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  top: calc(100% - 150px);
}
.content-accordion__wrapper__curve--bottom:before {
  bottom: 0.9375rem;
}
.content-accordion__wrapper__curve--bottom:after {
  bottom: -0.0625rem;
}

.content-accordion__wrapper__curve.c--white:before, .content-accordion__wrapper__curve.c--white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-accordion__wrapper__curve.c--light-blue:before, .content-accordion__wrapper__curve.c--light-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-accordion__wrapper__curve.c--light-grey:before, .content-accordion__wrapper__curve.c--light-grey:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-accordion__wrapper__curve.c--mid-blue:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  opacity: 1;
}
.content-accordion__wrapper__curve.c--mid-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23D8DEEB' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-accordion__wrapper__curve.c--blue:before, .content-accordion__wrapper__curve.c--blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.content-block-row__outer-wrapper.mu-row {
  position: relative;
  overflow: hidden;
}
.content-block-row__outer-wrapper.mu-row .text-only__content {
  text-align: center;
  align-items: center;
  padding-bottom: 4rem;
}
@media (min-width: 1025px) {
  .content-block-row__outer-wrapper.mu-row .text-only__content {
    align-items: flex-start;
    text-align: left;
  }
}

.content-block-row__outer-wrapper.mu-row .text-only__content.center-align {
  align-items: center;
  text-align: center;
}

.content-block-row__outer-wrapper.mu-row .last .text-only__content {
  padding-bottom: 0;
}

.content-block-row__outer-wrapper.mu-row .text-media__media img {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .content-block-row__outer-wrapper.mu-row .text-media__media img {
    margin-top: 0;
  }
}

.content-block-row__wrapper.bg-colour--blue .text-only__content,
.content-block-row__wrapper.bg-colour--blue .text-media__content,
.content-block-row__wrapper.bg-colour--blue .text-list__content {
  color: #fff;
}
.content-block-row__wrapper.bg-colour--blue .text-only__content h1, .content-block-row__wrapper.bg-colour--blue .text-only__content h2, .content-block-row__wrapper.bg-colour--blue .text-only__content h3, .content-block-row__wrapper.bg-colour--blue .text-only__content h4, .content-block-row__wrapper.bg-colour--blue .text-only__content h5, .content-block-row__wrapper.bg-colour--blue .text-only__content ul li,
.content-block-row__wrapper.bg-colour--blue .text-media__content h1,
.content-block-row__wrapper.bg-colour--blue .text-media__content h2,
.content-block-row__wrapper.bg-colour--blue .text-media__content h3,
.content-block-row__wrapper.bg-colour--blue .text-media__content h4,
.content-block-row__wrapper.bg-colour--blue .text-media__content h5,
.content-block-row__wrapper.bg-colour--blue .text-media__content ul li,
.content-block-row__wrapper.bg-colour--blue .text-list__content h1,
.content-block-row__wrapper.bg-colour--blue .text-list__content h2,
.content-block-row__wrapper.bg-colour--blue .text-list__content h3,
.content-block-row__wrapper.bg-colour--blue .text-list__content h4,
.content-block-row__wrapper.bg-colour--blue .text-list__content h5,
.content-block-row__wrapper.bg-colour--blue .text-list__content ul li {
  color: #fff;
}
.content-block-row__wrapper.bg-colour--blue .text-only__content a,
.content-block-row__wrapper.bg-colour--blue .text-media__content a,
.content-block-row__wrapper.bg-colour--blue .text-list__content a {
  color: #c1202a;
}
.content-block-row__wrapper.bg-colour--blue .text-only__content a.btn-solid,
.content-block-row__wrapper.bg-colour--blue .text-media__content a.btn-solid,
.content-block-row__wrapper.bg-colour--blue .text-list__content a.btn-solid {
  color: #fff;
}
.content-block-row__wrapper.bg-colour--blue .text-only__content a.btn-solid:hover,
.content-block-row__wrapper.bg-colour--blue .text-media__content a.btn-solid:hover,
.content-block-row__wrapper.bg-colour--blue .text-list__content a.btn-solid:hover {
  color: #fff;
}

.content-block-row__outer-wrapper.mu-row .text-list__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .content-block-row__outer-wrapper.mu-row .text-list__content {
    align-items: flex-start;
    text-align: left;
  }
}

.content-block-row__outer-wrapper.mu-row .text-list__content ul {
  text-align: left;
  list-style: none;
  padding: 1rem;
}
@media (min-width: 768px) {
  .content-block-row__outer-wrapper.mu-row .text-list__content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -moz-column-gap: 2rem;
    padding: 1rem 0;
  }
}
.content-block-row__outer-wrapper.mu-row .text-list__content ul li {
  break-inside: avoid-column;
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 1rem;
}
.content-block-row__outer-wrapper.mu-row .text-list__content ul li:before {
  border-radius: 50%;
  background: #c1202a;
  position: absolute;
  height: 0.375rem;
  width: 0.375rem;
  content: "";
  left: 0;
  top: 0.75rem;
}

.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve {
    width: 100%;
  }
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--top {
  top: 0.0625rem;
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve:before, .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve:after {
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
}
@media (min-width: 1300px) {
  .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve:before, .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve:after {
    width: 100%;
  }
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve:before {
  opacity: 0.5;
}

.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--bottom {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  top: calc(100% - 150px);
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--bottom:before {
  bottom: 0.9375rem;
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve--bottom:after {
  bottom: 0rem;
}

.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--white:before, .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--light-blue:before, .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--light-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--light-grey:before, .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--light-grey:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--mid-blue:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  opacity: 1;
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--mid-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23D8DEEB' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--blue:before, .content-block-row__outer-wrapper.mu-row .content-block-row__wrapper__curve.c--blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper .text-media__media--sml-img picture {
  width: 100%;
}
.content-block-row__outer-wrapper.mu-row .content-block-row__wrapper .text-media__media--sml-img picture img {
  width: 100%;
}

.content-block-row__outer-wrapper .text-only__content blockquote,
.content-block-row__outer-wrapper .text-media__content blockquote {
  border: 0.0625rem solid #7289C2;
  background: rgba(114, 137, 194, 0.15);
  border-radius: 0.5rem;
  position: relative;
  padding: 3.125rem 2rem 2rem 2rem;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-block-row__outer-wrapper .text-only__content blockquote,
  .content-block-row__outer-wrapper .text-media__content blockquote {
    padding: 2rem 2rem 2rem 4.6875rem;
  }
}
.content-block-row__outer-wrapper .text-only__content blockquote:after,
.content-block-row__outer-wrapper .text-media__content blockquote:after {
  color: #7289C2;
  position: absolute;
  font-family: dashicons;
  font-size: 2.8125rem;
  content: "\f205";
  height: 3.125rem;
  width: 3.125rem;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .content-block-row__outer-wrapper .text-only__content blockquote:after,
  .content-block-row__outer-wrapper .text-media__content blockquote:after {
    font-size: 4.0625rem;
    height: 4.6875rem;
    width: 4.6875rem;
  }
}

.overlay-drivers__outer-wrapper {
  position: relative;
}

.overlay-drivers__wrapper__curve {
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 1300px) {
  .overlay-drivers__wrapper__curve {
    width: 100%;
  }
}
.overlay-drivers__wrapper__curve--top {
  top: 0.0625rem;
}
.overlay-drivers__wrapper__curve--bottom {
  bottom: 0.0625rem;
}

.overlay-drivers__wrapper__curve:before, .overlay-drivers__wrapper__curve:after {
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: " ";
}
@media (min-width: 1300px) {
  .overlay-drivers__wrapper__curve:before, .overlay-drivers__wrapper__curve:after {
    width: 100%;
  }
}
.overlay-drivers__wrapper__curve:before {
  opacity: 0.5;
}

.overlay-drivers__wrapper__curve--top:before {
  bottom: 4.0625rem;
}
.overlay-drivers__wrapper__curve--top:after {
  bottom: 3.125rem;
}

.overlay-drivers__wrapper__curve--bottom {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  top: calc(100% - 150px);
}
.overlay-drivers__wrapper__curve--bottom:before {
  bottom: 0.9375rem;
}
.overlay-drivers__wrapper__curve--bottom:after {
  bottom: 0rem;
}

.overlay-drivers__wrapper__curve.c--white:before, .overlay-drivers__wrapper__curve.c--white:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23fff' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.overlay-drivers__wrapper__curve.c--light-blue:before, .overlay-drivers__wrapper__curve.c--light-blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F2F4F9' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.overlay-drivers__wrapper__curve.c--light-grey:before, .overlay-drivers__wrapper__curve.c--light-grey:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}
.overlay-drivers__wrapper__curve.c--blue:before, .overlay-drivers__wrapper__curve.c--blue:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%234B566C' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.fw-media__wrapper.mu-row {
  height: 58.125rem;
}
.fw-media__wrapper.mu-row picture {
  display: flex;
}
.fw-media__wrapper.mu-row picture img {
  height: 58.125rem;
}
.fw-media__wrapper.mu-row picture:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  left: 0;
  top: 0;
}

.fw-media__content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.fw-media__content__inner {
  height: 58.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .fw-media__content__inner {
    text-align: left;
  }
}

.fw-media__content__inner h3 {
  color: #fff;
}
.fw-media__content__inner span {
  font-family: "Hind", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #c1202a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.fw-media__content__content {
  margin-bottom: 1rem;
}

.team-drivers__outer-wrapper.mu-row .team-drivers__wrapper {
  position: relative;
  background: #F4F4F4;
}
.team-drivers__outer-wrapper.mu-row .team-drivers__wrapper:before, .team-drivers__outer-wrapper.mu-row .team-drivers__wrapper:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
}

.team-drivers__lower-gfx {
  -moz-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  bottom: -2rem;
}
@media (min-width: 1300px) {
  .team-drivers__lower-gfx {
    width: 100%;
  }
}
.team-drivers__lower-gfx:before, .team-drivers__lower-gfx:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='2112.5' height='106.8' viewBox='0 0 2112.5 106.8'%3e%3cpath fill='%23F4F4F4' d='M1,54.6v52.2h2111.5V48.4C2012.8-61.8,1,54.6,1,54.6z'/%3e%3c/svg%3e");
  background-size: calc(100% + 200px) auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  height: 12.5rem;
  width: 137.5rem;
  left: 0;
  bottom: 0;
  content: " ";
  z-index: 3;
}
@media (min-width: 1300px) {
  .team-drivers__lower-gfx:before, .team-drivers__lower-gfx:after {
    width: 100%;
  }
}

.team-drivers__lower-gfx:before {
  opacity: 0.5;
  bottom: 1rem;
}
.team-drivers__lower-gfx:after {
  bottom: 0;
}