.page-template-layout-home-23{
  padding-top: 0px!important;
  overflow-x: hidden;
}

.page-template-layout-home-23 .nav-link.btn.btn-navy.rounded.text-nowrap{
  color: #051235!important;
  background: linear-gradient(90deg, #ACFDF5 0%, #4FDCCE 100%);
  border:none!important
}
.testimonial-stars{
  margin-top: 10px;
}

.visible_on_desktop,.visible_on_mobile,.visible_on_tablet{
  display: none;
}
/* Visible on Desktop */
@media only screen and (min-width: 1024px) {
  .visible_on_desktop {
    display: block;
  }
}

/* Visible on Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .visible_on_tablet {
    display: block;
  }
}

/* Visible on Mobile */
@media only screen and (max-width: 768px) {
  .visible_on_mobile {
    display: block;
  }
  .homepage-tab-content-container .col-md-7{
    padding-right: 200px;
  }
}


.secondary_cta{
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  text-decoration-line: underline;
  cursor: pointer
}

.secondary_cta:hover{
  color: #000;
  text-align: center;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  text-decoration-line: underline;
  cursor: pointer
}

.secondary_cta img{
  margin-left: 10px;
}

.revamp-cpo-item .btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
  font-size: 14px;
  width: 90%;
  padding: 14px;
}


.btn.btn-navy.btn-teal.rounded.align-self-center.mt-3{
  color:#051235!important;
  background: linear-gradient(90deg, #ACFDF5 0%, #4FDCCE 100%);
  font-size: 20px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 1.3;
  width: 260px;
  border:none!important;
}
.btn.btn-navy.btn-outline-main.rounded.align-self-center.mt-3{
  color:#051235!important;
  background: none;
  font-size: 20px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 1.3;
  border: 2px solid #051235;
  width: 260px;
}
.home_cta_container{
  display: flex;
  gap:20px;
}
#revamp-head-desktop {
  padding: 240px 0px 123px 0px;
}
#revamp-head-desktop h1{
  font-size: 44px;
  padding: 0 20px;
  color: #061235;
}
#revamp-head-desktop p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #454545;
}

#home_logo_reel{
  background: #F3F8FE;
  padding: 107px 0px 90px 0px;
}

#home_logo_reel h2{
  color: #051235;
  font-size: 30px;
  font-weight: 600;
  padding: 0 18%;
}

#home_logo_reel h2 span{
  font-weight: 800;
  line-height: 1.4;
}


#home_logo_reel .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow-x: hidden;
}

#home_logo_reel .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 100s linear infinite;
}

@media only screen and (max-width:1024px){
    #home_logo_reel .track{
        animation: marquee 30s linear infinite;
    }
}

#home_logo_reel .content{
    font-weight: 700;
    font-family: Figtree;
    font-size:22px;
    color: #051235;
}

#home_logo_reel .content img{
    width: 200px;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 10px;
}


@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#revamp-cpo{
  padding: 120px 0;
  background-image: linear-gradient(to right top, rgba(255, 214, 205, .1),
    rgba(255, 221, 215, .4),
    rgba(255, 229, 225, .4),
    rgba(255, 236, 234, .4),
    rgba(255, 244, 243, .4),
    rgba(255, 242, 242, .4),
    rgba(255, 239, 242, .4),
    rgba(255, 237, 243, .4),
    rgba(250, 225, 242, .4),
    rgba(239, 215, 245, .4),
    rgba(219, 207, 250, .4),
    rgba(190, 202, 255, .4));
}
#revamp-cpo h2{
  font-size: 42px;
}
#revamp-cpo .container{
  margin-top: 0!important;
}
.revamp-cpo-item{
  padding: 25px;
  background-color: white;
  border-radius: 20px;
}

@media only screen and (min-width:768px){
  .revamp-cpo-item{
    flex-basis: 33%;
    min-height: 380px;
  }
  .revamp-cpo-item:last-child>.btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
    margin-top: 45px!important;
  }
}

.revamp-cpo-item-container{
  gap:2rem;
  margin-top: 40px;
}

.revamp-cpo-item>img{
  margin-bottom: 15px;
}

.revamp-cpo-item a img{
  margin-left: 5px;
  margin-top: -3px;
}

.revamp-cpo-item h4{
  color: #212121;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Figtree;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  margin-bottom: 15px;
}
.revamp-cpo-item p{
  color: #454545;
text-align: center;
font-family: Figtree;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 135.2%;
}

#journey-container {
  background-color: #051235;
  padding: 120px 0;
}
#journey-container h2{
  font-size: 42px;
  color: #F8F8F8;
  padding: 0 160px;
}
#journey-container p{
  font-size: 20px;
  color: #F8F8F8;
  font-weight: 500;
  padding: 0 230px;

}
#journey-container img{
  width: 100%;
}

#journey-container .btn-outline-main{
  color: white!important;
  border-color: white!important;
}

#case-studies-home{
}
#case-studies-home-header{
  padding-top: 120px;
}

#case-studies-home-dots{
  padding-bottom: 120px;
}

#case-studies-home-header h2{
  font-size: 42px;
  color: #061235;
}

#case-studies-home>div>div>div{
  padding-left: 10rem;
}

.homepage-carousel-container {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
}

.homepage-carousel-wrapper {
  display: flex;
  transition: transform 0.5s;
}

.homepage-carousel-item {
  width: 930px;
  height: 540px;
  background-color: red;
  margin-right: 90px;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  cursor: grab;
}
.homepage-carousel-item img{
  pointer-events: none;
}

.carousel-left-container{
  flex-basis: 33%;
  text-align: left;
  background-color: #F3F8FE;
  padding: 30px;
}
.carousel-content{
  color: #051236;
  font-size: 16px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 500;
  line-height: 135.2%;
  margin-bottom: 30px;
}
.carousel_logo{
  margin-bottom: 40px;
}
.carousel-right-container{
  flex-basis: 67%;
}

.carousel-main-right-bottom{
  padding: 30px 0px;
  background: -webkit-linear-gradient(left, rgba(255, 223, 223, 0.75) 0%, rgba(230, 236, 245, .8) 100%);
  background: -o-linear-gradient(left, rgba(255, 223, 223, 0.75) 0%, rgba(230, 236, 245, .8) 100%);
  background: -ms-linear-gradient(left, rgba(255, 223, 223, 0.75) 0%, rgba(230, 236, 245, .8) 100%);
  background: -moz-linear-gradient(left, rgba(255, 223, 223, 0.75) 0%, rgba(230, 236, 245, .8) 100%);
  background: linear-gradient(to right, rgba(255, 223, 223, 0.75) 0%, rgba(230, 236, 245, .8) 100%);
}

.carousel-stats-container{
  display: flex;
  margin-bottom: 10px;
}
.carousel-stats-container>div{
  flex-basis: 33%;
  padding: 0px 20px;
}
.carousel-stats-1{
  border-right: 1px solid rgba(6, 18, 53, 0.24);
  margin-left: 10px;
}
.carousel-stats-3{
  border-left: 1px solid rgba(6, 18, 53, 0.24);
}

.carousel-stats-header{
  color: #061235;
  font-size: 45px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  letter-spacing: 2.475px;
  text-align: left;
  margin-bottom: 0;
}

.carousel-stats-content{
  color: #061235;
  font-size: 16px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 500;
  line-height: 135.2%;
  text-align: left;
}



.homepage-carousel-item.active{
  background-color: white;
}

.homepage-carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 1024px;
}

.homepage-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin: 0 5px;
  cursor: pointer;
}

.homepage-carousel-dot.active {
  background-color: #4FDCCE;
}

.btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
  background:none!important;
  border: 2px solid #051236;
  color: #051236;
  font-size: 18px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  padding: 14px 45px;
}

.carousel-name {
  color: #051236;
  font-size: 20px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  margin-bottom: 0;
}
.carousel-title{
  color: #051236;
  font-size: 20px;
  font-family: Figtree;
  font-style: normal;
  font-weight: 500;
  line-height: 135.2%;
}

.homepage-tab-content .homepage-tab-content-row {
  margin-bottom: 20px;
}
.homepage-tab-content .homepage-tab-content-row::after {
  content: "";
  display: table;
  clear: both;
}
.homepage-tab-content .homepage-tab-content-col-md-6 {
  float: left;
}
.homepage-tab-content-container {
  display:flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.homepage-tab-content-container a{
  margin-top: 40px!important;
}

.homepage-tab-content-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.homepage-tab-content-btn {
  flex-basis: 23%;
}

.homepage-tab-content-btn-active {
  background-color: teal;
  color: white;
}

@media (max-width: 767px) {
  .homepage-tab-content-buttons {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }

  .homepage-tab-content-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .homepage-tab-content-row {
    display: none;
  }

  .homepage-tab-content-active {
    display: block;
  }

  .homepage-tab-content-active .homepage-tab-content-col-md-6 {
    float: none;
    display: inline-block;
    width: 100%;
  }

  .homepage-tab-content-row .homepage-tab-content-col-md-6:last-child {
    margin-bottom: 10px;
  }
}


@media only screen and (max-width:1023px){
  .homepage-carousel-item {
    flex: 0 0 auto;
    width: 100vw;
    /*margin-left: 1.8vw;*/
  }
  #case-studies-home>div>div>div{
    padding-left: 0;
  }
  .homepage-carousel-dots{
    width: 100%;
  }
}
#tabbed-content-home{
  background-color: #F3F8FE;
  padding: 120px 0;
}

#tabbed-content-home h2{
  font-size: 42px;
  margin-bottom: 0px;
}

#tabbed-content-home>.container{
  margin-top: 0;
}

#tabbed-content-home h3{
  text-align: left;
  font-size: 44px;
}
#tabbed-content-home p{
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5;
  color:black;
}

.container {
  margin-top: 50px;
  position: relative;
}

.nav-tabs li {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (min-width:1024px){
  .nav-tabs li{
    margin:0;
    flex-basis: 25%;
  }
  .nav-tabs{
    gap:25px;
  }
}

.nav-tabs li a {
  color: #fff;
  background-color: #fff;
  border-radius: 56px;
  border: 2px solid #BABABA;
  padding: 10px 15px;
}

.nav-tabs li:not(.active) img{
  opacity: 0.1;
  transition: opacity 0.3s ease;
}

.nav-tabs li.active a {
  color: #fff;
  background-color: #ACFDF5;
  border-color: #ACFDF5;
}

.tab-content {
  margin-top: 60px;
}
.tab-content a img{
  margin-left: 10px;
}

.tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-pane .col-md-7{
  text-align: left;
  padding-right: 100px;
}

.tab-pane .col-md-5 img{
  border-radius: 9.375px;
  background: #FFF;
  box-shadow: 0px 0px 33.750003814697266px 0px rgba(220, 227, 235, 0.70);
  width: 100%;
}

.tab-pane.active {
  display: block;
  opacity: 1;
}

.dots-container {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .dots-container {
    display: block;
  }
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.dot.active {
  background-color: teal;
}
.homepage-tab-content-container .container li img{
  width: 100%;
}
.homepage-tab-content-container .container li a{
  display: inline-block;
  padding: 0!important;
}
.homepage-tab-content-container .container .nav.nav-tabs{
  flex-wrap: nowrap!important;
  border:none!important;
}

@media only screen and (min-width:1024px){
  .homepage-tab-content-container .container li a{
    height: 50px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width:1024px){
  .container {
    margin-top: 50px;
    position: relative;
  }

  .nav-tabs {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
  }

  .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .nav-tabs li {
    display: inline-block;
    margin-right: 10px;
    scroll-snap-align: start;
  }

  .nav-tabs li a {
    color: #fff;
    background-color: #fff;
    border-radius: 56px;
    border: 2px solid #BABABA;
    padding: 10px 15px;
    width: 41vw;
    margin-right: 0;
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }

  .nav-tabs li.active a {
    opacity: 1;
  }

  .tab-content {
    margin-top: 20px;
  }

  .tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .tab-pane.active {
    display: block;
    opacity: 1;
  }

  .dots-container {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
  }



  .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
  }

  .dot.active {
    background-color: teal;
  }

}

/* COPY */
.unique-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.unique-slider-content {
  display: flex;
  transition: transform 0.5s;
  cursor: pointer;
}

.unique-slide {
  width: 1024px;
  flex-shrink: 0;
}

.unique-slide img {
  width: 100%;
  height: auto;
}

.unique-slider-indicators {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.unique-indicator {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
}

.unique-indicator-active {
  background-color: #ACFDF5;
}
.unique-slide-active{
  overflow: hidden;
  background-color: white;
  border-radius: 20px;
  margin-right:20px;
  /*filter: drop-shadow(0px 0px 36px rgba(220, 227, 235, 0.71));*/
}
.testimonial-right-container{
  text-align: left;
  padding: 0 60px!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.testimonial-logo{
  width: 155px!important;
  display: block!important;
  pointer-events: none;
}
.testimonial-stars{
  width: 132px!important;
  display: block!important;
  margin-bottom: 40px;
  pointer-events: none;

}
.testimonial-text{
  color: #454545;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135.2%;
}
.testimonial-title{
  color: #454545;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.2%;
  margin-top: 60px;
}

#testimonials{
  background-color: #F3F8FE;
  padding-bottom: 60px;
}

.testimonial-left-container{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.testimonial-left-container.lego{
  background-image: url('https://useinsider.com/assets/media/2023/07/lego-testimonial_op-1.png');
}
.testimonial-left-container.madeira{
  background-image: url('https://useinsider.com/assets/media/2023/07/madeira-testimonial_op-1.png');
}
.testimonial-left-container.decathlon{
  background-image: url('https://useinsider.com/assets/media/2023/07/decathlon-testimonial_op-1.png');
}
.testimonial-left-container.puma{
  background-image: url('https://useinsider.com/assets/media/2023/07/puma-testimonial_op-1.png');
}

.unique-slide>div{
  height: 515px;
}

#home-integrations{
  background-color: #fffefe;
  padding: 120px 0;
}
#home-integrations h2{
  color: #061235;
  text-align: center;
  font-family: Figtree;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.4%;
}

#home-integrations p{
  color: #454545;
  text-align: center;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135.2%;
  margin-bottom: 60px;
}

.integration-logos{
  display: flex;
  gap:40px;
  justify-content: center;
}
#home-cta-banner{
  background-color: #051235;
  padding: 120px 0;
}
#home-cta-banner>.container{
  margin-top: 0;
}
#home-cta-banner h2 {
    font-size: 42px;
    color: #F8F8F8;
}
#home-cta-banner p {
    font-size: 20px;
    color: #F8F8F8;
    font-weight: 500;
    padding: 0 40px;
}
#home-cta-banner .btn-outline-main {
    color: white!important;
    border-color: white!important;
}


/* VERTICAL TABLET */
@media only screen and (max-width:1023px){
  #revamp-head-desktop{
    padding: 200px 0 100px 0;
  }
  #revamp-head-desktop .col-9{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #revamp-head-desktop h1{
    text-align: center;
    padding:0;
    font-size: 60px;
  }
  #revamp-head-desktop p{
    font-size: 32px;
    text-align: center;
  }
  #home_logo_reel .marquee {
    height: 150px;
  }
  .home_cta_container{
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .home_cta_container>a.btn-navy, .home_cta_container>a.btn-outline-main{
    font-size: 25px!important;
    padding: 20px 40px;
    border-radius: 30vw!important;
    margin-top: 0;
    width: 300px!important;
  }

  #home_logo_reel{
    padding: 100px 70px;
  }
  #home_logo_reel h2{
    padding: 0;
    font-size: 38px;
  }
  .revamp-cpo-item p{
    font-size: 28px;
  }
  #home_logo_reel .content img{
    width: 300px!important;
  }
  #revamp-cpo{
    padding: 100px 0;
  }
  #revamp-cpo h2{
    font-size: 48px;
  }
  .revamp-cpo-item{
    padding: 50px 30px;
  }
  .revamp-cpo-item h4{
    font-size: 36px;
  }
  .revamp-cpo-item .btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
    font-size: 24px;
  }
  .revamp-cpo-item-container{
    margin-top: 0px;
  }
  .revamp-cpo-item:not(:first-child){
    margin-top: 40px;
  }
  #journey-container{
    padding: 100px 0;
  }
  #journey-container .container{
    margin: 0;
    max-width: 100%!important;
  }
  #journey-container h2{
    font-size: 48px;
    padding: 0px 70px;
  }
  #journey-container p{
    font-size: 32px;
    padding: 0;
  }
  #case-studies-home-header{
    padding-top: 100px;
  }
  #case-studies-home-header>.container, #home-cta-banner>.container{
    margin-top: 0!important;
  }
  .homepage-carousel-item{
    flex-wrap: wrap;
    height: auto;
    margin-left: 15vw;
    width: 70vw!important;
    margin-right: 15vw!important;
  }
  .carousel-left-container{
    flex-basis: 100%;
    order:2;
  }
  .carousel-right-container{
    flex-basis: 100%;
    order:1;
  }
  .carousel-main-img.visible_on_mobile{
    width: 100%;
  }
  .homepage-carousel-wrapper{
  }
  .carousel-stats-container{
    flex-wrap: wrap;
  }
  .carousel-stats-container>div{
    flex-basis: 100%;
    border: none;
  }
  .carousel-stats-1{
    margin-left: 0;
  }
  .carousel-main-right-bottom>a{
    width: 90%!important;
  }
  .carousel-left-container{
    display: none;
  }
  .carousel-main-img.visible_on_mobile{
    display: block!important;
  }
  .btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
    font-size: 30px;
  }
  .case-studies-home-header{
    padding-top:20vw;
  }
  .case-studies-home-header>.container{
    margin-top: 0!important;
  }
  .case-studies-home-dots{
    padding-bottom: 100px;
  }
  .carousel-stats-header{
    font-size: 60px;
  }
  .homepage-carousel-item img{
    height: 50vw;
    object-fit: cover;
  }
  #tabbed-content-home h2{
    font-size: 42px;
  }
  #tabbed-content-home h3{
    font-size: 42px;
    text-align: center;
  }
  #tabbed-content-home p{
    font-size: 25px;
    text-align: center;
  }
  .tab-content .col-md-7{
    order:2;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .tab-content .col-md-5{
    order:1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tab-content .col-md-5 img{
    width: 100%;
    margin: 5vw 0 10vw 0;
  }
  .nav-tabs li a{
    width: 19vw;
  }
  .testimonial-left-container{
    display: none;
  }
  #testimonials>.container{
    margin: 0;
  }
  .testimonial-right-container{
    padding: 6vw!important;
    border-radius: 10vw;
    width: 100vw;
    flex-basis: 100%;
    max-width: 90vw;
    margin-left: 5vw;
    background-color: white;
    filter: none;
  }
  .unique-slide-active{
    background: none!important;
    filter:none!important;
  }
  .testimonial-text{
    width: 80vw;
    font-size: 5vw;
  }
  .testimonial-title{
    width: 80vw;
    font-size: 5vw;
  }
  #testimonials>.container, #home-integrations>.container, #home-cta-banner>.container{
    max-width: 100%;
  }
  .secondary_cta{
    font-size: 32px;
  }
  .secondary_cta img{
    width: 30px;
  }
  .unique-slide>div{
    height: auto;
  }
  .unique-slide-active{
    border-radius: 0;
    filter: none!important;
    margin-left: 1vw;
  }
  .integration-logos{
    flex-wrap: wrap;
    gap: 20%;
  }
  .integration-logo{
    width: 20%;
    margin-bottom: 50px;
  }
  #home-integrations{
    padding: 20vw 0;
  }
  #home-integrations .container{
    margin: 0;
  }
  #home-integrations .col-9{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #home-integrations h2{
    font-size: 42px;
    padding: 0 100px;
  }
  #home-integrations p{
    font-size: 25px;
    padding: 0 100px;
  }

  #home-cta-banner{
    padding: 20vw 0;
  }
  #home-cta-banner .container{
    margin: 0;
  }
}
/* MOBILE */

@media only screen and (max-width:767px){
  .secondary_cta{
    font-size: 5vw;
  }
  .secondary_cta img{
    width: 5vw;
  }
  .homepage-tab-content-container>.container{
    margin-top: 0;
  }
  #revamp-head-desktop{
    padding: 25vw 2vw 20vw 2vw;
  }
  #revamp-head-desktop .col-9{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #revamp-head-desktop h1{
    text-align: left;
    padding:0;
    font-size: 12vw;
  }
  #revamp-head-desktop p{
    font-size: 6vw;
    text-align: left;
  }
  .home_cta_container{
    flex-wrap: wrap;
    margin-top: 5vw;
  }
  .home_cta_container>a.btn-navy, .home_cta_container>a.btn-outline-main{
    width: 100%!important;
    font-size: 6vw!important;
    padding: 6vw!important;
    border-radius: 30vw!important;
    margin-top: 0!important;
  }
  .revamp-cpo-item p{
    font-size: 5vw;
    text-align: left;
  }
  .revamp-cpo-item .btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
    font-size: 5vw;
    width: 100%;
  }
  #journey-container p{
    font-size: 6vw;
    margin-bottom: 40px;
  }
  #case-studies-home-header h2{
    font-size: 10vw;
  }
  .tab-content h3{
    text-align: center;
  }
  .tab-content .col-md-7{
    padding: 0 4vw!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
  }
  #tabbed-content-home p{
    font-size: 5vw!important;
    text-align: left;
  }
  .btn.btn-navy.btn-outline.rounded.align-self-center.mt-3{
    font-size: 4.5vw;
    width: 100%;
  }
  #home_logo_reel{
    padding: 20vw 0;
  }
  #home_logo_reel h2{
    padding: 0 5vw;
    font-size: 7vw;
  }
  #revamp-cpo{
    padding: 20vw 0;
  }
  #revamp-cpo h2{
    font-size: 10vw;
  }
  .revamp-cpo-item-container{
    margin-top: 0px;
  }
  .revamp-cpo-item:not(:first-child){
    margin-top: 40px;
    text-align: left;
  }

  .revamp-cpo-item{
    text-align: left;
  }

  #journey-container{
    padding: 20vw 0;
  }
  #journey-container .container{
    margin: 0;
  }
  #journey-container h2{
    font-size: 10vw;
    padding: 0;
  }
  #journey-container p{
    padding: 0;
  }
  .homepage-carousel-item{
    flex-wrap: wrap;
    height: auto;
    margin-right: 5vw!important;
    margin-left: 10vw;
    width: 90vw!important;
  }
  .carousel-left-container{
    flex-basis: 100%;
    order:2;
  }
  .carousel-right-container{
    flex-basis: 100%;
    order:1;
  }
  .carousel-main-img.visible_on_mobile{
    width: 100%;
  }
  .homepage-carousel-wrapper{
  }
  .carousel-stats-container{
    flex-wrap: wrap;
    min-height: 80vw;
  }
  .carousel-stats-container>div{
    flex-basis: 100%;
    border: none;
  }
  .carousel-stats-1{
    margin-left: 0;
  }
  .carousel-main-right-bottom>a{
    width: 90%!important;
  }
  .carousel-left-container{
    display: none;
  }
  .case-studies-home-header{
    padding-top:20vw;
  }
  .case-studies-home-header>.container{
    margin-top: 0!important;
  }
  .case-studies-home-dots{
    padding-bottom: 20vw;
  }
  #tabbed-content-home h2{
    font-size: 10vw;
    text-align: left;
    padding: 0 4vw;
    margin-bottom: 4vw!important;
  }
  #tabbed-content-home h3{
    font-size: 6.5vw;
    text-align: left;
  }
  .tab-content .col-md-7{
    order:2;
  }
  .tab-content .col-md-5{
    order:1;
  }
  .tab-content .col-md-5 img{
    width: 100%;
    margin: 5vw 0 10vw 0;
  }
  .nav-tabs li a{
    width: 51vw;
  }
  .testimonial-left-container{
    display: none;
  }
  #testimonials>.container{
    margin: 0;
  }
  .testimonial-right-container{
    padding: 6vw!important;
    border-radius: 3vw;
    width: 100vw;
    flex-basis: 100%;
    max-width: 90vw;
    margin-left: 5vw;
    background-color: white;
    filter: none;
  }
  .unique-slide-active{
    background: none!important;
    filter:none!important;
  }
  .testimonial-text{
    width: 80vw;
    font-size: 5vw;
  }
  .testimonial-title{
    width: 80vw;
    font-size: 5vw;
  }
  .unique-slide>div{
    height: auto;
  }
  .unique-slide-active{
    border-radius: 0;
    filter: none!important;
    margin-left: 1vw;
  }
  .integration-logos{
    flex-wrap: wrap;
    gap:10vw;
  }
  .integration-logo{
    width: 20vw;
  }
  #home-integrations{
    padding: 20vw 0;
  }
  #home-integrations .container{
    margin: 0;
  }
  #home-integrations .col-9{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #home-integrations h2{
    font-size: 10vw;
    padding: 0;
  }
  #home-integrations p{
    font-size: 6vw;
    padding: 0;
  }
  #home-cta-banner{
    padding: 20vw 0;
  }
  #home-cta-banner .container{
    margin: 0;
  }
  #home-cta-banner h2{
    font-size: 10vw;
  }
  #home-cta-banner p{
    font-size: 6vw;
  }
  .integration-logo{
    margin-bottom: 0;
  }
  #journey-container img{
    margin-bottom: 20px;
  }
  .testimonial-stars{
    margin-top: 2vw;
  }
  .homepage-carousel-item{
    border-radius: 5vw;
  }
  .carousel-stats-header{
    font-size: 8vw;
  }
  .carousel-stats-content{
    font-size: 5vw;
  }
  .revamp-cpo-item h4{
    font-size: 7vw;
    text-align: left;
  }
  #home-cta-banner p{
    padding: 0;
  }
  .homepage-tab-content-container a{
    margin-top: 1.5vw!important;
  }
  .testimonial-title{
    margin-top: 4vw;
  }
}

#testimonials>.container>.row>.col-12{
  padding: 0!important;
}
@media (min-width: 1310px){
  #testimonials>.container{
    max-width: 1024px!important;
  }
}
@media (min-width: 1024px){
  #testimonials>.container{
    max-width: 1024px!important;
  }
}

#case-studies-home-header>.container{
  margin-top:0
}
.revamp-cpo-item{
  box-shadow: 0px 0px 36px 0px rgba(220, 227, 235, 0.71);
}
.carousel-name{
  display: none;
}
.homepage-tab-content-container>.container{
  margin-top:0;
}