@charset "UTF-8";
header {
  background: rgba(241, 253, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  height: 80px;
  display: flex;
  flex-direction: row;
  padding: 0 9.375%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 81.25%;
  justify-content: space-between;
  z-index: 999;
  box-sizing: unset;
}

header .sub-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

header .site-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 24.375%;
}

header .site-branding {
  display: flex;
  align-items: center;
  flex-basis: 9.725%;
}

header .site-menu {
  flex-basis: 65.9%;
}

header .header-login {
  margin-left: 12px;
}

header .site-cta .button-secondary {
  padding: 10px 22px;
  height: 56px;
}

header .site-cta .button-primary {
  width: 226px;
  height: 56px;
}

header .button-burger {
  background: transparent;
  padding: 0;
  line-height: inherit;
}

header .menu-button {
  display: none;
}

header button {
  border: 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
}

header .button-primary {
  color: #fff;
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
}

header .button-primary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #6DCBD2 0%, #30B9C4 100%);
}

header .button-secondary {
  background: #FFFFFF;
  color: #6DCBD2;
  border: 2px solid #6DCBD2;
}

header .button-secondary:hover {
  background: #F0FAFB;
  color: #46A3AA;
  border: 2px solid #46A3AA;
}

.mobile-menu ul {
  list-style: none;
}

menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: blue;
  /* just to make it obvious… */
}

#menu-mobile-menu {
  transform: translateY(-120%);
  position: fixed;
  width: 100%;
  height: calc(100vh - 64px);
  top: 64px;
  left: 0;
  background-color: white;
  visibility: hidden;
  overflow: scroll;
  margin-top: 0;
}

.closed #menu-mobile-menu {
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.mobile-menu.open #menu-mobile-menu {
  transform: translateY(0%);
  transition: all 0.4s ease-in-out;
  visibility: visible;
}

.site-menu ul {
  padding: 0;
  margin: 0 0 0 72px;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
}

.site-menu ul li a:hover,
.current-menu-item a {
  color: #6DCBD2;
}

#menu-main-menu > li:not(:last-child) {
  margin-right: 48px;
}

.site-menu li {
  list-style: none;
  position: relative;
}

.site-menu li.menu-item-has-children {
  cursor: pointer;
}

.site-menu ul li a {
  text-decoration: none;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

#menu-item-367:hover ul.sub-menu {
  height: auto;
  max-height: 400px;
  min-width: 260px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: 624px;
  left: 0;
  right: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.site-menu li.menu-item-has-children:after {
  content: url("https://adsbot.co/wp-content/themes/adsbot/assets/dropdown-icon.svg");
}

#menu-item-367 > .sub-menu {
  align-items: normal;
  background-color: #fff;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 1000;
  border-radius: 8px;
  padding: 8px 12px !important;
  margin-left: 0 !important;
  align-items: flex-start !important;
  align-content: flex-start;
  box-shadow: 0px 2px 10px -2px rgba(10, 46, 49, 0.05);
  background: rgb(250, 250, 250);
  transform: translateZ(0);
  will-change: width, height, opacity;
  box-sizing: border-box;
}

header li.blue > a {
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #F1FAFB;
  color: #46A3AA !important;
  font: 600 14px/22px "Work Sans";
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: auto;
}

.sub-menu li.blue > a:hover {
  color: #46A3AA;
}

.sub-menu li.blue .sub-menu a {
  color: #6B7280;
  font: 300 14px/22px "Work Sans";
}

.sub-menu li.blue .sub-menu a:hover, .sub-menu li.blue .sub-menu a:active {
  color: #6DCBD2;
}

.sub-menu li.blue .sub-menu a:last-child {
  margin-bottom: 2px;
}

.sub-menu li.blue > .sub-menu {
  margin: 0;
  align-items: flex-start;
}

li.blue::after {
  content: none !important;
}

header li.blue > .sub-menu li {
  padding: 3px 30px !important;
}

.sub-menu li.atm {
  margin-right: 40px;
}

.sub-menu > li {
  flex: 0 0 auto;
  min-width: 0;
  width: 280px;
}

header li.atm > a::before {
  content: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/menu-bulb.svg);
  width: 24px;
  height: 24px;
  line-height: normal;
}

header li.adt > a::before {
  content: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/menu-audit.svg);
  width: 24px;
  height: 24px;
  line-height: normal;
}

header li.opt > a::before {
  content: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/menu-fire.svg);
  width: 24px;
  height: 24px;
  line-height: normal;
}

header li.mnt > a::before {
  content: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/menu-budget.svg);
  width: 24px;
  height: 24px;
  line-height: normal;
}

header li.rpt > a::before {
  content: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/menu-a.svg);
  width: 20px;
  height: auto;
  line-height: normal;
}

header li.dsb > a::before {
  content: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/menu-graph.svg);
  width: 24px;
  height: 24px;
  line-height: normal;
}

.mobile-menu {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header .site-branding {
    flex-basis: 50%;
  }
  .mobile-menu {
    display: flex;
  }
  header .desktop {
    display: none;
  }
  .mobile-menu ul {
    padding-left: 0;
  }
  .mobile-menu ul li a {
    font: 500 16px/55px "Work Sans";
    color: #1F2937;
    padding-left: 23px;
    text-decoration: none;
  }
  .mobile-menu ul li {
    border-bottom: 1px solid #F3F4F6;
  }
  .mobile-menu ul li:last-child {
    padding-bottom: 60px;
  }
  .site-branding,
.menu-button {
    z-index: 999;
  }
  .site-branding,
.site-menu {
    background: white;
  }
  header .menu-button {
    display: block;
  }
  .header-login,
.header-cta {
    display: none;
  }
  header {
    padding-right: 16px;
    padding-left: 16px;
    width: calc(100% - 32px);
    background: white;
    height: 64px;
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.07);
  }
  .site-logo svg {
    width: 86px;
    height: 40px;
  }
  header button {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 16px;
  }
}
@media only screen and (min-width: 1441px) {
  header .sub-section {
    margin: 0 auto;
    width: 1440px;
  }
}
body.admin-bar header {
  top: 32px;
}

header .button-burger {
  padding: 0;
  line-height: inherit;
  content: "";
  background: url(https://adsbot.co/wp-content/themes/adsbot/assets/burger-menu.svg);
  width: 24px;
  height: 24px;
}

header .button-burger.menu-open {
  background: url(https://adsbot.co/wp-content/themes/adsbot/assets/X.svg);
}

@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../assets/fonts/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.site-content {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .site-content {
    margin-top: 140px;
  }
}

body.admin-bar .site-content {
  margin-top: 112px;
}
@media (min-width: 1024px) {
  body.admin-bar .site-content {
    margin-top: 172px;
  }
}

body {
  font: 400 16px/24px "Work Sans", sans-serif;
  color: #4B5563;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1 {
  font: 700 28px/36px "Work Sans";
  margin: 0;
}

.btn {
  border-radius: 16px;
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  padding: 16px 24px;
  text-decoration: none;
  font: 600 16px/24px "Work Sans", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn.blue-main {
  color: #fff;
  background: none 0% 0%/auto repeat scroll padding-box border-box rgb(109, 203, 210);
}
.btn.blue-main:after {
  content: url(../../assets/img/right-arrow.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .btn.blue-main:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.btn.play {
  color: #6DCBD2;
  border: 2px solid #6DCBD2;
  padding: 14px 22px;
  background-color: #fff;
}
.btn.play:before {
  content: url(../../assets/img/rocket.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 12px;
}
.btn.play:hover {
  background-color: #F0FAFB;
}

.btn-soft-blue {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: rgb(109, 203, 210);
  font: 500 16px/24px "Work Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 1024px) {
  .btn-soft-blue:hover {
    text-decoration: underline;
  }
}
.btn-soft-blue:after {
  color: rgb(109, 203, 210);
  content: url(../../assets/img/right-arrow-blue.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 6px;
}

img {
  width: 100%;
  height: auto;
}

body {
  background-color: #F1FDFF;
}

.pricing-page .price-head {
  padding: 84px 16px 22px;
  text-align: center;
}
@media (min-width: 1024px) {
  .pricing-page .price-head {
    padding: 130px 0 34px;
    max-width: 1286px;
    margin: 0 auto;
  }
}
.pricing-page .price-head h1 {
  color: #1F2937;
  font: 700 32px/40px "Work Sans";
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .pricing-page .price-head h1 {
    font-size: 48px;
    line-height: 64px;
    padding-bottom: 6px;
  }
}
.pricing-page .price-head p {
  color: #4B5563;
  font: 400 14px/21px "Work Sans";
  padding: 0 37px;
}
@media (min-width: 1024px) {
  .pricing-page .price-head p {
    font-size: 18px;
    line-height: 32px;
    padding: 0;
  }
}
.pricing-page .price-cards {
  text-align: center;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards {
    max-width: 1073px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
.pricing-page .price-cards .switch {
  position: relative;
  display: inline-flex;
  padding: 2px;
  background: #F3F4F6;
  border-radius: 12px;
  width: 210px;
  margin-bottom: 40px;
}
.pricing-page .price-cards .switch::after {
  content: "Get 20% off all annual plans";
  display: block;
  position: absolute;
  border-radius: 6px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  top: 54px;
  right: -25%;
  background: #FF5C5C;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  padding: 6px 16px;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .switch::after {
    right: -55%;
  }
}
.pricing-page .price-cards .switch [type=radio] {
  position: absolute;
  left: -9999px;
}
.pricing-page .price-cards .switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 105px;
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.pricing-page .price-cards .switch.monthly-active::before {
  transform: translateX(0);
}
.pricing-page .price-cards .switch.yearly-active::before {
  transform: translateX(100%);
}
.pricing-page .price-cards .switch::before {
  transform: translateX(100%);
}
.pricing-page .price-cards .switch label.monthly-active,
.pricing-page .price-cards .switch label.yearly-active {
  color: #1F2937;
  font-weight: 600;
}
.pricing-page .price-cards .switch label {
  position: relative;
  padding: 10px 24px;
  font: 500 14px/24px "Work Sans";
  z-index: 1;
  width: 105px;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #9CA3AF;
}
.pricing-page .price-cards .switch .arrow-year::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(https://adsbot.co/wp-content/themes/adsbot/v2/assets/img/arrow.svg);
  background-repeat: no-repeat;
  bottom: -18px;
  right: 40px;
}
.pricing-page .price-cards .swiper-wrapper {
  display: flex;
  padding: 40px 0 30px;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .swiper-wrapper .swiper-slide {
    flex-basis: 25%;
  }
  .pricing-page .price-cards .swiper-wrapper .swiper-slide.fixed-w {
    max-width: 225px;
  }
  .pricing-page .price-cards .swiper-wrapper .swiper-slide.wide-w {
    max-width: 255px;
  }
}
.pricing-page .price-cards .swiper-wrapper .plan-card {
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 6px 36px 0 rgba(103, 202, 209, 0.2);
}
.pricing-page .price-cards .swiper-wrapper .plan-card.popular::before {
  content: "Most popular";
  position: absolute;
  transform: translateX(-50%);
  top: -12px;
  left: 50%;
  background: linear-gradient(111.71deg, #F5C83B 12.19%, #DDAC11 95.05%);
  color: #fff;
  padding: 4px 0;
  border-radius: 6px;
  font: 600 16px/21px "Work Sans";
  z-index: 10;
  width: 136px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card.custom {
  background: linear-gradient(157deg, #CBEAED 0%, #FFF 48.5%, #CBEAED 101.05%);
  background-clip: padding-box;
}
.pricing-page .price-cards .swiper-wrapper .plan-card.custom h2 {
  padding-bottom: 6px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card.custom .custom-text {
  font: 500 20px/30px "Work Sans";
  padding-bottom: 18px;
  background: linear-gradient(96deg, #959595 2.11%, #868686 37.69%, #373737 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head {
  text-align: center;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head h2 {
  color: #374151;
  font: 600 24px/31px "Work Sans";
  margin: 0;
  padding-bottom: 24px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price.hide {
  display: none;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price.monthly, .pricing-page .price-cards .swiper-wrapper .plan-card-head .price.yearly {
  transition: opacity 0.3s ease;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price:not(.hide) {
  display: block;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper .year-discount {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-right: 12px;
  font: 500 16px/10px "Work Sans";
  color: #9CA3AF;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper .year-discount {
    font-size: 24px;
    line-height: 30px;
  }
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price .plan-date {
  color: #9CA3AF;
  font: 500 16px/24px "Work Sans";
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price h3 {
  margin: 0;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price {
  font: 500 48px/27px "Work Sans";
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price-blue {
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price-yellow {
  background: linear-gradient(112deg, #F5C83B 12.19%, #DDAC11 95.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-head .price h3 span.plan-date {
  font: 500 16px/27px "Work Sans";
  color: #6B7280;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer {
  padding-top: 12px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E5E7EB;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div p {
  font: 400 16px/24px "Work Sans";
  color: #374151;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div p span {
  font-weight: 600;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .plan-icons {
  text-align: center;
  margin-bottom: 6px;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .plan-icons img {
  width: 100%;
  height: auto;
  padding: 12px 0;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .blue-main {
  width: -webkit-fill-available;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .blue-main::after {
  content: none;
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .btn-yellow {
  background: linear-gradient(111.71deg, #F5C83B 12.19%, #DDAC11 95.05%);
  color: #fff;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .swiper-wrapper .plan-card-footer .btn-yellow:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.pricing-page .price-cards .swiper-wrapper .plan-card-footer .btn-grey {
  background: linear-gradient(96deg, #9CA3AF 2.11%, #B7B7B7 37.69%, #374151 97%);
  color: #fff;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .swiper-wrapper .plan-card-footer .btn-grey:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.pricing-page .price-cards .swiper-button-next::after, .pricing-page .price-cards .swiper-button-prev::after {
  content: none;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .swiper-button-next, .pricing-page .price-cards .swiper-button-prev {
    display: none;
  }
}
.pricing-page .price-cards .disclaimer {
  display: flex;
  align-items: center;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .disclaimer {
    padding: 6px 0;
    max-width: 950px;
    margin: 0 auto;
  }
}
.pricing-page .price-cards .disclaimer img {
  width: 20px;
  height: 20px;
}
.pricing-page .price-cards .disclaimer p {
  color: #374151;
  font: 400 12px/24px "Work Sans";
  text-align: left;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .pricing-page .price-cards .disclaimer p {
    width: 40%;
  }
}
.pricing-page .price-cards .disclaimer p span {
  font-weight: 700;
}
.pricing-page .features {
  padding: 60px 24px 45px;
}
@media (min-width: 1024px) {
  .pricing-page .features {
    max-width: 802px;
    margin: 0 auto;
    padding: 60px 0 77px;
  }
}
.pricing-page .features h2 {
  text-align: center;
  color: #1F2937;
  font: 600 24px/64px "Work Sans";
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .pricing-page .features h2 {
    font-size: 40px;
    line-height: 64px;
    padding-bottom: 32px;
  }
}
.pricing-page .features-item {
  border-radius: 12px;
  border: 1px solid #6ECBD2;
  background: #FFF;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
@media (min-width: 1024px) {
  .pricing-page .features-item {
    flex-direction: row;
    align-items: center;
  }
}
.pricing-page .features-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.pricing-page .features-item img {
  width: 70px;
  height: 70px;
}
@media (min-width: 1024px) {
  .pricing-page .features-item img {
    margin-right: 24px;
  }
}
.pricing-page .features-item h4 {
  margin: 0;
  color: #4B5563;
  font: 600 20px/27px "Work Sans";
  padding: 24px 0 6px;
}
@media (min-width: 1024px) {
  .pricing-page .features-item h4 {
    padding: 0 0 6px;
  }
}
.pricing-page .features-item p {
  color: #4B5563;
  font: 400 16px/27px "Work Sans";
}
.pricing-page .looking-for {
  padding: 45px 24px;
}
@media (min-width: 1024px) {
  .pricing-page .looking-for {
    padding: 53px 0 130px;
  }
}
.pricing-page .looking-for .container {
  background: linear-gradient(108deg, #19777E -11.54%, #00292D 90.49%);
  box-shadow: 0px 12px 33px rgba(42, 42, 42, 0.06);
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pricing-page .looking-for .container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
  }
}
.pricing-page .looking-for-top {
  padding: 18px 20px 28px;
}
@media (min-width: 1024px) {
  .pricing-page .looking-for-top {
    width: 41.67%;
  }
}
.pricing-page .looking-for-top h2 {
  margin: 23px 0 16px;
  font: 800 28px/32px "Work Sans";
  color: #fff;
}
@media (min-width: 1024px) {
  .pricing-page .looking-for-top h2 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 30px;
  }
}
.pricing-page .looking-for-top p {
  margin: 14px 0;
  color: #fff;
  font: 400 14px/25px "Work Sans";
}
@media (min-width: 1024px) {
  .pricing-page .looking-for-top p {
    font-size: 18px;
    margin: 18px 0;
  }
}
.pricing-page .looking-for-top a {
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing-page .looking-for-top a {
    width: 241px;
  }
}
.pricing-page .looking-for-bottom {
  position: relative;
  top: 8px;
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .pricing-page .looking-for-bottom {
    width: 58.33%;
  }
}/*# sourceMappingURL=pricing-new.css.map */