/*!
Theme Name: 65 Equity
Author: Codepixel
Author URI: https://www.codepixel.me/
Description: 65Equity theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: equity65
*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Euclid Flex font */
@font-face {
  font-family: "Euclid Flex";
  src: url("../css/font/EuclidFlexRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../css/font/EuclidFlexMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../css/font/EuclidFlexSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex";
  src: url("../css/font/EuclidFlexBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* General font-size, family and color setup */
html {
  font-size: 62.5%;
  font-family: "Euclid Flex";
  color: #222958;
}

/* Headlines */
h1.title--big {
  font-family: "Euclid Flex" !important;
  font-size: 4.2rem;
  font-weight: 700;
  color: #222958;
  margin-top: 40px;
}
@media (min-width: 325px) {
  h1.title--big {
    font-size: 4.2rem;
  }
}
@media (min-width: 23.5em) {
  h1.title--big {
    font-size: 4.2rem;
  }
}
@media (min-width: 500px) {
  h1.title--big {
    font-size: 5.8rem;
  }
}
@media (min-width: 63.938em) {
  h1.title--big {
    font-size: 7rem;
    line-height: 138%;
  }
}
@media (min-width: 74.938em) {
  h1.title--big {
    font-size: 8rem;
    line-height: 138%;
  }
}

h1, h2, h3, h4, h5, h6, span, a, p, ul, li {
  margin: 0;
  font-family: "Euclid Flex" !important;
  color: #222958;
}

h1 {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 114%;
}
@media (min-width: 63.938em) {
  h1 {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 117%;
  }
}

h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 112%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 63.938em) {
  h2 {
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 114%;
  }
}

h3 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 121%;
}
@media (min-width: 48.0625em) {
  h3 {
    font-size: 3.2rem;
    line-height: 119%;
  }
}

h4 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 125%;
}

h5 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 125%;
}

/* Body text */
p {
  font-size: 1.8rem;
  margin: 0;
}

.text--white {
  color: white;
}

.text--offwhite {
  color: #F9F7F3;
}

.text--small {
  font-size: 1.4rem;
  line-height: 143%;
}

.text--medium {
  font-size: 1.6rem;
  line-height: 150%;
}

.text--medium-bold,
.text--large-bold {
  font-weight: 700;
}

.text--large {
  font-size: 1.8rem;
  line-height: 144%;
}
@media (min-width: 63.938em) {
  .text--large {
    line-height: 156%;
  }
}

.text--xlarge {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

/* Gradient text - span */
.text--gradient-dark {
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.text--gradient-light {
  background: -webkit-gradient(linear, left top, right top, from(#599EC6), color-stop(99.99%, #B3D2E5), to(#B3D2E5));
  background: linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.text--gradient-team {
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
}

li > ul,
li > ol {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

/*Page wrapper*/
.main-wrapper,
.anim-wrapper {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  height: auto;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media (min-width: 90em) {
  .main-wrapper,
.anim-wrapper {
    padding: 0px;
  }
}
@media (min-width: 2200px) {
  .main-wrapper,
.anim-wrapper {
    max-width: 1920px;
  }
}

.news-wrapper {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 90em) {
  .news-wrapper {
    padding: 0px;
  }
}
@media (min-width: 2500px) {
  .news-wrapper {
    max-width: 1920px;
  }
}

.single-post-holder {
  max-width: 1093px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 74.938em) {
  .single-post-holder {
    padding: 0px;
  }
}

.mt {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.pt {
  opacity: 0;
  visibility: hidden;
}

.el-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin: 0 auto;
}
@media (min-width: 90em) {
  .el-active {
    height: 100%;
    max-width: 92%;
  }
}
@media (min-width: 2500px) {
  .el-active {
    max-width: 94%;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 32px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 5px;
}

:root {
  scrollbar-color: #888 !important;
  scrollbar-width: 5px !important;
}

a {
  color: #222958;
  text-decoration: none;
}
a:visited {
  color: #222958;
}
a:hover, a:focus, a:active {
  color: #222958;
  text-decoration: none !important;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

.current-menu-item {
  position: relative;
}

.current_page_parent a {
  color: orange !important;
}

.current-menu-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#599EC6), color-stop(99.99%, #B3D2E5), to(#B3D2E5));
  background: linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  bottom: 0;
  left: 0;
}
@media (min-width: 48.0625em) {
  .current-menu-item:after {
    bottom: -10px;
  }
}

#anchor {
  scroll-margin-top: 10px;
}
@media (min-width: 48.0625em) {
  #anchor {
    scroll-margin-top: unset;
  }
}

.single-post__content a,
.group a {
  color: #0069A7;
  font-weight: 700;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0px;
  color: #222958;
  font-family: "Euclid Flex";
}

.primary-btn {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 19px;
  padding: 15px 22px;
  border-radius: 0px 24px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.primary-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 41, 88, 0.5)), to(rgba(34, 41, 88, 0.5))), -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(0deg, rgba(34, 41, 88, 0.5), rgba(34, 41, 88, 0.5)), linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
}

.primary-btn--blue {
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.primary-btn--blue:after {
  content: url("../img/arrow-white.svg");
  position: absolute;
  color: white;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0;
}
.primary-btn--blue:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  padding: 15px 50px 15px 22px;
}
.primary-btn--blue:hover:after {
  right: 20px;
  opacity: 1;
}

.primary-btn--white {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(60.15%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60.15%);
  background-repeat: no-repeat;
  background-position: -100px 0px;
  color: #222958;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.primary-btn--white:after {
  content: url("../img/link.svg");
  position: absolute;
  color: white;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.primary-btn--white:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B3D2E5), color-stop(0.01%, #B3D2E5), color-stop(99.98%, #FFFFFF));
  background: linear-gradient(90deg, #B3D2E5 0%, #B3D2E5 0.01%, #FFFFFF 99.98%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background-position: 0px 0px;
}
.primary-btn--white:hover:after {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.icon {
  margin-left: 15px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: black;
  border: none;
  border-radius: 3px;
  font-family: "Euclid Flex";
  font-size: 1.6rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border: none;
  outline: none;
}

textarea {
  width: 100%;
}

/* SELECT */
select {
  background: white;
  font-family: "Euclid Flex";
  color: #222958;
  border: none;
  border-bottom: 2px solid linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  -webkit-border-after: 2px solid;
          border-block-end: 2px solid;
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
  border-image-source: linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  padding: 15px 0px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  select {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  select {
    width: unset;
  }
}
select:focus {
  color: #0069A7;
  outline: none;
}
select:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: blue;
}
select option {
  border-top: 2px solid #0069A7;
  display: block;
  color: black;
  font-weight: 600;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.page-title {
  padding-top: 70px;
  padding-bottom: 60px;
}
.page-title__intro {
  max-width: 870px;
}
@media (min-width: 48.0625em) {
  .page-title {
    padding-bottom: 80px;
  }
}

/* Animations
--------------------------------------------- */
.reveal {
  position: relative;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.reveal.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animate {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
}

.animate .animate-box {
  position: relative;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.animate.active .animate-box {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animate.active .animate-box:nth-child(1) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.animate.active .animate-box:nth-child(2) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.animate.active .animate-box:nth-child(3) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.animate.active .animate-box:nth-child(4) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.animate.active .animate-box:nth-child(5) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.animate.active .animate-box:nth-child(6) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.animated-span {
  -webkit-animation: slideUp 2s;
          animation: slideUp 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes upAndDown {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes upAndDown {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -100px;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -100px;
  }
}
@-webkit-keyframes slideStop {
  0% {
    opacity: 0;
    top: 150px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes slideStop {
  0% {
    opacity: 0;
    top: 150px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  background-color: white;
  position: fixed;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 99999;
}
@media (min-width: 48.0625em) {
  #masthead {
    max-width: 100%;
    border-radius: 72px;
    padding: 20px 15px;
  }
}
@media (min-width: 1300px) {
  #masthead {
    padding: 20px 40px;
  }
}
@media (min-width: 90em) {
  #masthead {
    max-width: 97%;
  }
}
#masthead .site-branding {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
}
@media (min-width: 48.0625em) {
  #masthead .site-branding {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 50em) {
  #masthead .site-branding {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 63.938em) {
  #masthead .site-branding {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 74.938em) {
  #masthead .site-branding {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (min-width: 48.0625em) {
  .main-navigation {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (min-width: 50em) {
  .main-navigation {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 63.938em) {
  .main-navigation {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 74.938em) {
  .main-navigation {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  line-height: 20px;
}
@media (min-width: 48.0625em) {
  .main-navigation li {
    margin-left: 20px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .main-navigation li {
    margin-left: 15px;
  }
}
@media (min-width: 63.938em) {
  .main-navigation li {
    margin-left: 40px;
  }
}
.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
}
.main-navigation a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#599EC6), color-stop(99.99%, #B3D2E5), to(#B3D2E5));
  background: linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 48.0625em) {
  .main-navigation a:after {
    bottom: -10px;
  }
}
.main-navigation a:hover:after {
  width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul {
  position: absolute;
  left: 0px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  width: 100%;
  height: auto;
  padding: 50px 20px 0px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
  height: calc(100vh - 70px);
}
@media (min-width: 48.0625em) {
  .main-navigation ul {
    padding: 0px;
    display: block;
    position: unset;
    top: unset;
    left: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: unset;
    height: auto;
  }
}
.main-navigation ul a {
  font-size: 2.4rem;
  line-height: 125%;
  border-bottom: 1px solid #EAEAEA;
  padding: 24px 0px;
}
@media (min-width: 48.0625em) {
  .main-navigation ul a {
    font-size: 1.6rem;
    padding: 0px;
    border-bottom: 0px;
  }
}
.main-navigation ul li:last-child a {
  border-bottom: 0px;
}
.main-navigation ul.is-open {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Pages
--------------------------------------------- */
.banner {
  position: relative;
  height: 700px;
  border-radius: 0px 65px;
}
@media (min-width: 48.0625em) {
  .banner {
    height: unset;
  }
}
.banner__home {
  width: 100%;
  height: 420px;
  border-radius: 0px 65px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  opacity: 1;
  overflow: hidden;
}
.banner__home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner__home:after {
  content: url("../img/65-small.svg");
  position: absolute;
  bottom: 5%;
  right: 0;
}
@media (min-width: 63.938em) {
  .banner__home:after {
    content: url("../img/65.svg");
  }
}
@media (min-width: 63.938em) {
  .banner__home:after {
    bottom: 10%;
  }
}
@media (min-width: 48.0625em) {
  .banner__home {
    height: 500px;
  }
}
@media (min-width: 74.938em) {
  .banner__home {
    height: 700px;
  }
}
@media (min-width: 2500px) {
  .banner__home {
    height: 900px;
  }
}
.banner__home--title {
  z-index: 999;
  position: absolute;
  top: 67%;
  left: 6.01%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 31.25em) {
  .banner__home--title {
    left: 3.01%;
  }
}
@media (min-width: 48.0625em) {
  .banner__home--title {
    top: 40%;
    left: 10.01%;
  }
}
.banner__home img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 48.0625em) {
  .banner__home img {
    height: 100%;
  }
}
.banner__home--animated {
  opacity: 1;
  background: none;
  position: absolute;
  top: 0;
  z-index: 99999;
}
.banner .anim-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  max-width: 100%;
}
.banner .anim-wrapper .anim__intro {
  width: 100%;
}
.banner .anim-wrapper .anim__intro h1 span {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 150px;
}
.banner .anim-wrapper .anim__intro h1 em {
  visibility: hidden;
}
.banner .anim-wrapper .anim__intro h1:nth-child(2) .animated-span {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.banner .anim-wrapper .anim__intro h1:nth-child(3) .animated-span {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.banner .anim-wrapper .anim__intro .span--hidden {
  top: 0px;
  display: inline;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999999999;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  line-height: 2;
}
@media (min-width: 48.0625em) {
  .banner .anim-wrapper .anim__intro .span--hidden {
    opacity: 0;
    -webkit-animation: slideStop 2s forwards;
            animation: slideStop 2s forwards;
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
  }
}
.banner .anim-wrapper--circle {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(180deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 48.0625em) {
  .banner .anim-wrapper--circle {
    bottom: 15%;
    left: 10.01%;
  }
}
.banner .anim-wrapper--circle:after {
  content: url("../img/arrow-down-white.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-animation-played {
  display: none;
}
@media (min-width: 48.0625em) {
  .banner-animation-played {
    display: block;
  }
}
.banner-animation-played h1 {
  color: #222958 !important;
}
@media (min-width: 48.0625em) {
  .banner-animation-played h1 {
    color: white !important;
  }
}
.banner-animation-played .you-class {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.animation-off {
  display: block;
}
@media (min-width: 48.0625em) {
  .animation-off {
    display: none;
  }
}
.animation-off h1 {
  color: #222958;
}

.animation-on {
  display: block;
}

.equity-content {
  padding: 60px 0px;
}
@media (min-width: 48.0625em) {
  .equity-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 120px 0px;
  }
}
@media (min-width: 48.0625em) {
  .equity-content__text {
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
  }
}
.equity-content__text p {
  margin-top: 12px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 48.0625em) {
  .equity-content__text p {
    margin-top: 20px;
    padding-right: 50px;
  }
}
.equity-content__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48.0625em) {
  .equity-content__img {
    position: sticky !important;
    top: 100px;
    right: 0;
  }
}
.equity-content__img img {
  margin-top: 20px;
}

#investment-strategy {
  background: #222958;
  border-radius: 0px 65px;
  padding: 80px 0px;
}
@media (min-width: 48.0625em) {
  #investment-strategy {
    padding: 120px 112px 100px 112px;
  }
}
#investment-strategy .investment__title h2 {
  margin-bottom: 22px;
}
@media (min-width: 48.0625em) {
  #investment-strategy .investment__title h2 {
    margin-bottom: 10px;
  }
}
#investment-strategy .investment__title p {
  margin-top: 10px;
}
@media (min-width: 48.0625em) {
  #investment-strategy .investment__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 2500px) {
  #investment-strategy .investment__details {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 48.0625em) {
  #investment-strategy .investment__details--col {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    max-width: 307px;
    padding-right: 25px;
  }
}
@media (min-width: 74.938em) {
  #investment-strategy .investment__details--col {
    padding-right: 0px;
  }
}
@media (min-width: 2500px) {
  #investment-strategy .investment__details--col {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    margin-right: 50px;
    max-width: unset;
  }
}
#investment-strategy .investment__details--col img {
  margin-top: 40px;
  margin-bottom: 12px;
}
#investment-strategy .investment__details--col p {
  margin-top: 5px;
}
#investment-strategy .investment__btn {
  margin-top: 40px;
}
#investment-strategy .investment__btn a {
  display: inline-block;
  color: white;
}

.growth-partner {
  padding: 100px 0px 0px 0px;
}
@media (min-width: 48.0625em) {
  .growth-partner {
    padding: 120px 0px 0px 0px;
  }
}
.growth-partner .info__text .m-b {
  margin-bottom: 40px;
}
.growth-partner .info__text p {
  margin-top: 12px;
  max-width: 870px;
}
.growth-partner .info__text .info__button {
  display: block;
  margin-top: 30px;
  margin-bottom: 54px;
}

.btn-hover-helper {
  border-radius: 0px 24px 24px 24px;
  display: inline-block;
}
.btn-hover-helper:hover .primary-btn--blue {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  padding: 15px 50px 15px 22px;
}
.btn-hover-helper:hover .primary-btn--blue:after {
  right: 20px;
  opacity: 1;
}
.btn-hover-helper a {
  display: inline-block;
  color: white;
}

.homes {
  overflow: hidden !important;
}

.gradient-section {
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 0px;
}
@media (min-width: 48.0625em) {
  .gradient-section {
    padding-left: 30px;
    margin-right: auto;
    padding-top: 0px;
  }
}
@media (min-width: 63.938em) {
  .gradient-section {
    max-width: 1170px;
    padding-left: 60px;
    margin-right: unset;
    margin-left: auto;
  }
}
@media (min-width: 74.938em) {
  .gradient-section {
    padding-left: 114px;
  }
}
@media (min-width: 1280px) {
  .gradient-section {
    max-width: 1260px;
  }
}
@media (min-width: 1336px) {
  .gradient-section {
    max-width: 1320px;
  }
}
@media (min-width: 90em) {
  .gradient-section {
    max-width: 1375px;
  }
}
@media (min-width: 1536px) {
  .gradient-section {
    max-width: 1430px;
  }
}
@media (min-width: 1600px) {
  .gradient-section {
    max-width: 1455px;
  }
}
@media (min-width: 1920px) {
  .gradient-section {
    max-width: 1620px;
  }
}
@media (min-width: 2000px) {
  .gradient-section {
    max-width: 1380px;
  }
}
@media (min-width: 2500px) {
  .gradient-section {
    max-width: 2210px;
  }
}
@media (min-width: 2880px) {
  .gradient-section {
    max-width: 2400px;
  }
}
@media (min-width: 3000px) {
  .gradient-section {
    max-width: 2460px;
  }
}
@media (min-width: 1920px) {
  .gradient-section .main-wrapper {
    margin: unset;
    margin-right: auto;
  }
}
.gradient-section.equity-partners {
  padding-bottom: 0px;
}
.gradient-section.equity-partners .equity-content {
  padding-bottom: 20px;
  padding-top: 90px;
}
@media (min-width: 48.0625em) {
  .gradient-section.equity-partners .equity-content {
    padding-top: 20px;
  }
}
.gradient-section.equity-partners .equity-content__img {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}
@media (min-width: 63.938em) {
  .gradient-section.equity-partners .equity-content__img img {
    width: 95%;
  }
}

.supported {
  padding-top: 40px;
}
.supported__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 50px;
}
@media (min-width: 48.0625em) {
  .supported__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 63.938em) {
  .supported__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.supported__content img {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .supported__content img {
    width: 50%;
  }
}
@media (min-width: 74.938em) {
  .supported__content img {
    width: 60%;
  }
}
.supported__content img.mob-show {
  display: block;
}
@media (min-width: 63.938em) {
  .supported__content img.mob-show {
    display: none;
  }
}
.supported__content img.mob-hide {
  display: none;
}
@media (min-width: 63.938em) {
  .supported__content img.mob-hide {
    display: block;
  }
}
.supported__content p {
  margin-bottom: 40px;
  line-height: 28px;
}
@media (min-width: 48.0625em) {
  .supported__content p {
    max-width: 404px;
    margin-left: 40px;
    padding-right: 0px;
  }
}

.stats {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 350px) {
  .stats {
    padding-right: 20px;
  }
}
@media (min-width: 48.0625em) {
  .stats {
    padding-top: 120px;
  }
}
@media (min-width: 1600px) {
  .stats .swiper {
    max-width: 1380px;
    margin: 0;
  }
}
@media (min-width: 2500px) {
  .stats .swiper {
    max-width: 1920px;
  }
}
.stats__slider .swiper-slide {
  width: 80% !important;
}
@media (min-width: 600px) {
  .stats__slider .swiper-slide {
    width: 40% !important;
  }
}
@media (min-width: 48.0625em) {
  .stats__slider .swiper-slide {
    width: 28% !important;
  }
}
@media (min-width: 1025px) {
  .stats__slider .swiper-slide {
    width: 24.5% !important;
  }
}
@media (min-width: 2500px) {
  .stats__slider .swiper-slide {
    width: 21% !important;
  }
}
.stats__slider .test-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#B3D2E5), color-stop(99.98%, #FFFFFF));
  background: linear-gradient(180deg, #B3D2E5 0%, #FFFFFF 99.98%);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 24px 30px 24px;
  height: 200px !important;
}
@media (min-width: 48.0625em) {
  .stats__slider .test-slide {
    height: 250px !important;
    padding: 0px 24px 40px 24px;
  }
}

.growth-partner .info__text h2 {
  margin-bottom: 12px;
}

.gray-card {
  display: none;
}
@media (min-width: 48.0625em) {
  .gray-card {
    padding-bottom: 0px;
  }
}
.gray-card__content {
  display: block;
  max-width: 870px;
  padding: 16px 20px;
  background-color: #E5F0F6;
  border-radius: 16px;
}

.affiliate-funds .affiliate-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48.0625em) {
  .affiliate-funds .affiliate-cards__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.affiliate-funds .affiliate-cards__wrapper .card {
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 640px) and (max-width: 768px) {
  .affiliate-funds .affiliate-cards__wrapper .card {
    max-width: 48%;
  }
}
@media (min-width: 48.0625em) {
  .affiliate-funds .affiliate-cards__wrapper .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
}
.affiliate-funds .affiliate-cards__wrapper .card:last-child {
  margin-right: 0px;
}
@media (min-width: 740px) and (max-width: 768px) {
  .affiliate-funds .affiliate-cards__wrapper .card:nth-child(2) {
    margin-right: 0px;
  }
}
.affiliate-funds .affiliate-cards__wrapper .card__image {
  padding: 0px 20px 40px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B3D2E5), color-stop(99.98%, #FFFFFF));
  background: linear-gradient(180deg, #B3D2E5 0%, #FFFFFF 99.98%);
  border-radius: 32px 32px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 160px;
}
.affiliate-funds .affiliate-cards__wrapper .card__text {
  padding: 0px 20px 0px 20px;
}
.affiliate-funds .affiliate-cards__wrapper .card__text a {
  display: block;
  font-size: 1.6rem;
  margin-top: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.approach-page-title {
  padding-bottom: 0px;
}

.approach-intro {
  margin-top: 20px;
}

.approach-page,
.app-page {
  margin-top: 80px;
  padding-bottom: 84px;
}
.approach-page .equity-content__text,
.app-page .equity-content__text {
  padding-top: 80px;
}
@media (min-width: 48.0625em) {
  .approach-page .equity-content__text,
.app-page .equity-content__text {
    padding-top: 100px;
  }
}
.approach-page .equity-content__text h2,
.app-page .equity-content__text h2 {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .approach-page .equity-content__text h2,
.app-page .equity-content__text h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 48.0625em) {
  .approach-page .equity-content__text h2,
.app-page .equity-content__text h2 {
    text-align: left;
  }
}
.approach-page .equity-content,
.approach-page .equity-content-approach,
.app-page .equity-content,
.app-page .equity-content-approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48.0625em) {
  .approach-page .equity-content,
.approach-page .equity-content-approach,
.app-page .equity-content,
.app-page .equity-content-approach {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.approach-page .equity-content__values,
.approach-page .equity-content-approach__values,
.app-page .equity-content__values,
.app-page .equity-content-approach__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .approach-page .equity-content__values,
.approach-page .equity-content-approach__values,
.app-page .equity-content__values,
.app-page .equity-content-approach__values {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 48.0625em) {
  .approach-page .equity-content__values,
.approach-page .equity-content-approach__values,
.app-page .equity-content__values,
.app-page .equity-content-approach__values {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
@media (min-width: 63.938em) {
  .approach-page .equity-content__values,
.approach-page .equity-content-approach__values,
.app-page .equity-content__values,
.app-page .equity-content-approach__values {
    max-width: 645px;
  }
}
@media (min-width: 2500px) {
  .approach-page .equity-content__values,
.approach-page .equity-content-approach__values,
.app-page .equity-content__values,
.app-page .equity-content-approach__values {
    max-width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .approach-page .equity-content__img,
.approach-page .equity-content-approach__img,
.app-page .equity-content__img,
.app-page .equity-content-approach__img {
    display: block;
    padding-left: 50px;
  }
}
@media (min-width: 2500px) {
  .approach-page .equity-content__img,
.approach-page .equity-content-approach__img,
.app-page .equity-content__img,
.app-page .equity-content-approach__img {
    padding-left: 0px;
  }
}

.testimonials {
  padding-top: 20px;
  padding-bottom: 70px;
  position: relative;
}
.testimonials .swiper {
  max-width: 1380px;
}
@media (min-width: 1536px) {
  .testimonials .swiper {
    margin-left: 0px;
  }
}
@media (min-width: 2500px) {
  .testimonials .swiper {
    max-width: 1920px;
  }
}
.testimonials .swiper .swiper-slide {
  margin-right: 20px !important;
}
@media (min-width: 374px) {
  .testimonials .swiper .swiper-slide {
    margin-right: -15px !important;
  }
}
@media (min-width: 23.5em) {
  .testimonials .swiper .swiper-slide {
    margin-right: -50px !important;
  }
}
@media (min-width: 23.5em) {
  .testimonials .swiper .swiper-slide {
    margin-right: -50px !important;
  }
}
@media (min-width: 390px) {
  .testimonials .swiper .swiper-slide {
    margin-right: -20px !important;
  }
}
@media (min-width: 410px) {
  .testimonials .swiper .swiper-slide {
    margin-right: -30px !important;
  }
}
@media (min-width: 600px) {
  .testimonials .swiper .swiper-slide {
    margin-right: -70px !important;
  }
}
@media (min-width: 769px) {
  .testimonials .swiper .swiper-slide {
    margin-right: 20px !important;
  }
}
@media (min-width: 820px) and (max-width: 900px) {
  .testimonials .swiper .swiper-slide {
    margin-right: -120px !important;
  }
}
@media (min-width: 74.938em) {
  .testimonials .swiper .swiper-slide {
    margin-right: 0px !important;
  }
}
@media (min-width: 2500px) {
  .testimonials .swiper .swiper-slide {
    margin-right: -140px !important;
  }
}
.testimonials h2 {
  margin-bottom: 30px;
}
@media (min-width: 48.0625em) {
  .testimonials h2 {
    margin-bottom: 40px;
  }
}
.testimonials .swiper-button-next {
  display: none;
  width: 50px;
  height: 50px;
  margin-bottom: 50px;
  border-radius: 100%;
  background: white;
  border: 2px solid lightgray;
  padding: 24px 15px;
  position: absolute;
  z-index: 999999999999;
  top: 10%;
}
@media (min-width: 63.938em) {
  .testimonials .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.testimonials .swiper-button-next:after {
  content: "";
}

.portfolio-single .entry-header__portfolio {
  padding-bottom: 36px !important;
}
@media (min-width: 48.0625em) {
  .portfolio-single .entry-header__portfolio {
    padding-top: 30px;
  }
}
.portfolio-single .entry-header__portfolio .entry-meta__portfolio {
  margin-top: 20px;
}
.portfolio-single .entry-header__portfolio .entry-meta__portfolio p {
  display: inline-block;
}
.portfolio-single .entry-content__portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 2500px) {
  .portfolio-single .entry-content__portfolio-left {
    max-width: 280px;
  }
}
.portfolio-single .entry-content__portfolio-left .logo {
  margin-bottom: 30px;
  max-width: 200px;
}
.portfolio-single .entry-content__portfolio-left .status {
  margin-bottom: 40px;
}
@media (min-width: 48.0625em) {
  .portfolio-single .entry-content__portfolio-left {
    margin-right: 40px;
  }
}
.portfolio-single .entry-content__portfolio-right {
  max-width: 645px;
}
@media (min-width: 800px) and (max-width: 900px) {
  .portfolio-single .entry-content__portfolio-right {
    max-width: 550px;
  }
}
@media (min-width: 2500px) {
  .portfolio-single .entry-content__portfolio-right {
    max-width: 800px;
  }
}
.portfolio-single .entry-content__portfolio-right .testimonial__card {
  margin-top: 40px;
  max-width: 100%;
}
@media (min-width: 48.0625em) {
  .portfolio-single .entry-content__portfolio-right .testimonial__card {
    margin-top: 60px;
    max-width: 645px;
  }
}

.related-news {
  border-top: 1px solid #EAEAEA;
  margin-top: 80px;
  padding-top: 80px;
}
@media (min-width: 48.0625em) {
  .related-news {
    padding-bottom: 40px;
  }
}
.related-news h2 {
  margin-bottom: 40px;
  text-align: center;
}
.related-news__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 48.0625em) {
  .related-news__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}

.dot {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 5px;
  height: 5px;
  background: #D9D9D9;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.dot-portfolio-list {
  background: rgba(255, 255, 255, 0.5);
}

/* Team page*/
.team-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .team-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 29px;
  }
}
.team-filter select {
  margin-bottom: 30px;
  background: white;
}
.team-filter select:last-child {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .team-filter select:last-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 48.0625em) {
  .team-filter #locationfilter {
    margin-right: 40px;
  }
}
@media (min-width: 600px) {
  .team-filter #team_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.team-list, .team-list--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 600px) {
  .team-list, .team-list--filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .team-list, .team-list--filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 29px;
  }
}
@media (min-width: 48.0625em) {
  .team-list, .team-list--filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.team h2 {
  margin-bottom: 20px;
  margin-top: 100px;
}
@media (min-width: 48.0625em) {
  .team h2 {
    margin-top: 80px;
    margin-bottom: 10px;
  }
}

/*Single team member page*/
.entry-content__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 70px;
}
@media (min-width: 769px) {
  .entry-content__team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.entry-content__team-image {
  max-width: 100%;
  height: 235px;
  margin-bottom: 30px;
}
@media (min-width: 600px) and (max-width: 1000px) {
  .entry-content__team-image {
    min-width: 300px;
    max-width: 400px;
    height: auto;
  }
}
@media (min-width: 48.0625em) {
  .entry-content__team-image {
    max-width: 400px;
    height: 400px;
    margin-bottom: 0px;
  }
}
.entry-content__team-image img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.entry-content__team-image .team-member-image {
  overflow: hidden;
  height: inherit;
  border-radius: 32px;
}
.entry-content__team-text {
  max-width: 645px;
}
@media (min-width: 800px) and (max-width: 1000px) {
  .entry-content__team-text {
    padding-left: 50px;
  }
}
@media (min-width: 63.938em) {
  .entry-content__team-text {
    margin-left: 50px;
    padding-left: 0px;
  }
}
.entry-content__team-text h1 {
  margin-bottom: 10px;
}
@media (min-width: 800px) and (max-width: 900px) {
  .entry-content__team-text h1 {
    margin-top: 20px;
  }
}
@media (min-width: 48.0625em) {
  .entry-content__team-text h1 {
    margin-bottom: 20px;
  }
}
.entry-content__team-text .location {
  margin-bottom: 10px;
  margin-top: 4px;
}
@media (min-width: 48.0625em) {
  .entry-content__team-text .location {
    margin-bottom: 28px;
  }
}
.entry-content__team-text .btn-hover-helper {
  margin-top: 40px;
}
.entry-content__team-text .btn-hover-helper a {
  color: white;
}

/*Custom filters*/
.dropdown {
  background: white;
  font-family: "Euclid Flex";
  color: #222958;
  border: none;
  -webkit-border-after: 2px solid;
          border-block-end: 2px solid;
  -webkit-padding-after: 2px;
          padding-block-end: 2px;
  border-image-source: linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  padding: 15px 0px;
  width: 100%;
  margin-right: 40px;
  cursor: pointer;
}
.dropdown button, .dropdown .btn-default, .dropdown .dropdown-toggle {
  border: none;
  color: #222958 !important;
  font-weight: 600;
}
.dropdown button:hover, .dropdown button:active, .dropdown button:focus, .dropdown button:focus-visible, .dropdown .btn-default:hover, .dropdown .btn-default:active, .dropdown .btn-default:focus, .dropdown .btn-default:focus-visible, .dropdown .dropdown-toggle:hover, .dropdown .dropdown-toggle:active, .dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:focus-visible {
  background: white;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown .dropdown-menu.open .text {
  color: black;
  font-weight: 600;
  padding: 15px 0;
  font-size: 1.5rem;
}
.dropdown .filter-option-inner-inner {
  color: #222958;
  font-size: 1.5rem;
}

.dropdown-menu {
  border-radius: 0px 0px 12px 12px;
  border: none;
}

.dropdown-menu > .active > a {
  background: white !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}
@media (min-width: 768px) {
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px !important;
  }
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  background-color: white !important;
  border-color: transparent !important;
  outline: none !important;
}

.team-list--nothing-found {
  display: none;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  display: block;
}

.caret {
  color: #222958;
  display: contents;
}

.arrow-down {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.resp-page .equity-content {
  padding-top: 80px;
}

@media (min-width: 48.0625em) {
  .principles {
    padding-top: 80px;
  }
}
.principles__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 48.0625em) {
  .principles__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.principles__content-text {
  margin-bottom: 40px;
}
@media (min-width: 48.0625em) {
  .principles__content-text {
    max-width: 460px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (min-width: 74.938em) {
  .principles__content-text {
    max-width: 560px;
  }
}
@media (min-width: 2500px) {
  .principles__content-text {
    max-width: 720px;
  }
}
.principles__content-text h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 48.0625em) {
  .principles__content-text h2 {
    margin-top: 0px;
  }
}

.priniciples__content-img {
  margin-top: 40px;
}
@media (min-width: 48.0625em) {
  .priniciples__content-img {
    max-width: 534px;
    padding-right: 110px;
  }
}
@media (min-width: 63.938em) {
  .priniciples__content-img {
    padding-right: 50px;
  }
}
@media (min-width: 74.938em) {
  .priniciples__content-img {
    padding-right: 0px;
  }
}
@media (min-width: 2500px) {
  .priniciples__content-img {
    max-width: 800px;
  }
}

/*Intro article*/
.intro-post .single-post__next-post {
  margin-bottom: 54px;
  padding-bottom: 0;
}
@media (min-width: 48.0625em) {
  .intro-post .single-post__next-post {
    margin-bottom: 80px;
  }
}
.intro-post .single-post__next-post .next-posts-nav__thumb {
  margin-bottom: 20px;
}
@media (min-width: 31.25em) {
  .intro-post .single-post__next-post .next-posts-nav__thumb {
    margin-bottom: 0px;
  }
}
.intro-post .single-post__next-post .next-posts-nav__thumb a {
  width: 100%;
}
.intro-post .single-post__next-post .next-posts-nav__thumb.press-badge:after {
  top: 26px;
}
.intro-post .single-post__next-post .next-posts-nav__thumb.press-badge:before {
  top: 26px;
}
.intro-post .single-post__next-post a {
  display: inline;
}
.intro-post .single-post__next-post .next-posts-nav__content .readmore {
  display: inline-block;
}
.intro-post .single-post__next-post .next-posts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48.0625em) {
  .intro-post .single-post__next-post .next-posts-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*Filters*/
.filters {
  display: none;
}
@media (min-width: 600px) {
  .filters {
    display: block;
    margin-bottom: 40px;
  }
}
.filters-holder .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filters-holder .cat-list li {
  margin-right: 20px;
}
@media (min-width: 48.0625em) {
  .filters-holder .cat-list li {
    margin-right: 30px;
  }
}
.filters-holder .cat-list li:last-child {
  margin-right: 0;
}
.filters-holder .cat-list li .active-link {
  color: #0069A7;
  font-weight: 700;
  border-bottom: 3px solid linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  -webkit-border-after: 3px solid;
          border-block-end: 3px solid;
  -webkit-padding-after: 3px;
          padding-block-end: 3px;
  border-image-source: linear-gradient(90deg, #599EC6 0%, #B3D2E5 99.99%, #B3D2E5 100%);
  border-image-slice: 1;
  pointer-events: none;
}

.filters-mobile {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) {
  .filters-mobile {
    display: none;
  }
}

.readmore {
  display: inline-block;
  margin-top: 10px;
}

#response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-loading-animation {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
}
.filter-loading-animation.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-news__loadmore {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-news__loadmore .loadmore-btn {
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  margin-top: 40px;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.related-news__loadmore .loadmore-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 41, 88, 0.5)), to(rgba(34, 41, 88, 0.5))), -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(0deg, rgba(34, 41, 88, 0.5), rgba(34, 41, 88, 0.5)), linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.related-news__loadmore .loadmore-btn.hidden {
  display: none !important;
}

.filters-holder .cat-list li a,
.filters-holder .cat-list li button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: text;
  font-size: 1.8rem;
  line-height: 144%;
}
.filters-holder .cat-list li a::-moz-focus-inner,
.filters-holder .cat-list li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media (min-width: 63.938em) {
  .filters-holder .cat-list li a,
.filters-holder .cat-list li button {
    line-height: 156%;
  }
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #0069A7;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

/*Press release badge*/
.press-badge {
  position: relative;
}
.press-badge:after {
  position: absolute;
  content: "Press Release";
  color: white;
  width: 120px;
  height: 34px;
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  right: 0;
  top: 30px;
  padding: 7px 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 60px 0px 0px 60px;
}

/* PDF icon badge */
.pdf-badge {
  position: relative;
}
.pdf-badge:before {
  position: absolute;
  content: "PDF";
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  left: 1px;
  top: 30px;
  padding: 7px 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 60px 60px 0px;
}

.news-wrapper .press-badge:after, .news-wrapper .press-badge:before,
.news-wrapper .pdf-badge:after,
.news-wrapper .pdf-badge:before {
  top: 15px;
}

.single-post .prev-step {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48.0625em) {
  .single-post .prev-step {
    margin-bottom: 50px;
  }
}
.single-post .prev-step a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .prev-step a:hover img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.single-post .prev-step a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 12px;
}
.single-post__content,
.single-post .entry-footer {
  max-width: 100%;
}
@media (min-width: 48.0625em) {
  .single-post__content,
.single-post .entry-footer {
    max-width: 870px;
    margin: 0 auto;
  }
}
@media (min-width: 2500px) {
  .single-post__content,
.single-post .entry-footer {
    max-width: 100%;
  }
}
.single-post__content .entry-header,
.single-post .entry-footer .entry-header {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
}
.single-post__content .entry-header .entry-meta,
.single-post .entry-footer .entry-header .entry-meta {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post__content .entry-header .entry-meta .avatar,
.single-post .entry-footer .entry-header .entry-meta .avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 9px;
}
.single-post__content .entry-header .entry-meta .avatar img,
.single-post .entry-footer .entry-header .entry-meta .avatar img {
  width: 100%;
  height: 100%;
}
.single-post__content .entry-header .entry-meta .byline,
.single-post .entry-footer .entry-header .entry-meta .byline {
  margin-right: 23px;
}
.single-post__content .entry-header .entry-meta .byline .author,
.single-post .entry-footer .entry-header .entry-meta .byline .author {
  position: relative;
}
.single-post__content .entry-header .entry-meta .byline .author:after,
.single-post .entry-footer .entry-header .entry-meta .byline .author:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: -30%;
  bottom: 30%;
  border-radius: 50%;
  background: #D9D9D9;
}
.single-post__content .entry-content,
.single-post .entry-footer .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 48.0625em) {
  .single-post__content .entry-content,
.single-post .entry-footer .entry-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-post__content .entry-content__left,
.single-post .entry-footer .entry-content__left {
  max-width: 100%;
}
@media (min-width: 48.0625em) {
  .single-post__content .entry-content__left,
.single-post .entry-footer .entry-content__left {
    max-width: 645px;
  }
}
@media (min-width: 2500px) {
  .single-post__content .entry-content__left,
.single-post .entry-footer .entry-content__left {
    max-width: 800px;
  }
}
.single-post__content .entry-content__left img,
.single-post .entry-footer .entry-content__left img {
  border-radius: 32px;
}
.single-post__content .entry-content__right .share-icons,
.single-post .entry-footer .entry-content__right .share-icons {
  display: none;
}
@media (min-width: 48.0625em) {
  .single-post__content .entry-content__right .share-icons,
.single-post .entry-footer .entry-content__right .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-post__content .entry-content__right .share-icons button,
.single-post .entry-footer .entry-content__right .share-icons button {
  display: contents;
}
.single-post__content .entry-content__right .share-icons img,
.single-post .entry-footer .entry-content__right .share-icons img {
  cursor: pointer;
  margin-bottom: 10px;
}
.single-post__content .entry-footer,
.single-post .entry-footer .entry-footer {
  margin-top: 30px;
}
.single-post__content .entry-footer .media-enquiries,
.single-post .entry-footer .entry-footer .media-enquiries {
  border-top: 1px solid #EAEAEA;
  padding-top: 30px;
  max-width: 645px;
}
.single-post__content .entry-footer .media-enquiries__up p,
.single-post .entry-footer .entry-footer .media-enquiries__up p {
  margin-bottom: 10px;
}
.single-post__content .entry-footer .media-enquiries__down,
.single-post .entry-footer .entry-footer .media-enquiries__down {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .single-post__content .entry-footer .media-enquiries__down,
.single-post .entry-footer .entry-footer .media-enquiries__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single-post__content .entry-footer .media-enquiries__down-left,
.single-post .entry-footer .entry-footer .media-enquiries__down-left {
  margin-bottom: 20px;
}
.single-post__content .entry-footer .media-enquiries .share-icons,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (min-width: 600px) {
  .single-post__content .entry-footer .media-enquiries .share-icons,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 48.0625em) {
  .single-post__content .entry-footer .media-enquiries .share-icons,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons {
    display: none;
  }
}
.single-post__content .entry-footer .media-enquiries .share-icons button,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons button {
  display: contents;
}
.single-post__content .entry-footer .media-enquiries .share-icons img,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons img {
  padding: 0px 3px;
  width: 35%;
}
@media (min-width: 350px) {
  .single-post__content .entry-footer .media-enquiries .share-icons img,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons img {
    width: unset;
    padding: 0px;
  }
}
@media (min-width: 600px) {
  .single-post__content .entry-footer .media-enquiries .share-icons img,
.single-post .entry-footer .entry-footer .media-enquiries .share-icons img {
    margin-right: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single-post__content ul,
.single-post .entry-footer ul {
  list-style-type: disc;
  margin: 0 0 0 30px;
}
.single-post__content ul li,
.single-post .entry-footer ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.single-post__next-post {
  padding-bottom: 70px;
}
.single-post__next-post.previous-article, .single-post__next-post.next-article {
  padding-top: 60px;
}
@media (min-width: 600px) {
  .single-post__next-post.previous-article, .single-post__next-post.next-article {
    padding-top: 80px;
  }
}
.single-post__next-post img {
  border-radius: 32px;
}
.single-post__next-post .next-up {
  margin-top: 20px;
  margin-bottom: 4px;
}
@media (min-width: 48.0625em) {
  .single-post__next-post .next-up {
    margin-top: 0px;
  }
}
.single-post__next-post h4 {
  margin-bottom: 12px;
}
.single-post__next-post .next-posts-nav {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .single-post__next-post .next-posts-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-post__next-post .next-posts-nav__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 200px;
}
@media (min-width: 768px) {
  .single-post__next-post .next-posts-nav__thumb {
    height: 300px;
  }
}
@media (min-width: 48.0625em) {
  .single-post__next-post .next-posts-nav__thumb {
    max-width: 531px;
  }
}
.single-post__next-post .next-posts-nav__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__next-post .next-posts-nav__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48.0625em) {
  .single-post__next-post .next-posts-nav__content {
    padding-left: 33px;
  }
}
.single-post__next-post .next-posts-nav__content h3 {
  margin-bottom: 12px;
}
.single-post__next-post .next-posts-nav__content .read-more {
  display: block;
  margin-top: 12px;
}

.get-in-touch {
  margin-bottom: 80px;
}
@media (min-width: 48.0625em) {
  .get-in-touch {
    margin-bottom: 120px;
  }
}
@media (min-width: 48.0625em) {
  .get-in-touch .form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1095px;
    margin: 0 auto;
  }
}
.get-in-touch__info {
  width: 100%;
  padding-bottom: 42px;
}
@media (min-width: 48.0625em) {
  .get-in-touch__info {
    max-width: 420px;
  }
}
.get-in-touch__info h1 {
  margin-bottom: 10px;
}
.get-in-touch__info p {
  margin-bottom: 30px;
  max-width: 307px;
}
.get-in-touch__info .social-icons img {
  margin-right: 7px;
}
.get-in-touch__form input[type=text],
.get-in-touch__form input[type=email],
.get-in-touch__form select,
.get-in-touch__form textarea {
  width: 100%;
  position: relative;
  font-weight: 300;
}
.get-in-touch__form select {
  font-size: 1.4rem;
  padding: 10px 20px 10px 0px;
  border-bottom: none;
}
@media (min-width: 31.25em) {
  .get-in-touch__form .name-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.get-in-touch__form .name-address .shift-l {
  margin-left: 0px;
}
@media (min-width: 600px) {
  .get-in-touch__form .name-address .shift-l {
    margin-left: 5px;
  }
}
.get-in-touch__form .name-address .shift-r {
  margin-right: 0px;
}
@media (min-width: 600px) {
  .get-in-touch__form .name-address .shift-r {
    margin-right: 5px;
  }
}
.get-in-touch__form .label {
  border-radius: 0px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.get-in-touch__form .label label {
  color: #222958;
}
.get-in-touch__form .label .dropdown {
  border: none;
  padding: 5px 0px;
}
.get-in-touch__form .txtarea {
  margin-bottom: 20px;
}
.get-in-touch__form .txtarea textarea {
  font-weight: 300;
}
.get-in-touch__form .terms-acceptance {
  margin-bottom: 30px;
  position: relative;
}
.get-in-touch__form .terms-acceptance span {
  font-size: 1.1rem;
}
@media (min-width: 350px) {
  .get-in-touch__form .terms-acceptance span {
    font-size: 1.4rem;
  }
}
.get-in-touch__form .terms-acceptance .accept-text {
  margin-left: 12px;
  margin-right: 5px;
}
.get-in-touch__form .terms-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-in-touch__form .terms-acceptance label input[type=checkbox] {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  accent-color: #0069A7;
}
.get-in-touch__form .btn {
  padding: 0px;
}
.get-in-touch__form .wpcf7-list-item {
  margin: 0;
}

.our-locations {
  text-align: center;
}
.our-locations h2 {
  margin: 0px 0px 60px 0px;
}
@media (min-width: 48.0625em) {
  .our-locations h2 {
    margin: 0px 0px 60px 0px;
  }
}
/*locations update*/
.locations {
  margin-top: 192px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#B3D2E5), color-stop(99.98%, #FFFFFF));
  background: linear-gradient(180deg, #B3D2E5 0%, #FFFFFF 99.98%);
  border-radius: 32px;
}
@media (min-width: 600px) {
  .locations {
    margin-bottom: 50px;
  }
}
.locations__holder {
  max-width: 1095px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 20px;
}
@media (min-width: 48.0625em) {
  .locations__holder {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 63.938em) {
  .locations__holder {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.locations span {
  display: block;
}

/*end of locations update*/

.growing-team {
  max-width: 1320px !important;
  margin: 0 auto;
}
.growing-team .equity-content {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding-top: 0px;
}
@media (min-width: 48.0625em) {
  .growing-team .equity-content {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.growing-team .equity-content .equity-content__text h2 {
  margin-top: 8px;
  margin-bottom: 18px;
}
.growing-team .equity-content .equity-content__text button {
  margin-top: 40px;
  margin-bottom: 30px;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  border: none;
  color: white !important;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 0px 8px 8px 8px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7-response-output {
  background: #ffb900;
  border: none;
  color: white !important;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 10px;
  border-radius: 0px 8px 8px 8px;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  z-index: 999999;
  top: 0;
  left: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: 2px solid lightgray;
  width: 36px;
  height: 36px;
  border-radius: 0px 8px 8px 8px;
  overflow: hidden;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #0069A7;
  border: none;
  border-radius: 0px 8px 8px 8px;
  overflow: hidden;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  content: url("../img/checkmark.svg");
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Style the checkmark/indicator */
.pp {
  padding: 0 20px;
}
.pp ul {
  list-style-type: disc;
  margin: 0 0 0 30px;
}
.pp ul li {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.page-container {
  max-width: 870px;
  margin: 0 auto;
}
.page-container article p {
  font-size: 1.6rem;
}
.page-container article p a {
  font-weight: 600;
  color: #0069A7;
  word-break: break-all;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Cards
--------------------------------------------- */
/* Article cards */
.article-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 650px) {
  .article-card {
    width: 50%;
  }
}
@media (min-width: 48.0625em) {
  .article-card {
    max-width: 307px;
  }
}
@media (min-width: 1400px) {
  .article-card {
    max-width: 307px;
  }
}
@media (min-width: 2500px) {
  .article-card {
    width: 100%;
    max-width: 450px;
  }
}
.article-card__img {
  height: 174px;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 600px) {
  .article-card__img {
    max-width: 335px;
  }
}
@media (min-width: 48.0625em) {
  .article-card__img {
    max-width: 307px;
  }
}
@media (min-width: 2500px) {
  .article-card__img {
    max-width: 100%;
    height: 250px;
  }
}
.article-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card__text {
  padding-right: 2px;
}
.article-card__text h4 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.article-card__text p {
  display: inline-block;
}
.article-card__text .readmore {
  display: inline-block;
  margin-top: 10px;
}

.info__cards {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .info__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.info__cards .card {
  margin-bottom: 60px;
}
@media (min-width: 48.0625em) {
  .info__cards .card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 2500px) {
  .info__cards .card {
    max-width: 100%;
  }
}
.info__cards .card__img {
  -webkit-box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  overflow: hidden;
  height: 220px;
}
@media (min-width: 48.0625em) {
  .info__cards .card__img {
    height: 280px;
  }
}
@media (min-width: 820px) and (max-width: 900px) {
  .info__cards .card__img {
    height: 180px;
  }
}
@media (min-width: 2500px) {
  .info__cards .card__img {
    height: 350px;
  }
}
.info__cards .card__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 474px) {
  .info__cards .card__img img {
    height: 100%;
    width: 100%;
  }
}
.info__cards .card__text {
  padding-top: 24px;
}
@media (min-width: 600px) {
  .info__cards .card__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.info__cards .card__text p {
  margin-top: 7px;
}

/* Portfolio grid view */
.portfolio {
  padding-bottom: 70px;
}

.portfolio .portfolio__items {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48.0625em) {
  .portfolio .portfolio__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.portfolio article.portfolio {
  padding-bottom: 0px;
}

/* .portfolio__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
} */

.portfolio__items .portfolio__item {
  max-width: 100%;
  height: 437px;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 32px;
  background-position: center;
}

/* @media (min-width: 700px) {
  .portfolio__items .portfolio__item {
    max-width: 47%;
  }
}
@media (min-width: 768px) {
  .portfolio__items .portfolio__item {
    max-width: 47%;
  }
} */
.portfolio__items .portfolio__item .portfolio_bg-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio__items .portfolio__item .portfolio_bg-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio__items .portfolio__item .portfolio_bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.portfolio__items .portfolio__item img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
	width: 100%;
}

.portfolio__items .portfolio__item a {
  color: white;
  display: contents;
}

.portfolio__items .trq {
  position: absolute;
  left: 5%;
  bottom: 50px;
}

@media (min-width: 1024px) {
  .portfolio__items .trq {
    left: 30px;
  }
}
.portfolio__items .trq .project-logo-container {
  max-width: 200px;
}

.portfolio__items .trq .project-logo-container img {
  -o-object-fit: unset;
     object-fit: unset;
  height: auto;
}

.portfolio__items .trq .portfolio__item-text {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolio__items .trq .portfolio__item-text p {
  display: inline;
  color: white;
}

.team-list__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 767px) {
  .team-list__card {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 49%;
  }
}
@media (min-width: 63.938em) {
  .team-list__card {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 23%;
  }
}
@media (min-width: 1020px) and (max-width: 1279px) {
  .team-list__card {
    width: 22%;
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .team-list__card {
    max-width: 23%;
  }
}
.team-list__card-img {
  width: 100%;
  height: 308px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 32px;
}
@media (min-width: 760px) {
  .team-list__card-img {
    min-width: 308px;
  }
}
@media (min-width: 48.0625em) {
  .team-list__card-img {
    min-width: 307px;
    height: auto;
    margin-top: 30px;
  }
}
@media (min-width: 63.938em) {
  .team-list__card-img {
    min-width: unset;
    max-width: 307px;
  }
}
@media (min-width: 74.938em) {
  .team-list__card-img {
    height: 308px;
  }
}
.team-list__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-list__card .mx {
  margin: 6px 0px;
}

.testimonial__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 325px;
  padding: 36px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#B3D2E5), color-stop(99.98%, #FFFFFF));
  background: linear-gradient(180deg, #B3D2E5 0%, #FFFFFF 99.98%);
  border-radius: 32px 32px 32px 0px;
}
@media (min-width: 650px) {
  .testimonial__card {
    max-width: 645px;
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .testimonial__card {
    max-width: 585px;
  }
}
@media (min-width: 1360px) {
  .testimonial__card {
    max-width: 615px;
  }
}
@media (min-width: 90em) {
  .testimonial__card {
    max-width: 645px;
  }
}
@media (min-width: 2500px) {
  .testimonial__card {
    max-width: 745px;
    padding: 40px;
  }
}
.testimonial__card-text {
  margin-bottom: 20px;
}
.testimonial__card-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial__card-avatar p {
  display: block;
  margin-left: 14px;
}
.testimonial__card-avatar .client-image {
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.equity-content__values-cards {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  padding: 30px 24px;
  margin-bottom: 32px;
}
.equity-content__values-cards h4 {
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .equity-content__values-cards {
    max-width: 100%;
  }
}
@media (min-width: 48.0625em) {
  .equity-content__values-cards {
    max-width: 845px;
    padding: 30px 40px;
  }
}
@media (min-width: 2500px) {
  .equity-content__values-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*Locations card*/
.locations__card {
  -webkit-transform: translateY(-132px);
          transform: translateY(-132px);
}
.locations__card-thumb {
  border-radius: 32px;
  height: 286px;
  overflow: hidden;
}
@media (min-width: 74.938em) {
  .locations__card-thumb {
    height: 298px;
  }
}
.locations__card-thumb img {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations__card-content h3 {
  margin-top: 29px;
  margin-bottom: 9px;
}
.locations__card-content a {
  display: block;
  margin-top: 14px;
  margin-bottom: 50px;
}

/* Footer
--------------------------------------------- */
.footer-container {
  border-top: 1px solid #eaeaea;
  margin-top: 50px;
}

.footer {
  position: relative;
  z-index: -2;
}
@media (min-width: 48.0625em) {
  .footer {
    max-width: 1207px;
  }
}
@media (min-width: 2500px) {
  .footer {
    max-width: 100%;
    padding-right: 250px;
  }
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 30px 0 60px;
}
.footer__column > *:not(:last-child) {
  padding-bottom: 30px;
}
.footer__column--logo .img-wrapper {
  max-height: 40px;
  max-width: 183px;
}
.footer__column--logo .img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.footer__column--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__column--address span:first-child {
  margin-bottom: 4px;
}
@media (min-width: 48.0625em) {
  .footer__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 80px;
  }
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
}
.copyright__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 1.4em;
  line-height: 150%;
}
.copyright__column > *:not(:last-child) {
  padding-bottom: 15px;
}
.copyright__column--policy {
  font-weight: 700;
}
.copyright__column--policy span {
  font-size: 1.6rem;
}
@media (min-width: 48.0625em) {
  .copyright__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .copyright__column > *:not(:last-child) {
    padding-bottom: 0;
  }
}
.copyright__column span {
  font-size: 1.6rem;
}
.copyright a {
  text-decoration: none;
}

/* Cookie Notice
--------------------------------------------- */
#cookie-notice {
  opacity: 0;
  display: none;
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  min-width: unset !important;
  width: 95%;
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  left: unset !important;
  font-size: 1.6rem !important;
  right: 10px;
  bottom: 50px;
}
@media (min-width: 500px) {
  #cookie-notice {
    width: 420px;
    right: 25px;
  }
}
#cookie-notice .cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left !important;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
  background: -webkit-gradient(linear, left top, right top, from(#0069A7), color-stop(99.99%, #599EC6), to(#599EC6));
  background: linear-gradient(90deg, #0069A7 0%, #599EC6 99.99%, #599EC6 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 19px;
  padding: 15px 22px;
  border-radius: 0px 24px 24px 24px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 0px;
}
@media (min-width: 48.0625em) {
  #cookie-notice .cookie-notice-container #cn-accept-cookie {
    display: inline-block;
  }
}
#cookie-notice .cookie-notice-container #cn-close-notice {
  display: none;
}
#cookie-notice.cookie-notice-hidden {
  display: none !important;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: black;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: white;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

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

.hamburger {
  width: 24px !important;
  padding: 0px !important;
}
@media (min-width: 48.0625em) {
  .hamburger {
    display: none !important;
  }
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 2px !important;
}

.hamburger * {
  width: 100% !important;
}

.hamburger-inner {
  width: 100%;
}

.hamburger-inner::before, .hamburger-inner::after {
  width: 100% !important;
}

.hamburger-inner::before {
  top: unset !important;
  margin-top: 7px;
}

.hamburger-inner::after {
  bottom: unset !important;
  margin-top: -7px;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0px !important;
}

.element--gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#B3D2E5), color-stop(99.98%, #FFFFFF));
  background: linear-gradient(180deg, #B3D2E5 0%, #FFFFFF 99.98%);
  border-radius: 66px 0px 0px 65px;
}

.pt--0 {
  padding-top: 0px;
}

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

.pb--80 {
  padding-bottom: 80px;
}

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

.mw {
  max-width: 560px;
}
@media (min-width: 2500px) {
  .mw {
    max-width: 750px;
  }
}

.ml-12 {
  margin-left: 12px;
}