.section.one-three {
  padding: 60px 0;
  background: #f2f3f3;
}
.section.one-three + .cta {
  margin-top: 0;
}
.section.one-three h2 {
  font-size: 36px;
}
@media screen and (max-width: 550px) {
  .section.one-three h2 {
    font-size: 24px;
  }
}
.section.one-three .cta-wrap {
  max-width: 341px;
  margin: 50px auto 0;
}
.section.one-three .cta-wrap .button {
  background: #002E5D;
  border: 1px solid #002E5D;
  color: #ffffff;
  font-size: 20px;
}
.section.one-three .cta-wrap .button img.a2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(326deg) brightness(106%) contrast(106%);
}
.section.one-three .opening-block {
  background: #00A1B0;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.section.one-three .bottom-flexer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .section.one-three .bottom-flexer {
    flex-direction: column;
  }
}
.section.one-three .bottom-block {
  width: 50%;
  padding: 30px;
  text-align: center;
  color: #002e5d;
}
@media screen and (max-width: 900px) {
  .section.one-three .bottom-block {
    width: 100%;
  }
}
.section.one-three .bottom-block .top {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 10px;
}
.section.one-three .bottom-block .icon img {
  filter: invert(14%) sepia(19%) saturate(6625%) hue-rotate(193deg) brightness(94%) contrast(103%);
  max-width: 50px;
}
.section.one-three .bottom-block:nth-of-type(1) {
  background: #002E5D;
  color: #ffffff;
}
.section.one-three .bottom-block:nth-of-type(1) .icon img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(104%) contrast(101%);
}
.section.one-three .bottom-block:nth-of-type(2) {
  background: #FFC54E;
}
.section.one-three .bottom-block:nth-of-type(3) {
  background: #00A1B0;
  color: #ffffff;
}
.section.one-three .bottom-block:nth-of-type(3) .icon img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(104%) contrast(101%);
}
.section.one-three .bottom-block:nth-of-type(4) {
  background: #002E5D;
  color: #ffffff;
}
.section.one-three .bottom-block:nth-of-type(4) .icon img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(104%) contrast(101%);
}
.section.giant-co {
  padding: 80px 0 100px;
  background-image: url(/wp-content/uploads/2024/01/new-background-2.jpg);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f1f2ed;
}
.section.giant-co .outer-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.giant-co .outer-flex .inner-flex {
  color: #002E5D;
  text-align: center;
}
.section.giant-co .outer-flex .inner-flex .preheader {
  font-size: 24px;
  line-height: 1.1;
}
.section.giant-co .outer-flex .inner-flex .headline {
  color: #002E5D;
  font-size: 50px;
  line-height: 51px;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (max-width: 1000px) {
  .section.giant-co .outer-flex .inner-flex .headline {
    font-size: 40px;
    line-height: 43px;
  }
}
@media screen and (max-width: 700px) {
  .section.giant-co .outer-flex .inner-flex .headline > div {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .section.giant-co .outer-flex .inner-flex .headline {
    font-size: 24px;
    line-height: 27px;
  }
}
.section.giant-co .outer-flex .inner-flex .cta-wrap a {
  color: #002E5D;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.section.giant-co .outer-flex .inner-flex .cta-wrap a:hover {
  text-decoration: underline;
}
.section.rounded-grids {
  padding: 60px 0 60px;
  background: #00A1B0;
  position: relative;
  overflow: hidden;
}
.section.rounded-grids:after {
  content: url(/wp-content/uploads/2022/04/steps-fancy-2.png);
  position: absolute;
  bottom: 0;
  left: 0;
}
.section.rounded-grids:before {
  content: url(/wp-content/uploads/2022/04/steps-fancy3.png);
  position: absolute;
  bottom: -7px;
  right: 0;
}
.section.rounded-grids + .cta {
  margin-top: 0;
}
.section.rounded-grids .cta-wrap {
  max-width: 341px;
  margin: 40px auto 0;
  position: relative;
  z-index: 3;
}
.section.rounded-grids a.button {
  background: #002E5D;
  border: 1px solid #002E5D;
  color: #ffffff;
  font-size: 20px;
}
.section.rounded-grids img.a2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(326deg) brightness(106%) contrast(106%);
}
.section.rounded-grids .grids-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center;
}
.section.rounded-grids .grids-outer .grids-inner {
  width: calc(45% - 20px);
  position: relative;
  z-index: 3;
  border-radius: 30px;
  box-shadow: 0px 0px 63px -1px rgba(107, 107, 107, 0.48);
  padding: 30px 20px;
  text-align: center;
  background: #E5E6E0;
}
@media screen and (max-width: 900px) {
  .section.rounded-grids .grids-outer .grids-inner {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 550px) {
  .section.rounded-grids .grids-outer .grids-inner {
    width: 100%;
  }
}
.section.rounded-grids .grids-outer .grids-inner .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #002E5D;
}
@media screen and (max-width: 1200px) {
  .section.rounded-grids .grids-outer .grids-inner .title {
    /*min-height:43px;*/
    /*min-height:65px;*/
  }
}
@media screen and (max-width: 900px) {
  .section.rounded-grids .grids-outer .grids-inner .title {
    min-height: unset;
  }
}
.section.rounded-grids .grids-outer .grids-inner .copy {
  padding: 10px 0 0;
  background: #E5E6E0;
  height: auto;
  color: #002E5D;
}
.section.advantages {
  position: relative;
}
.section.advantages:after {
  content: url(https://www.arrivia.com/wp-content/uploads/2022/01/yellow-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.section.advantages .inner-flexer {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 700px) {
  .section.advantages .inner-flexer {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .section.advantages .inner-flexer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 550px) {
  .section.advantages .inner-flexer {
    flex-direction: column;
  }
}
.section.advantages .inner-flexer .left {
  padding: 20px 0;
}
.section.advantages .inner-flexer .right {
  margin: -40px 0 -20px;
  z-index: 10;
}
.section.advantages .headline {
  color: #002E5D;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.07;
  margin-bottom: 15px;
  max-width: 540px;
  transition: all 1s;
}
.section.advantages a.button {
  background: #64d1cc;
  border: 1px solid #64d1cc;
  color: #ffffff;
  font-size: 20px;
  max-width: 250px;
}
.section.advantages .cta-wrap {
  margin-top: 20px;
}
.section.advantages img.a2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(326deg) brightness(106%) contrast(106%);
}
.section.advantages .img-wrap {
  max-width: 350px;
  margin: -20px 0;
}
@media screen and (max-width: 600px) {
  .section.advantages .img-wrap {
    margin: 0;
  }
}
/** What We Do **/
.section.www-container {
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section.www-container {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section.www-container {
    padding-bottom: 50px;
  }
}
.what-we-do {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px;
  transition: all 0.5s;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .what-we-do {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .what-we-do {
    padding: 50px;
  }
}
.what-we-do.fadein {
  opacity: 1;
  bottom: -30px;
}
.what-we-do.fadein.hide {
  opacity: 0;
}
.what-we-do .wwd-text {
  color: #ffffff;
  position: relative;
}
.what-we-do .wwd-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  max-width: 390px;
}
@media only screen and (max-width: 550px) {
  .what-we-do .wwd-text p {
    font-size: 15px;
  }
}
.what-we-do .wwd-text .subheadline {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .what-we-do .wwd-text .subheadline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .what-we-do .wwd-text .subheadline {
    font-size: 16px;
  }
}
.what-we-do .wwd-text h3, .what-we-do .wwd-text h2, .what-we-do .wwd-text .h3 {
  font-size: 35px;
  font-weight: 700;
  max-width: 370px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .what-we-do .wwd-text h3, .what-we-do .wwd-text h2, .what-we-do .wwd-text .h3 {
    font-size: 25px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 550px) {
  .what-we-do .wwd-text h3, .what-we-do .wwd-text h2, .what-we-do .wwd-text .h3 {
    font-size: 20px;
    max-width: 210px;
  }
}
.what-we-do .wwd-text .white-btn {
  width: 200px;
  margin-top: 40px;
}
@media only screen and (max-width: 450px) {
  .what-we-do .wwd-text .white-btn {
    margin-top: 140px;
  }
}
.our-solutions {
  padding: 70px;
  background-color: #00A1B0;
  background-repeat: no-repeat;
  background-position-y: 50%;
  overflow: hidden;
  position: relative;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .our-solutions {
    background-position: center !important;
  }
}
@media only screen and (max-width: 550px) {
  .our-solutions {
    padding: 40px 0;
  }
}
.our-solutions .grids-wrap {
  margin: 30px -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .our-solutions .grids-wrap {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .our-solutions .grids-wrap {
    max-width: unset;
  }
}
.our-solutions .grids-wrap .e-grid-outer {
  width: 50%;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 1200px) {
  .our-solutions .grids-wrap .e-grid-outer {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .our-solutions .grids-wrap .e-grid-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .our-solutions .grids-wrap .e-grid-outer {
    width: 100%;
  }
}
.our-solutions .grids-wrap .e-grid-outer .e-grid-inner {
  color: #002e5d;
  padding: 30px 30px 40px;
  font-weight: 600;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  font-size: 20px;
}
.our-solutions .grids-wrap .e-grid-outer .e-grid-inner a {
  color: #002e5d;
  text-decoration: none;
}
.our-solutions .inset-block {
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.our-solutions .inset-block .cta-content {
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.our-solutions .inset-block .cta-content p.subheadline {
  font-size: 20px;
  margin-bottom: 10px;
}
.our-solutions .inset-block .cta-content .cta-left {
  width: 30%;
}
@media only screen and (max-width: 680px) {
  .our-solutions .inset-block .cta-content .cta-left {
    width: unset;
  }
}
.our-solutions .inset-block .cta-content .cta-left img {
  /*margin-left: -100%;*/
  /*transition: all 2s;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.our-solutions .inset-block .cta-content .cta-left img.shift {
  margin-left: 0;
}
@media only screen and (max-width: 680px) {
  .our-solutions .inset-block .cta-content .cta-left img {
    display: none;
  }
}
.our-solutions .inset-block .cta-content .cta-right {
  width: 70%;
  background-color: #ffffff;
  padding: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .our-solutions .inset-block .cta-content .cta-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .our-solutions .inset-block .cta-content .cta-right {
    width: 100%;
    padding: 30px;
  }
}
.our-solutions .inset-block .cta-content .cta-right h2 {
  color: #002E5D;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.07;
  margin-bottom: 15px;
  max-width: 540px;
  /*  transform: translateY(1000px);
          transition: all 1s; */
}
@media only screen and (max-width: 550px) {
  .our-solutions .inset-block .cta-content .cta-right h2 {
    font-size: 27px;
  }
}
.our-solutions .inset-block .cta-content .cta-right p {
  color: #262626;
  line-height: 1.5;
  max-width: 540px;
  /*  transform: translateY(1000px);
          transition: all 1s; */
}
.our-solutions .inset-block .cta-content .cta-right a {
  color: #262626;
}
.our-solutions .inset-block .cta-content .cta-right.shift h2 {
  transform: translateY(0);
}
.our-solutions .inset-block .cta-content .cta-right.shift p {
  transform: translateY(0);
}
.our-solutions .animated-image {
  position: absolute;
  right: 5%;
  z-index: 20;
  width: 300px;
  height: 100%;
  transform: translateY(0);
  transition: all 2.3s;
}
.our-solutions .animated-image.static {
  transform: translateY(10px) !important;
  bottom: -50px !important;
}
@media only screen and (max-width: 991px) {
  .our-solutions .animated-image {
    display: none;
  }
}
.our-solutions .osw-top {
  color: #ffffff;
  max-width: 600px;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .our-solutions .osw-top {
    max-width: unset;
    padding-left: 0px;
  }
}
.our-solutions .osw-top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .our-solutions .osw-top p {
    max-width: 450px;
  }
}
.our-solutions .osw-top .subheadline {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .our-solutions .osw-top .subheadline {
    font-size: 16px;
  }
}
.our-solutions .osw-top h3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .our-solutions .osw-top h3 {
    max-width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .our-solutions .osw-top h3 {
    max-width: unset;
  }
}
@media only screen and (max-width: 550px) {
  .our-solutions .osw-top h3 {
    font-size: 24px !important;
  }
}
.our-solutions .osw-bottom {
  margin-top: 30px;
}
.our-solutions .osw-bottom .exp-top {
  background-color: #008B9A;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 54px;
  padding: 0 60px 0 20px;
  overflow: hidden;
  position: relative;
}
.our-solutions .osw-bottom .exp-top.no-e {
  cursor: unset;
}
.our-solutions .osw-bottom .exp-top p {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
}
.our-solutions .osw-bottom .exp-top .white-box {
  background-color: #ffffff;
  color: #002E5D;
  padding: 7px 13px;
  font-size: 19px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  min-height: 100%;
  right: 0;
  transform: rotate(0);
  transition: all 1s;
}
.our-solutions .osw-bottom .exp-top .white-box.spinme {
  transform: rotate(360deg);
}
.our-solutions .osw-bottom .exp-bot {
  height: 0;
  color: #747474;
  background: #ffffff;
  margin-top: -10px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.our-solutions .osw-bottom .exp-bot.opened {
  height: auto;
}
.our-solutions .osw-bottom .exp-bot .exp-bot-inner {
  padding: 25px 40px 35px 25px;
}
.our-solutions .osw-bottom .exp-bot p {
  font-size: 15px;
}
.simple-expanders {
  padding: 70px;
  background-color: #00A1B0;
  background-repeat: no-repeat;
  background-position-y: 50%;
  overflow: hidden;
  position: relative;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .simple-expanders {
    background-position: center !important;
  }
}
@media only screen and (max-width: 550px) {
  .simple-expanders {
    padding: 40px 0;
  }
}
.simple-expanders .grids-wrap {
  margin: 30px -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .simple-expanders .grids-wrap {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .simple-expanders .grids-wrap {
    max-width: unset;
  }
}
.simple-expanders .grids-wrap .e-grid-outer {
  width: 50%;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 1200px) {
  .simple-expanders .grids-wrap .e-grid-outer {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .simple-expanders .grids-wrap .e-grid-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .simple-expanders .grids-wrap .e-grid-outer {
    width: 100%;
  }
}
.simple-expanders .grids-wrap .e-grid-outer .e-grid-inner {
  color: #002e5d;
  padding: 30px 30px 40px;
  font-weight: 600;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  font-size: 20px;
}
.simple-expanders .grids-wrap .e-grid-outer .e-grid-inner a {
  color: #002e5d;
  text-decoration: none;
}
.simple-expanders .inset-block {
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.simple-expanders .inset-block .cta-content {
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.simple-expanders .inset-block .cta-content p.subheadline {
  font-size: 20px;
  margin-bottom: 10px;
}
.simple-expanders .inset-block .cta-content .cta-left {
  width: 30%;
}
@media only screen and (max-width: 680px) {
  .simple-expanders .inset-block .cta-content .cta-left {
    width: unset;
  }
}
.simple-expanders .inset-block .cta-content .cta-left img {
  /*margin-left: -100%;*/
  /*transition: all 2s;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.simple-expanders .inset-block .cta-content .cta-left img.shift {
  margin-left: 0;
}
@media only screen and (max-width: 680px) {
  .simple-expanders .inset-block .cta-content .cta-left img {
    display: none;
  }
}
.simple-expanders .inset-block .cta-content .cta-right {
  width: 70%;
  background-color: #ffffff;
  padding: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .simple-expanders .inset-block .cta-content .cta-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .simple-expanders .inset-block .cta-content .cta-right {
    width: 100%;
    padding: 30px;
  }
}
.simple-expanders .inset-block .cta-content .cta-right h2 {
  color: #002E5D;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.07;
  margin-bottom: 15px;
  max-width: 540px;
  /*  transform: translateY(1000px);
          transition: all 1s; */
}
@media only screen and (max-width: 550px) {
  .simple-expanders .inset-block .cta-content .cta-right h2 {
    font-size: 27px;
  }
}
.simple-expanders .inset-block .cta-content .cta-right p {
  color: #262626;
  line-height: 1.5;
  max-width: 540px;
  /*  transform: translateY(1000px);
          transition: all 1s; */
}
.simple-expanders .inset-block .cta-content .cta-right a {
  color: #262626;
}
.simple-expanders .inset-block .cta-content .cta-right.shift h2 {
  transform: translateY(0);
}
.simple-expanders .inset-block .cta-content .cta-right.shift p {
  transform: translateY(0);
}
.simple-expanders .animated-image {
  position: absolute;
  right: 5%;
  z-index: 20;
  width: 300px;
  height: 100%;
  transform: translateY(0);
  transition: all 2.3s;
}
.simple-expanders .animated-image.static {
  transform: translateY(10px) !important;
  bottom: -50px !important;
}
@media only screen and (max-width: 991px) {
  .simple-expanders .animated-image {
    display: none;
  }
}
.simple-expanders .osw-top {
  color: #ffffff;
  max-width: 600px;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .simple-expanders .osw-top {
    max-width: unset;
    padding-left: 0px;
  }
}
.simple-expanders .osw-top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .simple-expanders .osw-top p {
    max-width: 450px;
  }
}
.simple-expanders .osw-top .subheadline {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .simple-expanders .osw-top .subheadline {
    font-size: 16px;
  }
}
.simple-expanders .osw-top h3 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .simple-expanders .osw-top h3 {
    max-width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .simple-expanders .osw-top h3 {
    max-width: unset;
  }
}
@media only screen and (max-width: 550px) {
  .simple-expanders .osw-top h3 {
    font-size: 24px !important;
  }
}
.simple-expanders .osw-bottom {
  margin-top: 30px;
}
.simple-expanders .osw-bottom .exp-top {
  background-color: #008B9A;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 54px;
  padding: 0 60px 0 20px;
  overflow: hidden;
  position: relative;
}
.simple-expanders .osw-bottom .exp-top.no-e {
  cursor: unset;
}
.simple-expanders .osw-bottom .exp-top p {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
}
.simple-expanders .osw-bottom .exp-top .white-box {
  background-color: #ffffff;
  color: #002E5D;
  padding: 7px 13px;
  font-size: 19px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  min-height: 100%;
  right: 0;
  transform: rotate(0);
  transition: all 1s;
}
.simple-expanders .osw-bottom .exp-top .white-box.spinme {
  transform: rotate(360deg);
}
.simple-expanders .osw-bottom .exp-bot {
  height: 0;
  color: #747474;
  background: #ffffff;
  margin-top: -10px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.simple-expanders .osw-bottom .exp-bot.opened {
  height: auto;
}
.simple-expanders .osw-bottom .exp-bot .exp-bot-inner {
  padding: 25px 40px 35px 25px;
}
.simple-expanders .osw-bottom .exp-bot p {
  font-size: 15px;
}
/** Steps **/
section.steps {
  background: linear-gradient(180deg, #e5e6e0 0%, white 100%);
  background: #e5e6e0;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 400px) {
  section.steps {
    padding: 100px 10px;
  }
}
section.steps .fancy2 {
  position: absolute;
  top: 0;
  left: 0;
}
section.steps .fancy3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
@media only screen and (max-width: 1600px) {
  section.steps .fancy3 {
    z-index: 0;
  }
}
section.steps > .container {
  background: linear-gradient(180deg, white 0%, white 40%, rgba(255, 255, 255, 0.2) 100%);
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  section.steps > .container {
    background: linear-gradient(180deg, white 0%, white 40%, rgba(255, 255, 255, 0.7) 100%);
  }
}
section.steps .img-feature {
  position: absolute;
  top: 0;
  right: -45px;
  height: 328px;
  z-index: 0;
}
@media only screen and (max-width: 860px) {
  section.steps .img-feature {
    right: -245px;
  }
}
@media only screen and (max-width: 750px) {
  section.steps .img-feature {
    filter: opacity(0.4);
  }
}
section.steps .top {
  height: 328px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  z-index: 20;
  position: relative;
}
@media only screen and (max-width: 860px) {
  section.steps .top {
    width: 75%;
  }
}
@media only screen and (max-width: 650px) {
  section.steps .top {
    height: auto;
    margin: 40px 0;
  }
}
section.steps .top h3 {
  color: #002E5D;
  font-size: 47px;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 550px) {
  section.steps .top h3 {
    font-size: 27px;
  }
}
section.steps .top p {
  font-size: 16px;
  color: #54565B;
  max-width: 496px;
}
section.steps .bottom {
  position: relative;
}
section.steps .bottom .bottom-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -20px;
}
@media only screen and (max-width: 750px) {
  section.steps .bottom .bottom-inner {
    justify-content: space-evenly;
    margin: 20px -20px -20px;
  }
}
section.steps .bottom .bottom-inner .step-outer {
  width: 33.3%;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 750px) {
  section.steps .bottom .bottom-inner .step-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  section.steps .bottom .bottom-inner .step-outer {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  section.steps .bottom .bottom-inner .step-outer .step-inner {
    max-width: unset;
  }
}
section.steps .bottom .bottom-inner .step-outer .step-inner .heading {
  font-size: 22px;
  font-weight: bold;
  color: #002E5D;
  display: flex;
  margin: 0;
  line-height: 1.3;
  max-width: 260px;
}
section.steps .bottom .bottom-inner .step-outer .step-inner .heading:before {
  width: 30px;
  height: 30px;
  background: #D8D8D8;
  border-radius: 50px;
  display: flex;
  min-width: 30px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 4px;
}
section.steps .bottom .bottom-inner .step-outer .step-inner .abstract {
  color: #54565B;
  margin-top: 10px;
  max-width: 330px;
  padding-left: 40px;
}
section.steps .fancy-layer .fancy1 {
  position: relative;
  height: 120px;
  text-align: center;
}
/** Two columns and inset content **/
section.tcwi {
  background: #002E5D;
  padding: 120px 0 140px;
  position: relative;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  section.tcwi {
    padding: 40px 0 60px;
  }
}
section.tcwi .floating-feature {
  margin-top: 40px;
}
section.tcwi .toppart {
  max-width: 1400px;
  display: flex;
  color: #fff;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.tcwi .toppart {
    flex-direction: column;
  }
}
section.tcwi .left {
  margin-right: 150px;
  max-width: 450px;
}
section.tcwi .left .left-stuff {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  section.tcwi .left .left-stuff {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.tcwi .left {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  section.tcwi .left {
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  section.tcwi .left {
    max-width: unset;
  }
}
@media only screen and (max-width: 800px) {
  section.tcwi .left {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  section.tcwi .left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
section.tcwi .left p.subhead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
section.tcwi .left h3 {
  font-size: 42px;
  line-height: 1.1;
  max-width: 350px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  section.tcwi .left h3 {
    max-width: unset;
  }
}
@media only screen and (max-width: 550px) {
  section.tcwi .left h3 {
    font-size: 27px;
  }
}
section.tcwi .left p {
  line-height: 1.7;
}
section.tcwi .left p.p1 {
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  section.tcwi .left p.p1 {
    max-width: unset;
  }
}
section.tcwi .right {
  flex: 1;
}
section.tcwi .right .right-inner {
  padding-top: 40px;
}
section.tcwi .right .right-inner .grids-wrap-blue {
  display: flex;
  margin: 0 -30px -40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section.tcwi .right .right-inner .grids-wrap-blue {
    max-width: unset;
  }
}
section.tcwi .right .right-inner .grids-wrap-blue .grid-outer {
  padding: 0 30px 40px;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  section.tcwi .right .right-inner .grids-wrap-blue .grid-outer {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  section.tcwi .right .right-inner .grids-wrap-blue .grid-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  section.tcwi .right .right-inner .grids-wrap-blue .grid-outer {
    width: 100%;
  }
}
section.tcwi .right .right-inner .grids-wrap-blue .grid-outer .grid-inner .grid-header {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.tcwi .right .right-inner .grids-wrap-blue .grid-outer .grid-inner .grid-abstract {
  font-size: 16px;
  line-height: 26px;
}
section.tcwi .inset {
  margin-top: 70px;
}
section.tcwi .inset .cta-content {
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
section.tcwi .inset .cta-content p.subheadline {
  font-size: 20px;
  margin-bottom: 10px;
}
section.tcwi .inset .cta-content .cta-left {
  width: 30%;
}
@media only screen and (max-width: 680px) {
  section.tcwi .inset .cta-content .cta-left {
    width: unset;
  }
}
section.tcwi .inset .cta-content .cta-left img {
  /*margin-left: -100%;*/
  /*transition: all 2s;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.tcwi .inset .cta-content .cta-left img.shift {
  margin-left: 0;
}
@media only screen and (max-width: 680px) {
  section.tcwi .inset .cta-content .cta-left img {
    display: none;
  }
}
section.tcwi .inset .cta-content .cta-right {
  width: 70%;
  background-color: #ffffff;
  padding: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.tcwi .inset .cta-content .cta-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  section.tcwi .inset .cta-content .cta-right {
    width: 100%;
    padding: 30px;
  }
}
section.tcwi .inset .cta-content .cta-right .cta-wrap {
  margin-top: 20px;
}
section.tcwi .inset .cta-content .cta-right h2 {
  color: #002E5D;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.07;
  margin-bottom: 15px;
  max-width: 540px;
  transition: all 1s;
}
@media only screen and (max-width: 550px) {
  section.tcwi .inset .cta-content .cta-right h2 {
    font-size: 27px;
  }
}
section.tcwi .inset .cta-content .cta-right p {
  color: #262626;
  line-height: 1.5;
  max-width: 540px;
  transition: all 1s;
}
section.tcwi .inset .cta-content .cta-right a {
  color: #262626;
}
section.tcwi .inset .cta-content .cta-right a.button {
  background: #64d1cc;
  border: 1px solid #64d1cc;
  color: #ffffff;
  font-size: 20px;
  max-width: 250px;
}
section.tcwi .inset .cta-content .cta-right a.button .a2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(326deg) brightness(106%) contrast(106%);
}
section.tcwi .inset .cta-content .cta-right.shift h2 {
  transform: translateY(0);
}
section.tcwi .inset .cta-content .cta-right.shift p {
  transform: translateY(0);
}
/** Locations **/
section.our-locations {
  background-color: #ffffff;
  padding: 100px 0;
}
section.our-locations .sec-header.black.form-title {
  color: #002E5C;
  font-size: 25px;
  font-weight: 700;
}
@media only screen and (max-width: 550px) {
  section.our-locations {
    padding: 40px 0;
  }
}
section.our-locations .locations-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 550px) {
  section.our-locations .locations-top {
    flex-wrap: wrap;
  }
}
section.our-locations .locations-filter {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 550px) {
  section.our-locations .locations-filter {
    width: 100%;
    flex-wrap: wrap;
  }
}
section.our-locations .location-filter {
  height: 40px;
  border-radius: 18px;
  color: #00A1B0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 20px;
}
@media only screen and (max-width: 550px) {
  section.our-locations .location-filter {
    font-size: 14px;
  }
}
section.our-locations .locations-l {
  color: #898278;
  font-size: 14px;
  font-weight: 500;
}
section.our-locations .active {
  background: #00A1B0;
  color: #fff;
}
section.our-locations .loc-name {
  padding: 10px 15px;
}
section.our-locations .location-grid .location {
  background-image: url(/wp-content/uploads/2021/10/scottsdale-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 360px;
  border-radius: 3px;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
section.our-locations .location-grid .location > div:first-of-type {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  min-height: 136px;
}
@media only screen and (max-width: 550px) {
  section.our-locations .location-grid .location > div:first-of-type {
    min-height: unset;
  }
}
section.our-locations .location-grid .location:after {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
section.our-locations .location-grid .location .location-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.our-locations .location-grid .location .location-title {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins";
  line-height: 1.3;
  flex: 1;
  margin-bottom: 10px;
}
section.our-locations .location-grid .location .location-address {
  position: relative;
  z-index: 5;
}
section.our-locations .location-grid .location .location-address a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: 400;
}
section.our-locations .location-grid .location .location-address a:first-of-type {
  cursor: text;
}
section.our-locations .location-grid .locations-label {
  position: absolute;
  top: 69px;
  left: -30px;
  width: 20px;
}
section.our-locations .location-grid .locations-label div#locations-count {
  font-size: 16px;
  font-weight: bold;
  color: #002E5D;
}
section.our-locations .location-grid .locations-label .locations-divider {
  height: 1px;
  width: 10px;
  background: #d9d9d9;
}
section.our-locations .location-grid .locations-label .locations-l {
  transform: rotate(90deg);
  position: absolute;
  left: -33px;
  top: 59px;
  color: #898278;
  font-size: 14px;
  font-weight: 500;
}
section.our-locations .location-grid .locations-filter {
  display: flex;
  margin-bottom: 30px;
}
section.our-locations .location-grid .locations-filter .location-filter {
  height: 40px;
  border-radius: 18px;
  color: #00A1B0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 20px;
}
@media only screen and (max-width: 625px) {
  section.our-locations .location-grid .locations-filter .location-filter {
    font-size: 13px;
  }
}
section.our-locations .location-grid .locations-filter .location-filter.active {
  background: #00A1B0;
  color: #fff;
}
@media only screen and (max-width: 550px) {
  section.our-locations .locations-label {
    margin: 20px 0 0;
  }
}
section.our-locations .location-grid-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px -10px -20px;
}
@media only screen and (max-width: 550px) {
  section.our-locations .location-grid-flex {
    margin: 10px -10px -20px;
  }
}
section.our-locations .location-grid-flex .loc-wrap {
  width: 25%;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 950px) {
  section.our-locations .location-grid-flex .loc-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  section.our-locations .location-grid-flex .loc-wrap {
    width: 100%;
  }
}
/** Awards Grid **/
section.awards-grid {
  background: #F2F3F0;
  padding: 60px 0 40px;
}
section.awards-grid .fancer {
  bottom: -140px;
  position: absolute;
  left: -25px;
}
@media only screen and (max-width: 1140px) {
  section.awards-grid .fancer {
    bottom: -85px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  section.awards-grid .fancer {
    display: none;
  }
}
section.awards-grid .awards-head {
  text-align: center;
  font-size: 40px;
  color: #002E5D;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  section.awards-grid .awards-head {
    font-size: 35px;
  }
}
@media only screen and (max-width: 550px) {
  section.awards-grid .awards-head {
    font-size: 30px;
  }
}
section.awards-grid .awards-p {
  font-size: 16px;
  color: #54565B;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 40px;
}
section.awards-grid .awards-wrap {
  display: flex;
  margin: 0 -20px -20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.awards-grid .awards-wrap .award-outer {
  width: 33.3%;
  padding: 0 20px 20px;
}
@media only screen and (max-width: 991px) {
  section.awards-grid .awards-wrap .award-outer {
    width: 33.3%;
  }
}
@media only screen and (max-width: 768px) {
  section.awards-grid .awards-wrap .award-outer {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  section.awards-grid .awards-wrap .award-outer {
    width: 100%;
  }
}
section.awards-grid .awards-wrap .award-outer .award-inner {
  border-top: 3px solid #007DA5;
  /*background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);*/
  background: #fff;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
section.awards-grid .awards-wrap .award-outer .award-inner .a-label {
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  margin-bottom: 5px;
}
section.awards-grid .awards-wrap .award-outer .award-inner .a-title {
  font-size: 19px;
  font-weight: bold;
  color: #002E5D;
  line-height: 1.2;
  max-width: 200px;
  margin-bottom: 30px;
  max-height: 45px;
}
section.awards-grid .awards-wrap .award-outer .award-inner .a-copy {
  font-size: 16px;
  color: #424242;
  line-height: 1.2;
}
section.awards-grid .awards-wrap .award-outer .award-inner .a-copy p {
  margin-bottom: 30px;
}
/** Image Grid 2 **/
section.logos-grid-2 {
  background: #002E5D;
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  section.logos-grid-2 {
    padding: 40px 0;
  }
}
section.logos-grid-2 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.logos-grid-2 .img-wrap img {
  object-fit: cover;
  object-position: left;
  height: 100%;
  width: 100%;
}
section.logos-grid-2 .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  section.logos-grid-2 .container {
    flex-direction: column;
  }
}
section.logos-grid-2 .container .left {
  flex: 0 1 450px;
}
@media only screen and (max-width: 900px) {
  section.logos-grid-2 .container .left {
    flex: unset;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
section.logos-grid-2 .container .left h2, section.logos-grid-2 .container .left .h3 {
  font-size: 55px;
  color: #fff;
  line-height: 64px;
  max-width: 400px;
}
@media only screen and (max-width: 900px) {
  section.logos-grid-2 .container .left h2, section.logos-grid-2 .container .left .h3 {
    font-size: 35px;
    line-height: 1.4;
    max-width: unset;
  }
}
@media only screen and (max-width: 550px) {
  section.logos-grid-2 .container .left h2, section.logos-grid-2 .container .left .h3 {
    font-size: 27px;
  }
}
section.logos-grid-2 .container .left .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  min-height: 70px;
  padding: 15px 0;
  max-width: 250px;
}
@media only screen and (max-width: 900px) {
  section.logos-grid-2 .container .left .subtitle {
    max-width: unset;
  }
}
section.logos-grid-2 .container .right {
  margin-left: 20px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  section.logos-grid-2 .container .right {
    margin-left: 0;
    justify-content: space-between;
  }
}
section.logos-grid-2 .container .right .right-inner {
  margin: 0 -10px -40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 629px;
}
section.logos-grid-2 .container .right .right-inner .grid-outer {
  padding: 0 10px;
  width: 33.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 112px;
}
@media only screen and (max-width: 700px) {
  section.logos-grid-2 .container .right .right-inner .grid-outer {
    width: 50%;
  }
}
section.logos-grid-2 .container .right .right-inner .grid-outer:after {
  content: "";
  height: 1px;
  background: #026295;
  width: 97px;
  position: absolute;
  bottom: 0;
}
section.logos-grid-2 .container .right .right-inner .grid-outer:nth-of-type(10):after {
  content: none;
}
@media only screen and (max-width: 700px) {
  section.logos-grid-2 .container .right .right-inner .grid-outer:nth-of-type(10):after {
    content: "";
    height: 1px;
    background: #026295;
    width: 97px;
    position: absolute;
    bottom: 0;
  }
}
section.logos-grid-2 .container .right .right-inner .grid-outer:nth-of-type(11):after {
  content: none;
}
section.logos-grid-2 .container .right .right-inner .grid-outer:nth-of-type(12):after {
  content: none;
}
section.logos-grid-2 .container .right .right-inner .grid-outer .grid-inner {
  text-align: center;
}
section.logos-grid-2 .container .right .right-inner .grid-outer .grid-inner picture {
  display: block;
}
/** Products **/
.section.products {
  scroll-margin-top: 50px;
  margin-bottom: 150px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .section.products {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .section.products {
    padding-top: 30px;
  }
}
.section.products h3 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 20px;
  color: #002E5D;
  line-height: 1;
  max-width: 615px;
}
@media only screen and (max-width: 768px) {
  .section.products h3 {
    font-size: 40px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 550px) {
  .section.products h3 {
    font-size: 30px;
  }
}
.section.products p {
  font-size: 16px;
  color: #54565B;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .section.products p {
    padding: 0 20px;
  }
}
.products-carousel, .products-no-carousel {
  display: flex;
  margin-bottom: -78px;
}
.products-carousel .pc-item, .products-no-carousel .pc-item {
  height: 800px;
  padding: 60px;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .products-carousel .pc-item, .products-no-carousel .pc-item {
    height: 590px;
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .products-carousel .pc-item, .products-no-carousel .pc-item {
    height: 500px;
  }
}
.products-carousel .pc-item .img-wrap, .products-no-carousel .pc-item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.products-carousel .pc-item .img-wrap img, .products-no-carousel .pc-item .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.products-carousel .pc-item .outlined-btn, .products-no-carousel .pc-item .outlined-btn {
  width: 200px;
  margin-top: 20px;
}
.products-carousel .pc-item .outlined-btn img, .products-no-carousel .pc-item .outlined-btn img {
  width: auto;
}
.products-carousel .pc-item .pci-text, .products-no-carousel .pc-item .pci-text {
  color: #ffffff;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 5;
  font-size: 18px;
}
.products-carousel .pc-item .pci-text h4, .products-no-carousel .pc-item .pci-text h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .products-carousel .pc-item .pci-text h4, .products-no-carousel .pc-item .pci-text h4 {
    font-size: 25px;
    max-width: 150px;
  }
}
.products-carousel .pc-item .pc-shader, .products-no-carousel .pc-item .pc-shader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
}
.products-carousel .pc-item .subheadline, .products-no-carousel .pc-item .subheadline {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.products-carousel .pc-item .not-h4, .products-no-carousel .pc-item .not-h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .products-carousel .pc-item .not-h4, .products-no-carousel .pc-item .not-h4 {
    font-size: 25px;
  }
}
.products-carousel .pc-item p, .products-no-carousel .pc-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: clip;
  display: block;
  display: -webkit-box;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
}
.products-carousel .pc-item-0, .products-carousel .pc-item-1, .products-carousel .pc-item-2, .products-no-carousel .pc-item-0, .products-no-carousel .pc-item-1, .products-no-carousel .pc-item-2 {
  background-size: cover;
  background-position: center;
}
.products-carousel .owl-nav, .products-no-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  max-width: 300px;
  position: relative;
  margin: 10px auto 40px;
}
.products-carousel .owl-dots, .products-no-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  max-width: 300px;
  position: absolute;
  margin: 0px auto;
  right: 47%;
  left: 47%;
  bottom: 0px;
}
.products-carousel .owl-nav button.owl-next, .products-no-carousel .owl-nav button.owl-next {
  margin: 4px 4px 0px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-carousel .owl-nav button.owl-prev, .products-no-carousel .owl-nav button.owl-prev {
  margin: 4px 4px 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-carousel .owl-prev svg, .products-no-carousel .owl-prev svg {
  transform: rotate(180deg);
}
.products-carousel .owl-dot.active span, .products-no-carousel .owl-dot.active span {
  background: #00A1B0;
}
.products-carousel .owl-dot span, .products-no-carousel .owl-dot span {
  background: #B9B9B9;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
}
.products-no-carousel {
  display: flex;
  margin-bottom: unset;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .products-no-carousel {
    padding: 0 20px;
  }
}
.products-no-carousel .pc-item {
  width: calc(33% - 10px);
  flex: unset !important;
  margin-bottom: 20px;
  height: 750px;
}
@media only screen and (max-width: 991px) {
  .products-no-carousel .pc-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 600px) {
  .products-no-carousel .pc-item {
    width: 100%;
    height: 550px;
  }
}
.products .owl-nav .owl-prev svg, .products .owl-nav .owl-next svg {
  fill: #002E5D;
}
.home .owl-nav .owl-prev svg, .home .owl-nav .owl-next svg {
  /*fill: #ffffff;*/
}
/** Locations **/
.locations {
  height: 1050px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .locations {
    height: auto;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 550px) {
  .locations {
    height: auto;
    padding: 30px 0;
  }
}
.locations .locations-wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 80%;
  max-width: 810px;
  text-align: center;
  margin: 0 auto;
  padding: 0 50px;
  transition: all 0.5s;
  position: relative;
  z-index: 7;
}
.locations .locations-wrapper .subheadline {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 550px) {
  .locations .locations-wrapper .subheadline {
    font-size: 16px;
  }
}
.locations .locations-wrapper h3, .locations .locations-wrapper .h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .locations .locations-wrapper h3, .locations .locations-wrapper .h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  .locations .locations-wrapper h3, .locations .locations-wrapper .h3 {
    font-size: 20px;
  }
}
.locations .locations-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .locations .locations-wrapper p {
    font-size: 16px;
  }
}
.locations .locations-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.locations .locations-wrapper p a:hover {
  font-weight: bold;
}
.locations .locations-wrapper .white-btn {
  margin-top: 30px;
}
/**Partnerships **/
.partnerships {
  background-color: #002E5D;
  padding: 90px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .partnerships {
    padding: 40px 0 15px;
  }
}
.partnerships .pw-top {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}
.partnerships .pw-top .pt-left {
  color: #ffffff;
  width: 50%;
  position: relative;
}
.partnerships .pw-top .pt-left h3 {
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  max-width: 400px;
}
@media only screen and (max-width: 991px) {
  .partnerships .pw-top .pt-left h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-top .pt-left h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.partnerships .pw-top .pt-left .subtitle {
  font-size: 20px;
  font-weight: 500;
  background-color: #012548;
  padding: 20px 25px;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .partnerships .pw-top .pt-left .subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-top .pt-left .subtitle {
    position: absolute;
    left: 0;
    width: calc(100vw - 130px);
    text-align: left;
    margin-top: 20px;
  }
}
.partnerships .pw-top .pt-right {
  position: relative;
}
.partnerships .pw-top .pt-right .img-right {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .partnerships .pw-top .pt-right .img-right {
    max-width: 290px;
  }
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-top .pt-right .img-right {
    max-width: 97px;
  }
}
.partnerships .pw-top .pt-right .img-right-spacer {
  position: absolute;
  transition: all 0.7s;
  transform: translateY(0px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.partnerships .pw-top .pt-right .img-right-spacer .img-right-spacer-img {
  opacity: 0;
}
.partnerships .pw-top .pt-right .img-right-spacer:after {
  content: "";
  background: #00A1B0;
  width: calc(100% - 20%);
  height: calc(100% - 90px);
  position: absolute;
  bottom: -80px;
  right: -80px;
}
@media only screen and (max-width: 991px) {
  .partnerships .pw-top .pt-right .img-right-spacer:after {
    bottom: -30px;
    right: -30px;
  }
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-top .pt-right .img-right-spacer:after {
    bottom: unset;
    right: -30px;
    top: 43.5px;
    height: 68px;
  }
}
.partnerships .pw-top .pt-right .float-arrow {
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 2;
  transition: all 1s;
  transform: translateY(0px);
}
@media only screen and (max-width: 991px) {
  .partnerships .pw-top .pt-right .float-arrow {
    right: -90px;
    max-width: 140px;
  }
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-top .pt-right .float-arrow {
    right: -40px;
    max-width: 50px;
    top: 10px;
  }
}
.partnerships .pw-bottom {
  max-width: 1100px;
}
@media only screen and (max-width: 1024px) {
  .partnerships .pw-bottom {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-bottom {
    margin-top: 135px;
  }
}
.partnerships .pw-bottom .pw-partners {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-bottom .pw-partners {
    margin-left: 0;
    max-width: 100%;
  }
}
.partnerships .pw-bottom .pw-partners .pb-item {
  margin-right: 0;
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-bottom .pw-partners .pb-item {
    width: 33%;
  }
}
.partnerships .pw-bottom .pw-partners .pb-item a {
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .partnerships .pw-bottom .pw-partners .pb-item img {
    max-width: 80%;
  }
}
.numbers-cta {
  padding: 120px 30px;
  background: #E5E6E0;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .numbers-cta {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .numbers-cta {
    padding: 5px;
  }
}
.numbers-cta .vertical {
  position: relative;
  z-index: 15;
}
.numbers-cta .horseshoe {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 550px) {
  .numbers-cta .horseshoe {
    display: none;
  }
}
.numbers-cta .inset-block {
  padding-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .numbers-cta .inset-block {
    padding-bottom: 5px;
  }
}
.numbers-cta .cta-content {
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.numbers-cta .cta-content p.subheadline {
  font-size: 20px;
  margin-bottom: 10px;
}
.numbers-cta .cta-content .cta-left {
  width: 30%;
}
@media only screen and (max-width: 680px) {
  .numbers-cta .cta-content .cta-left {
    width: unset;
  }
}
.numbers-cta .cta-content .cta-left img {
  /*margin-left: -100%;*/
  /*transition: all 2s;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.numbers-cta .cta-content .cta-left img.shift {
  margin-left: 0;
}
@media only screen and (max-width: 680px) {
  .numbers-cta .cta-content .cta-left img {
    display: none;
  }
}
.numbers-cta .cta-content .cta-right {
  width: 70%;
  background-color: #eee;
  padding: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .numbers-cta .cta-content .cta-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .numbers-cta .cta-content .cta-right {
    width: 100%;
    padding: 30px;
  }
}
.numbers-cta .cta-content .cta-right h2 {
  color: #002E5D;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.07;
  margin-bottom: 15px;
  max-width: 540px;
  transition: all 1s;
}
.numbers-cta .cta-content .cta-right p {
  color: #262626;
  line-height: 1.8;
  max-width: 540px;
  transition: all 1s;
}
.numbers-cta .cta-content .cta-right a {
  color: #262626;
}
.numbers-cta .cta-content .cta-right.shift h2 {
  transform: translateY(0);
}
.numbers-cta .cta-content .cta-right.shift p {
  transform: translateY(0);
}
.numbers-cta .numbers-inner {
  background: #fff;
  padding: 0 20px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .numbers-cta .numbers-inner {
    padding: 0;
  }
}
.numbers-cta .container {
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .numbers-cta .container {
    padding: 0 5px;
  }
}
.numbers-cta .nc-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 60px 100px;
}
@media only screen and (max-width: 1200px) {
  .numbers-cta .nc-wrapper {
    padding: 60px 0 60px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .numbers-cta .nc-wrapper {
    padding: 50px 0 50px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .numbers-cta .nc-wrapper {
    padding: 40px 0 40px 20px;
  }
}
@media only screen and (max-width: 650px) {
  .numbers-cta .nc-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .numbers-cta .nc-wrapper {
    justify-content: center;
  }
}
.numbers-cta .nc-wrapper > .vertical {
  max-width: 350px;
}
@media only screen and (max-width: 650px) {
  .numbers-cta .nc-wrapper > .vertical {
    margin-top: 30px;
  }
}
.numbers-cta .nc-wrapper > .vertical.fancy:after {
  position: absolute;
  content: url(/wp-content/uploads/2022/04/suitcase-friend.png);
  top: 0;
  right: -213px;
}
@media only screen and (max-width: 900px) {
  .numbers-cta .nc-wrapper > .vertical.fancy:after {
    content: none;
  }
}
.numbers-cta .nc-wrapper img.vertical {
  margin: 0 auto;
}
.numbers-cta .nc-wrapper p.subheadline {
  font-size: 20px;
  color: #6d6d6d;
  font-weight: 500;
}
.numbers-cta .nc-wrapper .subtitle {
  font-size: 20px;
  font-weight: 500;
  background-color: #6D6D6D;
}
.numbers-cta .nc-wrapper h3 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  color: #002E5D;
  max-width: 700px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .numbers-cta .nc-wrapper h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .numbers-cta .nc-wrapper h3 {
    font-size: 32px;
  }
}
.numbers-cta .nc-wrapper img {
  max-width: 333px;
}
@media only screen and (max-width: 1024px) {
  .numbers-cta .nc-wrapper img {
    max-width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .numbers-cta .nc-wrapper img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 650px) {
  .numbers-cta .nc-wrapper img {
    display: none;
  }
}
.numbers-cta .ncw-numbers {
  display: flex;
  margin: 0 -25px;
}
@media only screen and (max-width: 450px) {
  .numbers-cta .ncw-numbers {
    display: block;
  }
}
.numbers-cta .ncw-numbers .extra-details {
  font-size: 21px;
  color: #4F4F4F;
  line-height: 1.2;
  letter-spacing: -1px;
}
.numbers-cta .ncw-numbers .ncwn-item {
  flex: 0 1 305px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid #B6B6B6;
}
.numbers-cta .ncw-numbers .ncwn-item:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 450px) {
  .numbers-cta .ncw-numbers .ncwn-item {
    border: none !important;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .numbers-cta .ncw-numbers .ncwn-item p {
    font-size: 15px;
  }
}
.numbers-cta .ncw-numbers .ncwn-item .n-number {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  color: #002E5D;
  display: flex;
  transition: all 1s;
  font-size: 0;
  align-items: center;
}
.numbers-cta .ncw-numbers .ncwn-item .n-number.grow {
  font-size: 90px;
}
@media only screen and (max-width: 1024px) {
  .numbers-cta .ncw-numbers .ncwn-item .n-number.grow {
    font-size: 60px;
  }
}
.numbers-cta .ncw-numbers .suffix {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  color: #00A1B0;
}
@media only screen and (max-width: 1024px) {
  .numbers-cta .ncw-numbers .suffix {
    font-size: 30px;
  }
}
.numbers-cta .ncw-numbers.vertical {
  flex-direction: column;
  margin: 20px 0 0;
}
.numbers-cta .ncw-numbers.vertical .ncwn-item .n-number.grow {
  font-size: 70px;
}
@media only screen and (max-width: 450px) {
  .numbers-cta .ncw-numbers.vertical .ncwn-item .n-number.grow {
    font-size: 50px;
  }
}
.numbers-cta .ncw-numbers.vertical .extra-details {
  font-size: 21px;
  color: #4F4F4F;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 300px;
}
.numbers-cta .ncw-numbers.vertical .ncwn-item {
  flex: unset;
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 25px;
  border-right: none;
}
.numbers-cta .ncw-numbers.vertical .ncwn-item:last-of-type {
  border-right: none;
  border-bottom: none;
}
.news-events {
  background: #002E5D;
  padding-top: 110px;
  padding-bottom: 70px;
  overflow: hidden;
  min-height: 800px;
}
@media only screen and (max-width: 768px) {
  .news-events {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .news-events {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.news-events .ne-top {
  color: #ffffff;
  text-align: center;
  padding-bottom: 50px;
}
.news-events .ne-top p {
  max-width: 720px;
  margin: 0 auto;
}
.news-events .ne-top a {
  color: #fff;
}
.news-events .ne-top a:hover {
  text-decoration: none;
}
.news-events .ne-bottom {
  display: flex !important;
  justify-content: space-between;
  margin-bottom: 40px;
  transition: all 1.25s;
}
.news-events .ne-bottom.fadein {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 550px) {
  .news-events .ne-bottom {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.news-events .ne-bottom .owl-stage {
  display: flex;
}
.news-events .ne-bottom .owl-item a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
.news-events .ne-bottom .nei-top {
  height: 250px;
  overflow: hidden;
}
.news-events .ne-bottom .nei-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-events .ne-bottom .nei-bottom {
  background-color: #ffffff;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-events .ne-bottom .nei-bottom h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  flex: 1;
  font-weight: normal;
}
.news-events .ne-bottom .nei-bottom svg {
  fill: #002E5D;
}
.news-events .ne-bottom a {
  text-decoration: none;
  color: #002E5D;
}
.news-events .hh3 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .news-events .hh3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 550px) {
  .news-events .hh3 {
    font-size: 18px;
  }
}
.news-events .white-btn {
  margin: 30px auto;
  transition: all 1.5s;
}
.news-events .white-btn.fadein {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .news-events .owl-nav {
    display: flex !important;
    justify-content: space-between;
    max-width: 300px;
    position: relative;
    margin: 20px auto;
  }
  .news-events .owl-dots {
    display: flex !important;
    justify-content: center;
    max-width: 300px;
    position: absolute;
    margin: 0px auto;
    right: 47%;
    left: 47%;
    bottom: 0px;
  }
  .news-events .owl-nav button.owl-next {
    margin: 4px 4px 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-events .owl-nav button.owl-prev {
    margin: 4px 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-events .owl-nav .owl-prev svg, .news-events .owl-nav .owl-next svg {
    fill: #B9B9B9;
  }
  .news-events .owl-prev svg {
    transform: rotate(180deg);
  }
  .news-events .owl-dot.active span {
    background: #00A1B0;
  }
  .news-events .owl-dot span {
    background: #B9B9B9;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .news-events .owl-nav {
    display: none !important;
  }
}
/** Careers **/
.full-width-cta {
  padding: 100px 0px;
  background-size: cover;
  background-position: center;
  height: 769px;
}
@media only screen and (max-width: 550px) {
  .full-width-cta {
    height: auto;
    padding: 20px 0px 200px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 450px;
  }
}
.full-width-cta .fwc-text {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
  margin-top: -50px;
}
@media only screen and (max-width: 991px) {
  .full-width-cta .fwc-text {
    height: 556px;
    margin-top: -75px;
    max-width: 330px;
  }
}
@media only screen and (max-width: 550px) {
  .full-width-cta .fwc-text {
    height: auto;
    margin-top: 0;
    max-width: 300px;
  }
}
.full-width-cta .fwc-text h3 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  color: #002E5D;
  max-width: 500px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .full-width-cta .fwc-text h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .full-width-cta .fwc-text h3 {
    font-size: 25px;
  }
}
.full-width-cta .fwc-text .blue-btn {
  margin-top: 30px;
  width: 260px;
  max-width: unset;
}
/** Leadership **/
.team {
  padding: 70px 0px;
}
@media only screen and (max-width: 550px) {
  .team {
    padding: 30px 0px;
  }
}
.team .team-top {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.team .team-top .subheadline {
  font-size: 20px;
  color: #002E5D;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .team .team-top .subheadline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .team .team-top .subheadline {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.team .team-top h3 {
  font-size: 42px;
  color: #002E5D;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .team .team-top h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 550px) {
  .team .team-top h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
.team .team-top p {
  font-size: 16px;
  color: #262626;
  line-height: 1.6;
}
.team .team-outer {
  margin: 0 auto;
  max-width: 920px;
}
.team .team-bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.team .team-bottom .team-inner {
  padding: 0 10px 20px;
  width: calc(33.3% - 20px);
}
@media only screen and (max-width: 768px) {
  .team .team-bottom .team-inner {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .team .team-bottom .team-inner {
    width: 100%;
  }
}
.team .team-bottom .tb-item {
  background: #F4F4F4;
  padding: 35px;
  margin-bottom: 12px;
  position: relative;
  height: 100%;
}
.team .team-bottom .tb-item.me {
  position: unset;
}
.team .team-bottom .tb-item .tbi-box h5 {
  font-size: 26px;
  font-weight: 700;
  color: #002E5D;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 160px;
}
.team .team-bottom .tb-item .tbi-box p {
  font-size: 18px;
  color: #5C5C5C;
  line-height: 1.16;
  max-width: 160px;
  padding-bottom: 20px;
}
.team .team-bottom .tb-item .plus-btn {
  position: absolute;
  right: 30px;
  bottom: 15px;
  cursor: pointer;
}
.team .team-bottom .tb-item .plus-btn svg {
  fill: #00A1B0;
}
.team .team-bottom .tb-item .plus-btn.me {
  bottom: unset;
  top: 290px;
  z-index: 80;
  transform: rotate(45deg);
  right: 140px;
}
@media only screen and (max-width: 768px) {
  .team .team-bottom .tb-item .plus-btn.me {
    right: 40px;
  }
}
.team .team-bottom .tb-item .plus-btn.me svg {
  fill: #FE5C69;
}
.team .team-bottom .tb-item .tbi-abstract {
  display: none;
}
.team .team-bottom .tb-item .tbi-abstract p {
  margin: 10px 0;
}
.team .team-bottom .tb-item .tbi-abstract.me {
  display: block;
  position: absolute;
  top: 270px;
  left: 40px;
  right: 100px;
  scroll-margin-top: 100px;
  z-index: 70;
  background: #fff;
  padding: 50px 30px 30px;
  box-shadow: 0px 2px 30px 0px rgba(142, 142, 142, 0.5);
}
@media only screen and (max-width: 768px) {
  .team .team-bottom .tb-item .tbi-abstract.me {
    left: 20px;
    right: 20px;
  }
}
.team .team-bottom .tb-item a {
  text-decoration: none;
}
/** Benefits **/
.benefits {
  padding: 70px 0px;
  background-color: #F3F3F3;
}
.benefits .blue-btn {
  width: 260px;
  margin: 20px auto 0;
}
.benefits .benefits-top {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.benefits .benefits-top .subheadline {
  font-size: 20px;
  color: #002E5D;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .benefits .benefits-top .subheadline {
    font-size: 18px;
  }
}
@media only screen and (max-width: 550px) {
  .benefits .benefits-top .subheadline {
    font-size: 16px;
  }
}
.benefits .benefits-top h3 {
  font-size: 42px;
  color: #002E5D;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .benefits .benefits-top h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 550px) {
  .benefits .benefits-top h3 {
    font-size: 16px;
  }
}
.benefits .benefits-top p {
  font-size: 16px;
  color: #262626;
  line-height: 1.6;
}
.benefits .benefits-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits .benefits-bottom .bb-item {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .benefits .benefits-bottom .bb-item {
    width: 100%;
  }
}
.benefits .benefits-bottom .bb-item img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.benefits .benefits-bottom .bb-item .bbi-text {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
.benefits .benefits-bottom .bb-item .bbi-text h4 {
  font-size: 36px;
  color: #fff;
  max-width: 85%;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .benefits .benefits-bottom .bb-item .bbi-text h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 550px) {
  .benefits .benefits-bottom .bb-item .bbi-text h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 350px) {
  .benefits .benefits-bottom .bb-item .bbi-text h4 {
    font-size: 24px;
  }
}
.benefits .benefits-bottom .bb-item .bbi-text a {
  font-size: 21px;
  color: #002E5D;
}
/** Case Studies **/
.case-studies {
  padding: 125px 0px 60px;
  background-color: #002E5D;
}
.case-studies .white-btn {
  background: #ffffff;
  border: 1px solid #002E5D;
  color: #002E5D;
  width: 261px;
  margin: 70px auto 0;
}
.case-studies h3 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  max-width: 480px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .case-studies h3 {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .case-studies h3 {
    font-size: 27px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 675px) {
  .case-studies h3 {
    position: relative;
  }
}
@media only screen and (max-width: 550px) {
  .case-studies h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.case-studies p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .case-studies h3 + p {
    display: none;
  }
}
.case-studies .cs-filters ul {
  list-style: none;
  padding-inline-start: 0px;
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .case-studies .cs-filters ul {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    margin: 15px 0 40px auto;
    justify-content: flex-start;
    height: 54px;
    overflow: hidden;
    width: 280px;
    flex-direction: column;
    position: relative;
    border-radius: 30px;
  }
  .case-studies .cs-filters ul:before {
    content: "Filter by Category";
    background: #012548;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .case-studies .cs-filters ul:after {
    content: url(/wp-content/uploads/2022/01/arrow-ios-right.svg);
    position: absolute;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(47deg) brightness(97%) contrast(107%);
    right: 40px;
    top: 15px;
  }
  .case-studies .cs-filters ul.opened {
    height: auto;
    border-radius: 30px 30px 27px 27px;
    border: 1px solid #979797;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.22);
    background-color: #E5E6E0;
    padding-top: 54px;
    padding-bottom: 30px;
  }
  .case-studies .cs-filters ul.opened:before {
    margin-bottom: -25px;
    height: 54px;
    bottom: unset;
    border-radius: 30px;
  }
  .case-studies .cs-filters ul.opened:after {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 550px) {
  .case-studies .cs-filters ul {
    width: 100%;
  }
}
.case-studies .cs-filters ul .button {
  background-color: #012548;
  color: #ffffff;
  border-radius: 30px;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .case-studies .cs-filters ul .button {
    background-color: #E5E6E0;
    color: #000;
    border-radius: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset;
    height: 54px;
    font-weight: 400;
  }
}
.case-studies .cs-filters ul .active {
  background-color: #ffffff;
  color: #012548;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .case-studies .cs-filters ul .active {
    background-color: #EEEFE9;
  }
}
.case-studies .cs-tab {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .case-studies .cs-tab {
    position: relative;
  }
}
.case-studies .cs-tab .cst-left {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .case-studies .cs-tab .cst-left {
    width: 260px;
    height: 327px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
}
@media only screen and (max-width: 580px) {
  .case-studies .cs-tab .cst-left {
    display: none;
  }
}
.case-studies .cs-tab .cst-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-studies .cs-tab .cst-right {
  width: 50%;
  padding: 40px 60px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .case-studies .cs-tab .cst-right {
    width: 100%;
    position: relative;
  }
  .case-studies .cs-tab .cst-right .filler {
    float: right;
    width: 275px;
    height: 342px;
    margin: -40px -60px 0 0;
  }
}
@media only screen and (max-width: 580px) {
  .case-studies .cs-tab .cst-right {
    width: 100%;
    padding: 30px 20px;
  }
  .case-studies .cs-tab .cst-right .filler {
    display: none;
  }
}
.case-studies .cs-tab .cst-right .subheadline {
  font-size: 20px;
  font-weight: 500;
  color: #002E5D;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .case-studies .cs-tab .cst-right .subheadline {
    font-size: 16px;
  }
}
.case-studies .cs-tab .cst-right h4 {
  font-size: 25px;
  color: #002E5D;
  font-weight: 700;
  line-height: 1;
  max-width: 480px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 550px) {
  .case-studies .cs-tab .cst-right h4 {
    font-size: 17px;
  }
}
.case-studies .cs-tab .cst-right p {
  font-size: 16px;
  font-weight: 500;
  color: #585858;
  line-height: 1.6;
}
.case-studies .cs-tab .cst-right .blue-btn {
  margin-top: 30px;
  width: 280px;
}
.case-studies .active {
  display: flex;
}
/** Solutions **/
.solutions {
  padding: 90px 0px 200px;
  background-color: #F3F3F3;
}
.solutions .solutions-top {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.solutions .solutions-top .subheadline {
  font-size: 20px;
  color: #002E5D;
  font-weight: 400;
  margin-bottom: 10px;
}
.solutions .solutions-top h3 {
  font-size: 42px;
  color: #002E5D;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 550px) {
  .solutions .solutions-top h3 {
    font-size: 27px;
  }
}
.solutions .solutions-top p {
  font-size: 16px;
  color: #262626;
  line-height: 1.6;
}
.solutions .sb-filter {
  text-align: center;
  margin: 40px auto;
  display: block;
  width: 232px;
  height: 54px;
  border: 1px solid #979797;
  border-radius: 27px;
  background: #DADBD8;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #E5E6E0;
  border-radius: 30px;
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.22);
}
.solutions .sb-filter .sb-filter-inner {
  display: flex;
  flex-direction: column;
}
.solutions .sb-filter .sb-filter-inner > div {
  text-align: left;
  padding: 10px 20px;
  cursor: pointer;
  order: 2;
}
.solutions .sb-filter .sb-filter-inner > div:hover {
  background: #EEEFE9;
}
.solutions .sb-filter .sb-filter-inner > div.me-time {
  background: #EEEFE9;
  height: 54px;
  display: flex;
  align-items: center;
  order: 1;
}
.solutions .sb-filter:before {
  content: "Filter by Industry";
  color: #000;
  font-size: 15px;
  font-weight: bold;
  top: 0;
  height: 54px;
  position: absolute;
  z-index: 20;
  background: #DADBD8;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.solutions .sb-filter:after {
  content: url(/wp-content/uploads/2022/01/arrow-ios-right.svg);
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 20;
}
.solutions .sb-filter.activated:before {
  content: none;
}
.solutions .sb-filter.opened {
  height: auto;
  border-radius: 30px;
}
.solutions .sb-filter.opened .sb-filter-inner {
  padding: 30px 0 20px;
  margin-top: 30px;
}
.solutions .sb-filter.opened .filter-clear {
  order: 0;
  cursor: pointer;
}
.solutions .sb-filter.opened:before {
  border: 1px solid #979797;
  border-radius: 30px;
  border-top: none;
}
.solutions .sb-filter.opened:after {
  transform: rotate(180deg);
}
.solutions .sb-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.solutions .sb-items .sb-inner {
  width: 25%;
  padding: 0 8px 16px;
}
@media only screen and (max-width: 1200px) {
  .solutions .sb-items .sb-inner {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .solutions .sb-items .sb-inner {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .solutions .sb-items .sb-inner {
    width: 100%;
  }
}
.solutions .sb-items .sbi-box {
  /*background:#00A1B0; */
  padding: 45px 30px 35px 60px;
  position: relative;
  min-height: 223px;
  display: block;
}
.solutions .sb-items .sbi-box h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
  max-width: 160px;
  color: #002E5D;
}
.solutions .sb-items .sbi-box p {
  font-size: 15px;
  line-height: 1.16;
  max-width: 160px;
  color: #002E5D;
  margin-bottom: 10px;
}
.solutions .sb-items .sbi-box-283 {
  background-color: #FFC54E;
}
.solutions .sb-items .sbi-box-283 p, .solutions .sb-items .sbi-box-283 h4, .solutions .sb-items .sbi-box-283 a {
  color: #002E5D;
}
.solutions .sb-items .sbi-box-283 svg {
  fill: #002E5D;
}
.solutions .sb-items .sbi-box-284 {
  background-color: #D4D5D0;
}
.solutions .sb-items .sbi-box-284 p, .solutions .sb-items .sbi-box-284 h4, .solutions .sb-items .sbi-box-284 a {
  color: #002E5D;
}
.solutions .sb-items .sbi-box-284 svg {
  fill: #002E5D;
}
.solutions .sb-items .sbi-box-285 {
  background-color: #002E5D;
}
.solutions .sb-items .sbi-box-285 p, .solutions .sb-items .sbi-box-285 h4, .solutions .sb-items .sbi-box-285 a {
  color: #ffffff;
}
.solutions .sb-items .sbi-box-285 svg {
  fill: #ffffff;
}
.solutions .sb-items .plus-btn {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.solutions .sb-items .plus-btn svg {
  fill: #00A1B0;
}
.solutions .sb-items a {
  text-decoration: none;
}
/** CTA **/
.cta {
  padding: 0px 0px 70px;
  margin-top: -40px;
  background-color: #E5E6E0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cta {
    margin-top: -20px;
  }
}
.cta p.subheadline {
  margin-bottom: 10px;
  font-weight: 400;
}
.cta .cta-content {
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.cta .cta-content .cta-left {
  width: 30%;
}
@media only screen and (max-width: 680px) {
  .cta .cta-content .cta-left {
    width: unset;
  }
}
.cta .cta-content .cta-left img {
  /*margin-left: -100%;*/
  /*transition: all 2s;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cta .cta-content .cta-left img.shift {
  margin-left: 0;
}
@media only screen and (max-width: 680px) {
  .cta .cta-content .cta-left img {
    display: none;
  }
}
.cta .cta-content .cta-right {
  width: 70%;
  background-color: #ffffff;
  padding: 80px 50px 80px 80px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .cta .cta-content .cta-right {
    padding: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .cta .cta-content .cta-right {
    width: 100%;
    padding: 30px;
  }
}
.cta .cta-content .cta-right h2 {
  color: #002E5D;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.07;
  margin-bottom: 15px;
  transition: all 1s;
  /*max-width: 540px;*/
}
@media only screen and (max-width: 550px) {
  .cta .cta-content .cta-right h2 {
    font-size: 27px;
  }
}
.cta .cta-content .cta-right p {
  color: #262626;
  line-height: 1.5;
  transition: all 1s;
  /*max-width: 540px;*/
}
.cta .cta-content .cta-right a {
  color: #262626;
}
.cta .cta-content .cta-right a.button {
  background: #64d1cc;
  border: 1px solid #64d1cc;
  color: #ffffff;
  font-size: 20px;
  max-width: 250px;
}
.cta .cta-content .cta-right a.button .a2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(326deg) brightness(106%) contrast(106%);
}
.cta .cta-content .cta-right .cta-wrap {
  margin-top: 20px;
}
.cta .cta-content .cta-right.shift h2 {
  transform: translateY(0);
}
.cta .cta-content .cta-right.shift p {
  transform: translateY(0);
}
@media only screen and (max-width: 680px) {
  .cta .cta-content .cta-left {
    width: 100%;
    height: auto;
  }
  .cta .cta-content {
    flex-direction: column !important;
  }
  .cta .cta-content .cta-left img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
    display: block;
  }
}
.page-wrapper > .cta {
  padding-top: 140px;
  margin-top: 0;
  background: linear-gradient(180deg, #e7e7e7 0%, #e5e6e0 100%);
}
@media only screen and (max-width: 550px) {
  .page-wrapper > .cta {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 680px) {
  .page-wrapper > .cta .cta-content .cta-left {
    width: 100%;
    height: auto;
  }
  .page-wrapper > .cta .cta-content {
    flex-direction: column;
  }
  .page-wrapper > .cta .cta-content .cta-left img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
    display: block;
  }
}
/** Copy **/
.copy {
  padding: 40px 0px;
  background: white;
  background: linear-gradient(0deg, white 30%, #e5e6e0 100%);
  overflow: hidden;
  height: auto !important;
}
@media only screen and (max-width: 680px) {
  .copy {
    height: auto;
  }
}
.copy img.alignleft {
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .copy img.alignleft {
    max-width: 125px;
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .copy img.alignleft {
    margin-right: 20px;
  }
}
.copy .copy-content {
  max-width: 800px;
  margin: 0 auto;
}
.copy h2 {
  color: #002E5D;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.07;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .copy h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 550px) {
  .copy h2 {
    font-size: 18px;
  }
}
.copy h3 {
  font-size: 25px;
  color: #002E5D;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .copy h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .copy h3 {
    font-size: 17px;
  }
}
.copy h3 {
  color: #002E5D;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
.copy h4, .copy .h4 {
  font-size: 18px;
  color: #002E5D;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 550px) {
  .copy h4, .copy .h4 {
    font-size: 16px;
  }
}
.copy h5 {
  color: #002E5D;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .copy h5 {
    font-size: 16px;
  }
}
.copy p {
  color: #262626;
  line-height: 1.5;
  margin-bottom: 10px;
}
.copy .float-arrow {
  position: absolute;
  left: 30px;
}
@media only screen and (max-width: 1140px) {
  .copy .float-arrow {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .copy .float-arrow {
    display: none;
  }
}
.copy .yellow-shape {
  position: absolute;
  right: -210px;
  bottom: -160px;
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  .copy .yellow-shape {
    right: -140px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .copy .yellow-shape {
    max-width: 270px;
  }
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block;
}
.contact-form {
  padding: 60px 0 100px;
}
/** Two Copy Column **/
.two-column-copy {
  margin: 20px 0 40px;
}
.two-column-copy .container {
  display: flex;
}
@media only screen and (max-width: 550px) {
  .two-column-copy .container {
    display: block;
  }
}
.two-column-copy .container .column {
  width: 413px;
  margin-right: 80px;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .two-column-copy .container .column {
    width: 47%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .two-column-copy .container .column {
    width: 100%;
  }
  .two-column-copy .container .column:first-of-type {
    margin-bottom: 30px;
  }
}
.two-column-copy .container .column h4, .two-column-copy .container .column .h4 {
  font-size: 18px;
  margin: 20px 0;
}
.two-column-copy .container .column h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
/** Industries Panel **/
.industries .industries-wrapper .container {
  max-width: 1460px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .container {
    padding: 0;
  }
}
.industries .industries-wrapper .container.overlap {
  margin: -150px auto 0;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .container.overlap {
    padding: 0;
    margin: -50px auto 0;
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .container.overlap {
    margin: -27px auto 0;
  }
}
.industries .industries-wrapper .anchors {
  min-height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #002E5D;
  color: #fff;
  padding: 0 40px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 150;
}
@media only screen and (max-width: 750px) {
  .industries .industries-wrapper .anchors {
    font-size: 13px;
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .anchors {
    font-size: unset;
    border: 1px solid #fff;
    border-radius: 50px;
    max-width: calc(100% - 40px);
    margin: 0 auto 15px;
  }
  .industries .industries-wrapper .anchors:after {
    content: url(/wp-content/uploads/2022/01/chevron-down.svg);
    position: absolute;
    right: 60px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(304deg) brightness(106%) contrast(101%);
  }
  .industries .industries-wrapper .anchors.opened {
    position: absolute;
    z-index: 50;
    left: 20px;
    top: -50px;
    flex-direction: column;
    border-radius: 0;
    padding: 0 20px;
  }
  .industries .industries-wrapper .anchors.opened:after {
    transform: rotate(183deg);
    top: 3px;
  }
  .industries .industries-wrapper .anchors.opened .anchor-link {
    display: block !important;
    padding: 5px 0;
    text-align: center;
  }
}
.industries .industries-wrapper .anchors.sticky2 {
  position: fixed;
  top: 82px;
  z-index: 200;
  left: 0;
  right: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .anchors.sticky2 {
    top: 68px;
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .anchors.sticky2 {
    top: unset;
    bottom: 60px;
  }
}
.industries .industries-wrapper .anchors .anchor-label {
  margin-right: 30px;
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .anchors .anchor-label strong:before {
    content: "Select ";
  }
}
.industries .industries-wrapper .anchors .anchor-link {
  margin-right: 20px;
}
.industries .industries-wrapper .anchors .anchor-link a {
  color: #fff;
  text-decoration: none;
}
.industries .industries-wrapper .anchors .anchor-link.blue {
  border-bottom: 1px solid #00A1B0;
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .anchors .anchor-link {
    display: none;
  }
}
.industries .industries-wrapper .tabs div.industry-tab {
  background: #E5E6E0;
  padding: 30px;
  position: relative;
  scroll-margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab {
    padding: 30px 30px 0;
    scroll-margin-top: 60px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab:nth-child(even) {
  background: #fff;
}
.industries .industries-wrapper .tabs div.industry-tab:nth-child(even) .industry-tab-inner .osw-bottom .exp-top .white-box {
  background: #E5E6E0;
}
.industries .industries-wrapper .tabs div.industry-tab#industry0:before {
  content: url(/wp-content/uploads/2022/01/industry-flair1.png);
  position: absolute;
  left: 0;
  content: "";
}
@media only screen and (max-width: 1500px) {
  .industries .industries-wrapper .tabs div.industry-tab#industry1 {
    overflow: hidden;
  }
}
.industries .industries-wrapper .tabs div.industry-tab#industry1:before {
  content: url(/wp-content/uploads/2022/01/industry-flair2.png);
  position: absolute;
  right: -60px;
  content: "";
}
.industries .industries-wrapper .tabs div.industry-tab#industry3:before {
  content: url(/wp-content/uploads/2022/01/industry-flair3.png);
  position: absolute;
  left: 0;
  content: "";
}
.industries .industries-wrapper .tabs div.industry-tab#industry4:before {
  content: url(/wp-content/uploads/2022/01/industry-flair4.png);
  position: absolute;
  right: -50px;
  content: "";
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner {
  max-width: 1050px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 580px;
  position: relative;
  z-index: 3;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text-outer {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner {
    max-width: unset;
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner {
    min-height: unset;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text {
  max-width: 357px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text {
    max-width: unset;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .subheadline {
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .subheadline {
    font-size: 16px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .headline {
  font-size: 42px;
  font-weight: bold;
  color: #002E5D;
  line-height: 1;
  margin: 5px 0 10px;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .headline {
    font-size: 27px;
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .headline {
    font-size: 18px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text p {
  color: #262626;
  font-size: 16px;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .blue-btn {
  margin: 40px 0 0;
  max-width: 181px;
}
@media only screen and (max-width: 768px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-text .blue-btn {
    margin: 20px 0 0;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders {
  max-width: 560px;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders {
    max-width: unset;
    margin-top: 40px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders p.how {
  font-size: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders p.how {
    margin: 0 -30px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
    background: #002E5D;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders p.how i {
    margin: 0 5px;
  }
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders p.how:after {
    content: "+";
    font-size: 30px;
    text-align: center;
    background: #012142;
    width: 69px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
  }
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .it-expanders p.how.howed:after {
    content: "-";
  }
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .ite-items {
    margin: 0 -30px;
    background: #012142;
    height: 0;
    transition: all 0.5s ease;
    padding: 0;
    overflow: hidden;
    display: none;
  }
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .ite-items.showme {
    height: auto;
    padding: 12px 10px;
    display: block;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top {
  color: #ffffff;
  max-width: 600px;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top {
    max-width: unset;
    padding-left: 0px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top p {
    max-width: 450px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top .subheadline {
  font-size: 20px;
  font-weight: 400;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-top h3 {
    max-width: 350px;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom {
  margin-top: 15px;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-top {
  background-color: #F0F0F0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 54px;
  padding: 0 0 0 20px;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-top p {
  padding: 0px 15px;
  font-size: 15px;
  line-height: 1.3;
  overflow: hidden;
  height: 45px;
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 550px) {
  .industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-top p {
    font-size: 12px;
    font-weight: bold;
  }
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-top .white-box {
  background-color: #ffffff;
  color: #002E5D;
  padding: 7px 13px;
  font-size: 19px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  transform: rotate(0);
  transition: all 1s;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-top .white-box.spinme {
  transform: rotate(360deg);
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-bot {
  height: 0;
  color: #747474;
  background: #ffffff;
  margin-top: -10px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-bot.opened {
  height: auto;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-bot .exp-bot-inner {
  padding: 25px 40px 35px 25px;
}
.industries .industries-wrapper .tabs div.industry-tab .industry-tab-inner .osw-bottom .exp-bot p {
  font-size: 15px;
}
.financial-institutions .section.www-container.panel-4, .travel-and-hospitality .section.www-container.panel-4, .membership-organizations .section.www-container.panel-4 {
  overflow: hidden !important;
}
.financial-institutions .section.www-container.panel-4:before, .travel-and-hospitality .section.www-container.panel-4:before, .membership-organizations .section.www-container.panel-4:before {
  content: url(/wp-content/uploads/2024/01/layer3-top-sized2.png);
  position: absolute;
  right: 15px;
  bottom: 0;
  transform: rotateX(179deg);
}
@media screen and (max-width: 991px) {
  .financial-institutions .section.www-container.panel-4:before, .travel-and-hospitality .section.www-container.panel-4:before, .membership-organizations .section.www-container.panel-4:before {
    bottom: -64px;
  }
}
.financial-institutions .section.www-container.panel-4:after, .travel-and-hospitality .section.www-container.panel-4:after, .membership-organizations .section.www-container.panel-4:after {
  content: url(https://careers.arrivia.com/wp-content/uploads/2021/10/layer3-bottom.svg);
  top: -6px;
  position: absolute;
  transform: rotateX(180deg);
}
@media screen and (max-width: 991px) {
  .financial-institutions .section.www-container.panel-4:after, .travel-and-hospitality .section.www-container.panel-4:after, .membership-organizations .section.www-container.panel-4:after {
    top: -34px;
  }
}
.simple-expanders h2 {
  color: #002e5d !important;
}
.simple-expanders .osw-top {
  max-width: unset !important;
}
.simple-expanders .osw-bottom .exp-top {
  background-color: #fff !important;
  color: #000 !important;
}
.simple-expanders .osw-bottom .exp-top .white-box {
  background-color: #002E5D !important;
  color: #fff !important;
}
