@font-face {
  font-family: "FK Grotesk";
  src: url("../fonts/FKGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FK Grotesk";
  src: url("../fonts/FKGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FK Grotesk";
  src: url("../fonts/FKGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Right Grotesk";
  src: url("../fonts/PPRightGrotesk-WideMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html .page-template-comparison-page {
  color: #343A40;
  position: relative;
  overflow-y: scroll;
}

html .page-template-comparison-page .custom-tooltip p:last-child {
  margin-bottom: 0;
}

html .page-template-comparison-page .custom-tooltip ul {
  margin-bottom: 0;
}

html .page-template-comparison-page .custom-tooltip > *:last-child {
  margin-bottom: 0;
}

html .page-template-comparison-page .header {
  z-index: 100;
}

html .page-template-comparison-page .header--actions-menu {
  display: none !important;
}

html .page-template-comparison-page .header-btn-get-started {
  display: none !important;
}

html .page-template-comparison-page .header-btn-comparison {
  display: block !important;
}

html .page-template-comparison-page.modal-open {
  overflow: hidden;
}

html .page-template-comparison-page section {
  overflow: initial;
}

html .page-template-comparison-page .popover {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-left: 2px;
  background: initial;
  box-shadow: none;
}

html .page-template-comparison-page .popover .arrow {
  display: none;
}

html .page-template-comparison-page .popover ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

html .page-template-comparison-page .popover ul li {
  font-family: "FK Grotesk", sans-serif;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #343A40;
  line-height: 1.4;
  margin-bottom: 10px;
}

html .page-template-comparison-page .popover ul li:last-of-type {
  margin-bottom: 0;
}

html .page-template-comparison-page .popover ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #3BAE5B;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 100%;
}

html .page-template-comparison-page .popover .popover-content {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 20px;
}

html .page-template-comparison-page .popover .popover-content p {
  font-family: "FK Grotesk", sans-serif;
  color: #343A40;
  line-height: 1.4;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

html .page-template-comparison-page .popover .popover-content p:last-of-type {
  margin-bottom: 0;
}

.pdf-form--download {
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  width: 1px;
  opacity: 0;
}

.comparison--main {
  padding-top: 60px;
}

.comparison--thanks-row {
  width: 807px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 110px;
}

.comparison--thanks-info {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.comparison--thanks-title {
  font-size: 84px;
  font-weight: 400;
  font-family: "IvyPresto Headline", serif;
  color: #022E34;
  margin-bottom: 16px;
}

.comparison--thanks-text {
  color: #343A40;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 82px;
}

.comparison--thanks-cta {
  background-image: url("../img/comparison-thanks-cta.svg");
  background-size: cover;
  border-radius: 16px;
  background-position: center;
  padding: 32px;
}

.comparison--thanks-cta-title {
  font-size: 32px;
  color: #fff;
  font-family: "IvyPresto Headline", serif;
  line-height: 1.25;
  width: 100%;
  max-width: 484px;
  margin-bottom: 24px;
}

.comparison--table-outer-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

.comparison--table-btn {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  cursor: initial;
  color: #9FA6F4;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.comparison--table-btn path {
  fill: #6D6D6D;
  transition: all 0.3s;
}

.comparison--table-btn.active path {
  fill: #9FA6F4;
}

.comparison--table-btn.active:hover {
  cursor: default;
}

.comparison--table-btn.active:hover path {
  fill: #9FA6F4;
}

.comparison--table-btn-mid {
  margin: 0 4px;
}

.comparison--content-social {
  position: absolute;
  left: -84px;
}

.comparison--content-social .share-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.comparison--content-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison--content-social a:before {
  display: none !important;
}

.comparison--fixed-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in;
  background: #1F2129;
  padding: 15px 0;
  z-index: 1001;
  color: #fff;
  overflow: hidden;
}

.comparison--fixed-bottom.show {
  display: block;
  transform: translateY(0);
}

.comparison--fixed-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1125px;
  max-width: 100%;
  margin: 0 auto;
}

.comparison--fixed-cta-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "PP Right Grotesk", sans-serif;
  color: #FFF;
  line-height: 1.37;
}

.comparison--fixed-cta-title span {
  color: #3BAE5B;
}

.comparison--fixed-cta-btn {
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  font-weight: 500;
  font-family: "PP Right Grotesk", sans-serif;
  padding: 12px 60px;
  background: #3BAE5B;
  border-radius: 4px;
  letter-spacing: 1px;
}

.comparison--fixed-cta-btn:hover {
  background: #2F8B49;
  color: #fff;
}

.comparison--hero-bg {
  position: absolute;
  top: 0;
  bottom: -173px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #002325;
  background-image: url("../img/comparison-hero-upd.svg");
  background-image: url("../img/comparison-hero-upd.png");
  background-size: cover;
  background-position: center;
}

.comparison--hero {
  padding-top: 94px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.comparison--hero .container {
  max-width: 100%;
}

.comparison--hero-title {
  font-family: "IvyPresto Headline", serif;
  font-size: 63px;
  font-weight: 400;
  color: #f8f8f8;
  line-height: 1;
  margin-bottom: 32px;
  max-width: 100%;
  width: 712px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comparison--hero-text {
  width: 556px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison--hero-text strong {
  font-weight: 400;
  margin: 0 10px 0 0;
}

.comparison--hero-text span {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 7px;
}

.comparison--hero-text .capterra {
  display: inline-block;
  width: 29px;
  height: 23px;
  background-image: url("../img/comparison-capterra.svg");
}

.comparison--hero-text .g2 {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/comparison-g2.png");
}

.comparison--hero-left {
  text-align: center;
  position: relative;
  z-index: 1;
}

.comparison--hero-link {
  margin: 48px auto 0;
}

.comparison--hero-right img {
  height: auto;
  max-width: 100%;
}

.comparison--table-section {
  margin-top: -40px;
}

.comparison--table-cta {
  position: sticky;
  left: 0;
  top: 0;
  background: #8DD09F;
  box-shadow: 0 0 0 1px #3BAE5B inset;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comparison--table-cta-title {
  font-size: 28px;
  color: #1F2129;
  font-family: "FK Grotesk", sans-serif;
  font-weight: 500;
  margin-left: 30px;
  margin-right: 10px;
}

.comparison--table-cta-btn {
  font-family: "PP Right Grotesk", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 17px 25px;
  background: #1F2129;
  border-radius: 4px;
  margin-right: 30px;
  letter-spacing: 1px;
}

.comparison--table-cta-wrap {
  padding: 0 !important;
}

.comparison--table-cta-wrap:before,
.comparison--table-cta-wrap:after {
  display: none !important;
}

.comparison--table-rating .comparison--table-cell-text {
  color: #1F2129;
  font-weight: 500;
  line-height: 2;
}

.comparison--table-cell-text {
  font-size: 14px;
  line-height: 1.4;
}

.comparison--table-cell-text.no-icon {
  padding-top: 4px;
}

.comparison--table-cell-text.with-tooltip {
  padding-top: 3px;
  position: relative;
}

.comparison--table-container-tooltip {
  position: relative;
  display: block;
  z-index: 30;
  cursor: default;
}

.comparison--table-container-tooltip .tooltip-icon {
  width: 12px;
  height: 13px;
  position: absolute;
  right: -13px;
  top: -8px;
  cursor: pointer;
}

.comparison--table-logo-row td {
  padding: 24px !important;
}

.comparison--card {
  border: 1px solid #D9D9D9;
}

.comparison--card-main {
  padding: 0 24px;
}

.comparison--card-top {
  display: flex;
  padding-bottom: 14px;
}

.comparison--card-top-left {
  width: 160px;
  min-width: 160px;
  margin-right: 24px;
}

.comparison--card-top-right {
  padding-top: 24px;
}

.comparison--card-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #002325;
  font-family: Montserrat, sans-serif;
  margin-bottom: 16px;
}

.comparison--card-url {
  position: relative;
}

.comparison--card-url:before {
  display: block;
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.453 7.99369C12.1509 9.69162 12.1509 12.4446 10.453 14.1425L9.22321 15.3723C7.52526 17.0702 4.77233 17.0702 3.0744 15.3723C1.37646 13.6743 1.37646 10.9214 3.0744 9.22345L3.38184 8.91601M7.99344 10.4532C6.2955 8.75527 6.29551 6.00234 7.99344 4.30441L9.22321 3.07465C10.9211 1.37672 13.6741 1.3767 15.372 3.07465C17.0699 4.77258 17.0699 7.52552 15.372 9.22345L15.0646 9.53089' stroke='%238DD09F' stroke-width='1.73914' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  transition: all 0.3s ease-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -23px;
  top: calc(50% - 9px);
  opacity: 0;
}

.comparison--card-url:hover {
  cursor: pointer;
}

.comparison--card-url:hover:before {
  opacity: 1;
}

.comparison--card-description {
  font-size: 16px;
  line-height: 1.5;
}

.comparison--card-description p {
  margin-bottom: 20px;
  line-height: inherit;
}

.comparison--card {
  margin-bottom: 64px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.comparison--card-logo-mobile {
  display: none;
}

.comparison--card-logo {
  min-width: 134px;
  max-width: 134px;
}

.comparison--card-logo img {
  max-width: 100%;
  height: auto;
}

.comparison--card-info {
  font-size: 16px;
  line-height: 1.5;
}

.comparison--card-info strong {
  font-weight: 600;
  color: #1C8269;
}

.comparison--card-info span {
  width: 16px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: -4px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.comparison--card-info span.hide {
  display: none;
}

.comparison--card-info span.uncheck {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_477_8948)'%3E%3Cpath d='M15.5 8.5C15.5 12.6421 12.1421 16 8 16C3.85786 16 0.5 12.6421 0.5 8.5C0.5 4.35786 3.85786 1 8 1C12.1421 1 15.5 4.35786 15.5 8.5Z' fill='%23FF8787' stroke='%23FF8787'/%3E%3Cpath d='M5.12 11.38L8 8.5L10.88 5.62' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M5.12 5.62L8 8.5L10.88 11.38' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_477_8948'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.comparison--card-info span.check {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8C0.5 3.86364 3.86364 0.5 8 0.5C12.1364 0.5 15.5 3.86364 15.5 8C15.5 12.1364 12.1364 15.5 8 15.5C3.86364 15.5 0.5 12.1364 0.5 8Z' fill='%232C9C74' stroke='%232C9C74'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8688 5.30317C12.0625 5.49692 12.0625 5.81567 11.8688 6.00942L7.18127 10.6969C7.0844 10.7938 6.95627 10.8438 6.82815 10.8438C6.70002 10.8438 6.5719 10.7938 6.47502 10.6969L4.13127 8.35317C3.93752 8.15942 3.93752 7.84067 4.13127 7.64692C4.32502 7.45317 4.64377 7.45317 4.83752 7.64692L6.82815 9.63755L11.1625 5.30317C11.3563 5.1063 11.675 5.1063 11.8688 5.30317Z' fill='white'/%3E%3C/svg%3E ");
}

.comparison--card-bottom {
  background: #DDFFDA;
}

.comparison--card-adv {
  display: flex;
  padding: 30px 30px 4px 30px;
}

.comparison--card-adv-mobile {
  display: none;
}

.comparison--card-adv-left {
  width: 142px;
  min-width: 142px;
  font-size: 16px;
  color: #1F2129;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 28px;
}

.comparison--card-adv-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}

.comparison--card-adv-item {
  width: calc(50% - 38px);
  margin: 0 19px 24px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 1.78;
  color: #1F2129;
  position: relative;
}

.comparison--card-adv-item:before {
  display: block;
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 4px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 8C0.5 3.86364 3.86364 0.5 8 0.5C12.1364 0.5 15.5 3.86364 15.5 8C15.5 12.1364 12.1364 15.5 8 15.5C3.86364 15.5 0.5 12.1364 0.5 8Z' fill='%238DD09F' stroke='%238DD09F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8688 5.30317C12.0625 5.49692 12.0625 5.81567 11.8688 6.00942L7.18127 10.6969C7.0844 10.7938 6.95627 10.8438 6.82815 10.8438C6.70002 10.8438 6.5719 10.7938 6.47502 10.6969L4.13127 8.35317C3.93752 8.15942 3.93752 7.84067 4.13127 7.64692C4.32502 7.45317 4.64377 7.45317 4.83752 7.64692L6.82815 9.63755L11.1625 5.30317C11.3563 5.1063 11.675 5.1063 11.8688 5.30317Z' fill='white'/%3E%3C/svg%3E ");
}

.comparison--card-adv-item p {
  margin-bottom: 0;
}

.comparison--card-adv-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.comparison--card-row {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-top: 1px solid #D9D9D9;
}

.comparison--card-row > div {
  width: 100%;
  transition: none !important;
}

.comparison--card-toggle {
  padding: 24px 0;
  color: #022E34;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border: none;
  background: transparent;
  margin-right: 33px;
  min-width: 137px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
}

.comparison--card-toggle span {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.1em;
}

.comparison--card-toggle span:before,
.comparison--card-toggle span:after {
  content: "";
  position: absolute;
  background: #6d6d6d;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.comparison--card-toggle[aria-expanded=false] span:after {
  transform: rotate(-90deg);
}

.comparison--card-row-title {
  color: #022E34;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.comparison--card-row-title.red {
  color: #022E34;
}

.comparison--card-row-content {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 184px;
}

.comparison--card-buy-full {
  margin: 0 -21px;
  display: flex;
  flex-wrap: wrap;
}

.comparison--card-buy-full div {
  width: calc(50% - 42px);
  margin: 0 21px 16px;
}

.comparison--card-row-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 42px;
}

.comparison--card-row-col {
  max-width: 270px;
  width: 50%;
  margin: 0;
}

.comparison--card-row-col-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}

.comparison--card-row-col-item a {
  color: #3BAE5B;
  text-decoration: none;
}

.comparison--card-row-col-item a:hover {
  text-decoration: underline;
}

.comparison--card-row-col-item p {
  margin-bottom: 0;
}

.comparison--card-row-col-item:before {
  display: block;
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  top: 1px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.575 18.65L3.25 12.325L5.4125 10.1625L9.575 14.325L18.5875 5.3125L20.75 7.475L9.575 18.65Z' fill='%231D8269'/%3E%3C/svg%3E%0A");
}

.comparison--card-row-col-item.red:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3_8516' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3_8516)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6705 13.2615L6.84099 18.091L5.25 16.5L10.0795 11.6705L5.25 6.84099L6.84099 5.25L11.6705 10.0795L16.5 5.25L18.091 6.84099L13.2615 11.6705L18.091 16.5L16.5 18.091L11.6705 13.2615Z' fill='%23FF7373'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.comparison--card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  color: #002325;
}

.comparison--card-cta-left {
  margin-right: 20px;
}

.comparison--card-cta-title {
  font-size: 32px;
  font-family: "IvyPresto Headline", serif;
  line-height: 1.25;
  margin-bottom: 8px;
}

.comparison--card-cta-text {
  font-size: 16px;
  line-height: 1.5;
}

.comparison--cards-title {
  text-align: center;
}

.comparison--content-right .has-text-align-center,
.comparison--content .has-text-align-center {
  text-align: center;
}

.comparison--content-right h2,
.comparison--content h2 {
  font-size: 48px;
  font-family: "IvyPresto Headline", serif;
  font-weight: 400;
  color: #022E34;
  margin-bottom: 42px;
  line-height: 1;
  margin-top: 80px;
}

.comparison--content-right h2:first-child,
.comparison--content h2:first-child {
  margin-top: 0;
}

.comparison--content-right h3,
.comparison--content h3 {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #022E34;
  line-height: 1.33;
  margin-bottom: 24px;
  margin-top: 32px;
}

.comparison--content-right h3:first-child,
.comparison--content h3:first-child {
  margin-top: 0;
}

.comparison--content-left {
  position: sticky;
  top: 122px;
  left: 0;
}

.comparison--content-left .navbar {
  padding-top: 0;
}

.comparison--content-left ul {
  list-style: none;
  padding-left: 0;
}

.comparison--content-left li {
  color: #022E34;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.comparison--content-left li a {
  color: inherit;
  padding: 0;
}

.comparison--content-left li a:hover {
  background: transparent;
  font-weight: 600;
}

.comparison--content-left li a:focus {
  background: transparent;
}

.comparison--content-left li.active {
  font-weight: 600;
}

.comparison--content-section {
  padding-top: 64px;
  padding-bottom: 56px;
}

.comparison--content-section .row {
  display: flex;
  flex-wrap: wrap;
}

.comparison--content {
  font-size: 16px;
  padding-top: 58px;
}

.comparison--content a:hover {
  color: #3BAE5B;
  text-decoration: underline;
}

.comparison--content p {
  line-height: 1.5;
  margin-bottom: 24px;
}

.comparison--content .grid {
  list-style: none;
  margin-top: 32px;
  padding-left: 0;
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 87px;
  column-gap: 87px;
}

.comparison--content .grid li {
  padding-left: 12px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 12px;
}

.comparison--content .grid li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  position: absolute;
  background: #022E34;
  border-radius: 50%;
}

.comparison--content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 32px;
}

.comparison--content ul li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 24px;
}

.comparison--content ul li br {
  content: "";
  display: block;
  margin: 4px 0;
}

.comparison--content ul li::before {
  display: block;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #022e34;
  top: 12px;
  left: 0;
  border-radius: 100%;
}

.comparison--content ol {
  padding-left: 26px;
  margin-bottom: 32px;
}

.comparison--content ol li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 24px;
}

.comparison--content ol li::marker {
  font-weight: bold;
}

.comparison--content ol li br {
  content: "";
  display: block;
  margin: 4px 0;
}

.comparison--content table {
  border-collapse: collapse;
}

.comparison--content table td,
.comparison--content table th {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 12px 10px 0;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
}

.comparison--bottom {
  padding: 0;
  margin-bottom: 70px;
}

.comparison--bottom-left {
  font-size: 20px;
  text-align: center;
  padding: 83px 0;
  line-height: 1.4;
  background-size: cover;
  background-position: center;
  background-color: #f0f0fe;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  color: #022E34;
}

.comparison--bottom-left h2 {
  font-size: 63px;
  line-height: 1;
  font-weight: 400;
  color: #022E34;
  font-family: "IvyPresto Headline", serif;
  margin-bottom: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.comparison--bottom-left p {
  margin-bottom: 40px;
}

.comparison--bottom-left strong {
  color: #000000;
}

.comparison--fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: #fff;
  box-shadow: 4px 0px 15px 0px rgba(208, 208, 208, 0.25);
  z-index: 1000;
  color: #1F2129;
  transform: translateY(100%);
  transition: transform 0.5s linear;
}

.comparison--fixed.show {
  transform: translateY(0);
}

.comparison--fixed-row {
  display: flex;
  align-items: center;
}

.comparison--fixed-image {
  width: 167px;
  min-width: 167px;
  margin-right: 33px;
}

.comparison--fixed-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}

.comparison--fixed-title span {
  color: #3BAE5B;
}

.comparison--fixed-text {
  font-size: 14px;
  line-height: 1.6;
}

.comparison--fixed-left {
  display: flex;
}

.comparison--fixed-row {
  display: flex;
  justify-content: space-between;
}

.comparison--fixed-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: "PP Right Grotesk", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background: #3BAE5B;
  border-radius: 4px;
  padding: 15px 24px;
}

.comparison--fixed-link:hover {
  background: #2F8B49;
  color: #fff;
}

.comparison--inner-cta-banner {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 20px 20px 0 20px;
  border-radius: 16px;
  background-color: #022E34;
  background-image: url("../img/banner.jpg");
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.comparison--cta-title {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  color: #FFF;
  font-family: "IvyPresto Headline", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.32px;
}

.comparison--cta-main-banner-link {
  align-self: flex-start;
}

.comparison--cta-banner {
  position: sticky;
  top: 60px;
  padding-bottom: 43px;
  left: 0;
  padding-top: 68px;
  display: none;
  max-width: 250px;
}

.comparison--cta-banner-image {
  background-color: #B7D9FF;
  padding: 22px 22px 0;
}

.comparison--cta-banner-image img {
  width: 100%;
  height: auto;
}

.comparison--inner-cta-image {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}

.comparison--inner-cta-image img {
  width: 100%;
  height: auto;
}

.comparison--inner-cta-btn {
  width: 100%;
}

.comparison--cta-banner-title {
  font-family: "PP Right Grotesk", sans-serif;
  color: #1F2129;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  padding: 24px 22px 0;
  background-color: #D5E9FF;
}

.comparison--cta-banner-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #474A55;
  line-height: 1.6;
  padding: 12px 23px 0;
  background-color: #D5E9FF;
}

.comparison--cta-banner-main-link {
  padding: 12px 23px 18px;
  background-color: #D5E9FF;
}

.comparison--cta-banner-link {
  background-color: #3BAE5B;
  width: 100%;
  padding: 6px 14px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  border-radius: 2px;
}

.comparison--cta-banner-link:hover {
  color: #ffffff;
  background-color: #2F8B49;
}

.comparison--check-line {
  position: fixed;
  z-index: 10000;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
}

.comparison--table-disclosure {
  margin-top: 16px;
  color: #022E34;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.os-scrollbar {
  background: rgba(82, 95, 102, 0.14);
  border-radius: 6px;
}

.os-scrollbar.os-scrollbar-vertical {
  top: 25px !important;
  height: calc(100% - 50px);
  bottom: auto !important;
  right: 5px;
}

.os-scrollbar.os-scrollbar-horizontal {
  right: 16px !important;
  bottom: 5px;
  left: auto !important;
  width: calc(100% - 32px);
}

.os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
  background: #CBD8D6;
  border-radius: 6px;
}

#open-data-room-pdf-thanks .modal-dialog {
  max-width: 100% !important;
  padding: 15px;
  width: 100%;
  height: 100%;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

#open-data-room-pdf-thanks button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  opacity: 1;
}

#open-data-room-pdf-thanks .modal-content {
  box-shadow: none;
  padding: 0;
  border: none;
  background: transparent;
}

#comparison-exit .modal-body {
  max-width: 100%;
  margin: 0;
}

#comparison-exit .close {
  right: -45px;
  top: -40px;
  position: absolute;
}

#comparison-exit .modal-content {
  padding: 0;
}

#comparison-exit .comparison--exit-popup {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#comparison-exit .comparison--exit-left {
  padding: 117px 50px;
}

#comparison-exit .comparison--exit-right {
  position: relative;
}

#comparison-exit .comparison--exit-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}

#comparison-exit .comparison--exit-title {
  font-size: 36px;
  font-family: "PP Right Grotesk", sans-serif;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 8px;
}

#comparison-exit .comparison--exit-text {
  font-family: "FK Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 45px;
}

#comparison-exit .comparison--exit-link {
  display: inline-block;
  font-family: "PP Right Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 17px 38px;
  border-radius: 4px;
  color: #fff;
  background: #3BAE5B;
}

#comparison-exit .comparison--exit-link:hover {
  background: #2F8B49;
}

.providers-list {
  margin-bottom: 42px;
}

.providers-list--row {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
}

.providers-list--row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.providers-list--logo-mobile {
  display: none;
}

.providers-list--logo {
  width: 150px;
  min-width: 150px;
  margin-right: 120px;
}

.providers-list--logo img {
  max-width: 100%;
  height: auto;
}

.providers-list--text {
  padding: 24px 0;
}

.providers-list--text p {
  margin-bottom: 0 !important;
}

.providers-list--text strong {
  font-weight: 600;
}

.providers-comparison--header-cat {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #022E34;
}

.providers-comparison--header-body,
.providers-comparison--section-body {
  position: relative;
  overflow: hidden;
}

.providers-comparison--header-table {
  vertical-align: middle;
}

.providers-comparison--header-table th {
  min-width: 146px;
}

.providers-comparison--header {
  margin-bottom: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 5px 14px 5px 30px;
  position: sticky;
  top: 92px;
  z-index: 10;
}

.providers-comparison--header:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 498px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1.16%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.4;
}

.providers-comparison--header th:first-child,
.providers-comparison--header th:nth-child(2) {
  background: #fff;
  z-index: 5;
}

.providers-comparison--top-col {
  padding: 13px 12px;
}

.providers-comparison--name {
  color: #5C6971;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.providers-comparison--container {
  position: relative;
  z-index: 1;
}

.providers-comparison--container th:first-child,
.providers-comparison--container td:first-child {
  min-width: 323px;
  position: sticky;
  left: 0;
  z-index: 5;
}

.providers-comparison--container th:nth-child(2),
.providers-comparison--container td:nth-child(2) {
  position: sticky;
  left: 323px;
  z-index: 5;
}

.providers-comparison--col1 {
  min-width: 323px;
}

.providers-comparison--col {
  min-width: 146px;
}

.providers-comparison--logo {
  margin-bottom: 7.5px;
  text-align: center;
}

.providers-comparison--logo img {
  width: auto;
  height: auto;
  max-height: 23px;
  max-width: 100%;
}

.providers-comparison--table {
  vertical-align: top;
}

.providers-comparison--table tr {
  vertical-align: top;
}

.providers-comparison--table td {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42;
  text-align: center;
  min-width: 146px;
}

.providers-comparison--table td:first-child {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.providers-comparison--table td.providers-comparison--rating {
  font-size: 16px;
  line-height: 1.5;
}

.providers-comparison--section {
  padding: 5px 14px 5px 30px;
  border-radius: 16px;
  background: #F0F0FF;
  margin-bottom: 12px;
  position: relative;
}

.providers-comparison--section td {
  border-bottom: 1px solid rgba(2, 46, 52, 0.1254901961);
  background: #F0F0FF;
}

.providers-comparison--section tr:last-child td {
  border-bottom: none;
}

.providers-comparison--section-collapse tr:first-child td {
  border-top: 1px solid rgba(2, 46, 52, 0.1254901961);
}

.providers-comparison--section-collapse.show:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 498px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1.16%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.4;
}

.providers-comparison--section.first:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 498px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1.16%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.4;
}

.providers-comparison--container-tooltip .tooltip-icon {
  --tooltip-text-color: #9E9E9E;
  --tooltip-hover-text-color: #12695C;
  margin-left: 8px;
}

.providers-comparison--cell .true,
.providers-comparison--cell .false {
  display: block;
  margin: 0 auto 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.575 18.65L3.25 12.325L5.4125 10.1625L9.575 14.325L18.5875 5.3125L20.75 7.475L9.575 18.65Z' fill='%231D8269'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.providers-comparison--cell .false {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.475 19.6496L4.375 17.5246L9.875 11.9996L4.375 6.47461L6.475 4.34961L12 9.87461L17.525 4.34961L19.625 6.47461L14.125 11.9996L19.625 17.5246L17.525 19.6496L12 14.1246L6.475 19.6496Z' fill='%23FF7373'/%3E%3C/svg%3E%0A");
}

.providers-comparison--cell .mb {
  margin-bottom: 8px;
}

.providers-comparison--section-title {
  font: 600 20px/1.2 Montserrat, sans-serif;
  margin: 27px 14px 27px 0;
  color: #022e34;
}

.providers-comparison--section-title button {
  color: inherit;
  font: inherit;
  width: 100%;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.providers-comparison--section-title button[aria-expanded=false] .providers-comparison--section-title-icon:after {
  transform: rotate(-90deg);
}

.providers-comparison--section-title-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.1em;
}

.providers-comparison--section-title-icon:before,
.providers-comparison--section-title-icon:after {
  content: "";
  position: absolute;
  background: #6d6d6d;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  transition: transform 0.15s ease-in-out;
}

.providers-comparison--cell-text {
  font-size: 12px;
  line-height: 16px;
}

.providers-comparison--cell-text.na {
  max-width: 38px;
  width: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1px solid rgba(2, 46, 52, 0.2);
}

.providers-comparison--cell-text.no-icon {
  font-size: 14px;
  line-height: 1.42;
}

.hover-border {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  display: none;
  border-radius: 8px;
  border: 3px solid #C4C8F7;
}

@media (min-width: 850px) {
  #comparison-exit .modal-dialog {
    max-width: 770px;
    width: 770px;
  }
}

@media (min-width: 1024px) {
  .comparison--main {
    padding-top: 92px;
  }
}

@media screen and (min-width: 1200px) {
  .comparison--cta-banner.show-banner {
    display: block;
    animation: fadeIn 1s;
  }
}

@media (min-width: 1400px) {
  .comparison--main .container,
  .comparison--fixed .container {
    width: 1370px;
  }
}

@media (max-width: 1400px) {
  .comparison--content-social {
    display: none;
  }
}

@media (max-width: 1200px) {
  .comparison--card-row-col-item:last-child {
    margin-bottom: 0;
  }

  .comparison--table tbody tr:not(.table-opener):hover td:first-child:before {
    display: none !important;
  }

  .comparison--table tbody tr:not(.table-opener):hover td:last-child:before {
    display: none !important;
  }

  .comparison--table-block:after {
    display: none;
  }

  .comparison--table-logo {
    min-height: 18px;
  }

  .comparison--table-logo img {
    max-height: 16px;
  }

  .comparison--cta-banner {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .comparison--fixed-bottom {
    background: #fff;
    padding: 16px 25px;
  }

  .comparison--fixed-cta-title {
    display: none;
  }

  .comparison--fixed-cta-btn {
    width: 100%;
    text-align: center;
  }

  .comparison--hero {
    background: #1F2129;
    padding-top: 92px;
    padding-bottom: 30px;
  }

  .comparison--hero-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .comparison--hero-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }

  .comparison--hero-link {
    margin-top: 32px;
  }

  .comparison--table-btn-prev,
  .comparison--table-btn-next {
    width: 15px;
  }

  .comparison--table-btn-mid {
    font-size: 12px;
  }

  .comparison--hero-bg {
    bottom: -60px;
  }

  .comparison--table-section {
    margin-top: 0;
  }

  .comparison--table-top-content {
    font-size: 14px;
  }

  .comparison--table-top-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .comparison--content-left {
    display: none;
  }

  .comparison--content-section {
    padding-top: 0;
  }

  .comparison--cards-title {
    text-align: left;
  }

  .comparison--content-right h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .comparison--card-main {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .comparison--card-top {
    flex-direction: column;
  }

  .comparison--card-logo {
    display: none;
  }

  .comparison--card-top-right {
    padding-top: 0;
  }

  .comparison--card-logo-mobile {
    display: block;
    width: 130px;
    min-width: 130px;
    margin-bottom: 20px;
    margin-right: 22px;
  }

  .comparison--card-logo-mobile img {
    height: auto;
    max-width: 100%;
  }

  .comparison--card-top-left {
    width: 100%;
    min-width: initial;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }

  .comparison--card-top-logo {
    margin-right: 67px;
  }

  .comparison--card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .comparison--card-description {
    padding-right: 0;
  }

  .comparison--card-description p {
    margin-bottom: 12px;
  }

  .comparison--card-logo {
    margin-bottom: 20px;
  }

  .comparison--card-info {
    margin-bottom: 20px;
    max-width: 125px;
  }

  .comparison--card-row {
    flex-wrap: wrap;
  }

  .comparison--card-toggle {
    width: 100%;
    margin-right: 0;
  }

  .comparison--card-toggle[aria-expanded=true] {
    margin-top: 0;
    max-width: 100%;
  }

  .comparison--card-row-content {
    padding-top: 24px;
    padding-right: 0;
  }

  .comparison--card-buy-full {
    margin: 0;
  }

  .comparison--card-buy-full div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .comparison--card-row-columns {
    margin: 0;
  }

  .comparison--card-row-col {
    width: 100%;
    margin: 0;
  }

  .comparison--card-cta {
    padding: 24px 24px 34px;
    flex-direction: column;
    align-items: flex-start;
  }

  .comparison--card-cta-title {
    font-size: 24px;
  }

  .comparison--card-cta-left {
    margin-right: 0;
  }

  .comparison--card-cta-text {
    margin-bottom: 24px;
  }

  .comparison--card {
    margin-bottom: 32px;
    offset-anchor: top 120px right 20px;
  }

  .comparison--card-adv {
    padding: 20px 24px;
  }

  .comparison--card-adv-mobile {
    display: block;
  }

  .comparison--card-adv-left,
  .comparison--card-adv-right {
    display: none;
  }

  .comparison--card-adv-item:last-child {
    margin-bottom: 0;
  }

  .comparison--card-adv-item:last-child p {
    margin-bottom: 0;
  }

  .comparison--content {
    padding-top: 38px;
    font-size: 16px;
  }

  .comparison--content h2 {
    font-size: 24px;
    margin-bottom: 32px;
    text-align: left;
  }

  .comparison--content h3 {
    font-size: 18px;
  }

  .comparison--content .grid {
    display: block;
    padding-left: 0;
  }

  .comparison--content .grid li:before {
    top: 5px;
  }

  .comparison--content-section {
    padding-bottom: 0;
  }

  .comparison--bottom {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .comparison--bottom-right {
    display: none;
  }

  .comparison--bottom-left {
    padding: 64px 32px 67px 32px;
    border-radius: 16px;
  }

  .comparison--bottom-left h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .comparison--bottom-left p {
    margin-bottom: 41px;
    color: #343A40;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
  }

  .comparison--fixed-row {
    justify-content: center;
  }

  .comparison--fixed-left {
    display: none;
  }

  .comparison--table-disclosure {
    margin-bottom: 50px;
  }

  .comparison--card-info {
    font-size: 12px;
  }

  .comparison--card-row-content {
    padding-left: 0;
  }

  #open-data-room-pdf-thanks button.close {
    right: calc(50% - 20px);
  }

  #open-data-room-pdf-thanks .modal-dialog {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  #open-data-room-pdf-thanks .modal-body {
    padding-left: 0;
    padding-right: 0;
  }

  #open-data-room-pdf-thanks .comparison--thanks-row {
    width: 100%;
  }

  #open-data-room-pdf-thanks .comparison--thanks-text {
    margin-bottom: 50px;
  }

  #open-data-room-pdf-thanks .comparison--thanks-cta {
    padding: 40px;
    background-image: none;
    background-color: #1F2129;
    text-align: center;
  }

  #open-data-room-pdf-thanks .comparison--thanks-cta-title {
    max-width: 100%;
    text-align: left;
    margin-bottom: 32px;
  }

  #open-data-room-pdf-thanks .comparison--thanks-cta-link {
    display: block;
  }

  .providers-list--logo {
    display: none;
  }

  .providers-list--logo-mobile {
    display: block;
  }

  .providers-list--row {
    flex-direction: column;
    font-size: 20px;
    padding-top: 24px;
  }

  .providers-list--text {
    padding-bottom: 32px;
  }

  .providers-list--logo {
    margin-bottom: 24px;
    margin-right: 0;
    padding-top: 0;
  }
}

@media (max-width: 1100px) {
  .comparison--cta-title {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .comparison--inner-cta-image img {
    max-width: 380px;
  }

  .comparison--inner-cta-image {
    text-align: center;
  }

  .providers-comparison--container th:first-child,
  .providers-comparison--container td:first-child {
    min-width: 150px;
  }

  .providers-comparison--section-collapse.show:before {
    left: 150px;
    width: 10px;
  }

  .providers-comparison--section.first:before {
    width: 10px;
    left: 150px;
  }

  .providers-comparison--section-title {
    margin: 15px 14px 15px 0;
    font-size: 15px;
  }

  .providers-comparison--section-title span {
    max-width: 145px;
    text-align: left;
  }

  .providers-comparison--header,
  .providers-comparison--section {
    border-radius: 8px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .providers-comparison--col1 {
    min-width: 150px;
  }

  .providers-comparison--col {
    min-width: 170px;
  }

  .providers-comparison--top-col {
    padding: 0;
  }

  .providers-comparison--header-cat {
    font-size: 15px;
  }

  .providers-comparison--header {
    top: 57px;
  }

  .providers-comparison--header:before {
    left: 150px;
    width: 10px;
  }

  .providers-comparison--container th:nth-child(2),
  .providers-comparison--container td:nth-child(2) {
    left: 0;
    position: relative;
    z-index: 1;
  }

  .providers-comparison--header-table th {
    min-width: 170px;
  }

  .providers-comparison--table td {
    min-width: 170px;
    padding: 5px;
  }

  .providers-comparison--table td:first-child {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .comparison--card-cta-right {
    width: 100%;
  }

  .comparison--card-cta-link {
    width: 100%;
  }

  .comparison--bottom-link {
    padding: 11px 23px !important;
    line-height: 1.5 !important;
    text-align: center;
    border-radius: 100px !important;
  }

  .comparison--fixed-right {
    width: 100%;
  }

  .comparison--fixed-link {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .comparison--bottom-left {
    background-position: -108px;
  }
}