/*!
Theme Name: Shape Talent Theme
Theme URI: #
Author: thelisteningpeople
Author URI: https://www.thelisteningpeople.com/
Description: Shape Talent Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thelisteningpeople
Tags: Custom WP Theme
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.play {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.cc-block h2 {
  padding-bottom: 30px;
}

.cc-block {
  padding: 60px 0 100px;
}

.cloned-diagram .image {
  width: 403px;
}

.play-video {
  position: absolute;
  right: 5px;
  bottom: 0px;
}

.play-section {
  position: relative;
  padding: 120px 0 120px;
  background: #e3edfa;
  margin: 120px 0;
}

.article-slider .featured-image {
  position: relative;
}

.dynamic-svg {
  cursor: pointer;
}

.cloned-diagram {
  text-align: center;
  position: relative;
}

.cloned-diagram .radius-border {
  position: absolute;
  width: 357px;
  height: 356px;
  border-radius: 50%;
  border: 7px solid #e3edfa;
  top: 23px;
  left: 23px;
}

* {
  -webkit-font-smoothing: antialiased;
}

.cloned-diagram svg {
  width: 403px;
  height: 403px;
}

strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.black-color {
  color: #000000;
}

/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/

.pt-0 {
  padding-top: 0 !important;
}

body {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

p {
  font-size: 18px;
}

p.preamble {
  font-size: 24px;
}

.pb-40 {
  padding-bottom: 40px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
  color: #000;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

.accordion .white-fill path {
  fill: #ffffff !important;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background: #2c679c;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1410px;
  }

  .container.smaller {
    max-width: 1350px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.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: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .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: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .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: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .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: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .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%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !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-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

#Accelerator_Model_for_Web_250620b {
  max-width: 100%;
  height: auto;
}

.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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
}

#page {
  position: relative;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.white {
  color: #ffffff !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.banner {
  height: 100vh;
  background-position: center bottom 45px !important;
  background-repeat: no-repeat !important;
  background: #2c679c;
  position: relative;
}

header,
nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

nav ul#primary-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

nav {
  z-index: 9999 !important;
  padding-top: 80px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

nav.fixed {
  padding-top: 50px;
}

header nav {
  padding-top: 25px;
  /*-webkit-transition: 0.2s ease;*/
  /*-moz-transition: 0.2s ease;*/
  /*-ms-transition: 0.2s ease;*/
  /*-o-transition: 0.2s ease;*/
  /*transition: 0.2s ease;*/
}

#testimonial-slider>button:first-of-type {
  left: 100px;
  z-index: 1;
}

.cases-slider p+p {
  margin-top: 24px;
}

.cases-slider {
  margin-top: 60px;
}

#testimonial-slider>button:last-of-type {
  right: 100px;
}

.cases-slider>svg {
  max-width: 34px;
  height: auto;
}

.cases-slider>svg:first-of-type {
  left: 0px;
  z-index: 1;
}

.cases-slider>svg:last-of-type {
  right: 0px;
}

#testimonial-slider>button,
.carousel-slider>button,
.cases-slider>svg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
}

#testimonial-slider>button:hover path,
.cases-slider>svg:hover path,
.carousel-slider>button:hover path {
  fill: #fccf27;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -40px;
  min-width: 200px;
  padding-top: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.sub-menu li:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 25px;
}

.sub-menu li:last-of-type {
  padding-bottom: 25px;
}

.sub-menu li {
  margin: 0;
  background: #2c679c;
  padding: 10px 25px 0;
}

#blog-search {
  color: #2c679c;
}

.sub-menu li a::after {
  bottom: 3px;
  background: transparent !important;
}

.slider-content .article,
.article-slider .article {
  margin-bottom: 35px;
}

.sub-menu .current-menu-item>a::after {
  background: none;
}

.sub-menu li a {
  font-size: 15px;
  line-height: 1.3;
  display: block;
}

nav li:hover>.sub-menu,
.sub-menu.active,
.sub-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.sub-menu li:last-of-type {
  margin-bottom: 0;
}

nav li {
  position: relative;
}

header.fixed {
  padding: 25px 0 20px !important;
  background: #2c679c;
}

nav.fixed .sub-menu {
  padding-top: 40px !important;
}

header.fixed .logo .top-shape {
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}

header.fixed .align-items-baseline {
  align-items: center !important;
}

header.colored {
  background: #2c679c;
  padding-bottom: 42px;
}

nav.colored .sub-menu {
  padding-top: 63px;
}

header.colored+.page-banner,
.banner.contact {
  margin-top: 162px;
}

.resources-content {
  margin-top: 220px;
}

header.colored .logo .top-shape {
  display: none;
}

.center-element {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vertical-center-element {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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);
}

.article-slider .slick-track {
  margin-left: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.banner .text-block h1 {
  margin-bottom: 37px;
}

.banner p.preamble {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 505px;
}

.logo {
  position: relative;
  z-index: 1;
}

.logo>a img {
  position: relative;
  z-index: 1;
}

.logo .top-shape img {
  top: 25px;
  display: none;
}

nav {
  position: relative;
  z-index: 1;
}

.home .logo .top-shape svg {
  display: block;
}

.logo .top-shape .center-element {
  left: 40%;
  height: 27vh;
  top: 25px;
}

header {
  padding-top: 54px;
}

.logo .top-shape {
  position: relative;
  width: 100%;
}

nav ul#primary-menu {
  display: -webkit-flex;
  display: flex;
}

.banner.about {
  background-position: top center !important;
  padding-top: 196px;
  background-size: cover !important;
  height: 82vh;
}

.banner.about img {
  max-height: 75vh;
}

.banner.about .bottom-shape svg {
  display: block;
  margin: 0 auto;
  height: 24vh;
}

nav li {
  margin: 0 20px;
}

nav li:last-of-type {
  margin-right: 0;
}

nav li a {
  padding-bottom: 10px;
}

nav li a,
nav li a:hover {
  color: #fff;
  position: relative;
}

nav li a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;

  content: " ";
}

@media screen and (min-width:992px) {

  nav li:hover>a::after,
  .current-menu-item>a::after {
    background: #fccf27;
  }

}

.banner .text-block {
  max-width: 520px;
  top: 48%;
  z-index: 2;
}

.text-center {
  text-align: center;
}

.banner .text-block p {
  margin-bottom: 35px;
}

.countdown-column {
  padding: 90px 0;
  background: #1a233f;
}

.button {
  padding: 13px 40px;
  text-align: center;
  border: 3px solid #fccf27;
  border-radius: 30px;
  display: inline-block;
  color: #2c679c;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.button:hover {
  background: #fccf27 !important;
  color: #2c679c !important;
}

.white.button {
  color: #ffffff;
}

.button:hover {
  text-decoration: none;
  color: #2c679c;
}

.banner .bottom-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.banner .custom-position {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 10%;
  height: 32vh;
}

.white.button:hover {
  text-decoration: none;
  color: #ffffff;
}

.countdown-column .item p {
  max-width: 210px;
  margin: 0 auto;
  font-size: 16px;
}

.counter,
.counter+span {
  font-size: 72px;
  color: #fccf27;
  font-weight: 300;
}

.countdown-column .item {
  min-width: 20%;
  max-width: 20%;
}

.graphic-block .button {
  margin-top: 45px;
}

.mt-80 {
  margin-top: 80px;
}

@media screen and (min-width: 1400px) {
  .graphic-block>.container {
    max-width: 1280px;
  }

}

.graphic-block img {
  display: block;
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 72px;
  margin-bottom: 35px;
  color: #2c679c;
  line-height: 1.2;
  font-weight: 300;
  /*text-transform: uppercase;*/
}

#equity-accordion h2 {
  font-size: 54px;
  min-height: 108px;
}

/*.overflow-h {*/
/*    overflow: hidden;*/
/*}*/

.blue-shape {
  position: absolute;
  background: #e3edfa;
  z-index: -1;
}

.graphic-block {
  overflow: hidden;
}

.blue-shape.right {
  bottom: 0;
  left: 50%;
  height: 55%;
  width: 200%;
}

.blue-shape.left {
  top: 0;
  right: 50%;
  height: 70%;
  width: 200%;
}

.clients {
  margin: 120px 0 60px;
}

.resources {
  margin: 120px 0 140px;
}

.pl-40 {
  padding-left: 40px;
}

.clients h2,
.resources h2 {
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.testimonials {
  position: relative;
  overflow: hidden;
}

.testimonials .shape-bottom {
  position: absolute;
  left: 12%;
  bottom: 0;
}

.testimonials .shape-top {
  position: absolute;
  right: -5%;
  top: -55px;
  z-index: 1;
}

.testimonials .shape-bottom svg {
  display: block;
  height: 28vh;
}

.testimonials .shape-top svg {
  display: block;
  height: 20vh;
}

.single-testimonial {
  padding: 100px 0;
}

.single-testimonial p,
p.quote {
  max-width: 510px;
  font-weight: 600;
}

.single-testimonial p+span {
  max-width: 510px;
}

.single-testimonial p+span,
p.quote+span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-top: 40px;
}

.single-testimonial p+span {
  position: relative;
  z-index: 1;
}

.single-testimonial p,
p.quote {
  position: relative;
}

.single-testimonial p svg,
p.quote svg {
  position: absolute;
  left: -50px;
  top: -7px;
}

.single-testimonial .container {
  max-width: 1000px;
}

.clients .button {
  margin-top: 30px;
  margin-bottom: 60px;
}

.resources .button {
  margin-top: 60px;
  margin-bottom: 30px;
}

.section.resources p {
  margin-bottom: 60px;
}

.divider.blue {
  height: 135px;
  background: #e3edfa;
}

.blue-shape.spec {
  width: 100%;
  height: 40px;
}

#clients-carousel img {
  margin: 0 auto;
  max-width: 100%;
}

#clients-carousel {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#clients-carousel>div {
  min-width: 160px;
}

#clients-carousel>svg {
  min-width: 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
}

#clients-carousel>svg:hover path,
.biography .arrows svg:hover path,
#people-slider>svg:hover path,
#people-slider-3>svg:hover path,
#people-slider-2>svg:hover path,
.biography2 .arrows2 svg:hover path,
.biography3 .arrows3 svg:hover path {
  fill: #fccf27;
}

.coach-item {
  padding: 0 8px;
}

.coach-item a:focus {
  outline: none;
}

.coach-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#clients-carousel>button:hover path,
.biography .arrows button:hover path,
#people-slider>button:hover path,
#people-slider-3>button:hover path,
#people-slider-2>button:hover path,
.biography2 .arrows2 button:hover path,
.biography3 .arrows3 button:hover path {
  fill: #fccf27;
}

.single-testimonial {
  background-size: cover !important;
  height: 625px;
}

#clients-carousel .slick-track {
  display: flex;
}

#clients-carousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

#clients-carousel .slick-list {
  max-width: 1000px;
}

.latest {
  max-width: 1389px;
}

.latest .card {
  min-height: 566px;
  display: -webkit-flex;
  display: flex;
  max-width: 33%;
  min-width: 33%;
  padding: 35px 27px;
  text-align: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}


.fs-16 {
  font-size: 16px;
}

.overlay.zoom {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#coaches {
  padding: 20px 0;
}

.latest .card:hover .overlay.zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.latest .card:hover .overlay:not(.zoom) {
  background: #363e4433;
}

blockquote {
  padding: 40px;
  font-style: italic;
}

.latest .card .content span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.latest .card .content {
  position: relative;
  z-index: 1;
}

h3,
.h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #363e4485;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.latest .card .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #fccf27;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.latest .card:hover .underline {
  height: 8px;
}

.about-block {
  height: 100vh;
  max-height: 840px;
  position: relative;
}

.about-block .shape-top {
  left: 6%;
  position: absolute;
  top: 0;
}

.page-banner {
  overflow: hidden;
  background: #fff;
  position: relative;
  max-height: 694px;
}

.page-banner h1 {
  font-weight: 300;
  color: #2c679c;
  font-size: 72px;
  margin-bottom: 27px;
}

.page-banner h3 {
  color: #6d7e8b;
  font-weight: 600;
  line-height: 1.3;
}

.page-banner h1.small-text,
.contact h1.small-text,
.h1 {
  font-size: 36px;
  color: #6d7e8b;
  font-weight: 600;
  line-height: 1.3;
}

.contact h1.small-text {
  margin-bottom: 30px;
}

.page-banner h3.preamble {
  font-size: 24px;
}

.page-banner img {
  display: block;
}

.top-align-image .text-block-ml {
  padding-top: 80px;
}

.top-align-image img {
  z-index: 1;
  position: relative;
}

.page-banner .topheading {
  font-size: 20px;
  font-weight: 600;
  color: #2c679c;
}

.p-relative {
  position: relative;
  height: 100%;
}

.badge {
  background: #2c679c;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  line-height: 1.2;
  position: absolute;
}

.image-block ul li {
  font-weight: 600;
}

.image-block ul {
  margin: 32px 0 32px 24px;
  list-style-type: disc;
}

.pt-120 {
  padding-top: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.hover-cards {
  padding: 120px 0;
}

.badge.yellow-background.bottom-right {
  right: -10%;
  bottom: 8%;
}

.pl-30 {
  padding-left: 40px;
}

.pt-140 {
  padding-top: 140px;
}

.badge.bottom-right {
  right: 12%;
  bottom: -14%;
}

.hover-cards p {
  max-width: 1250px;
  margin: 0 auto 32px;
  font-size: 20px;
}

.page-banner.top-align-image {
  min-height: 694px;
}

.service-single .bottom-shape {
  right: 30px;
}

.only-text.icons {
  padding: 16vh 0;
  height: auto;
}

.only-text p {
  color: #fff;
  margin-top: 32px;
}

.only-text.icons p {
  margin-top: 0;
}

.only-text.icons span {
  min-width: 80px;
}

.only-text.icons p {
  margin-left: 8px;
}

.only-text.icons li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.service-banner .text-block-ml {
  padding-top: 165px;
}

.service-banner .top-shape {
  left: 55%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clients-banner.page-banner .text-block-ml {
  padding-top: 65px;
}

.page-banner svg {
  display: block;
}

.clients-banner {
  padding: 120px 0 0;
}

.approach-banner {
  padding-top: 25px;
}

.page-template-page-approach .approach-banner {
  padding-top: 25px;
  max-height: 100%;
  margin-top: 80px;
}

.approach-banner .bottom-shape svg {
  height: 209px !important;
  width: 700px;
  max-width: 700px !important;
}

.home #primary-menu>li:first-of-type {
  display: none;
}

.approach-banner img {
  max-height: 669px;
  position: relative;
  z-index: 2;
  top: 1px;
}

.banner.contact {
  height: 490px;
  padding-top: 110px;
}

.font-weight-normal {
  font-weight: 400;
}

.banner.contact {
  position: relative;
}

.banner.contact h3 {
  margin-bottom: 10px;
  line-height: 1;
}

.banner.contact .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
}

.blue-color {
  color: #2c679c;
}

p.small {
  font-size: 14px;
}

.contact-info {
  padding: 100px 0;
}

.contact-info h3,
.contact-info p {
  margin-bottom: 32px;
}

.contact-info p:not(.preamble) {
  line-height: 1.8;
}

.banner.contact .bottom-shape svg {
  display: block;
}

.service-banner .bottom-shape {
  left: 19%;
}

.bottom-shape,
.top-shape {
  position: absolute;
}

.page-banner .bottom-shape {
  bottom: 0;
}

.mb-60 {
  margin-bottom: 60px;
}

.approach-banner .bottom-shape {
  left: 26%;
  position: absolute;
  bottom: 0;
}

.approach-banner .text-block-ml {
  padding-top: 100px;
}

.clients-banner .top-shape,
.clients-banner .bottom-shape {
  left: 60%;
  position: absolute;
  top: -150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clients-banner .bottom-shape {
  top: auto;
  bottom: 0;
  z-index: 1;
}

.clients-banner .bottom-shape svg {
  display: block;
}

.clients-banner img {
  display: block;
}

.only-text {
  height: 100vh;
  position: relative;
}

.only-text .container {
  position: relative;
  height: 100%;
}

.only-text .center-element {
  left: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.only-text h3,
.only-text p {
  max-width: 800px;
}

.padding-tb-80 {
  padding: 80px 0;
}

.text-right {
  text-align: right;
}

.text-t-normal {
  text-transform: none;
}

.accordion h2 {
  line-height: 1;
}

.accordion .text {
  max-width: 677px;
  line-height: 1.5;
}

.accordion .intro-paragraph {
  margin-bottom: 15px;
  font-weight: 600;
}

.accordion p+.intro-paragraph {
  margin-top: 25px;
}

.hover-cards .inner {
  padding: 50px;
  height: 56vh;
  z-index: 1;
  position: relative;
}

.hover-cards .inner+.text-overlay:hover,
.hover-cards .inner+.text-overlay.active {
  opacity: 1;
}

.hover-cards .inner+.text-overlay {
  opacity: 0;
  z-index: 3;
  padding: 40px 60px;
  overflow-y: auto;
}

.hover-cards .inner+.text-overlay.blue:hover,
.hover-cards .inner+.text-overlay.blue.active,
.hover-cards .inner+.text-overlay.blue:focus-visible,
.hover-cards .inner+.text-overlay.blue.active1 {
  opacity: 1;
  background: #2c679c;
}

.hover-cards .inner+.text-overlay.orange:hover,
.hover-cards .inner+.text-overlay.orange.active,
.hover-cards .inner+.text-overlay.orange.active1 {
  opacity: 1;
  background: #f5886d;
}

.hover-cards .inner+.text-overlay.red:hover,
.hover-cards .inner+.text-overlay.red.active,
.hover-cards .inner+.text-overlay.red.active1 {
  opacity: 1;
  background: #d25b73;
}

.hover-cards .inner+.text-overlay.green:hover,
.hover-cards .inner+.text-overlay.green.active,
.hover-cards .inner+.text-overlay.green.active1 {
  opacity: 1;
  background: #009eab;
}

.four-cards p {
  font-size: 18px;
}

.hover-cards .inner h2 {
  line-height: 1;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.resources-banner {
  padding: 65px 0;
}

.resources-banner h1.small-text {
  max-width: 930px;
  margin: 0 auto 30px;
  font-size: 24px;
  color: #6d7e8b;
  font-weight: 600;
  line-height: 1.3;
}

h2.small-text+.sub-heading {
  margin-top: 50px;
}

.resources-banner .sub-heading a {
  color: #6d7e8b;
}

.resources-banner .sub-heading a.active {
  color: #2c679c;
  text-decoration: underline;
}

.resources-banner .sub-heading span {
  margin: 0 15px;
}

.font-weight-600 {
  font-weight: 600;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.slider-block p+p {
  margin-top: 20px;
}

.slider-block {
  padding-top: 60px;
}

.slider-block svg {
  max-width: 100%;
  height: auto;

}

.slider-block h4 {
  margin-bottom: 16px;
}

.intro-paragraph+ul {
  list-style-type: disc;
  padding-left: 1em;
}

.intro-paragraph+ul li::marker {
  font-size: 12px;
  /* Styles the bullet itself */
  color: #333;
}

.slider-block {
  padding-top: 60px;
}

.resources-banner h1 {
  margin-bottom: 15px;
}

.accordion .slider-items {
  padding: 90px 0 35px;
}

.accordion .slider-items {
  display: flex;

  justify-content: space-around;
}

.related-title {
  color: #000 !important;
  border-top: 1px solid #FCCF27;
  border-bottom: 1px solid #FCCF27;
  padding: 10px 0;
}

.yellow.related-title {
  color: #000 !important;
}

.accordion .slider-items span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
}



.related-resources {
  margin: 48px 0;
}

.related-resources a {
  display: block;
  padding: 17px 0;
  color: #fff;
  border-top: 1px solid #fff;
}

.f-right {
  float: right;
}


.arrows {
  text-align: right;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-right .arrows>svg:first-of-type,
.text-right .arrows button:first-of-type {
  margin-right: 30px;
}

.arrows svg {
  cursor: pointer;
  height: 35px;
}

.arrows svg:hover path {
  fill: #fccf27;
}

.blue-background {
  background: #2c679c;
}

.darkblue-background {
  background: #1a233f;
}

.ball {
  width: 590px;
  height: 590px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2c679c;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.about-block .container {
  padding-top: 64px;
}

.ball h3 {
  max-width: 76%;
  margin: 0 auto;
}

.ball a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffffff;
  display: inline-block;
  margin-top: 35px;
}

.ball a:hover {
  border-bottom: 3px solid #fccf27;
  color: #fccf27;
}

.press {
  margin: 90px auto 126px;
}

.press-list {
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center !important;
}

.press-list>div {
  min-width: 123px;
}

.ball a :hover {
  text-decoration: none;
}

.newsletter-block {
  background: #2c679c;
  padding-bottom: 40px;
}

.newsletter-block h3 {
  margin: 10px auto 15px;
  font-weight: 300;
}

.newsletter-block input,
.newsletter-block button[type="submit"],
.contact-info button[type="submit"] {
  min-width: 280px;
  background: #3474ad;
  color: #fff;
  height: 50px;
  border: none;
  padding: 15px 16px;
  margin-right: 25px;
}

.contact-info input:not([type="checkbox"]),
.contact-info textarea,
.contact-info select {
  background: #e3edfa;
  display: block;
  color: #2c679c !important;
  font-size: 16px;
  height: 50px;
  padding: 15px 16px;
  border: none;
  width: 100%;
  margin-bottom: 12px;
}

._form-fieldset {
  border: none;
  margin: 30px 0;
  padding: 0;
}

._row._checkbox-radio {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
}

#_form_4_submit {
  line-height: 1.3;
  height: auto;
  border-radius: 50px;
  max-width: 310px;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

#_form_43_submit,
#_form_45_submit {
  line-height: 1;
  height: 78px;
}

._row._checkbox-radio+._row._checkbox-radio {
  margin-top: 20px;
}

._row._checkbox-radio input {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  margin-right: 14px;
  position: relative;
  top: 5px;
}

.contact-info ._form_4 label {
  display: block;
}

._form-title {
  font-size: 32px;
  font-weight: 600;
}

.contact-info textarea {
  min-height: 222px;
}

.newsletter-block ._form-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-block input[type="submit"],
.newsletter-block button[type="submit"],
.contact-info button[type="submit"] {
  margin-right: 0;
  margin-left: 10px;
  border: 3px solid #fccf27;
  background: transparent;
  max-width: 214px;
  min-width: 214px;
  line-height: 0.5;
  border-radius: 30px;
  font-weight: 600;
}

.contact-info ._field-wrapper {
  position: relative;
}

.contact-info button[type="submit"] {
  color: #2c679c;
  margin-top: 35px;
  margin-left: 0;
}

.newsletter-block button[type="submit"]:hover,
.contact-info button[type="submit"]:hover {
  background: #fccf27 !important;
  color: #2c679c !important;
}

.contact-info ._error-inner {
  text-align: left;
  color: #b10000;
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  left: 16px;
}

._form-thank-you {
  color: #fccf27;
  font-size: 24px;
  padding: 20px 0;
}

._error-inner {
  text-align: left;
  color: #fff;
  position: absolute;
}

._form-label {
  display: none;
}

.bigger p:not(.quote) {
  font-size: 20px;
}

footer {
  padding: 76px 0 24px;
}

footer,
footer p,
footer a {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}

footer a:hover {
  text-decoration: underline;
}

footer strong {
  font-weight: 600;
}

footer .hr {
  margin: 28px auto 18px;
  background: #6d7e8b;
  height: 1px;
}

footer .right p {
  margin-bottom: 40px;
}

.newsletter-block input:last-of-type:hover {
  color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#blog-search input {
  border: 1px solid #d3d3d3;
  padding: 15px 20px;
}

.contact-info input::-webkit-input-placeholder,
#blog-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info input::-moz-placeholder,
#blog-search input::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info input::-ms-input-placeholder,
#blog-search input::-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info input:-moz-placeholder,
#blog-search input:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info textarea::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info textarea::-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

.contact-info textarea:-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c679c;
}

footer .left {
  max-width: 77%;
  min-width: 77%;
  justify-content: space-between;
}

footer .right {
  max-width: 330px;
  min-width: 330px;
}

footer .left .text {
  max-width: 215px;
}

.copyright span {
  margin-right: 12px;
}

.copyright a {
  margin: 0 12px;
}

footer .social {
  margin-top: 18px;
}

.banner.about p.preamble {
  font-size: 24px;
}

.banner.about .row>div:last-of-type {
  margin-top: 100px;
}

.colored-boxes {
  margin: 280px auto 200px;
}

.colored-boxes .inner {
  max-width: 1135px;
  margin: 0 auto;
}

.colored-boxes .boxes-holder {
  margin-top: 16px;
}

.plr-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.mlr-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.box {
  background: #1a233f;
  padding: 27px 40px;
  height: 100%;
}

.article-slider .article p {
  padding-right: 20px;
}

.article-slider .featured-image {
  height: 300px;
  margin-bottom: 28px;
}

.article-slider a:not(.button):hover,
.article-slider a:focus {
  border: none;
  outline: none !important;
}

.article-slider .slick-arrow.prev {
  right: 50px;
}

.article-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: -75px;
  display: inline-block !important;
  width: 45px;
  cursor: pointer;
}

.articles-section .title {
  margin-bottom: 33px;
}

.articles-section+.articles-section {
  margin-top: 70px;
}

.articles-section+.newsletter-block {
  margin-top: 120px;
}

.articles-section .arrows {
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex;
}

.box h3 {
  margin-bottom: 24px;
}

.box h3 svg {
  margin-right: 11px;
}

.boxes-holder .plr-8 {
  margin-top: 16px;
}

.challenges-block {
  background-color: #2C679C;
}

.challenges-slider .slide {
  /* similar to your blue */
  color: white;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.challenges-slider .slide-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 11%;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.challenges-slider .quote {
  flex: 1 1 45%;
  font-size: 60px;
  color: #FCCF27;
  /* Yellow quote color */
  line-height: 1.2;
}

.challenges-slider .info {
  flex: 1 1 30%;
  font-size: 16px;
  line-height: 1.6;
}

.challenges-slider .info strong {
  color: #FCCF27;
}

.challenges-slider .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #FCCF27;
  color: #FCCF27;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
}

.challenges-slider .btn:hover {
  background-color: #FCCF27;
  color: #24629b;
}

/* Dots custom */
.challenges-slider .slick-dots li button {


  appearance: none;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #E3EDFA;
  font-size: 0;
}

.challenges-slider .slick-dots li.slick-active button {
  background-color: #FCCF27;
  opacity: 1;
}

.challenges-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  margin-top: 100px;
}

p.lead {
  font-size: 24px;
}

.mt-5 {
  margin-top: 32px;
}

.center-arrow-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.home .graphic-block {
  padding: 150px 0 100px;
}

.pt-100 {
  padding-top: 100px !important;
}

.yellow {
  color: #fccf27 !important;
}

.challenges-block {
  padding: 90px 0;
}

#people-slider .slick-list,
#people-slider .slick-track,
#people-slider-2 .slick-list,
#people-slider2 .slick-track,
#people-slider-3 .slick-list,
#people-slider3 .slick-track {
  width: 100%;
}

/* #people-slider-2 .slick-list {
  max-width: 920px;
  margin: 0 auto;
} */

#people-slider .member,
#people-slider-3 .member,
#people-slider-2 .member2, #people-slider-3 .member3 {
  width: 214px !important;
    max-width: 214px!important;
  min-width: 214px!important;
  margin: 0 8px;
  cursor: pointer;
}
#people-slider .member {
   width: 205px !important;
}
#people-slider-2 .member2 {
  width: auto !important;
}

#people-slider .member img,
#people-slider-3 .member img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#people-slider-2 .member2 img {
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto;
}

#people-slider .member.active img,
#people-slider .member:hover img,
#people-slider-3 .member.active img,
#people-slider-3 .member:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.member2.active svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.member2.active svg path {
  fill: gray;
}

#people-slider>svg,
#people-slider-3>svg {
  min-width: 20px;
  position: relative;
  top: -35px;
  cursor: pointer;
}

#people-slider-2>svg {
  min-width: 20px;
  position: relative;
  top: -35px;
  cursor: pointer;
  z-index: 11;
}

#description {
  max-width: 685px;
  max-height: 560px;
  min-height: 560px;
  overflow-y: scroll;
  scrollbar-color: black #c3bebe;
  scrollbar-width: thin;
}

#description3 {
  margin: 50px 0;
  max-height: 560px;
  min-height: 560px;
  overflow-y: scroll;
  scrollbar-color: black #c3bebe;
  scrollbar-width: thin;
  padding-right: 25px;
}

#description3 hr {
  background-color: #FCCF27;
  border: none;
  height: 3px;
  margin: 24px 0;
}

#description2 {
  max-height: 560px;
  min-height: 560px;
  overflow-y: scroll;
  scrollbar-color: black #c3bebe;
  scrollbar-width: thin;
}

#description2 h3 {
  color: #fccf27;
  line-height: 1;
  margin-bottom: 45px;
}

#description h3,
#description3 h3 {
  color: #2c679c;
  line-height: 1;
  margin-bottom: 45px;
}

#description3 h3 {
  margin: 45px 0;
}

#description3 h3 span,
#description h3 span,
#description2 h3 span {
  font-size: 20px;
  font-weight: 400;
}

.team-member-block {
  padding: 70px 0;
  background: #2c679c;
  margin-top: 15px;
}

#people-slider .member p,
#people-slider-3 .member p #people-slider-2 .member2 p {
  font-size: 16px;
  font-style: italic;
  margin-top: 16px;
  padding: 0 15px;
}

#people-slider .member strong,
#people-slider-3 .member strong,
#people-slider-2 .member2 strong {
  font-style: normal;
  display: block;
}

#people-slider>svg:last-of-type,
#people-slider-3>svg:last-of-type,
#people-slider-2>svg:last-of-type {
  right: -30px;
}

#people-slider>svg:first-of-type,
#people-slider-3>svg:first-of-type,
#people-slider-2>svg:first-of-type {
  left: -30px;
}

.biography {
  position: relative;
  padding: 90px 0 0px;
}

.biography .shape-top {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 1;
}

#description,
#description3,
#description2 {
  position: relative;
}

.image-block p+p,
.partners p+p {
  margin-top: 30px;
}

.bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 661px;
  width: 100%;
  height: 70px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg,
      rgba(255, 255, 255, 0.3561799719887955) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 0.3561799719887955) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.3561799719887955) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.visible-on-desc {
  display: none;
}

.invisible-on-desc {
  display: block;
}

#description2 .visible-on-desc {
  display: block;
}

#description2 .invisible-om-desc,
#description3 .invisible-om-desc {
  display: none;
}


.biography2 .bottom-overlay {
  background: #1a233f;
  background: -moz-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      #1a233f 50%,
      #1a233f 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      #1a233f 50%,
      #1a233f 100%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      #1a233f 50%,
      #1a233f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A233F", endColorstr="#1A233F", GradientType=1);
  width: auto;
  right: 25px;
  max-width: initial;
}

.biography3 .bottom-overlay {
  width: 100%;
  max-width: 100%;
  height: 100px;
}

.medium-scroll::-webkit-scrollbar-track {
  background: linear-gradient(to right,
      #fff 0%,
      #fff 48%,
      rgba(0, 0, 0, 0.18) 50%,
      #fff 61%,
      #fff 100%);
}

.medium-scroll::-webkit-scrollbar,
.medium-scroll2::-webkit-scrollbar {
  width: 24px;
  transition: all 0.5s linear;
}

.medium-scroll::-webkit-scrollbar-thumb {
  background-color: #fccf27;
  border-radius: 15px;
}

.medium-scroll2::-webkit-scrollbar-track {
  background: linear-gradient(to right,
      #1a233f 0%,
      #1a233f 48%,
      #fff 50%,
      #1a233f 61%,
      #1a233f 100%);
}

.medium-scroll2::-webkit-scrollbar-thumb {
  background-color: #fccf27;
  border-radius: 15px;
}

.yellow-background {
  background-color: #fccf27;
}

.line {
  height: 3px;
  margin-bottom: 25px;
}

.featured-content {
  padding-top: 15px;
  padding-bottom: 32px;
}

a.featured-content {
  color: inherit;
}

.featured-article {
  padding-bottom: 100px;
}

.featured-article a.top-image {
  min-height: 30vh;
  display: block;
  background: #2c679c;
  position: relative;
}

.featured-article img {
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  display: block;
}

.featured-article img:hover {
  opacity: 0.8;
}

.featured-content p {
  font-size: 20px;
}

.featured-content h3 {
  margin-top: 10px;
  color: #000;
}

.medium-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #fccf27;
  border-radius: 15px;
}

#description p:last-of-type,
#description2 p:last-of-type,
#description3 {
  padding-bottom: 80px;
}

#description p,
#description3 ul,
#description3 p,
#description2 p {
  margin-top: 30px;
}

#description3 h3:first-child {
  margin-top: 0;
}

#people-slider-3 .short-text, #people-slider-2 .short-text {
  margin-top: 24px;
  padding: 7px;
}

#description3 ul {
  margin-bottom: 30px;
}

#description2 p,
#description2 ul li {
  color: #fff;
}

#description ul li,
#description3 ul li,
#description2 ul li {
  margin-left: 30px;
  list-style-type: disc;
}

.biography .image-holder {
  position: relative;
  margin-top: 25px;
}

.biography .image-holder img {
  margin-top: 10px;
  position: relative;
  z-index: 3;
  border-radius: 50%;
}

.biography .image-holder svg {
  position: absolute;
  top: -50px;
  z-index: 2;
  left: -50px;
}

.background-block.yellow-background {
  padding: 28px 0 115px;
  text-align: center;
}

.background-block.yellow-background p {
  max-width: 675px;
  margin: 0 auto 24px;
}

#description ul li span,
#description3 ul li span,
#description2 ul li span {
  margin-right: 20px;
}

.white-border {
  border-color: #fff;
}

.biography .arrows {
  position: relative;
  z-index: 1;
  top: 60px;
  max-width: 685px;
}

.biography2,
.biography3 {
  padding-bottom: 50px;
}



.biography .arrows button:last-of-type,
.biography3 .arrows3 button:last-of-type,
.biography2 .arrows2 button:last-of-type {
  margin-left: 30px;
}

#people-slider-3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.biography .arrows button,
.biography3 .arrows3 button,
.biography2 .arrows2 button {
  background: transparent;
  border: 0;
}

/*.arrows2 {*/
/*    display: none;*/
/*}*/
#description .inner,
#description3 .inner,
#description2 .inner {
  padding-right: 30px;
}

.get-in-touch {
  background: #1a233f;
  padding: 45px 0;
  margin-top: 100px;
}

.get-in-touch p {
  margin: 14px 0 24px;
}

.partners h2 {
  line-height: 1;
}

.partners {
  padding: 110px 0 120px;
  overflow: hidden;
}

.partners p {
  font-size: 20px;
}

.quote-block {
  padding: 120px 0 120px;
  position: relative;
}

.quote-block.bigger {
  padding: 120px 0 180px;
}

.quote-block p {
  font-size: 24px;
  max-width: 545px;
  line-height: 1.1;
  font-weight: 600;
  margin-left: 100px;
  position: relative;
  z-index: 2;
}

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.logos-list img {
  margin: 20px 20px 30px;
}

.logos-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: 0 auto;
}

.light-blue {
  color: #e3edfa;
}

.lightblue-background {
  background: #e3edfa;
}

.background-block {
  padding: 150px 0 115px;
}

.background-block p+p,
.background-block p+ul {
  margin-top: 32px;
}

.half-half {
  padding: 140px 0 85px;
}

.half-half h2 {
  line-height: 1;
}

.graphic {
  padding-bottom: 85px;
}

.half-half p+p {
  margin-top: 32px;
}

.quote-block .top-shape {
  position: absolute;
  left: 5%;
  top: 0;
}

.all-items.accordion .slider-items {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.all-items.accordion .slider-items span {
  margin-right: 0;
}

.clients-logo {
  margin: 120px 0;
}

.quote-block .bottom-shape svg {
  display: block;
  opacity: 0.7;
}

.quote-block .bottom-shape {
  position: absolute;
  left: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.six-step-model .diagram {
  margin: 60px auto 40px;
  text-align: center;
  max-width: 500px;
  position: relative;
}

.w-100 {
  width: 100%;
}

#mapimage {
  z-index: 1;
  position: relative;
}

.diagram img {
  z-index: 2;
}

.diagram.aos-animate img {
  z-index: 0;
}

.six-step-model .diagram .left-i {
  position: absolute;
  left: 0;
  top: 38px;
}

.six-step-model .diagram.aos-animate .left-i {
  visibility: hidden;
  left: -79%;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
  opacity: 0;
}

.six-step-model .diagram .right-i {
  position: absolute;
  right: 0;
  bottom: 45px;
}

#dynamic-content {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

#dynamic-content.animate-content {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
  opacity: 1;
}

.six-step-model .diagram.aos-animate .right-i {
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
  right: -79%;
  opacity: 0;
  visibility: hidden;
}

.six-step-model p {
  max-width: 1100px;
  margin: 0 auto;
}

.six-step-model {
  padding-top: 140px;
  overflow: hidden;
}

.resources-content {}

.resources-content .container {
  max-width: 1165px;
}

.resources-content .featured-image {
  height: 60vh;
  margin: 60px 0 46px;
}

.resources-content article .content {
  max-width: 900px;
}

.page-template.default article .content {
  margin: 0 auto;
}

.page-template.default {
  padding: 100px 0;
}

.resources-content .line {
  margin: 60px 0 70px;
}

.resources-content img {
  max-width: 100%;
  height: auto;
}

.top-info {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  align-items: center;
}

.article-slider .featured-image+p {
  margin-bottom: 15px;
}

.article-slider .featured-image+p span {
  font-size: 14px;
}

img.alignright {
  margin-left: 30px;
  float: right;
}

img.alignleft {
  margin-right: 30px;
  float: left;
}

.resources-content article a {
  text-decoration: underline;
  font-weight: 600;
}

.carousel-slider>button:first-of-type {
  left: -50px;
}

.carousel-slider>button:last-of-type {
  right: -50px;
}

.m-auto {
  margin: auto;
}

article .single-share a {
  display: inline-block;
}

article .single-share {
  margin-top: 80px;
}

article .single-share a {
  margin-right: 30px;
}

article .single-share a svg {
  width: 25px;
  height: 25px;
}

.resources-content article img {
  display: block;
}

article .content p,
article .content li {
  font-size: 20px;
  line-height: 1.4;
}

em {
  font-style: italic;
}

ol {
  margin: 30px;
  list-style-type: decimal;
}

.auto-height {
  height: auto !important;
}

.featured-image.auto-height img {
  height: 70vh;
  object-fit: cover;
  width: 100%;
}

article .content ol li+li,
article .content ul li+li {
  margin-top: 24px;
}

article .content p+p,
article .content div+p,
article .content div+h3,
article .content p+h3 {
  margin-top: 30px;
}

article .content p+h2,
article .content ul+h2,
article .content ol+h2,
article .content img+h2 {
  margin-top: 70px;
}

article .content h3+p,
article .content h4+p {
  margin-top: 30px;
}

.resources-content h1,
.resources-content h2 {
  font-size: 36px;
  line-height: 1.4;
  text-transform: none;
  color: #000;
  font-weight: 600;
}

.resources-content h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
}

.resources-content h4 {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
}

article .content ul {
  margin: 32px;
  list-style-type: disc;
}

article .content ol {
  margin: 32px;
  list-style-type: decimal;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pt-200 {
  padding-top: 200px !important;
}

input:checked+.slider {
  background-color: #2c679c;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2c679c;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

#more-settings-modal .modal-content {
  padding: 40px;
}

#more-settings-modal {
  z-index: 999999;
}

#more-settings-modal .save-settings {
  background: #fccf27 !important;
  color: #2c679c !important;
}

#equity-accordion>.text-center svg {
  position: relative;
  top: -1px;
}

.slider.round:before {
  border-radius: 50%;
}

#scorecard-popup .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 6rem);
  transform: none !important;
}

span.close {
  cursor: pointer;
}

#scorecard-popup.fade {
  transition: opacity 0.15s linear;
}

.cookie-title {
  max-width: 80%;
}

#more-settings-modal .modal-content .d-flex {
  margin-bottom: 25px;
}

.close-x {
  stroke: black;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 5;
}

.switch.disabled:hover,
.switch.disabled .slider {
  cursor: not-allowed;
}

.modal-footer a {
  cursor: pointer;
}

.switch {
  min-width: 60px;
}

.cookie-title h4 {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.introp {
  padding-left: 40px;
  font-weight: 600;
}

.fs-55 {
  font-size: 55px
}

@media screen and (min-width: 1400px) {
  header.fixed {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media screen and (max-height: 850px) {
  .logo .top-shape .center-element {
    left: 32%;
    top: 10px;
  }

  .banner .custom-position {
    height: 28vh;
  }
}

@media screen and (max-height: 800px) {
  header {
    padding-top: 35px;
  }
}

@media screen and (max-width: 1450px) {
  p.lead {
    font-size: 22px;
  }

  .fs-55 {
    font-size: 50px
  }

  header.colored+.page-banner,
  .resources-content,
  .banner.contact {
    margin-top: 123px;
  }

  .resources-content {
    margin-top: 177px;
  }

  .logo .top-shape .center-element {
    left: 27%;
  }

  .only-text.icons li {
    margin-bottom: 8px;
  }

  .page-banner.top-align-image {
    min-height: 615px;
  }

  .resources-content .line {
    margin: 35px 0 40px;
  }

  .badge h3 {
    font-size: 30px;
  }

  .badge {
    width: 250px;
    height: 250px;
  }

  .article-slider .featured-image {
    height: 230px;
    margin-bottom: 25px;
  }

  .badge.bottom-right {
    right: 5%;
    bottom: 0%;
  }

  .pt-140 {
    padding-top: 100px;
  }

  .badge.yellow-background.bottom-right {
    right: 0%;
  }

  .four-cards.container {
    max-width: 1350px;
  }

  .hover-cards .inner {
    padding: 40px;
    height: 58vh;
  }

  article .content p+h2,
  article .content ul+h2,
  article .content ol+h2,
  article .content img+h2 {
    margin-top: 50px;
  }

  article .content p,
  article .content li {
    font-size: 19px;
  }

  article .content h3+p,
  article .content h4+p {
    margin-top: 25px;
  }

  .featured-article .container,
  .articles-section .container {
    max-width: 1141px;
  }

  .page-banner {
    max-height: 615px;
  }

  .service-banner .top-shape svg,
  .page-banner .bottom-shape svg {
    max-width: 500px;
    height: auto;
  }

  .page-banner img {
    max-width: 100%;
  }

  .approach-banner img {
    max-height: 590px;
  }

  header {
    padding-top: 30px;
  }

  header.colored {
    padding-bottom: 30px;
  }

  nav {
    padding-top: 50px;
  }

  nav li {
    margin: 0px 15px;
  }

  h1 {
    font-size: 44px;
  }

  .page-banner h1 {
    font-size: 65px;
  }

  .approach-banner .bottom-shape {
    bottom: -55px;
  }

  .banner p.preamble {
    font-size: 19px;
  }

  .button {
    font-size: 17px;
  }

  h2 {
    font-size: 65px;
    margin-bottom: 30px;
  }

  h3,
  .h3 {
    font-size: 33px;
    line-height: 1.2;
  }

  .banner.about p.preamble {
    font-size: 22px;
  }

  .banner.about .row>div:last-of-type {
    margin-top: 30px;
  }

  .banner.about {
    padding-top: 190px;
  }

  element.style {}

  .logo {
    text-align: left;
  }

  .logo>a img {
    max-width: 95%;
  }

  p.preamble {
    font-size: 22px;
  }

  #people-slider>svg:last-of-type,
  #people-slider-3>svg:last-of-type,
  #people-slider-2>svg:last-of-type {
    right: 10px;
  }

  #people-slider>svg:first-of-type,
  #people-slider-3>svg:first-of-type,
  #people-slider-2>svg:first-of-type {
    left: 10px;
  }

  .biography .shape-top {
    right: 0;
  }

  .image-block {
    overflow: hidden;
  }

  .partners p {
    font-size: 19px;
  }

  .testimonials .shape-top svg {
    height: 18vh;
  }

  .testimonials .shape-bottom svg {
    height: 24vh;
  }

  .ball {
    width: 560px;
    height: 560px;
  }

  .half-half {
    padding: 100px 0 85px;
  }

  .accordion .slider-items {
    padding: 70px 0 25px;
  }

  .arrows {
    padding-bottom: 100px;
  }

  .approach-banner {
    padding-top: 49px;
  }

  .f-right {
    float: none;
    max-width: 100%;
  }



  .resources-banner {
    padding: 35px 0;
  }

  .featured-article {
    padding-bottom: 80px;
  }

  .featured-article img {
    width: 100%;
  }

  .colored-boxes {
    margin: 220px auto 140px;
  }

  .top-info {
    margin-bottom: 10px;
  }

  .bigger p:not(.quote) {
    font-size: 19px;
  }

  .hover-cards p {
    font-size: 19px;
  }

  .mt-120 {
    margin-top: 100px;
  }

  .image-block.first.pt-140 .f-right {
    max-width: unset;
    float: right;
  }

  .carousel-slider>button:first-of-type {
    left: 0;
  }

  .carousel-slider>button:last-of-type {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .mt-120 {
    margin-top: 80px;
  }

  .four-cards h2 {
    font-size: 50px;
  }

  nav {
    padding-top: 40px;
  }

  .single-testimonial {
    height: 520px;
  }

  .resources {
    margin: 90px 0 90px;
  }

  .challenges-slider .quote {
    font-size: 50px;
  }

  .carousel-slider>button:first-of-type {
    left: 20px;
  }

  .carousel-slider>button:last-of-type {
    right: 20px;
  }

  #testimonial-slider>button:first-of-type {
    left: 50px;
  }

  #testimonial-slider>button:last-of-type {
    right: 50px;
  }

  header.colored+.page-banner,
  .resources-content,
  .banner.contact {
    margin-top: 83px;
  }

  .resources-content {
    margin-top: 150px;
  }

  .latest .card {
    min-height: 435px;
  }

  .badge h3 {
    font-size: 27px;
  }

  .badge.bottom-right {
    bottom: 19%;
  }

  header.colored {
    padding-bottom: 20px;
  }

  .quote-block p {
    font-size: 28px;
  }

  .approach-banner .bottom-shape {
    bottom: -15px;
    left: 26%;
  }

  .approach-banner img {
    max-height: 525px;
  }

  .banner .text-block h1 {
    margin-bottom: 28px;
  }

  .background-block {
    padding: 100px 0;
  }

  .six-step-model {
    padding-top: 100px;
  }

  .background-block.yellow-background {
    padding: 28px 0 100px;
  }

  .half-half {
    padding: 85px 0 85px;
  }

  .fs-55 {
    font-size: 48px
  }

  h1 {
    font-size: 40px;
  }

  header {
    padding-top: 25px;
  }

  .banner {
    background-position: center bottom 15px !important;
  }

  .newsletter-block input {
    min-width: 250px;
  }

  .newsletter-block input:last-of-type {
    max-width: 195px;
    min-width: 195px;
  }

  footer .left {
    max-width: 77%;
    min-width: 77%;
  }

  .banner.about {
    padding-top: 150px;
  }

  .banner.about p.preamble {
    font-size: 20px;
  }

  p.preamble {
    font-size: 20px;
  }

  p {
    font-size: 17px;
  }

  h2 {
    font-size: 58px;
  }

  #description,
  .biography .arrows {
    max-width: 550px;
  }

  .biography .shape-top {
    right: 7%;
  }

  .medium-scroll::-webkit-scrollbar,
  .medium-scroll2::-webkit-scrollbar {
    width: 15px;
  }

  .bottom-overlay {
    max-width: 545px;
  }

  .image-block.first img {
    max-width: 100%;
  }

  .colored-boxes {
    margin: 200px auto 130px;
  }

  .biography .arrows {
    top: 30px;
  }

  .biography {
    padding: 90px 0 45px;
  }

  .logo>a img {
    max-width: 65%;
  }

  .banner .text-block {
    top: 50%;
  }

  .divider.blue {
    height: 110px;
  }

  .single-testimonial {
    min-height: 460px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  .ball {
    width: 510px;
    height: 510px;
  }

  .about-block .shape-top {
    left: 0%;
  }

  .about-block .shape-top svg {
    height: 34vh;
  }

  body {
    font-size: 17px;
  }

  .partners p {
    font-size: 18px;
  }

  .banner.about .row>div:last-of-type {
    margin-top: 0px;
  }

  .page-banner h1.small-text,
  .h1 {
    font-size: 33px;
  }

  .bigger p:not(.quote) {
    font-size: 18px;
  }
}

@media screen and (max-width: 1300px) {
  .six-step-model .diagram .left-i {
    left: -60%;
  }

  .six-step-model .diagram .right-i {
    right: -60%;
  }

  .quote-block p {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  p.lead {
    font-size: 20px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  .challenges-slider .slick-dots {

    margin-top: 50px;
  }

  .challenges-slider .quote {
    font-size: 40px;
  }

  .latest .card h3 {
    font-size: 23px;
  }

  .colored-boxes {
    margin: 170px auto 80px;
  }

  .banner.about p.preamble {
    font-size: 17px;
  }

  #people-slider>svg:last-of-type,
  #people-slider-3>svg:last-of-type,
  #people-slider-2>svg:last-of-type {
    right: -5px;
  }

  #people-slider>svg:first-of-type,
  #people-slider-3>svg:first-of-type,
  #people-slider-2>svg:first-of-type {
    left: -5px;
  }

  #description,
  .biography .arrows {
    max-width: 480px;
  }

  p {
    font-size: 16px;
  }

  h2 {
    font-size: 50px;
  }

  p.preamble {
    font-size: 19px;
  }

  .latest .card {
    min-height: 390px;
  }

  .accordion img {
    max-width: 330px;
  }

  .ball {
    width: 450px;
    height: 450px;
  }

  .approach-banner .text-block-ml {
    padding-top: 70px;
  }

  .service-banner .top-shape svg,
  .page-banner .bottom-shape svg {
    max-width: 380px;
  }

  .service-banner .bottom-shape {
    left: 37%;
  }
}

@media screen and (max-width: 1100px) {
  .graphic-block img {
    max-width: 100%;
  }
}

#mySidenav {
  display: none;
}

.mobile-menu {
  display: none;
}

.accelerator-model-svg {
  padding: 60px 0 110px;
}

.accelerator-model-svg svg {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .challenges-slider .slide {

    padding: 30px 20px;
  }
header.fixed {
  padding: 20px 0 12px !important;

}
  .order-m-3 {
    order: 3;
  }

  .order-m-2 {
    order: 2;
  }

  .order-m-2 svg {
    margin: 32px 0;
  }

  .order-m-1 {
    order: 1;
  }

  .revers-m {
    flex-direction: column-reverse;
  }

  .home .graphic-block {
    padding: 90px 0 50px;
  }

  .home .pt-100 {
    padding-top: 50px !important;
  }

  .mt-40-m {
    margin-top: 40px;
  }

  .center-arrow-down {
    max-width: 60px;
    height: auto;
  }

  .fs-55 {
    font-size: 42px
  }

  .challenges-slider .slick-dots {
    margin-top: 0;
  }

  .challenges-slider .slide-content {
    display: block;
  }

  #mySidenav {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    z-index: 9999;
    max-width: 375px;
    display: block;
  }

  .challenges-slider .quote {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .pt-200 {
    padding-bottom: 0 !important;
  }

  .active-menu-mobile {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transition: transform 0.4s ease-in-out !important;
    -moz-transition: transform 0.4s ease-in-out !important;
    -o-transition: transform 0.4s ease-in-out !important;
    transition: transform 0.4s ease-in-out !important;
    opacity: 1 !important;
  }

  .sidenav {
    background: #fff;
    height: 0;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9998;
    transition-delay: 2.5s;
    min-height: 100vh;
    display: block;
  }

  .menu-item-1449 {
    display: none;
  }

  .sidenav-inner {
    padding: 32px 20px 10px;
    background: #fff;
  }

  .close-nav-mob {
    position: absolute;
    top: 35px;
    right: 25px;
    max-width: 30px;
    cursor: pointer;
    display: block;
  }

  p.lead {
    font-size: 18px;
  }

  .mobile-menu {
    display: block;
    min-width: 35px;
  }

  .sidenav-inner .menu-menu-1-container li {
    font-size: 16px;
    line-height: 3.5;
    color: #191b1d;
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
    padding: 0;
    width: 100%;
    margin-left: 0;
  }

  .sidenav-inner .menu-menu-1-container li.blue-color {
    color: #5cc0c5;
  }

  .sidenav-inner .menu-menu-1-container li:last-of-type {
    border-bottom: 0;
  }

  .sidenav-inner nav {
    padding-top: 30px;
    position: relative !important;
  }

  .sidenav-bottom ul {
    overflow: hidden;
    padding: 20px 20px 10px;
  }

  .sidenav-bottom nav li {
    display: block;
    padding: 0 10px;
  }

  .sidenav-bottom nav li a {
    font-size: 16px;
    line-height: 2.5;
    text-transform: uppercase;
    color: #191b1d;
    font-weight: 600;
  }

  #page>nav {
    display: none;
  }

  .mobile-menu {
    cursor: pointer;
    position: relative;
    top: 0;
    right: 15px;
  }

  #primary-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
  }

  .logo .top-shape {
    position: relative;
    width: 50%;
    top: -10px;
  }

  .sub-menu {
    position: relative;
    opacity: 1;
    height: 0;
    left: 0;
    padding: 0;
    padding-top: 0 !important;
  }

  nav li a {
    padding-bottom: 0;
  }

  .sub-menu li:last-of-type {
    margin-bottom: 10px;
  }

  .sub-menu li {
    background: #fff;
    padding: 10px 0 10px 20px !important;
    border: none !important;
  }

  .sub-menu.active {
    height: auto;
  }

  .mobile-menu {
    display: block;
  }

  #mySidenav a {
    color: #191b1d;
  }

  .menu .menu-item-has-children {
    position: relative;
  }

  .menu .dropdown-arrow {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(/wp-content/uploads/2021/11/dropdown.svg) center center no-repeat;
    background-size: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }

  .play-section {
    padding: 80px 0 120px;
  }

  .play-section .col-lg-6.align-self-center {
    text-align: center;
    margin-bottom: 30px;
  }
}

.submenu-toggle {
  background: transparent;
  appearance: none;
  border: none;
  outline: none;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.submenu-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media screen and (max-width: 768px) {
  #more-settings-modal .modal-footer .button {
    padding: 13px;
  }
.page-template-page-clients .cases-slider>svg {
  top: 103%;
}
  #_form_43_submit,
  #_form_45_submit {
    height: 51px;
    max-width: 290px;
  }

  .cookie-title {
    max-width: 95%;
  }

  #more-settings-modal .modal-content {
    padding: 10px;
  }

  .page-template.default article .content {
    padding: 0 15px;
  }

  ._form-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  #_form_4_submit {
    max-width: 290px;
    min-width: 173px;
  }

  .cloned-diagram .image {
    width: 310px;
    margin: 0 auto;
  }

  .cloned-diagram svg {
    width: 310px;
    height: 360px;
  }

  .latest .overlay {
    background: #363e44b0;
  }

  .cloned-diagram .radius-border {
    width: 318px;
    height: 318px;
    top: 51px;
    left: 17px;
  }

  .half-half .col-lg-6 p:last-of-type {
    margin-bottom: 30px;
  }

  article .top-info span {
    font-size: 14px;
  }

  .article-slider .featured-image+p {
    margin-bottom: 10px;
  }

  h2.small-text+.sub-heading {
    margin-top: 30px;
  }

  .banner.about {
    height: auto;
    overflow: hidden;
  }

  article .content ol li+li,
  article .content ul li+li {
    margin-top: 15px;
  }

  .accordion.darkblue-background img {
    margin: 40px auto 30px;
  }

  .accordion h2 {
    text-align: center;
  }

  .biography .shape-top,
  .biography .image-holder {
    display: none;
  }

  #description ul li,
  #description2 ul li {
    font-size: 16px;
  }

  .banner.about img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  #people-slider>svg:first-of-type,
  #people-slider-3>svg:first-of-type,
  #people-slider-2>svg:first-of-type {
    left: 15px;
  }

  #description h3,
  #description2 h3 {
    margin-bottom: 15px;
  }

  #people-slider>svg:last-of-type,
  #people-slider-3>svg:last-of-type,
  #people-slider-2>svg:last-of-type {
    right: 15px;
  }

  #description p,
  #description2 p {
    margin-top: 15px;
  }

  .biography .arrows {
    top: 0;
  }

  .biography {
    padding: 0 0 40px;
  }

  .team-member-block {
    padding: 60px 0 20px;
  }

  .bottom-overlay,
  .biography2 .bottom-overlay,
  .biography3 .bottom-overlay {
    right: 15px;
    width: auto;
  }

  .partners {
    padding: 60px 0;
  }

  .colored-boxes {
    margin: 60px auto 60px;
  }

  .partners p {
    font-size: 16px;
  }

  .partners h2+svg {
    margin-bottom: 15px;
  }

  #how-we-do img {
    max-width: 100%;
    margin: 30px 0;
  }

  #description,
  #description2 {
    margin-top: 20px;
  }

  .only-text,
  .only-text.icons {
    height: auto;
    padding: 60px 0;
  }

  .banner .bottom-shape {
    bottom: -110px;
  }

  .only-text .center-element {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
  }

  .only-text.icons span {
    min-width: 50px;
    margin-left: 10px;
  }

  .only-text.icons li {
    margin-bottom: 4px;
  }

  .accordion:not(.all-items) .slider-items span {
    margin-right: 0;
  }

  .quote-block .top-shape,
  .quote-block .bottom-shape {
    display: none;
  }

  .carousel-slider>button:last-of-type {
    right: -12px;
  }

  .arrows svg {
    height: 40px;
    width: 25px;
  }

  .carousel-slider>button:first-of-type {
    right: 45px;
    left: auto;
  }

  .carousel-slider>button {
    bottom: -40px !important;
    width: 25px;
    height: 40px;
  }

  .quote-block,
  .quote-block.bigger {
    padding: 60px 0;
  }

  .quote-block p {
    margin-left: 50px;
  }

  ol li {
    font-size: 16px;
  }

  .clients-logo {
    margin: 60px 0;
  }

  .logos-list img {
    margin: 16px auto 20px;
    max-width: 50%;
  }

  .quote-block p {
    font-size: 20px;
  }

  .accordion:not(.all-items) .slider-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;

  }

  .only-text.icons ul {
    margin-left: 0;
    margin-top: 30px;
  }

  .padding-tb-80 {
    padding: 60px 0;
  }

  .image-block.first img {
    margin-bottom: 30px;
  }

  .clients-banner.page-banner svg {
    width: 400px;
    height: 150px;
  }

  .clients-banner .bottom-shape {
    bottom: -80px;
  }

  .clients-banner {
    padding: 80px 0 0;
  }

  .clients-banner.page-banner .text-block-ml {
    padding-top: 0;
  }

  .clients-banner .top-shape {
    top: -90px;
  }

  .all-items.accordion .slider-items {
    flex-wrap: wrap;
  }

  .accordion .slider-items {
    padding: 30px 0 20px;
  }

  .accordion .slider-items span {
    font-size: 16px;
  }

  .related-resources a {
    padding: 10px 0;
  }

  .accordion p+.intro-paragraph {
    margin-top: 15px;
  }

  .accordion .intro-paragraph {
    margin-bottom: 10px;
  }

  .all-items.accordion .slider-items span {
    margin-right: 0;
    width: 33%;
    margin-bottom: 22px;
  }

  header.colored+.page-banner,
  .resources-content,
  .banner.contact {
    margin-top: 86px;
  }

  .half-half {
    padding: 75px 0 60px;
  }

  #mapimage,
  #diagnostic img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #edi img {
    margin-top: 30px;
  }

  .service-single.page-banner h3.preamble {
    font-size: 18px;
  }

  .six-step-model .diagram {
    margin: 0px auto 25px;
  }

  .page-banner h1,
  .h1 {
    font-size: 41px;
  }

  .background-block.yellow-background {
    padding: 28px 0 60px;
  }

  .page-banner.top-align-image {
    min-height: 0;
  }

  .pt-140 {
    padding-top: 60px;
  }

  .image-block.pt-140.first {
    padding-top: 0px;
  }

  .image-block p+p,
  .partners p+p {
    margin-top: 15px;
  }

  .image-block.first.pt-140 .f-right {
    max-width: 100%;
    margin: 30px 0 70px;
  }

  .image-block.pt-140 img {
    max-width: 100%;
  }

  .badge.bottom-right {
    bottom: 5%;
  }

  .image-block ul {
    margin: 16px 0 16px 24px;
  }

  .image-block ul li {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .hover-cards {
    padding: 60px 0;
  }

  .hover-cards .inner+.text-overlay {
    padding: 30px 30px;
  }

  .hover-cards p {
    font-size: 16px;
  }

  .hover-cards .inner {
    padding: 25px;
    height: 42vh;
  }

  .get-in-touch {
    padding: 60px 0;
    margin-top: 60px;
  }

  p.preamble {
    font-size: 18px;
  }

  .image-block:not(.first) .row {
    flex-direction: column-reverse;
  }

  .arrows {
    padding-bottom: 13px;
  }

  .badge h3 {
    font-size: 16px;
  }

  .pl-30 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .bigger p:not(.quote) {
    font-size: 16px;
  }

  .badge {
    width: 170px;
    height: 170px;
  }

  .six-step-model {
    padding-top: 75px;
  }

  .related-resources {
    margin: 30px 0 0;
  }

  .service-banner .text-block-ml {
    padding-top: 73px;
  }

  .service-banner .top-shape {
    display: none;
  }

  .graphic {
    padding-bottom: 45px;
  }

  .background-block {
    padding: 75px 0 60px;
  }

  h3,
  .h3 {
    font-size: 23px;
  }

  .approach-banner {
    padding-top: 73px;
  }

  .approach-banner .text-block-ml {
    padding-top: 0;
  }

  footer .right {
    max-width: 300px;
    min-width: 0;
  }

  .six-step-model .diagram .right-i {
    right: 0;
    max-width: 100%;
  }

  .six-step-model .diagram .left-i {
    left: 0;
    max-width: 100%;
    top: 60px;
  }

  .mb-30 {
    margin-bottom: 15px !important;
  }

  .only-text.icons .row ul {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .hover-cards .inner h2 {
    font-size: 36px;
  }

  #edi img,
  #three-barriers img {
    max-width: 100%;
  }

  .page-banner h1.small-text,
  .resources-banner h1.small-text,
  .resources-banner h2.small-text,
  .contact h1.small-text,
  .h1 {
    font-size: 20px;
  }

  h1 {
    font-size: 33px;
  }

  article {
    word-break: break-word;
  }

  .resources-content h1,
  .resources-content h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .banner p.preamble {
    font-size: 18px;
  }

  article .arrows svg {
    height: 30px;
    width: 18px;
  }

  article .arrows {
    padding-bottom: 20px;
  }

  .banner.contact {
    height: auto;
    padding-top: 73px;
    overflow: hidden;
  }

  article .single-share {
    margin-top: 30px;
  }

  .contact-info {
    padding: 60px 0;
  }

  .contact h1,
  h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .four-cards h2 {
    font-size: 40px;
  }

  .banner.contact .bottom-shape svg {
    width: 736px !important;
    height: 170px !important;
  }

  .contact-info h3,
  .contact-info p {
    margin-bottom: 15px;
  }

  .newsletter-block input[type="submit"],
  .newsletter-block button[type="submit"],
  .contact-info button[type="submit"] {
    max-width: 160px;
    min-width: 160px;
  }

  .contact-info+.container h3+p.preamble {
    margin-top: 15px;
    font-size: 16px;
  }

  .clients .button {
    margin-bottom: 40px;
  }

  #testimonial-slider>button {
    width: 25px;
  }

  .contact-info p.preamble {
    font-size: 16px;
  }

  .contact-info .form {
    margin-top: 30px;
  }

  .resources-content .line {
    margin: 20px 0 22px;
  }

  article .content p+h2,
  article .content ul+h2,
  article .content ol+h2,
  article .content img+h2 {
    margin-top: 30px;
  }

  article .content p,
  article .content li {
    font-size: 18px;
  }

  .resources-content .featured-image {
    height: 220px;
    margin: 100px 0 20px;
  }

  .featured-image.auto-height img {
    height: auto;
  }

  article .content ol {
    margin: 15px 0 15px 15px;
  }

  article .content p+p,
  article .content div+p,
  article .content div+h3,
  article .content p+h3 {
    margin-top: 15px;
  }

  .resources-banner h1.small-text {
    margin-bottom: 15px;
  }

  .featured-content {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .article-slider .featured-image {
    height: 220px;
    margin-bottom: 10px;
  }

  .slider-content .article {
    margin-bottom: 20px;
  }

  #blog-search input {
    padding: 5px 10px;
    max-width: 160px;
    font-size: 16px;
  }

  .featured-article {
    padding-bottom: 30px;
  }

  .featured-article a.top-image {
    min-height: 0;
  }

  .featured-content p {
    font-size: 16px;
  }

  .banner {
    position: relative;
    padding-top: 160px;
    height: auto;
    padding-bottom: 60px;
  }

  .banner .custom-position {
    display: none;
  }

  .banner .text-block {
    top: 0;
  }

  .logo>a img {
    max-width: 65%;
  }

  .logo .top-shape .center-element {
    left: 33%;
    width: 430px;
    height: 20vh;
    top: 33px;
  }

  .countdown-column {
    padding: 60px 0 20px;
  }

  .banner .vertical-center-element {
    transform: none;
    position: relative;
  }

  h2 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .mt-80 {
    margin-top: 50px;
  }

  .graphic-block .button {
    margin-top: 25px;
  }

  .button {
    font-size: 16px;
  }

  .countdown-column .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .counter,
  .counter+span {
    font-size: 50px;
  }

  .countdown-column .item p {
    font-size: 14px;
  }

  .countdown-column .item {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .pl-40 {
    padding-left: inherit;
  }

  .graphic-block img {
    max-width: 90%;
    margin: 35px auto 0;
  }

  .blue-shape {
    background: #fff;
  }

  .clients {
    margin: 60px 0 60px;
  }

  .divider.blue {
    height: 60px;
    background: #fff;
  }

  .ball {
    width: 260px;
    height: 260px;
  }

  .ball h3 {
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 30px;
  }

  .about-block .shape-top svg {
    height: 14vh;
    width: 200px;
  }

  .about-block .container {
    padding-top: 160px;
    padding-bottom: 22px;
  }

  .about-block .shape-top {
    left: -35%;
  }

  .ball a {
    font-size: 14px;
    padding-bottom: 3px;
    margin-top: 10px;
  }

  .press-list {
    max-width: 1080px;
    margin: 43px auto 0;
    flex-wrap: wrap;
    justify-content: space-around !important;
  }

  .press {
    margin: 60px auto 60px;
  }

  #footer .d-flex {
    display: block !important;
  }

  footer .left {
    max-width: 100%;
    min-width: 100%;
  }

  footer .left .text {
    max-width: 100%;
  }

  footer {
    padding: 60px 0 24px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  footer .links {
    margin: 30px 0;
  }

  footer .links li+li {
    margin-top: 8px;
  }

  .copyright a {
    margin: 0;
  }

  .newsletter-block input {
    height: 45px;
    margin-right: 0;
    max-width: 300px;
    min-width: 300px;
    margin-bottom: 16px;
  }

  .newsletter-block button[type="submit"],
  .contact-info button[type="submit"] {
    margin-top: 20px;
    margin-left: 0;
  }

  .newsletter-block input:last-of-type {
    max-width: 300px;
    min-width: 300px;
  }

  .copyright span {
    margin-right: 5px;
  }

  .newsletter-block ._form-content {
    display: block !important;
  }

  ._error-inner {
    text-align: center;
    position: relative;
  }

  .newsletter-block {
    padding-bottom: 60px;
  }

  .articles-section+.newsletter-block {
    margin-top: 40px;
  }

  .newsletter-block .shape svg {
    width: 100px;
    height: auto;
  }

  .latest .card {
    height: 290px;
    min-height: 0;
    margin: 0 auto 12px;
    max-width: 100%;
    min-width: 100%;
  }

  .resources .button {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .clients h2,
  .resources h2 {
    margin-bottom: 15px;
  }

  .single-testimonial p+span,
  p.quote+span {
    font-size: 15px;
    margin-top: 20px;
  }

  .testimonials .shape-top svg {
    height: 14vh;
  }

  .single-testimonial {
    height: auto;
    min-height: 0;
    padding: 60px 0;
  }

  .section.resources p {
    margin-bottom: 35px;
  }

  .resources {
    margin: 60px 0 43px;
  }

  .testimonials .shape-top {
    top: -40px;
  }

  .testimonials .shape-bottom svg {
    height: 15vh;
  }

  .testimonials .shape-bottom {
    display: none;
  }

  #testimonial-slider>button:first-of-type {
    left: auto;
    right: 50px;
  }

  #testimonial-slider {
    background-position: left center !important;
  }

  #testimonial-slider>button:last-of-type {
    right: 0px;
  }

  #testimonial-slider>button,
  .carousel-slider>button {
    top: auto;
    bottom: 5px;
    transform: translate(-50%, 0);
  }

  .testimonials {
    overflow: hidden;
  }

  .latest.d-flex {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

  footer,
  footer p,
  footer a {
    font-size: 16px;
  }

  .copyright a {
    margin: 0 12px;
  }

  .divider+.graphic-block .row {
    flex-direction: column-reverse;
  }

  .home .banner {
    background: #2c679c url("./images/hero-mobile.webp") center center no-repeat !important;
    background-size: cover !important;
  }

  .home .testimonials {
    background: url("/wp-content/uploads/2023/05/same-sex-mature-female-couple-reviewing-domestic-f-2021-08-29-21-52-00-utc-e1685561262559.jpg") center center no-repeat !important;
    background-size: cover !important;
  }

  .about-block {
    background: url("./images/about-mobile.webp") center center no-repeat !important;
    background-size: cover !important;
    height: auto;
  }

  footer .links li+li {
    margin-top: 25px;
  }

  footer .right a {
    margin-bottom: 20px;
    display: inline-block;
  }

  #blog .article {
    margin-bottom: 15px;
  }

  .graphic-block {
    text-align: center;
  }

  .resources-banner .sub-heading span {
    margin: 0 7px;
  }

  .only-text.icons {
    background-position-x: -750px !important;
  }

  .resources-banner h1.small-text,
  .resources-banner h2.small-text {
    max-width: 338px;
  }

  .boxes-holder .plr-8 {
    margin-top: 0;
  }

  .service-single .bottom-shape,
  .service-single.page-banner img {
    display: none;
  }

  .badge.yellow-background.bottom-right {
    bottom: -16%;
  }

  .home .section.resources p:not(.subtitle) {
    margin-bottom: 10px;
  }

  .home .resources .button {
    margin-top: 0;
  }
}

.home .resources .button {
  margin-top: 0px;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}

.modal-body ._form-content {
  padding: 30px 80px;
}

.modal-header .close {
  margin-top: -2px;
}

._form_4 p {
  font-size: 18px;
  line-height: 1.4;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .modal-body ._form-content {
    padding: 10px 10px;
  }
}

.cookie-info-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px 40px;
  background: #fff;
  z-index: 99999;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 -1px 8px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 -1px 8px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 -1px 8px -1px rgba(0, 0, 0, 0.75);
}

.cookie-info-banner p {
  font-size: 13px;
}

.c-buttons {
  margin: 30px 0;
  display: none;
}

.buttonss {
  min-width: 435px;
  text-align: center;
}

.buttonss a {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 40px;
}

.buttonss #accept-all-cookies {
  background: #fccf27;
  border: none;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 38px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
  color: #2c679c;
}

.c-buttons button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 42px;
  font-weight: 600;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.c-buttons button.active {
  border: 2px solid #254dd9;
  background-color: #254dd9;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .buttonss a {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cookie-info-banner {
    display: block;
  }

  .cookie-info-banner p {
    margin-bottom: 29px;
  }

  .cookie-info-banner {
    padding: 35px 15px;
  }

  .c-buttons button {
    padding: 10px 17px;
  }

  .buttonss {
    min-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff;
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db;
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb;
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb;
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba;
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb;
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe;
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.single-column table {
  margin: 20px 0;
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca;
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.table td,
.table th {
  font-size: 15px;
}

@media screen and (max-width: 768px) {

  .table td,
  .table th {
    font-size: 12px;
  }

  #more-settings-modal .modal-content .d-flex {
    text-align: left;
  }

  .cloned-diagram .radius-border {
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 340px) {
  .cloned-diagram .radius-border {
    left: 50%;
    width: 286px;
    height: 287px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 66px;
  }

  .cloned-diagram .image {
    width: 279px;
  }

  .only-text.icons {
    background-position-x: -876px !important;
  }

  h2 {
    font-size: 38px;
  }
}

@media screen and (max-height: 560px) and (min-width: 768px) {
  .about p.quote+span {
    margin-top: 10px;
  }

  .banner.about {
    padding-top: 120px;
  }
}

.article-slider .featured-image[data-id="563"]+p,
.article-slider .featured-image[data-id="731"]+p,
.article-slider .featured-image[data-id="951"]+p {
  display: none !important;
}

.postid-951 .featured-image {
  background-position: center bottom !important;
}

.roles {
  background: #e3edf9;
  padding: 40px;
}

.roles+.roles {
  margin-top: 20px;
}

.roles h4 {
  margin-bottom: 8px;
}

.careers-banner {
  margin-bottom: 100px;
}

.careers-banner .bottom-shape {
  left: auto;
  right: -143px;
  bottom: 0;
}

.careers-banner p+p {
  margin-top: 10px;
}

.roles .single-role {
  display: flex;
}

@media screen and (max-width: 1550px) {
  .careers-banner .bottom-shape {
    right: -225px;
  }
}

@media screen and (min-width: 992px) {
  .pr-40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .roles .single-role {
    display: block;
  }

  .roles {
    padding: 20px;
  }

  .roles .button {
    margin-top: 20px;
  }

  .careers-banner.page-banner svg {
    height: auto;
  }

  .careers-banner.page-banner .row {
    flex-direction: column-reverse;
  }

  .careers-banner {
    margin-bottom: 0;
  }

  .careers-banner .bottom-shape {
    display: none;
  }

  .careers-banner.page-banner img {
    margin-bottom: 40px;
  }
}

/*practical tips*/

.plain-text {
  padding: 120px 0;
}

#tips-accordion .button {
  font-size: 18px;
}

#tips-accordion .slider-items {
  max-width: 950px;
}

#tips-accordion .button.yellow {
  background: #fccf27 !important;
  color: #2c679c !important;
}

.tips.service-banner img {
  max-width: 90%;
}

.tips.service-banner .top-shape {
  left: 60%;
}

.tips.service-banner .text-block-ml {
  padding-top: 315px;
}

@media screen and (max-width: 1200px) {
  .page-template-page-approach .page-banner h1.small-text {
    font-size: 28px;
  }

  .approach-banner .bottom-shape svg {
    height: 113px !important;
  }
}

@media screen and (max-width: 768px) {
  #tips-accordion .button {
    font-size: 15px;
  }

  #player {
    width: 100%;
  }

  .tips.service-banner img {
    max-width: 100%;
  }

  #tips-accordion .slider-items span {
    width: 100%;
    margin-bottom: 8px;
  }

  .tips.service-banner .text-block-ml {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .tips.service-banner .row {
    flex-direction: column-reverse;
  }

  .accordion .slider-items span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  #tips-accordion img {
    max-width: 100%;
    height: auto;
  }
}

.category-events .text-uppercase.black-color {
  display: none;
}

.ff-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home .banner .text-block {
  top: 60%;
  z-index: 111;
}

.home .banner {
  height: 84vh;
}

@media screen and (max-width: 768px) {
  .home .banner .text-block {
    top: 0;
  }
}

button.slick-arrow {
  border: 0;
  background: transparent;
  appearance: none;
}

/* button.slick-arrow:focus {
    outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
} */
button.slick-arrow:active,
button.slick-arrow:hover,
.dynamic-svg:active,
.dynamic-svg:focus {
  outline: 0;
}

.latest.article-slider a:focus-visible,
.dynamic-svg:focus-visible {
  outline: 2px auto -webkit-focus-ring-color !important;
  outline-offset: -1px;
}

@media (prefers-reduced-motion: reduce) {

  [data-aos],
  .left-i,
  .right-i {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.service-banner.new-service .bottom-shape {
  left: 33%;
  z-index: 1;
}

.service-banner.new-service .top-shape {
  z-index: 1;
  left: auto;
  right: -6%;
}

.single-box {
  min-height: 100%;
  background-color: #fff;
}

.single-box .text {
  position: relative;
  padding: 55px 35px;

}

.single-box h3 {
  margin-bottom: 32px;
}

.single-box svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.single-box img {
  width: 100%;
}

.img-block {
  overflow: hidden;
  height: 340px;
}

.pe-5 {
  padding-right: 40px;
}
.coach-img {
  width: 100%;
  max-width: 300px;
}
.img-block .coach-img {
  position: absolute;
  left: -100px;
  z-index: 1;
  height: 115%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
    width: auto;
}

@media screen and (max-width:768px) {
  .single-box .text {
    position: relative;
    padding: 40px 25px;
  }

  .single-box svg {
    max-width: 50px;
    height: auto;
  }

  .half-half.new .col-lg-6 p:last-of-type {
    margin-bottom: 0px;
  }

  .image-block.ss.pt-140 .f-right {
    max-width: 100%;
    margin: 30px 0 10px;
  }

  .img-block {
    margin-bottom: 30px;
  }

  .cc-block {
    padding: 60px 0 70px;
  }
  .bb-t {
    padding-top: 40px;
  }
}