/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. About Cloudways Benchmarks
 * 3. Plans Comparasion Section
 * 4. Performance Graph Section
 * 5. Visitors BarGraph Section 
 * 6. Benchmarking Resources Section
 * 7. Cloudways Vs Kinsta Page
 *
*/
:root {
  --heading-color: #0a1e43;
  --text-color: #42526e;
  --color-white: #fff;
}

.bgLight {
  background: #ffffff;
}

.bgDark {
  background: #f8f9fb;
}

/* @Section 1. Banner */
.cwBenchmarksBnrSec {
  background: -webkit-gradient(linear, right top, left top, from(#0a1f76), to(#1728d0));
  background: linear-gradient(270deg, #0a1f76 0%, #1728d0 100%);
  padding: 250px 0 180px;
}

.cwBenchmarksBnrSec .BnrTxt {
  color: var(--color-white);
}

.cwBenchmarksBnrSec .BnrTxt h1 {
  font-size: 54px;
  color: inherit;
  font-weight: 700;
  margin: 0 0 15px;
}

.cwBenchmarksBnrSec .BnrTxt p {
  font-size: 20px;
  color: inherit;
  font-weight: 400;
}

.cwBenchmarksBnrSec .bnrCta {
  margin: 40px 0 0;
}

.cwBenchmarksBnrSec .bnrCta a {
  margin: 0 8px 0;
  min-width: 200px;
}

/* @Section 2. About Cloudways Benchmarks */
h2 {
  font-size: 36px;
  color: var(--heading-color);
  font-weight: 800;
  margin: 0 0 10px;
}

h2 + p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 30px;
  max-width: 900px;
  margin: 0 auto;
}

h2 + p > b {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}

.AbtCwBnchrksSec {
  padding: 130px 0;
}

.AbtCwBnchrksSec .mainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.AbtCwBnchrksSec .mainWrap .txtWrap {
  padding-right: 100px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.AbtCwBnchrksSec .mainWrap .txtWrap h2 {
  line-height: 40px;
  margin-bottom: 20px;
}

.AbtCwBnchrksSec .mainWrap .txtWrap a.cw-glb-btn3 {
  margin-top: 30px;
  min-width: 150px;
  text-align: center;
}

.AbtCwBnchrksSec .mainWrap .imgWrap {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

/* @Section 3. Plans Comparasion Section */
.bnchmrkPlansCompSec {
  padding: 100px 0;
}

.bnchmrkPlansCompSec .topTxt p {
  max-width: 900px;
  margin: 0 auto;
}

.bnchmrkPlansCompSec .plansCardMainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard {
  border-radius: 6px;
  padding: 0 10px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard.planCardCloudways {
  background-color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  position: relative;
  z-index: 9;
  padding: 0;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard.planCardCloudways .header {
  background: #2f39bf;
  display: block;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard.planCardCloudways .header .logo + li {
  color: #fff;
  border-left-color: rgba(255, 255, 255, 0.37);
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard.planCardCloudways .body {
  background: #fefeff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard.planCardCloudways .body li {
  opacity: 1;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard.planCardCloudways .body li .icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .header {
  background: #f8f9fb;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0 0;
  display: inline-block;
  padding: 18px 25px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .header ul {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .header .logo + li {
  border-left: 1px solid rgba(66, 82, 110, 0.37);
  padding-left: 15px;
  margin-left: 15px;
  font-size: 18px;
  color: #42526e;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body {
  padding: 40px 10px;
  background: #f8f9fb;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 6px 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body li {
  min-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.7;
  padding: 0 30px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body li:nth-child(2n) {
  border-left: 1px solid rgba(66, 82, 110, 0.2);
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body li:last-child {
  border-top: 1px solid rgba(66, 82, 110, 0.2);
  margin-bottom: 0;
  padding-top: 30px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body li .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: url(../../img/landing/benchmark_comp_plans_sprite.png) no-repeat center transparent;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body li .name {
  font-size: 16px;
  line-height: 16px;
  color: #42526e;
  font-weight: 400;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body li .value {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #0e134f;
  margin-top: 15px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body .cost .icon {
  background-position-y: 0;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body .storage .icon {
  background-position-y: -80px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body .bandwidth .icon {
  background-position-y: -160px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body .visits .icon {
  background-position-y: -240px;
}

.bnchmrkPlansCompSec .plansCardMainWrap .plansCard .body .sites .icon {
  background-position-y: -320px;
}

.bnchmrkPlansCompSec .compTableWrap {
  margin-top: 50px;
}

.bnchmrkPlansCompSec .compTableWrap table {
  border: 1px solid #e6e6e6;
}

.bnchmrkPlansCompSec .compTableWrap table * {
  vertical-align: middle;
}

.bnchmrkPlansCompSec .compTableWrap table thead {
  background: #f7f5f5;
}

.bnchmrkPlansCompSec .compTableWrap table thead th {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #0a1e43;
  padding: 25px 30px;
  border: 0;
}

.bnchmrkPlansCompSec .compTableWrap table thead th img {
  max-height: 25px;
  margin: 0 auto;
}

.bnchmrkPlansCompSec .compTableWrap table thead th:nth-child(2), .bnchmrkPlansCompSec .compTableWrap table thead th:nth-child(3) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.bnchmrkPlansCompSec .compTableWrap table tbody tr td {
  border-top: 1px solid rgba(66, 82, 110, 0.1);
  border-bottom: 1px solid rgba(66, 82, 110, 0.1);
  border-left: 0;
  border-right: 0;
  padding: 25px 30px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
}

.bnchmrkPlansCompSec .compTableWrap table tbody tr td:nth-child(2), .bnchmrkPlansCompSec .compTableWrap table tbody tr td:nth-child(3) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.bnchmrkPlansCompSec .compTableWrap table tbody tr th {
  border-top: 1px solid rgba(66, 82, 110, 0.1);
  border-bottom: 1px solid rgba(66, 82, 110, 0.1);
  border-left: 0;
  border-right: 0;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 18px;
  color: #42526e;
}

.bnchmrkPlansCompSec .compTableWrap table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.bnchmrkPlansCompSec .compTableWrap table tbody tr:nth-child(odd) {
  background: #fff;
}

/* @Section 4. Performance Graph Section */
.performanceGraphSec {
  padding: 40px 0 80px;
}

.performanceGraphSec .appsTabsWrap {
  margin-top: 80px;
}

.performanceGraphSec .appsTabsWrap * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.performanceGraphSec .appsTabsWrap .nav {
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 65px;
}

.performanceGraphSec .appsTabsWrap .nav li {
  border: 0 !important;
  float: none;
  margin: 0;
}

.performanceGraphSec .appsTabsWrap .nav li a {
  padding: 12px 30px;
  background: rgba(66, 82, 110, 0.3);
  border-radius: 0px 6px 0px 0px !important;
  border: 0 !important;
  margin: 0;
  min-width: 200px;
}

.performanceGraphSec .appsTabsWrap .nav li a img {
  max-height: 30px;
  margin: 0 auto;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.6;
}

.performanceGraphSec .appsTabsWrap .nav li:last-child.active a img {
  -webkit-filter: invert(1) brightness(3);
          filter: invert(1) brightness(3);
}

.performanceGraphSec .appsTabsWrap .nav li.active a {
  padding: 17px 30px;
  background: #2f39bf;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0px 0px !important;
}

.performanceGraphSec .appsTabsWrap .nav li.active a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  opacity: 1;
}

.performanceGraphSec .appsTabsWrap .performanceStatsBox {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 6px 6px 6px;
  padding: 60px;
}

.performanceGraphSec .appsTabsWrap .performanceStatsBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.performanceGraphSec .appsTabsWrap .performanceStatsBox ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.performanceGraphSec .appsTabsWrap .performanceStatsBox ul li:last-child {
  margin: 0;
}

.performanceGraphSec .appsTabsWrap .performanceStatsBox ul li .desc {
  font-size: 18px;
  line-height: 18px;
  color: #42526e;
  margin-left: 30px;
}

.performanceGraphSec .appsTabsWrap .performanceStatsBox ul li .desc b {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
  color: #0e134f;
}

.performanceGraphSec .appsTabsWrap .smallGraphs .lineGraphWrap {
  padding: 20px;
  min-height: 220px;
}

.performanceGraphSec .appsTabsWrap .smallGraphs .lineGraphWrap:first-child {
  margin-bottom: 40px;
}

.performanceGraphSec .appsTabsWrap .smallGraphs .lineGraphWrap .graphBox {
  height: 230px;
}

.performanceGraphSec .appsTabsWrap .lineGraphWrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 30px;
  width: 100%;
  padding: 40px;
}

.performanceGraphSec .appsTabsWrap .lineGraphWrap .graphBox {
  width: 100%;
  height: 500px;
}

.performanceGraphSec .appsTabsWrap .lineGraphWrap iframe {
  display: inherit;
  max-width: 100%;
  margin: 0 auto;
}

.performanceGraphSec .appsTabsWrap .lineGraphWrap p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color);
  margin: 15px 0 0;
}

/* "Section 5. Visitors BarGraph Section  */
.visitorsBarGraphSec {
  padding: 100px 0;
}

.visitorsBarGraphSec .barGraphWrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 6px 6px 6px;
  margin-top: 30px;
  width: 100%;
  padding: 40px;
}

.visitorsBarGraphSec .barGraphWrap iframe {
  display: inherit;
  max-width: 100%;
  margin: 0 auto;
}

/* "Section 6. Benchmarking Resources Section */
.benchmarkRsrcSec {
  background: #0a0d35;
  background: -webkit-gradient(left top, right top, color-stop(0%, #0a0d35), color-stop(50%, #0a0d35), color-stop(50%, #002cc9), color-stop(100%, #002cc9));
  background: -webkit-gradient(linear, left top, right top, from(#0a0d35), color-stop(50%, #0a0d35), color-stop(50%, #002cc9), to(#002cc9));
  background: linear-gradient(to right, #0a0d35 0%, #0a0d35 50%, #002cc9 50%, #002cc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0d35', endColorstr='#002cc9', GradientType=1 );
  padding: 80px 0;
  position: relative;
}

.benchmarkRsrcSec::before {
  position: absolute;
  content: "";
  width: 322px;
  height: 355px;
  left: -100px;
  bottom: 0;
  background: url(../../img/home/bottom-cta-right.png) no-repeat top right;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.benchmarkRsrcSec::after {
  position: absolute;
  content: "";
  width: 322px;
  height: 355px;
  right: 0;
  top: 0;
  background: url(../../img/home/bottom-cta-right.png) no-repeat top right;
}

.benchmarkRsrcSec .benchmarkRsrcMainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap,
.benchmarkRsrcSec .benchmarkRsrcMainWrap .rightWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap h2,
.benchmarkRsrcSec .benchmarkRsrcMainWrap .rightWrap h2 {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 30px;
}

.benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap {
  padding-right: 180px;
}

#cwPrfrmBnchMarkWrap .compTableWrap table {
  border: 0px;
}

#cwPrfrmBnchMarkWrap .compTableWrap table thead {
  background-color: transparent;
}

#cwPrfrmBnchMarkWrap .compTableWrap table thead th:not(:first-child) {
  background-color: #ECECEC;
}

#cwPrfrmBnchMarkWrap .compTableWrap table thead th:nth-of-type(2) {
  border-radius: 6px 0px 0px 0px;
  border: 0 !important;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#cwPrfrmBnchMarkWrap .compTableWrap table thead th:nth-of-type(3) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

#cwPrfrmBnchMarkWrap .compTableWrap table thead th:last-child {
  background: #2F39BF;
  border-radius: 6px 6px 0px 0px;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

#cwPrfrmBnchMarkWrap .compTableWrap table thead th:last-child img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr th {
  border-left: 1px solid rgba(66, 82, 110, 0.1);
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr td {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr td:last-child {
  color: #2F39BF;
  font-weight: 700;
  -webkit-box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr td:last-child::before {
  content: '';
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr td:nth-of-type(2) {
  -webkit-box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
  border-right: 1px solid #e6e6e6 !important;
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(even) {
  background-color: transparent;
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:last-child td:last-child {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), inset -4px 0 4px -2px rgba(0, 0, 0, 0.07);
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody .cwPrfrmBnchMarkRow {
  background-color: rgba(66, 82, 110, 0.04) !important;
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody .cwPrfrmBnchMarkRow th {
  color: #2F39BF;
  font-weight: 700;
}

#cwPrfrmBnchMarkWrap .compTableWrap table tbody .cwPrfrmBnchMarkRow td {
  border: 0;
}

/* @Section 7. Cloudways Vs Kinsta Page */
.cw_vs_kinsta_mainWrap .cwBenchmarksBnrSec {
  position: relative;
}

.cw_vs_kinsta_mainWrap .cwBenchmarksBnrSec::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: url(../../img/landing/cw_kinsta-bnr_bg.png) no-repeat center center;
  background-size: cover;
}

.cw_vs_kinsta_mainWrap .cwBenchmarksBnrSec .container {
  position: relative;
}

.cw_vs_kinsta_mainWrap .cwBenchmarksBnrSec .BnrTxt {
  max-width: 900px;
  margin: 0 auto;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap {
  padding: 100px 0;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-txt h2 {
  font-weight: 800;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li a span {
  background-image: url(../../img/landing/cw_kinsta-ftrs_icon_sprite.png);
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(1).active a span {
  background-position-y: -235px !important;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(2).active a span {
  background-position-y: -282px !important;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(3) a span {
  background-position-y: -93px !important;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(3).active a span {
  background-position-y: -330px !important;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(4).active a span {
  background-position-y: -376px !important;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(5) a span {
  background-position-y: -187px;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-wrap .lnd-new-feats-tabs-wrap ul li:nth-child(5).active a span {
  background-position-y: -425px !important;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap {
  margin: 50px 0 0;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .active .tab_inr_cntnt_w_img_wrap {
  -webkit-animation: visibleOnActive 1s linear both;
          animation: visibleOnActive 1s linear both;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap .txt {
  padding-right: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap .txt h3 {
  font-weight: 800;
  font-size: 36px;
  color: #0a1e43;
  margin: 0 0 15px;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap .txt p {
  font-size: 20px;
  font-weight: 400;
  color: #42526e;
  margin-bottom: 30px;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap .img img {
  margin: 0 auto;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec .compTableWrap table thead th:nth-child(2) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap {
  margin-top: 80px;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap .table-responsive {
  overflow: visible;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr th {
  width: 50%;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(odd) {
  background: #f8f9fb;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(even),
.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table thead {
  background: #fff;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:first-child td:last-child::before {
  -webkit-box-shadow: 0 -15px 0px 0px #2f39bf, 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -15px 0px 0px #2f39bf, 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:last-child td:last-child {
  -webkit-transform: scale(1.05, 1.2);
          transform: scale(1.05, 1.2);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:last-child td:last-child::before {
  border-radius: 0 0 6px 6px;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(odd) td {
  background: #f8f9fb;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(odd) td::before {
  -webkit-box-shadow: 0 -15px 0px 0px #fff, 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -15px 0px 0px #fff, 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(even) td {
  background: #fff;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr:nth-child(even) td::before {
  -webkit-box-shadow: 0 -15px 0px 0px #f8f9fb, 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -15px 0px 0px #f8f9fb, 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr td:last-child {
  color: #2f39bf;
  font-weight: 700;
  -webkit-transform: scaleX(1.05);
          transform: scaleX(1.05);
  -webkit-transform-origin: center;
          transform-origin: center;
  border: 0 !important;
  position: relative;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table tbody tr td:last-child::before {
  background-color: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-top: 1px solid rgba(66, 82, 110, 0.1);
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table thead th:nth-child(2) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table thead th:last-child {
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  position: relative;
}

.cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap table thead th:last-child::before {
  content: "";
  background-color: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 15px 2px black;
          box-shadow: 0 0 15px 2px black;
  -webkit-box-shadow: 0 15px 0px 0px #2f39bf, 0 -15px 0px 0px #2f39bf, 0 0 10px black, 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 0px 0px #2f39bf, 0 -15px 0px 0px #2f39bf, 0 0 10px black, 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0 0;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec {
  padding: 100px 0;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .txt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-right: 80px;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .txt h2, .cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .txt p {
  margin: 0 0 20px;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .txt a {
  font-weight: 800;
  min-width: 150px;
  text-align: center;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .img {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: right;
}

.cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .img img {
  display: inline-block;
}

@-webkit-keyframes visibleOnActive {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes visibleOnActive {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .performanceGraphSec .appsTabsWrap .lineGraphWrap,
  .visitorsBarGraphSec .barGraphWrap {
    overflow-x: scroll;
  }
  .performanceGraphSec .appsTabsWrap .lineGraphWrap iframe,
  .visitorsBarGraphSec .barGraphWrap iframe {
    overflow-x: scroll;
    max-width: initial;
    min-height: 0.01%;
    overflow-x: auto;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
  h2 + p {
    font-size: 16px;
  }
  .cwBenchmarksBnrSec {
    padding: 160px 0 100px;
  }
  .cwBenchmarksBnrSec .BnrTxt h1 {
    font-size: 36px;
  }
  .cwBenchmarksBnrSec .BnrTxt p {
    font-size: 16px;
  }
  .AbtCwBnchrksSec {
    padding: 60px 0;
  }
  .AbtCwBnchrksSec .mainWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .AbtCwBnchrksSec .mainWrap .txtWrap {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .AbtCwBnchrksSec .mainWrap .imgWrap img {
    max-width: 500px;
  }
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap {
    padding-right: 80px;
  }
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap h2,
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .rightWrap h2 {
    font-size: 24px;
  }
  .performanceGraphSec .appsTabsWrap {
    margin-top: 40px;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox {
    padding: 50px 30px;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul li .desc {
    font-size: 16px;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul li .desc b {
    font-size: 18px;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul li {
    margin-right: 20px;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul li .desc {
    margin-left: 15px;
  }
  .bnchmrkPlansCompSec, .bnchmrkPlansCompSec, .performanceGraphSec, .visitorsBarGraphSec {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .bnchmrkPlansCompSec .compTableWrap .table-responsive > .table > tbody > tr > td,
  .bnchmrkPlansCompSec .compTableWrap .table-responsive > .table > tbody > tr > th,
  .bnchmrkPlansCompSec .compTableWrap .table-responsive > .table > tfoot > tr > td,
  .bnchmrkPlansCompSec .compTableWrap .table-responsive > .table > tfoot > tr > th,
  .bnchmrkPlansCompSec .compTableWrap .table-responsive > .table > thead > tr > td,
  .bnchmrkPlansCompSec .compTableWrap .table-responsive > .table > thead > tr > th {
    white-space: pre-wrap;
  }
  .bnchmrkPlansCompSec .compTableWrap table thead th img {
    min-width: 100px;
  }
  .bnchmrkPlansCompSec .compTableWrap table thead th,
  .bnchmrkPlansCompSec .compTableWrap table tbody tr td,
  .bnchmrkPlansCompSec .compTableWrap table tbody tr th {
    padding: 10px 15px;
    font-size: 16px;
  }
  .cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap .table-responsive {
    border: 0;
  }
  .cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap .table-responsive table tbody tr th {
    width: auto;
  }
  .cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .txt {
    text-align: center;
    padding: 0;
    margin: 30px 0 0;
  }
  .cw_vs_kinsta_mainWrap .cwKinstaCompGraphSec .cwKinstaCompGraphWrap .img {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul li {
    padding: 30px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 100%;
  }
  .performanceGraphSec .appsTabsWrap .performanceStatsBox ul li:last-child {
    margin: 0 auto 20px;
  }
  .cwBenchmarksBnrSec {
    padding: 140px 0 60px;
  }
  .cwBenchmarksBnrSec .BnrTxt h1 {
    font-size: 28px;
  }
  .cwBenchmarksBnrSec .bnrCta a {
    margin: 0 0 10px;
    width: 100%;
  }
  .AbtCwBnchrksSec .mainWrap .imgWrap img {
    max-width: 100%;
  }
  .benchmarkRsrcSec {
    padding: 60px 0;
    background: #002cc9;
  }
  .benchmarkRsrcSec::after {
    display: none;
  }
  .benchmarkRsrcSec .benchmarkRsrcMainWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap,
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .rightWrap {
    padding: 30px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 20px;
  }
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap .txt,
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .rightWrap .txt {
    text-align: center;
  }
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .leftWrap .txt h2,
  .benchmarkRsrcSec .benchmarkRsrcMainWrap .rightWrap .txt h2 {
    color: #091e42;
  }
  .cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cw_vs_kinsta_mainWrap .lnd-new-feats-tabs-cntnt-wrap .tab_inr_cntnt_w_img_wrap .txt {
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
  }
  .cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap .table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .cw_vs_kinsta_mainWrap .bnchmrkPlansCompSec#cwPrfrmBnchMarkWrap .compTableWrap .table-responsive * {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/*# sourceMappingURL=cw_benchmarks.css.map */