.switch-pricing-tabber .custom_width-container {
  margin: 0 auto;
}

.switch-pricing-tabber .tab-content .tab-cntnt-wrpr:not(.active) {
  display: none;
}

.switch-pricing-tabber .tabber-cntnt-wrpr {
  margin-top: 50px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch {
  max-width: 60%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0px 25.84px 25.84px 0px #00000012;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr {
  border: 1px solid #00000010;
  border-radius: 12px;
  padding: 16px 32px;
  box-shadow: 0px 6.7px 14.36px 0px #00000014;
  background: #fff;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li {
  border: 1px solid #00000015;
  padding: 4px 24px;
  border-radius: 12px;
  calc(33.33% - (10px * 2)/3);
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li span.tab-image-wrpr svg {
  vertical-align: middle;
  max-width: 100%;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li.tab3.active {
  background: #9D4EDD0D;
  border: 1px solid #9D4EDD66;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li.tab2.active {
  background: #F275270D;
  border: 1px solid #F2752766;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li.tab1.active {
  background: #2235530D;
  border: 1px solid #22355366;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr {
  border-radius: 15px;
  box-shadow: 0px 58.38px 34.46px 0px #0000000A;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr {
  border: 1px solid #2020201A;
  border-radius: 15px;
  box-shadow: 0px 25.84px 25.84px 0px #00000012;
  padding: 10px;
  background: #fff;
  display: flex;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section {
  width: 50%;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section {
  width: 50%;
  padding: 32px 60px 32px 32px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section .img-section-wrpr {
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 0 30px 50px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .content-cntnr .list-item-wrpr {
  padding-top: 40px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section .img-section-wrpr .image-text h4 {
  color: #fff;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .top-tag {
  margin-bottom: 36px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .top-tag span.tag-name {
  font-weight: 700;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .title-wrpr h3 {
  margin-bottom: 40px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .list-item-wrpr .list-icon svg {
  vertical-align: middle;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .list-item-wrpr .list-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .list-item-wrpr .list-item span.list-item-txt {
  color: #3F4A5B;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .content-cntnr {
  margin-bottom: 80px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .btn-wrpr a {
  background: #223553;
  padding: 15px 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 0.77px -2.32px #1B304C26 inset;
  color: #fff;
  text-decoration: none;
  display: flex;
  max-width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .btn-wrpr a span.btn-icon svg {
  vertical-align: middle;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section.img-left-align .img-section-wrpr .animated-img-wrpr {
  transform: translateX(-115px);
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section.img-right-align .img-section-wrpr {
  justify-content: space-between;
}

.switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section.img-right-align .img-section-wrpr .animated-img-wrpr {
  transform: translateX(115px);
}

.switch-pricing-tabber .large-logo-wrpr {
  margin-bottom: 36px;
}

.switch-pricing-tabber .large-logo-wrpr svg {
  vertical-align: middle;
}

.switch-pricing-tabber .product-client-image {
  margin-top: 80px;
}

.switch-pricing-tabber .product-client-image .logo-top-content p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #3f4a5b;
}

.switch-pricing-tabber .product-client-image .logo-cntnr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.switch-pricing-tabber .cta {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 500 14px / 20px DM Sans, serif;
  letter-spacing: .25px;
  margin: 0;
  outline: none;
  padding: 2px 2px 2px 72px;
  position: relative;
  border: 1px solid #1B304C26;
}
.switch-pricing-tabber .cta .arrow {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, .32), hsla(0, 0%, 100%, 0) 77.51%), #f27527;
  border-radius: 4px;
  height: 36px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: width .3s;
  width: 48px;
  color: #223c5f;
}
.switch-pricing-tabber .cta .arrow div {
  position: absolute;
  width: 100%;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: linear-gradient(to right, transparent 12px, black 18px, black calc(100% - 18px), transparent calc(100% - 12px));
  mask-image: linear-gradient(to right, transparent 12px, black 18px, black calc(100% - 18px), transparent calc(100% - 12px));
}
.switch-pricing-tabber .cta .arrow div:before,
.switch-pricing-tabber .cta .arrow div:after {
  content: "";
  position: absolute;
  inset: 0;
}
.switch-pricing-tabber .cta .arrow div:before {
  background: linear-gradient(to right, rgba(13, 21, 33, 0.02) 0.405%, rgba(13, 21, 33, 0.12) 1.61%, rgba(32, 38, 50, 0.26) 8.005%, rgba(13, 21, 33, 0.33) 9.2%, rgba(46, 52, 62, 0.28) 15.61%, rgba(13, 21, 33, 0.56) 16.805%, rgba(13, 21, 33, 0.84) 23.2%, rgba(32, 38, 50, 0.87) 24.4%, rgba(13, 21, 33, 0.75) 30.815%, rgba(13, 21, 33, 0.69) 31.995%, rgba(32, 38, 50, 0.42) 38.39%, rgba(13, 21, 33, 0.34) 39.59%, rgba(32, 38, 50, 0.29) 46%, rgba(32, 38, 50, 0.26) 47.19%, rgba(13, 21, 33, 0.02) 50%, rgba(13, 21, 33, 0.02) 50.405%, rgba(13, 21, 33, 0.12) 51.61%, rgba(32, 38, 50, 0.26) 58.005%, rgba(13, 21, 33, 0.33) 59.2%, rgba(46, 52, 62, 0.28) 65.61%, rgba(13, 21, 33, 0.56) 66.805%, rgba(13, 21, 33, 0.84) 73.2%, rgba(32, 38, 50, 0.87) 74.4%, rgba(13, 21, 33, 0.75) 80.815%, rgba(13, 21, 33, 0.69) 81.995%, rgba(32, 38, 50, 0.42) 88.39%, rgba(13, 21, 33, 0.34) 89.59%, rgba(32, 38, 50, 0.29) 96%, rgba(32, 38, 50, 0.26) 97.19%, rgba(13, 21, 33, 0.02) 100%) 0 1px/200% 2px repeat-x, linear-gradient(to right, rgba(13, 21, 33, 0.02) 0.405%, rgba(13, 21, 33, 0.12) 1.61%, rgba(32, 38, 50, 0.26) 8.005%, rgba(13, 21, 33, 0.33) 9.2%, rgba(46, 52, 62, 0.28) 15.61%, rgba(13, 21, 33, 0.56) 16.805%, rgba(13, 21, 33, 0.84) 23.2%, rgba(32, 38, 50, 0.87) 24.4%, rgba(13, 21, 33, 0.75) 30.815%, rgba(13, 21, 33, 0.69) 31.995%, rgba(32, 38, 50, 0.42) 38.39%, rgba(13, 21, 33, 0.34) 39.59%, rgba(32, 38, 50, 0.29) 46%, rgba(32, 38, 50, 0.26) 47.19%, rgba(13, 21, 33, 0.02) 50%, rgba(13, 21, 33, 0.02) 50.405%, rgba(13, 21, 33, 0.12) 51.61%, rgba(32, 38, 50, 0.26) 58.005%, rgba(13, 21, 33, 0.33) 59.2%, rgba(46, 52, 62, 0.28) 65.61%, rgba(13, 21, 33, 0.56) 66.805%, rgba(13, 21, 33, 0.84) 73.2%, rgba(32, 38, 50, 0.87) 74.4%, rgba(13, 21, 33, 0.75) 80.815%, rgba(13, 21, 33, 0.69) 81.995%, rgba(32, 38, 50, 0.42) 88.39%, rgba(13, 21, 33, 0.34) 89.59%, rgba(32, 38, 50, 0.29) 96%, rgba(32, 38, 50, 0.26) 97.19%, rgba(13, 21, 33, 0.02) 100%) 0 13px/200% 2px repeat-x, linear-gradient(90deg, rgba(13, 21, 33, 0.02) 0%, rgba(13, 21, 33, 0.16) 1.595%, rgba(32, 38, 50, 0.22) 2.79%, rgba(13, 21, 33, 0.35) 9.195%, rgba(32, 38, 50, 0.42) 10.415%, rgba(12, 26, 33, 0.58) 16.795%, rgba(32, 38, 50, 0.67) 18.01%, rgba(32, 38, 50, 0.87) 24.405%, rgba(13, 21, 33, 0.95) 25.59%, rgba(13, 21, 33, 0.55) 31.99%, rgba(32, 38, 50, 0.46) 33.19%, rgba(13, 21, 33, 0.32) 39.595%, rgba(13, 21, 33, 0.23) 40.805%, rgba(32, 38, 50, 0.22) 47.21%, rgba(13, 21, 33, 0.2) 48.38%, rgba(13, 21, 33, 0.02) 50%, rgba(13, 21, 33, 0.16) 51.595%, rgba(32, 38, 50, 0.22) 52.79%, rgba(13, 21, 33, 0.35) 59.195%, rgba(32, 38, 50, 0.42) 60.415%, rgba(12, 26, 33, 0.58) 66.795%, rgba(32, 38, 50, 0.67) 68.01%, rgba(32, 38, 50, 0.87) 74.405%, rgba(13, 21, 33, 0.95) 75.59%, rgba(13, 21, 33, 0.55) 81.99%, rgba(32, 38, 50, 0.46) 83.19%, rgba(13, 21, 33, 0.32) 89.595%, rgba(13, 21, 33, 0.23) 90.805%, rgba(32, 38, 50, 0.22) 97.21%, rgba(13, 21, 33, 0.2) 98.38%, rgba(13, 21, 33, 0.02) 100%) 0 4px/200% 2px repeat-x, linear-gradient(90deg, rgba(13, 21, 33, 0.02) 0%, rgba(13, 21, 33, 0.16) 1.595%, rgba(32, 38, 50, 0.22) 2.79%, rgba(13, 21, 33, 0.35) 9.195%, rgba(32, 38, 50, 0.42) 10.415%, rgba(12, 26, 33, 0.58) 16.795%, rgba(32, 38, 50, 0.67) 18.01%, rgba(32, 38, 50, 0.87) 24.405%, rgba(13, 21, 33, 0.95) 25.59%, rgba(13, 21, 33, 0.55) 31.99%, rgba(32, 38, 50, 0.46) 33.19%, rgba(13, 21, 33, 0.32) 39.595%, rgba(13, 21, 33, 0.23) 40.805%, rgba(32, 38, 50, 0.22) 47.21%, rgba(13, 21, 33, 0.2) 48.38%, rgba(13, 21, 33, 0.02) 50%, rgba(13, 21, 33, 0.16) 51.595%, rgba(32, 38, 50, 0.22) 52.79%, rgba(13, 21, 33, 0.35) 59.195%, rgba(32, 38, 50, 0.42) 60.415%, rgba(12, 26, 33, 0.58) 66.795%, rgba(32, 38, 50, 0.67) 68.01%, rgba(32, 38, 50, 0.87) 74.405%, rgba(13, 21, 33, 0.95) 75.59%, rgba(13, 21, 33, 0.55) 81.99%, rgba(32, 38, 50, 0.46) 83.19%, rgba(13, 21, 33, 0.32) 89.595%, rgba(13, 21, 33, 0.23) 90.805%, rgba(32, 38, 50, 0.22) 97.21%, rgba(13, 21, 33, 0.2) 98.38%, rgba(13, 21, 33, 0.02) 100%) 0 10px/200% 2px repeat-x, linear-gradient(90deg, rgba(13, 21, 33, 0.05) 0%, rgba(13, 21, 33, 0.28) 2.79%, rgba(32, 38, 50, 0.29) 4%, rgba(13, 21, 33, 0.48) 10.4%, rgba(32, 38, 50, 0.49) 11.61%, rgba(13, 21, 33, 0.68) 17.995%, rgba(32, 38, 50, 0.76) 19.19%, #202632 25.595%, #202632 26.8%, rgba(32, 38, 50, 0.4) 33.22%, rgba(32, 38, 50, 0.4) 34.42%, rgba(32, 38, 50, 0.22) 40.8%, rgba(32, 38, 50, 0.22) 42%, rgba(13, 21, 33, 0.08) 48.405%, rgba(13, 21, 33, 0.05) 49.62%, rgba(13, 21, 33, 0.05) 50%, rgba(13, 21, 33, 0.28) 52.79%, rgba(32, 38, 50, 0.29) 54%, rgba(13, 21, 33, 0.48) 60.4%, rgba(32, 38, 50, 0.49) 61.61%, rgba(13, 21, 33, 0.68) 67.995%, rgba(32, 38, 50, 0.76) 69.19%, #202632 75.595%, #202632 76.8%, rgba(32, 38, 50, 0.4) 83.22%, rgba(32, 38, 50, 0.4) 84.42%, rgba(32, 38, 50, 0.22) 90.8%, rgba(32, 38, 50, 0.22) 92%, rgba(13, 21, 33, 0.08) 98.405%, rgba(13, 21, 33, 0.05) 99.62%) 0 center/200% 2px repeat-x;
  background-position-x: 100%;
  -webkit-animation: move-right 2s linear infinite;
  animation: move-right 2s linear infinite;
  -webkit-mask-image: url("https://145627385.fs1.hubspotusercontent-eu1.net/hubfs/145627385/SupremeCommander_October_2024/Images/Arrow.svg");
  mask-image: url("https://145627385.fs1.hubspotusercontent-eu1.net/hubfs/145627385/SupremeCommander_October_2024/Images/Arrow.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
}
.switch-pricing-tabber .cta .arrow div:after {
  background-image: url("https://145627385.fs1.hubspotusercontent-eu1.net/hubfs/145627385/SupremeCommander_October_2024/Images/Arrow.svg");
  -webkit-mask-image: url("https://145627385.fs1.hubspotusercontent-eu1.net/hubfs/145627385/SupremeCommander_October_2024/Images/Arrow.svg");
  mask-image: url("https://145627385.fs1.hubspotusercontent-eu1.net/hubfs/145627385/SupremeCommander_October_2024/Images/Arrow.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  background-position: center center;
  filter: drop-shadow(0 0.5px 0.5px rgba(255, 255, 255, 0.5)) drop-shadow(0 0.25px 0.75px rgba(255, 255, 255, 0.5));
}
.switch-pricing-tabber .cta .label {
  display: block;
  padding: 8px 20px 8px 0;
  color: #223c5f;
  font-weight: 500;
}
.switch-pricing-tabber .cta:focus-visible .arrow, .switch-pricing-tabber .cta:hover .arrow {
  width: calc(100% - 4px);
}

@-webkit-keyframes move-right {
  from {
    background-position-x: 100%;
  }
  to {
    background-position-x: 0%;
  }
}

@keyframes move-right {
  from {
    background-position-x: 100%;
  }
  to {
    background-position-x: 0%;
  }
}







@media (max-width: 991px) {
  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section {
    padding: 20px 40px 20px 20px;
    width: 40%;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section {
    width: 60%;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li {
    padding: 4px 10px;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch {
    max-width: 90%;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section {
    width: 100%;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr {
    flex-wrap: wrap;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .title-wrpr h3 {
    margin-bottom: 20px;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .content-cntnr {
    margin-bottom: 30px;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .content-section .top-tag {
    margin-bottom: 18px;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section .img-section-wrpr {
    padding: 30px 0 30px 30px;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section.img-left-align .img-section-wrpr .animated-img-wrpr {
    transform: translateX(-70px);
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section .img-section-wrpr img {
    vertical-align: middle;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-cntnt-wrpr .tab-cntnt-cntnr .image-section.img-right-align .img-section-wrpr .animated-img-wrpr {
    transform: translateX(70px);
  }


}

@media (max-width: 479px) {
  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li span.tab-image-wrpr svg {
    max-width: 100%;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group {
    flex-wrap: wrap;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch {
    max-width: 100%;
  }

  .switch-pricing-tabber .tabber-cntnt-wrpr .tab-switch .tab-switch-wrpr ul.tab-group li {
    width: 100%;
    text-align: center;
  }
}