.page-footer_link span {
    padding-left: 3px;
}

.section-form ul{
    margin-bottom: 0;
    font-family: "Times LT Roman";
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    padding-left: 54px;
}
.section-form ul li{
	margin-bottom: 19px;
    font-weight: 300;
    list-style-type: circle;
}

.with_frm_style, .frm_forms {
    --progress-border-color-b: #fff;
    --image-size: 150px;
}
fieldset {
    border: none;
    padding: 0
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
select option{
	color:#000;
}

.frm_button_submit.frm_final_submit{
	border:none;
}

.main-menu_item--current-page .main-menu_link:before {
    display: block;
}

.info_link--active {
    color: var(--color-limed-spruce);
    font-weight: 700;
}

.pagination {
    display: flex;
    grid-template-columns: initial;
    gap: initial;
    color: #000;
    margin: 0 auto;
    max-width: initial;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.pagination .page-numbers{
    padding: 0 8px;
}

.page-numbers.current{

    color: var(--color-brand);
}

.hero_box.hero-short{
    padding-top: clamp(140px, 7vw, 200px);
    padding-bottom: 1px;
}

@media (max-width: 600px){
    .main-card_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.posts-filter_input-holder input::-webkit-input-placeholder {
   color: rgb(117, 117, 117);
}

.posts-filter_input-holder input::-moz-placeholder { /* Firefox 19+ */
   color: rgb(117, 117, 117);
}
.posts-filter_input-holder input:-ms-input-placeholder { /* IE 10+ */
   color: rgb(117, 117, 117);
}
.posts-filter_input-holder input:-moz-placeholder { /* Firefox 18- */
   color: rgb(117, 117, 117);
}

.people-modal{
    padding: 0;
    max-width: 1000px;
}
.people-modal-wrapper {
    background-color: var(--color-brand);
    display: flex;
}
.people-modal-wrapper .modal-image {
    width: 40%;
}
.people-modal-wrapper .modal-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.people-modal-wrapper .modal-content {
    width: 60%;
    color: #fff;
    padding: 30px;
    font-size: 17px;
}
.people-modal-wrapper .modal-content p{
    line-height: normal
}
.people-modal-wrapper .modal-content .person_position{
    font-size: 16px;
    margin-bottom: 0;
}
.people-modal-wrapper .modal-content h3.person_name{
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .people-modal-wrapper {
        display: block;
    }
    .people-modal-wrapper .modal-image {
        padding: 75% 0 0;
        position: relative;
        width: 100%;
    }
    .people-modal-wrapper .modal-image img {
        left: 0;
        position: absolute;
        top: 0;
    }
    .people-modal-wrapper .modal-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .people-modal-wrapper .modal-image {
        padding: 100% 0 0;
    }
}

/**/

.form_select select{
    background-color: #286db2;
    border-bottom: 1px solid #95baf0;
    padding-left: 20px;
}

.signal-loading {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #00a6de;
    border-radius: 30px;
    height: 40px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    width: 40px;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.posts-filter_form {
    display: grid;
    grid-template-columns: 1fr 1fr 33%;
    gap: 20px;
}

.search_inner {
    display: grid;
    grid-template-columns: 138px 1fr;
    -webkit-column-gap: 94px;
    -moz-column-gap: 94px;
    column-gap: 94px;
}
.filter_button {
    width: 100%;
}
@media (max-width: 1050px){
    .search_inner {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }
    .filter_button {
        margin-right: 16px;
        margin-bottom: 0;
        font-size: 16px;
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 720px){
    .posts-filter_form {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
._hide{
    display: none
}

.frm_submit.form_button{
    margin-top: 25px
}


.frm_error {
    display: block;
    position: absolute;
    top: 79px;
    left: -22px;
    font-size: 15px;
    color: #fff;
}

@media (max-width: 600px){
    .form_box {
        margin-bottom: 30px;
    }
}

.form_head .form_text{

    margin-bottom: 20px;
}

/* New Homepage */
.section-stats {
  padding-block: 100px;
  text-align: center;
}
.section-stats .container {
  max-width: 980px;
}
.section-stats .content-box__title {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  color: #36404a;
}
.section-stats__row {
  position: relative;
  display: grid;
  margin-bottom: 50px;
  padding: 50px 100px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  background-color: #3A8DDE;
  color: #fff;
  font-family: "Times LT Pro Bold", sans-serif;
}
.section-stats__row::before,
.section-stats__row::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 25px;
  height: calc(100% - 18px);
  background-color: #36404A;
  transform: translateY(-50%);
}
.section-stats__row::before {
  left: -25px;
}
.section-stats__row::after {
  right: -25px;
}
.section-stats__col-text {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 68px;
  font-weight: 700;
}
.section-stats__col-text span {
  font-family: 'Gloock', serif;
  font-weight: 400;
}
.section-stats__col-content {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}
.section-stats .content-box__content {
  margin-bottom: 50px;
}
.section-stats .content-box__content p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1050px) {
  .section-stats .content-box__title {
    font-size: 42px;
  }
  .section-stats__row {
    padding: 40px;
  }
  .section-stats .content-box__content p {
    font-size: 18px;
  }
  .section-stats .content-box__content {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-stats {
    padding-block: 50px;
  }
  .section-stats .content-box__title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .section-stats__row {
    margin-bottom: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-stats__row::before, .section-stats__row::after {
    width: 20px;
  }
  .section-stats__row::before {
    left: -20px;
  }
  .section-stats__row::after {
    right: -20px;
  }
}
@media (max-width: 576px) {
  .section-stats__row {
    padding: 30px 20px;
  }
}
  
.hero--has-video .hero_box {
  padding-top: 130px;
}
.hero--has-video .main-box_caption {
  font-weight: 400;
}
.hero--has-video .main-box_text--margin-b-sm {
  max-width: 478px;
}
.hero--has-video .hero_img {
  left: 50%;
  max-width: 50%;
  max-height: 740px;
}
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;

  padding-top: 50px;
  padding-bottom: 60px; /* reduced slightly for better fit */

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0)
  );
  color: #fff;
}
.hero-bottom .container {
  display: flex;
  align-items: flex-start;
}
.hero-bottom__left {
  flex: 0 0 380px;
  margin-right: 120px;
}
.hero-bottom__links {
  margin-bottom: 70px;
}
.hero-bottom__link {
  padding: 30px 0;
  border-bottom: 1px solid #CACACA;
}
.hero-bottom__link:first-child {
  padding-top: 0;
}
.hero-bottom__link:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.hero-bottom__link .link {
  position: relative;
  display: block;
  font: 400 28px/1 'Times LT Roman';
  color: #fff;
}
.hero-bottom__link .link::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 10px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="21" viewBox="0 0 10 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L9 10.5L1 20" stroke="%233A8DDE"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform .3s ease-in-out;
  will-change: transform;
}
.hero-bottom__link .link:hover::after {
  transform: translate(10px, -50%);
}
.hero-bottom__left-text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
  opacity: 0.7;
  letter-spacing: 0.1em;
}
.hero-video {
  position: relative;
  width: 480px;
  height: 256px;
  opacity: 0.2;
  transition: opacity .3s ease-in-out;
}
.hero-video.swiper-slide-active {
  opacity: 1;
}
.hero-video video {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.hero-video__play svg {
    display: block;
}

.hero-video__slider {
  min-width: 0;
  margin-right: calc(((100vw - 1180px) - var(--gutter)) * -0.5);
}
.hero-video__slider {
  position: relative;
}
.hero-video__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: transform .3s ease-in-out;
  will-change: transform;
}
.hero-video__slider .swiper-button-next:hover {
  transform: translate(10px, -50%);
}
@media screen and (min-width: 1051px) {
  .hero--has-video .main-box_title--size-lg {
    font-size: 68px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1240px) {
  .hero-video__slider {
    margin-right: calc(var(--gutter) * -1);
  }
  .hero-bottom__left {
    flex-basis: 300px;
    margin-right: 50px;
  }
  .hero-bottom__link {
    padding-block: 20px;
  }
  .hero-bottom__link .link {
    font-size: 24px;
  }
  .hero-bottom__left-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .hero--has-video .hero_img {
    left: 0;
    max-width: 100%;
    max-height: none;
  }
  .hero-bottom .container {
    flex-direction: column-reverse;
    align-items: unset;
  }
  .hero-bottom__left {
    margin-top: 30px;
    margin-right: 0;
    flex-basis: auto;
    max-width: 400px;
  }
  .hero-bottom__links {
    margin-bottom: 40px;
  }
  .hero-video__slider {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero-video {
    width: 100%;
  }
  .hero-video__slider .swiper-button-next {
    display: none;
  }
}

.fancybox-slide--video .fancybox-content {
  position: relative;
  max-width: 1024px;
}

.video-section.padding-normal {
  padding: 75px 0;
}


/* Custom Style updates */
.single-post .hero_box {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  justify-content: flex-end;
}
.single-post .hero_img {
    max-width: 70%;
}
.single-post .hero_wrapper {
  position: relative;
  z-index: 11;
}
@media (min-width: 1500px) {
    .single-post .hero_img {
        max-width: 50%;
    }
}
@media only screen and (max-width: 600px) {
  .single-post .hero_img {
    max-width: 100%;
    max-height: none;
  }
  .single-post .hero_gradient {
    height: 100%;
    bottom: -10px;
  }
}
/* Contact page style update */
.content .container  > *:last-child {
  margin-bottom: 0;
}

.content--pt-large {
  padding-top: 144px;
  padding-bottom: 35px;
}
/* Hero video style update */
.hero-video__content {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: rgba(58, 141, 222, 0.6);
}
.hero-video__content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}
.hero-video__name {
  font-weight: 400;
}
.sections_box .form_link {
  display: none;
}
.component._white .text-box {
  padding: 15px 20px 30px 20px;
}

.sections .acco_inner .acco_item svg {
  margin-top: 10px;
}
@media (max-width: 1050px) {
  .acco_button--active span {
    font-size: 22px !important;
  }
  .acco_item .acco_row {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .acco_item .acco_row .statistic {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .acco_item .acco_row .statistic_value {
    margin-right: 24px;
    min-width: 110px;
    font-size: 32px;
    color: white;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .acco_item .acco_row .statistic_text {
    font-size: 14px;
  }
  .acco_item .acco_box .button {
    width: 100%;
  }
  .research .img-card_content {
    margin-top: -25px;
    padding: 0;
  }
  .research .img-card_title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .section-form .content-box_eyebrow {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .section-form .content-box {
    margin-bottom: 10px;
  }
  .section-form .content-box_title {
    font-size: 28px;
  }
  .section-form .common-section_text {
    max-width: none;
  }
  .section-form .common-section_text p {
    font-size: 18px;
  }
  .section-form .sections_common ul {
    padding-left: 25px;
  }
  .section-form .sections_common ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .hero .hero_content .button--primary {
    margin-top: 10px;
  }
  .hero .hero_content .main-box_back a {
    padding: 15px 15px 15px 30px;
    background: url(images/arrow-left.svg) no-repeat 5% 50%;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
  }
  .hero .hero_box {
    padding-top: 100px;
  }
  .hero .main-box_caption {
    margin-top: 280px;
  }
}

.hbspt-form{
  width: 100%;
}

.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form textarea,
.hbspt-form select{
  background: 0 0 !important;
    background-color: #286db2 !important;
    border: none !important;
    border-bottom: 1px solid #95baf0 !important;
    color: #fff !important;
    float: none;
    font-family: var(--base-font);
    font-size: 20px;
    font-weight: 400;
    height: 78px !important;
    line-height: 100%;
    margin: 0 !important;
    min-height: 0;
    padding: 0 20px;
    width: 100% !important;
    padding: 10px 20px !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.hbspt-form select{
  background-image: url(images/icons/chevron-down.svg) !important;
  background-position: calc(100% - 20px) 50% !important;
  background-repeat: no-repeat !important;
  background-size: 12px auto !important;
  padding-right: 35px !important;
}

.hbspt-form select option{
  color: #fff !important;
}

.hbspt-form select option:disabled{
  color: #fff !important;
}

.hbspt-form textarea{
  height: 100px !important;
}

.hbspt-form input[type=text]:focus-visible,
.hbspt-form input[type=email]:focus-visible,
.hbspt-form input[type=tel]:focus-visible,
.hbspt-form textarea:focus-visible,
.hbspt-form select:focus-visible{
  outline: none;
}


.hbspt-form label{
  color: #fff !important;
  font-family: var(--base-font);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}

.hbspt-form .hs_service_interest_chc {
  margin: 30px 0 !important;
}

.hbspt-form .hs-form-field{
  margin-bottom: 10px;
}

.hbspt-form .hs-error-msgs:before{
  content:'';
  display: block;
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  left: 5px;
  z-index: -1;
  background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
}

.hbspt-form .hs-error-msgs{
    margin: 7px  0 0;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    max-width: 16em;
    padding: 0.1em 0.6em 0.25em;
    text-shadow: #901100 0 -1px 0;
    list-style: none;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.hbspt-form .hs-error-msgs li{
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  position: stati;
}

.hbspt-form .hs-error-msgs li:before{
  display: none;
}

.hbspt-form .hs-error-msgs label{
  color: #f3f3f3;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400 !important;
}

.hbspt-form .hs-error-msgs label a{
  color: inherit;
}

.hbspt-form input[type=submit]{
  font-size: 17px !important;
  color: #ffffff !important;
  width: 7em !important;
  height: 3em !important;
  letter-spacing: 1px;
  padding-bottom: 30px;
  background-color: #36404A !important;
  box-shadow: none !important;
  padding: 0.4em 1em;
  background: #36404A !important;
  border: 1px solid #36404A !important;
  margin-left: auto;
    display: table;
}

.hbspt-form input[type=submit]:hover{
  background: var(--color-puerto-rico) !important;
  border-color: var(--color-puerto-rico) !important;
}

.hbspt-form  .hs_error_rollup .hs-error-msgs {
  position: relative;
  top: 45px;
}

.hbspt-form  .hs_submit {
  display: block;
  margin-top: 50px;
}

.hbspt-form .submitted-message{
  color:#fff;
}

.section-form .hbspt-form ul{
  padding-left: 12px;
}

.section-form .hbspt-form ul li{
  list-style: none;
  margin-bottom: 0;
}


.hbspt-form ul li.hs-form-checkbox label{
  position: relative;
  font-weight: 400;
  padding-left: 15px;
}

.hbspt-form ul li.hs-form-checkbox label input{
  display: none;
}

.hbspt-form ul li.hs-form-checkbox label:before{
  border: 1px solid #fff;
  content: '';
  height: 15px;
  left: -10px;
  margin: 0;
  position: absolute;
  top: 6px;
  width: 15px;
  background: #1C5FA2;
}

.hbspt-form ul li.hs-form-checkbox label span:before{
  border-bottom: 2px solid #ff8300;
  border-right: 2px solid #ff8300;
  content: '';
  display: none;
  position: absolute;
  height: 15px;
  left: -4px;
  top: 3px;
  transform: rotate(45deg);
  width: 8px;
  display: none;
}

.hbspt-form ul li.hs-form-checkbox label input[type=checkbox]:checked + span:before{
  display: block;
}

.sections_form .embed-form > p{
  color:#fff;
  line-height: 100%;
}

.sections_form .embed-form > p a:hover{
  color: #fff;
  text-decoration: underline;
}

.sections_form .embed-form  .hbspt-form fieldset{
  max-width: none;
}

/*hubspot forms*/
.hbspt-form {
  background-color: #3A8DDE !important;
  color: #fff;
  padding: 21px 30px;
}

.sections_form.form .hbspt-form {
  padding: 0;
}

.hbspt-form label span{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.hs-form-required {
  color: red;
  position: relative;
  left: 3px;
  font-size: 18px;
}

.hs-form-required .hs-button.primary.large{
  color: #ffffff;
  background: #36404A !important;
  border: 1px solid #36404A !important;
  padding: 0.4em 1em;
  font-size: 1em;
  padding: 20px 50px;
}


/* Case Studies */

.hero.v2 .main-box_title{
  font-weight: 600;
  line-height: 95%;
}

.hero.v2 .button{
  font-size: 20px;
  font-weight: 400;
}

.page-nav{
  background: #3A8DDE;
  box-shadow: 0px 4px 46.2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  height: 52px;
  width: max-content;
  position: relative;
  z-index: 12;
  margin-bottom: 50px;
}

.page-nav-wrapper.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  margin-top: 0px;
  /* Add any other styles you want for the sticky state */
}

.page-nav-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  z-index: 12;
  margin-top: -100px;
}

.page-nav li{

}

.page-nav li a{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  text-decoration: none;
  padding: 16px 24px;
  display: block;
  max-height:52px;
}

.page-nav li a:hover,
.page-nav li.active a{
  background: rgba(255,255,255,0.2);
}

.page-nav li:first-child a{
  background: #fff;
  color: #00253B;
}

.page-nav li:first-child a{
  border-right: solid 1px #3A8DDE;
}

.stats-v2 {
  padding: 80px 0;
}

.stats-v2 .details_subtitle{
  color: var(--base-text-color);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 37.4px */
  text-transform: capitalize;
}

.stats-v2 .stats-content{
  padding-top: 60px;
}

.stats-v2 .stats-content p{
  color:var(--base-text-color);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  font-family: "Times LT Pro Bold";
}

.stats-v2 .details_value{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 90px;
  grid-gap: 5px;
  font-weight: 600;
}

.stats-v2 .col-4 .details_value{
  font-size:50px;
}

.stats-v2 .details_value > span:not(.odometer){
  font-size: 60px;
  margin-left:5px;
}

.stats-v2 .col-4 .details_value > span:not(.odometer){
  font-size: 40px;
}

.stats-v2 .col-4 .details_subtitle{
  font-size: 28px;
}

.stats-v2 .details_list .details_item{
  padding: 0 10px;
}

.stats-v2 .details_list.col-4 .details_item{
  max-width: calc((100% - 125px) / 4);
}

.quote-v2{
  padding: 184px 0 100px;
  background:#EDEDEC;
  margin-top: 0;
  overflow: hidden;
}
.quote-v2.white-background {
  background: #ffffff;
}

.quote-v2 .quote-section_text{
  font-family: "Times LT Roman";
  font-style: normal;
  font-size: 34px;
  color:var(--base-text-color);
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.quote-v2 .quote-section_from{
  font-family: "Times LT Pro Bold";
  margin-top: 70px;
  line-height: 110%; /* 37.4px */
  text-transform: capitalize;
  font-size: 34px;
}

.quote-v2 .quote-section_position{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  font-weight: 400;
}

.quote-v2 .container{
  position: relative;
}

.before-quote{
  position: absolute;
  left: -100px;
  top: -55px;
  transition: transform 0.1s ease-out;
}

.after-quote{
  position: absolute;
  right: -160px;
  bottom: -50px;
  transition: transform 0.1s ease-out;
}

.component.v2 .text-block_icon{
  width: 50px;
  height: 50px;
}

.component.v2 .text-block_icon img{
  width: 26px;
  margin: auto;
}

.component.v2 .text-block{
  border: none;
  padding-bottom: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.component.v2 .text-block_title{
  margin-bottom: 0;
}

.component.v2 .text-block:after{
  display: none;
}

.component.v2 .text-blocks{
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.component.v2 .component_container--gap-sm{
  grid-template-columns: 46% 1fr;
}

.accordions-v2{
  background: #EDEDEC;
  position: relative;
}

.accordions-v2 .acc-sec-left{
  padding: 105px 0 0;
}

.accordions-v2 .acc-sec-left h2{
  padding-right: 35px;
  margin-bottom: 76px;
  font-weight: 500;
}

.accordions-v2 .acc-sec-right{
  background: #3A8DDE;
  padding: 105px 0 0;
  padding-left: 100px;
}

.acc-sec-right .accordion{
  max-width: 446px;
  padding-bottom: 60px;
}

.accordions-v2:after{
  content:'';
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3A8DDE;
}

.accordions-v2 .container{
  display: grid;
  grid-template-columns: 46% 1fr;
  position: relative;
  z-index: 1;
}

.accordion-content {
  display: none;
}

.accordion-item:first-child .accordion-content {
  display: block;
}

.accordions-v2:before{
  content:url(images/accordion-decoration.svg);
  display: block;
  position: absolute;
  bottom:0;
  right: 0;
  z-index: 2;
}

.accordion-item .accordion-header{
  color:#FFF;
  font-family: "Times LT Pro Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  cursor: pointer;
  padding-right: 32px;
  padding-top: 30px;
  padding-bottom: 11px;
  border-bottom: solid 2px rgba(255,255,255,0.4);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="10" viewBox="0 0 21 10" fill="none"><path d="M20 1.00098L10.5 9.00098L1 1.00098" stroke="white"/></svg>');
  background-repeat: no-repeat;
  background-position: right 46px;
}

.accordion-item .accordion-header.active{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="10" viewBox="0 0 21 10" fill="none"><path d="M1 9.00098L10.5 1.00098L20 9.00098" stroke="white"/></svg>');
}

.accordion-item .accordion-content{
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  padding-top: 11px;
  padding-bottom: 0px;
}

.research.v2{
  padding: 62px 0;
}

.custom-form-v2 h2.content-box_title{
  font-weight: 600;
  font-size: 40px;
  max-width: 430px;
  line-height: 110%;
}

.custom-form-v2 .section-form ul li{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  max-width: 340px;
  list-style: none;
}

.custom-form-v2 .form_title{
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  max-width: 460px;
}

.custom-form-v2 .form_head .form_text{
  margin: 50px 0 40px;
}

.stats-v2 .border{
  position: relative;
  overflow: hidden;
}

.border-animation {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #3A8DDE, transparent);
  transform: translateY(-100%);
  transition: transform 0.1s linear;
}

.parallax-image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.parallax-image-container img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  transition: transform 0.1s ease-out;
  top: auto;
  object-fit: cover;
}

span.odometer-formatting-mark{
  position: relative;
  top: 4px;
  left: -4px;
}




.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-right:3px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 5s;
  -moz-transition: -moz-transform 5s;
  -ms-transition: -ms-transform 5s;
  -o-transition: -o-transform 5s;
  transition: transform 5s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 5s;
  -moz-transition: -moz-transform 5s;
  -ms-transition: -ms-transform 5s;
  -o-transition: -o-transform 5s;
  transition: transform 56;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hero .swoosh--bg-transparent{
  margin-bottom: -290px;
}

.hero:has(.swoosh--bg-transparent) {
  position: relative;
  z-index: 2;
}

.hero:has(.swoosh--bg-transparent) + .section-form .sections_col{
  padding-top: 400px;
}

.hero:has(.swoosh--bg-transparent) + .section-form .sections_box {
  padding-top: 300px;
}

.bg-desert-storm._gray{
  background:#36404A;
}

.bg-desert-storm._gray p,
.bg-desert-storm._gray h2{
  color:#fff;
}

.hero:has(.swoosh--bg-transparent) + .section-form .frm__654336646ca4a{
  display: none;
}

.hero.full-width-header .swoosh{
  display: none;
}

.hero.full-width-header .hero_img:after,
.hero.full-width-header .hero_gradient{
  display: none;
}

.hero.full-width-header .hero_content--width-lg,
.hero.full-width-header  .main-box_text{
  max-width: 930px;
  text-align: center;
  margin: 50px auto 0;
}

.hero.full-width-header .hero_content--width-lg{
  padding-bottom: 100px;
}

.hero.full-width-header .hero_img{
  max-width: 100%;
}

.dual-bg .container{
  grid-template-columns: 1fr 1fr;
}

.dual-bg {
  position: relative;
}

.dual-bg:before{
  content:'';
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background:#36404A;
}

.dual-bg .standard_col{
  position: relative;
  color: #fff;
  background:#36404A;
  padding-top: 140px;
  padding-bottom: 100px;
}

.single-case-study .details_socials{
  margin-top: -180px;
}

.right-v2 .container{
  grid-template-columns: 66% 33%;
} 

html:has(section.component) {
  scroll-behavior: smooth;
}

.details_list.col-1{
  justify-content: center;
}

.v2-style.research .research_inner{
  max-width: 100%;
}

.v2-style.research .slider-controls{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 159px;
}

.v2-style.research{
  position: relative;
}

.heading-center.research .research_inner{
  text-align: center;
}

.research.v2-style .hover-content{
  display: none;
}

.research.v2-style .hover-content{
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}

.research.v2-style .hover-content p{
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
}

.research.v2-style .img-card:hover .hover-content{
  max-height: 136px;
  overflow: initial;
  opacity: 1;
  color: #36404A;
}

.research.v2-style .img-card_content{
  transform: translateY(0);
  transition: transform 0.5s ease;
  background: rgba(255,255,255,0.44);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.51) 13%, rgba(255,255,255,0.64) 35%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.44)), color-stop(13%, rgba(255,255,255,0.51)), color-stop(35%, rgba(255,255,255,0.64)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.51) 13%, rgba(255,255,255,0.64) 35%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.51) 13%, rgba(255,255,255,0.64) 35%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.51) 13%, rgba(255,255,255,0.64) 35%, rgba(255,255,255,1) 100%);
}

.research.v2-style  .img-card:hover .img-card_content {
  transform: translateY(-20px); 
}

.research.v2-style .img-card:hover {
  margin-bottom: -25px;
}

.research.v2-style .img-card_content{
  position: absolute;
  bottom: 0;
}

.research.v2-style .img-card{
  padding-bottom: 150px;
}

.research.v2-style .img-card:hover .img-card_title{
  color: #36404A;
}

.research.v2-style .hover-content span.link-item:before{
  width: 47px;
  height: 2px;
  background: #3A8DDE;
  display: inline-block;
  content: '';
  margin-right: 11px;
}

html{
  scroll-behavior: smooth;
}

.section-form-anchor{
  position: relative;
  top: 100px;
}

.flip-card {
  padding: 120px 0;
}

.flip-card ul{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-gap: 20px;
  flex-wrap: wrap;
}

.flip-card li{
  width: calc(33.33% - 14px);
  padding: 40px 40px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flip-card li.black{
  background-color: #313E48;
}

.flip-card li.dark-blue{
  background-color: #1C5FA1;
}

.flip-card li.light-blue{
  background-color: #458BC9;
}

.flip-card li h3{
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 28.6px */
  text-transform: capitalize;
  font-family: "Times LT Roman";
  display: block;
}

.flip-card li p{
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;

}

.flip-card li div{
  background: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin-top: 229px;
  display: flex;
  flex-direction: column;
  padding-left: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-top: inherit;
  transition: all 0.5s ease;
}

.flip-card li:hover div{
  margin-top: 0px;
}

.flip-card li:hover div p{
  visibility: visible;
  opacity: 1;
}

.flip-card li .button{
  opacity: 0;
  position: relative;
  z-index: 2;
  margin-top: auto;
  transition: opacity 0.3s ease;
  background-color:#fff ;
  color: #000;
}

.flip-card li:hover .button{
  opacity: 1;
  transition: opacity 1s ease;

}

.flip-card li div.spacer{
  position: static;
  padding: 0;
  margin: 0;
  opacity: 0;
  padding-bottom: 27px;
  padding-top: 40px;
  margin-top: -229px !important;
}

.flip-card li div.spacer p{
  display: block;
}

.content--pt-pt-none{
  padding-top:0px !important;
}

.content-pb-none{
  padding-bottom:0px !important;
}

.content_inner--width-md.header-style-layout,
.content_inner--width-md.header-style-layout * {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.color-blue .content_intro{
  margin-bottom: 20px;
}

.color-blue .content_intro p{
  color: #3A8DDE;
}

.flip-card.padding-small{
  padding-top: 70px;
}

@media (max-width:1023px){
  .flip-card li {
    width: calc(50% - 10px);
  }

  .flip-card li div{
    position: static;
    margin-top: 0;
  }

  .flip-card li div.spacer{
    display: none;
  }

  .flip-card li p{
    visibility: visible;
    opacity: 1;
  }

  .flip-card li .button{
    opacity: 1;
  }

  .flip-card li div{
    padding: 50px 0 0;
  }
  
}


@media (max-width:649px){
  .flip-card li {
    width: 100%;
    padding: 40px 20px;
  }
  
}

@media (max-width:767px){

  .section-form-anchor{
    top:200px;
  }

  .research.v2-style .img-card{
    padding-bottom: 0;
  }

  .research.v2-style .img-card_content{
    position: relative;
  }

  .research.v2-style .hover-content{
    max-height: none;
    opacity: 1;
  }

  .research.v2-style .img-card_img{
    background: none;
  }

  .research.v2-style .hover-content p{
    font-size: 14px;
    line-height: 22px;
  }

  .research.v2-style .img-card_title{
    font-size: 26px;
  }

  .research.v2-style .slider-controls_nav {
      width: 70px;
      height: 70px;
  }
}



@media (min-width:1051px) and (max-width:1350px){
  .right-v2 .container{
    gap: 50px;
    grid-template-columns: 64% 33%;
  }
}

@media (max-width:1050px){
  .right-v2 .container{
    grid-template-columns: 1fr;
  }
}

@media (max-width:991px){
  .single-case-study .details_socials{
    margin-top: -150px;
  }
  
}

@media (max-width:768px){
  .single-case-study .details_socials{
    margin-top: -130px;
  }
  
}


@media (max-width:650px){
  .single-case-study .details_socials{
    margin-top: -100px;
  }
  
}

@media (max-width:470px){
  .single-case-study .details_socials{
    margin-top: -70px;
  }
  
}





@media (max-width:1050px){
  .hero:has(.swoosh--bg-transparent) + .section-form .sections_box{
    padding: 100px var(--gutter);
  }

  .hero:has(.swoosh--bg-transparent) + .section-form .sections_col{
    padding-top: 350px;
  }

  .dual-bg{
    overflow: hidden;
  }

  .dual-bg .container{
    grid-template-columns: 1fr;
  }

  .dual-bg:before{
    display: none;
  }

  .dual-bg .standard_col{
    padding-top: 0px;
  }

  .dual-bg .standard_col .content-box{
    position: relative;
  }

  .dual-bg .standard_col:before{
    content: '';
    position: absolute;
    left: -50%;
    right: -50%;
    top: -90px;
    bottom: 0;
    background: #36404A;
  }
}

@media (min-width:1024px) and (max-width:1199px){
  .before-quote{
    left: 0;
  }

  .parallax-image-container img{
    transform: none !important;
    bottom: 0;
    top: auto;
  }

  .accordions-v2:before{
    display: none;
  }
}


@media (min-width:768px) and (max-width:1023px){
  .before-quote{
    left: 20px;
  }

  .accordions-v2 .container{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .accordions-v2:after{
    display: none;
  }

  .accordions-v2 .acc-sec-right{
    padding: 16px 20px 70px;
  }

  .accordions-v2 .acc-sec-left{
    padding: 0 var(--gutter);
    padding-top:40px;
  }

  .parallax-image-container img{
    transform: translate(0px, 0px) !important;
  }


  .accordions-v2:before{
    bottom: -60px;
  }

  .accordions-v2{
    overflow: hidden;
  }

  .acc-sec-right .accordion{
    max-width: 100%;
  }

  .stats-v2 .details_value{
    font-size:50px;
  }
  
  .stats-v2 .details_value > span:not(.odometer){
    font-size: 40px;
  }
  
  .stats-v2 .details_subtitle{
    font-size: 28px;
  }

  .page-nav-wrapper{
    padding-left: 20px;
    width: 100vw;
    overflow: auto;
  }


}

@media (max-width:767px){
  .hero.v2 .main-box_title{
    font-size: 50px;
  }

  .page-nav-wrapper{
    padding-left: 20px;
    width: 100vw;
    overflow: scroll;
  }

  .hero.v2 .hero_wrapper{
    padding-bottom: 50px;
  }

  .stats-v2  .details_list .border{
    width: auto;
    height: 1px;
    display: block;
    margin: 25px 0;
  }

  .stats-v2 .details_subtitle{
    font-size: 26px;
  }

  .stats-v2 .stats-content p{
    font-size: 32px;
  }

  .stats-v2{
    padding: 50px 0 0;
  }

  .stats-v2 .stats-content {
    padding-top: 30px;
  }
  
  .stats-v2 .details_list .border:last-child{
    display: none;
  }
  
  .quote-v2 .quote-section_text{
    font-size: 20px;
  }

  .quote-v2 .quote-section_from{
    font-size: 20px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
  }

  .quote-v2 .quote-section_position{
    font-size: 14px;
    line-height: 160%;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 8px;
  }

  .quote-v2{
    padding: 120px 0 80px;
  }

  .before-quote {
    left: 20px;
    top: -70px;
    transform:none !important;
  }

  .after-quote{
    right: -100px;
    transform:none !important;
  }

  .component.v2 .component_container--gap-sm{
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
  }

  .component.v2 .text-block{
    padding-top: 0;
    padding-bottom: 16px;
    align-items: center;
  }

  .accordions-v2 .container{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .accordions-v2:after{
    display: none;
  }

  .accordions-v2 .acc-sec-right{
    padding: 16px 20px 70px;
  }

  .accordions-v2 .acc-sec-left{
    padding: 0 var(--gutter);
    padding-top:40px;
  }

  .accordions-v2 .acc-sec-left h2{
    margin-bottom: 24px;
    padding-right: 0;
  }

  .parallax-image-container img{
    transform: translate(0px, 0px) !important;
  }

  .accordion-item .accordion-header{
    font-size: 32px;
    padding-top: 24px;
    background-position: right 39px;
  }

  .accordion-item .accordion-content{
    font-size: 14px;
    font-weight: 300;
  }

  .accordions-v2:before{
    bottom: -60px;
  }

  .accordions-v2{
    overflow: hidden;
  }

  .custom-form-v2 .sections_swoosh {
    display: none;
  }

  .custom-form-v2 .sections_col{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .custom-form-v2 .section-form ul {
    padding-left: 0;
  }

  .custom-form-v2 .form_title{
    font-size: 32px;
    line-height: 110%;
  }

  .custom-form-v2 .sections_box{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .custom-form-v2 .form_head .form_text{
    margin-top: 0px;
  }

  .hero.full-width-header .hero_content--width-lg{
    padding-bottom: 100px;
  }

  .hero.full-width-header .hero_img{
    max-height: none !important;
  }

}

@media (max-width:600px){
  
  .component .text-box-list{
    margin: 0;
  }

  .component .text-box-list .text-box{
    padding: 15px 20px 40px;
    text-align: center;
  }

  .component .text-box-list .text-box p{
    text-align: center !important;
  }
  
}
