@charset "UTF-8";
.entry-content .website_creation_outer {
  margin-bottom: 0;
}
.entry-content p.iframe + .has_tooltip h3 {
  margin-top: 0;
}
.entry-content h2#final-verdict {
  margin-top: 0;
}
.entry-content .iframe {
  display: table;
}
.entry-content ul.inline_list {
  margin-top: 16px;
}
.entry-content ul.inline_list li {
  margin-bottom: 6px !important;
}
.entry-content ul li {
  margin-bottom: 30px !important;
}
.entry-content .clearfix {
  clear: both;
  display: block;
  height: 1px;
}
.entry-content p:empty {
  display: none !important;
}
.entry-content img {
  border: unset;
}
.entry-content .links {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.entry-content .link_arrow {
  font-size: 22px;
  line-height: 32px;
  text-decoration: underline;
  color: #000000;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.entry-content .link_arrow:after {
  display: inline-block;
  content: url("../../../images/icons/link_to_go.svg");
  width: 26px;
  height: 26px;
  margin-left: 5px;
}
.entry-content .link_arrow.boxed {
  padding: 18px 20px;
  background-color: #000000;
  color: #FFF;
  border-radius: 6px;
  flex: 0 1 calc(50% - 10px);
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.entry-content .link_arrow.boxed:after {
  filter: brightness(0) saturate(100%) invert(87%) sepia(56%) saturate(2%) hue-rotate(121deg) brightness(115%) contrast(100%);
}
.entry-content .has_tooltip {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.entry-content .has_tooltip * {
  box-sizing: border-box;
}
.entry-content .has_tooltip .tooltip {
  position: absolute;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #000000;
  color: #FFF;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 342px;
  transition: all 0.4s ease;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  height: min-content;
}
.entry-content .has_tooltip .tooltip.show_tooltip {
  visibility: visible;
  opacity: 1;
  right: 0;
  z-index: 999;
  bottom: 50px;
}
.entry-content .has_tooltip .tooltip.tooltip_below {
  top: 100%;
  right: 0;
  bottom: unset;
}
.entry-content .has_tooltip .tooltip * {
  font-size: 12px;
  line-height: 18px;
}
.entry-content .has_tooltip .tooltip strong,
.entry-content .has_tooltip .tooltip span {
  display: inline-block;
}
.entry-content .has_tooltip .tooltip span {
  font-weight: 300 !important;
}
.entry-content .has_tooltip .tooltip .list {
  margin-top: 25px;
}
.entry-content .has_tooltip .tooltip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-content .has_tooltip .tooltip ul li {
  font-weight: 300 !important;
}
.entry-content .has_tooltip:hover h3 > strong:after,
.entry-content .has_tooltip:hover h4 > strong:after {
  opacity: 1;
}
.entry-content .has_tooltip h3 > span.tooltip_opener,
.entry-content .has_tooltip h4 > span.tooltip_opener {
  width: 24px;
  height: 24px;
  background: url("../../../images/shortcodes/icon_information.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.entry-content .has_tooltip h3 > span.tooltip_opener:hover,
.entry-content .has_tooltip h4 > span.tooltip_opener:hover {
  opacity: 1;
}
.entry-content .has_tooltip h4 > strong:after {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%);
}
.entry-content .roles_table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.entry-content .roles_table table {
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  border: 1px solid #000000;
  table-layout: fixed;
}
.entry-content .roles_table table * {
  text-align: left;
  vertical-align: top !important;
}
.entry-content .roles_table table thead th {
  width: auto;
  padding: 20px 30px !important;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
}
.entry-content .roles_table table thead th:nth-child(2) {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.entry-content .roles_table table tbody tr:last-child {
  border-bottom: 0;
}
.entry-content .roles_table table tbody tr td {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  width: auto;
  padding: 20px 30px !important;
  border-bottom: 0;
  border-top: 1px solid #EAEAEA;
  border-radius: 0;
}
.entry-content .roles_table table tbody tr td:first-child {
  font-weight: 600 !important;
}
.entry-content .roles_table table tbody tr td:nth-child(2) {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.entry-content .roles_table table tbody tr:first-child td {
  font-size: 14px !important;
  line-height: 20px !important;
  width: auto;
  padding: 30px 20px !important;
  border-top: 0;
  text-align: left;
}
.entry-content .table_outer_info {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.entry-content .table_outer_info:before {
  content: "*";
  color: #3339F1;
  margin-right: 3px;
}
.entry-content .comparison_table {
  margin-top: 30px;
}
.entry-content .comparison_table:first-of-type table tr td:first-child {
  text-decoration: underline;
  font-weight: 600;
}
.entry-content .comparison_table.no_emoji table tr td:not(:first-child) span {
  font-weight: 700;
}
.entry-content .comparison_table.no_emoji table tr td:not(:first-child).winner span::after {
  content: unset !important;
}
.entry-content .comparison_table table {
  box-sizing: border-box;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
.entry-content .comparison_table table tr td {
  font-weight: 700;
}
.entry-content .comparison_table table tr td:first-child {
  font-weight: 600;
}
.entry-content .comparison_table table:first-child td {
  font-size: inherit;
  padding: 20px;
  width: 195px;
}
.entry-content .comparison_table table:first-child th {
  width: 195px;
}
.entry-content .comparison_table table th {
  padding: 30px 20px !important;
  border-bottom: 0;
}
.entry-content .comparison_table table th .img_wrapper {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
}
.entry-content .comparison_table table th .img_wrapper img {
  border: unset;
  width: auto;
  max-width: unset;
  height: 48px;
  margin: 0 !important;
}
.entry-content .comparison_table table th:nth-child(2) {
  border-top-left-radius: 6px;
  border: 1px solid #000000;
  border-bottom: 0;
  border-right: 0;
}
.entry-content .comparison_table table th:last-child {
  border-top-right-radius: 6px;
  border: 1px solid #000000;
  border-bottom: 0;
}
.entry-content .comparison_table table th span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding-top: 20px;
  border-top: 1px solid #CFD0E3;
  font-weight: 600 !important;
  margin-top: 20px;
  text-align: left !important;
}
.entry-content .comparison_table table th span.overall_grade {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-content .comparison_table table th span.overall_grade em {
  font-style: normal;
}
.entry-content .comparison_table table tbody {
  border-collapse: collapse;
  border: 1px solid #000000;
}
.entry-content .comparison_table table tbody tr:not(:first-child) td {
  border-top: 1px solid #F2F2F2;
}
.entry-content .comparison_table table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
.entry-content .comparison_table table tbody tr:last-child td {
  border-bottom: 1px solid #000000;
}
.entry-content .comparison_table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
.entry-content .comparison_table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.entry-content .comparison_table table tbody tr td {
  border: 1px solid #000000;
  border-bottom: 0;
  text-align: center;
  padding: 20px;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700;
  vertical-align: middle;
}
.entry-content .comparison_table table tbody tr td:first-child {
  font-weight: 600;
}
.entry-content .comparison_table table tbody tr td a {
  color: #000000 !important;
}
.entry-content .comparison_table table tbody tr td.no_offering {
  font-size: 16px;
  line-height: 22px;
  color: #110d0d;
  opacity: 0.5;
  font-weight: 900;
  text-align: center !important;
  vertical-align: middle !important;
}
.entry-content .comparison_table table tbody tr td .info_holder {
  position: relative;
  padding-bottom: 60px;
  height: 100%;
}
.entry-content .comparison_table table tbody tr td .info_holder .table_info {
  font-size: 14px;
  line-height: 20px;
}
.entry-content .comparison_table table tbody tr td .info_holder .table_info strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.entry-content .comparison_table table tbody tr td .info_holder .value {
  margin-left: -20px;
  margin-right: -20px;
  width: 100%;
  border-top: 1px solid #F2F2F2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.entry-content .comparison_table table tbody tr td .info_holder .value span:last-child {
  font-weight: 700;
}
.entry-content .comparison_table table tbody tr td .info_holder .value.winner {
  background-color: #F4FBF5;
}
.entry-content .comparison_table table tbody tr td:nth-child(1) {
  border-right: 0;
  text-align: left;
}
.entry-content .comparison_table table tbody tr td:nth-child(1) strong.price {
  text-decoration: unset;
  font-size: 24px;
  line-height: 24px;
}
.entry-content .comparison_table table tbody tr td:nth-child(2) {
  border-right: 0;
}
.entry-content .comparison_table table tbody tr td span {
  display: inline-block;
}
.entry-content .comparison_table table tbody tr td span.yes {
  display: flex;
  align-items: flex-start;
  text-indent: -9999px;
}
.entry-content .comparison_table table tbody tr td span.yes:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../../../images/icons/icon_yes.svg");
  background-size: 30px;
  margin-right: 10px;
  flex: 0 0 30px;
}
.entry-content .comparison_table table tbody tr td span.no {
  display: flex;
  align-items: flex-start;
  text-indent: -9999px;
}
.entry-content .comparison_table table tbody tr td span.no:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../../../images/icons/icon_no.svg");
  background-size: 30px;
  margin-right: 10px;
  flex: 0 0 30px;
}
.entry-content .comparison_table table tbody tr td span.empty:before {
  margin-right: 0;
  width: 30px;
  height: 30px;
  background-size: 30px;
  flex: 0 0 30px;
}
.entry-content .comparison_table table tbody tr td.winner {
  background-color: #F4FBF5;
}
.entry-content .comparison_table table tbody tr td.winner span {
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.entry-content .comparison_table table tbody tr td.winner span:after {
  content: "🏆";
  margin-left: 10px;
  position: absolute;
  right: -20px;
  top: 0;
}
.entry-content .ranking_criteria {
  background-color: #000000;
  padding: 35px 30px;
  color: #FFF;
  border-radius: 6px;
  font-size: 20px;
  line-height: 34px;
  margin: 120px 0;
}
.entry-content .ranking_criteria p {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
}
.entry-content .ranking_criteria .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 0;
}
.entry-content .ranking_criteria a {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
}

#competitor_filters_holder {
  width: 100%;
  background-color: #000000;
  padding: 14px 15px;
  position: fixed;
  left: 0;
  top: 78px;
  box-sizing: border-box;
  z-index: 3;
}
#competitor_filters_holder * {
  box-sizing: border-box !important;
}
#competitor_filters_holder .container span {
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}
#competitor_filters_holder .container span.error {
  color: rgb(152, 6, 6);
}
#competitor_filters_holder .select_wrapper {
  position: relative;
  width: calc(50% - 10px);
}
#competitor_filters_holder .select_wrapper .loader {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border: 2px solid #EAEAEA;
  border-bottom-color: #000000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
#competitor_filters_holder .competitor_filters form {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#competitor_filters_holder .competitor_filters select {
  font-family: "Mulish";
  appearance: none;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  height: 50px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  background: url("../../../images/icons/drop_down_icon.svg") no-repeat center right 10px #FFF;
  background-size: 20px;
  width: 100%;
}
#competitor_filters_holder .competitor_filters select.changed {
  color: #000000;
}
#competitor_filters_holder .competitor_filters select option {
  color: #000000 !important;
  background: #fff;
}

.recommended_articles .blog-post__image img {
  width: auto !important;
  height: 100% !important;
  object-fit: cover !important;
}
.recommended_articles .blog-post[data-index="6"],
.recommended_articles .blog-post[data-index="7"],
.recommended_articles .blog-post[data-index="8"],
.recommended_articles .blog-post[data-index="9"],
.recommended_articles .blog-post[data-index="10"],
.recommended_articles .blog-post[data-index="11"] {
  display: none !important;
}
.recommended_articles .blog-post[data-index="6"].show,
.recommended_articles .blog-post[data-index="7"].show,
.recommended_articles .blog-post[data-index="8"].show,
.recommended_articles .blog-post[data-index="9"].show,
.recommended_articles .blog-post[data-index="10"].show,
.recommended_articles .blog-post[data-index="11"].show {
  display: flex !important;
}
.recommended_articles .recommended_articles_title {
  margin-top: 120px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
}
.recommended_articles .load_more_btn {
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 0 24px;
  background-color: #000000;
  border-radius: 6px;
  margin-top: 41px;
  display: table;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.recommended_articles .recommended {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommended_articles .recommended .blog-post {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recommended_articles .recommended .blog-post .blog-post__image {
  width: 230px;
  flex: 0 0 230px;
  border-bottom: unset;
  height: 100%;
}
.recommended_articles .recommended .blog-post .blog-post__image a {
  width: 100%;
  height: 100%;
}
.recommended_articles .recommended .blog-post .blog-post__text {
  display: none;
}
.recommended_articles .recommended .blog-post .blog-post__content {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px;
}
.recommended_articles .recommended .blog-post .blog-post__content .blog-post__header {
  order: 1;
  margin-bottom: 12px;
}
.recommended_articles .recommended .blog-post .blog-post__content .blog-post__title {
  height: auto;
  order: 2;
  margin-bottom: 20px;
}
.recommended_articles .recommended .blog-post .blog-post__content .blog-post__title a {
  font-size: 16px;
  line-height: 26px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
