@charset "UTF-8";
/*media query*/
/*#1A237E      #1A237E*/
/*#8762cb #9777d2     $purple_rankings*/
/*#7b5bf4     #1A237E  */
/*#9c81ff       #E1D9FF*/
/*#565656       #f9fafb */
/*#565656       #868686 */
/*#d3450d     #D43900*/
/* #f16d26    #f4894f*/
/* #e47400    #fd7043*/
/* #D3450D   #f36d38*/
/* #fd612f     #fd7043*/
/*#1caa64       #67E6A8*/
/* #1caa64 */
/*#178566      #17B88C*/
/* #36b98b */
.is-title-banner {
  width: 1920px;
  max-width: 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pt0 {
  padding-top: 0;
}

.pl20 {
  padding-left: 20px;
}

.pb20 li {
  padding-bottom: 20px;
}

.pb20 li:last-child {
  padding-bottom: 0;
}

.greenTextStrong strong,
.lightPurpleTextStrong strong,
.orangeTextStrong strong {
  font-size: 20px;
}

.lightOrangeList li,
.lightPurpleList li {
  list-style: none;
}

.lightOrangeList li::before,
.lightPurpleList li::before {
  content: "•";
  color: #D43900;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.orangeTextStrong strong {
  color: #D43900 !important;
}

.lightPurpleTextStrong strong {
  color: var(--vtx-primary-color) !important;
}

.lightPurpleList li::before {
  color: var(--vtx-primary-color);
}

.lightOrangeList li::before {
  color: #D43900;
}

.customTable thead tr th {
  padding: 35px 10px;
}

.customTable tbody tr td {
  vertical-align: text-top;
  padding: 25px 15px;
}

.customTable.responsiveTwoCol thead tr th:nth-child(1) {
  background: #cd76d9;
  background: -moz-linear-gradient(-45deg, #cd76d9 0, #a47bd0 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #cd76d9), color-stop(100%, #a47bd0));
  background: -webkit-linear-gradient(-45deg, #cd76d9 0, #a47bd0 100%);
  background: -o-linear-gradient(-45deg, #cd76d9 0, #a47bd0 100%);
  background: -ms-linear-gradient(-45deg, #cd76d9 0, #a47bd0 100%);
  background: linear-gradient(135deg, #cd76d9 0, #a47bd0 100%);
}

.customTable.responsiveTwoCol thead tr th:nth-child(2) {
  background: #7f73d1;
  background: -moz-linear-gradient(-45deg, #7f73d1 0, #9079cf 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #7f73d1), color-stop(100%, #9079cf));
  background: -webkit-linear-gradient(-45deg, #7f73d1 0, #9079cf 100%);
  background: -o-linear-gradient(-45deg, #7f73d1 0, #9079cf 100%);
  background: -ms-linear-gradient(-45deg, #7f73d1 0, #9079cf 100%);
  background: linear-gradient(135deg, #7f73d1 0, #9079cf 100%);
}

.customTable.responsiveTwoCol thead tr th:nth-child(3) {
  background: #9a5cd4;
  background: -moz-linear-gradient(-45deg, #9a5cd4 0, #9a77cf 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #9a5cd4), color-stop(100%, #9a77cf));
  background: -webkit-linear-gradient(-45deg, #9a5cd4 0, #9a77cf 100%);
  background: -o-linear-gradient(-45deg, #9a5cd4 0, #9a77cf 100%);
  background: -ms-linear-gradient(-45deg, #9a5cd4 0, #9a77cf 100%);
  background: linear-gradient(135deg, #9a5cd4 0, #9a77cf 100%);
}

.customTable.responsiveTwoCol thead tr th:nth-child(4) {
  background: #ad67df;
  background: -moz-linear-gradient(-45deg, #ad67df 0, #bd8ae2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #ad67df), color-stop(100%, #bd8ae2));
  background: -webkit-linear-gradient(-45deg, #ad67df 0, #bd8ae2 100%);
  background: -o-linear-gradient(-45deg, #ad67df 0, #bd8ae2 100%);
  background: -ms-linear-gradient(-45deg, #ad67df 0, #bd8ae2 100%);
  background: linear-gradient(135deg, #ad67df 0, #bd8ae2 100%);
}

.customTable.gradientTh thead tr th:nth-child(1) {
  background: #a77bd1;
  background: -moz-linear-gradient(-45deg, #a77bd1 0, var(--vtx-primary-color) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #a77bd1), color-stop(100%, var(--vtx-primary-color)));
  background: -webkit-linear-gradient(-45deg, #a77bd1 0, var(--vtx-primary-color) 100%);
  background: -o-linear-gradient(-45deg, #a77bd1 0, var(--vtx-primary-color) 100%);
  background: -ms-linear-gradient(-45deg, #a77bd1 0, var(--vtx-primary-color) 100%);
  background: linear-gradient(135deg, #a77bd1 0, var(--vtx-primary-color) 100%);
}

.customTable.gradientTh thead tr th:nth-child(2) {
  background: #8174d1;
  background: -moz-linear-gradient(-45deg, #8174d1 0, #977bce 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #8174d1), color-stop(100%, #977bce));
  background: -webkit-linear-gradient(-45deg, #8174d1 0, #977bce 100%);
  background: -o-linear-gradient(-45deg, #8174d1 0, #977bce 100%);
  background: -ms-linear-gradient(-45deg, #8174d1 0, #977bce 100%);
  background: linear-gradient(135deg, #8174d1 0, #977bce 100%);
}

.customTable.gradientTh thead tr th:nth-child(3) {
  background: #9960d3;
  background: -moz-linear-gradient(-45deg, #9960d3 0, #9a79cf 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #9960d3), color-stop(100%, #9a79cf));
  background: -webkit-linear-gradient(-45deg, #9960d3 0, #9a79cf 100%);
  background: -o-linear-gradient(-45deg, #9960d3 0, #9a79cf 100%);
  background: -ms-linear-gradient(-45deg, #9960d3 0, #9a79cf 100%);
  background: linear-gradient(135deg, #9960d3 0, #9a79cf 100%);
}

.customTable.gradientTh thead tr th:nth-child(4) {
  background: #ad67df;
  background: -moz-linear-gradient(-45deg, #ad67df 0, #bc87e2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #ad67df), color-stop(100%, #bc87e2));
  background: -webkit-linear-gradient(-45deg, #ad67df 0, #bc87e2 100%);
  background: -o-linear-gradient(-45deg, #ad67df 0, #bc87e2 100%);
  background: -ms-linear-gradient(-45deg, #ad67df 0, #bc87e2 100%);
  background: linear-gradient(135deg, #ad67df 0, #bc87e2 100%);
}

.customTable.gradientTh thead tr th:nth-child(5) {
  background: #9a73d0;
  background: -moz-linear-gradient(-45deg, #9a73d0 0, var(--vtx-primary-color) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #9a73d0), color-stop(100%, var(--vtx-primary-color)));
  background: -webkit-linear-gradient(-45deg, #9a73d0 0, var(--vtx-primary-color) 100%);
  background: -o-linear-gradient(-45deg, #9a73d0 0, var(--vtx-primary-color) 100%);
  background: -ms-linear-gradient(-45deg, #9a73d0 0, var(--vtx-primary-color) 100%);
  background: linear-gradient(135deg, #9a73d0 0, var(--vtx-primary-color) 100%);
}

.customTable.gradientTh thead tr th:nth-child(6) {
  background: #b77de1;
  background: -moz-linear-gradient(-45deg, #b77de1 0, #c191e3 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0, #b77de1), color-stop(100%, #c191e3));
  background: -webkit-linear-gradient(-45deg, #b77de1 0, #c191e3 100%);
  background: -o-linear-gradient(-45deg, #b77de1 0, #c191e3 100%);
  background: -ms-linear-gradient(-45deg, #b77de1 0, #c191e3 100%);
  background: linear-gradient(135deg, #b77de1 0, #c191e3 100%);
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .scrollTable {
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .pl23 {
    padding-left: 24px;
  }
  .customTable.gradientTh thead tr th,
  .customTable.responsiveTwoCol {
    text-align: center;
  }
  .customTable thead tr th {
    font-size: 20px;
  }
  .customTable tbody tr td:not(:last-child),
  .customTable thead tr th:not(:last-child) {
    border-right: 3px solid #fff;
  }
  .customTable tbody tr td,
  .customTable thead tr th {
    word-break: initial;
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns.has-2-columns .wp-block-column:first-child {
    margin-bottom: 0 !important;
  }
  .wp-block-em-multipurpose-block.guideContent {
    padding-bottom: 30px !important;
  }
  .responsiveChangeOrder .wp-block-column {
    display: flex;
    flex-direction: column;
  }
  .responsiveChangeOrder .wp-block-column .wp-block-em-multipurpose-block:nth-child(1),
  .responsiveChangeOrder .wp-block-column:nth-child(2) .wp-block-em-multipurpose-block:nth-child(2) {
    order: 1;
  }
  .responsiveChangeOrder .wp-block-column .wp-block-em-multipurpose-block:nth-child(2) {
    order: 3;
  }
  .responsiveChangeOrder .wp-block-column .wp-block-em-multipurpose-block:nth-child(3),
  .responsiveChangeOrder .wp-block-column:nth-child(2) .wp-block-em-multipurpose-block:nth-child(1) {
    order: 2;
  }
  .customTable.responsiveTwoCol tbody tr td {
    width: 50%;
    display: inline-block;
  }
  .customTable.gradientTh tbody tr td:not(:last-child),
  .customTable.responsiveTwoCol tbody tr td:nth-child(-n+2) {
    padding-bottom: 0;
  }
  .customTable.gradientTh tbody tr:nth-child(odd) td::before,
  .customTable.responsiveTwoCol tbody tr td::before {
    color: var(--vtx-primary-color);
  }
  .customTable.responsiveTwoCol tbody tr:nth-child(odd) td::before {
    color: #cd76d9;
  }
  .customTable.responsiveTwoCol {
    background: #fbfbfb;
  }
  .customTable tbody tr {
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 980px) {
  .wp-block-em-multipurpose-block.is-title-banner {
    background: #795bac !important;
  }
}
.is-title-banner p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 36px;
}

.is-title-banner p em {
  font-style: unset;
}

body .is-title-banner {
  padding-top: 108px !important;
}

body .is-title-banner {
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1920px;
  max-width: 100%;
}

@media screen and (max-width: 980px) {
  body .is-title-banner.is-title-banner:before {
    display: none !important;
  }
  body .is-title-banner.is-title-banner {
    background-color: #fff !important;
    background-image: none !important;
    padding-top: 110px !important;
  }
  body .is-title-banner p {
    text-align: center;
  }
  body .monetization_horizontal_wrap {
    margin-bottom: 20px;
  }
  body .responsiveStickeyBar {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body .is-title-banner p {
    font-size: 16px !important;
    line-height: 25px;
  }
  body .is-title-banner.is-title-banner {
    padding-bottom: 20px !important;
  }
}
