.popup {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  /* transition: all 0.3s; */
}
.popup--show {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  z-index: 1000000;
}
#popupCompareCard {
  background: url(/wp-content/uploads/popup_desktop_chart_bg.jpg) no-repeat center;
  background-size: cover;
}
.popup__back {
  position: absolute;
  inset: 0;
}
.popup__back img {
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.popup__inner {
  position: relative;
  width: inherit;
  height: inherit;
}
.popup__container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 56px;
}
#popupCompareCard .popup__container{
  width: calc(100% - 112px);
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 56px;
}
.popup-close {
    position: relative;
  margin-bottom: 48px;
  font-size: 2rem;
  text-align: right;
  /* transition: color 0.3s ease-in-out; */
  color: #fff !important;
  cursor: pointer;
}
#popupCompareCard .popup-close {
  position: absolute;
  top: 56px;
  margin: 0;
  right: 0;
}
#popupCompareCard.popup--show .popup-close {
  position: fixed;
  top: 56px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 2000px;
  z-index: 2;
  line-height: 1;
}
.popup-close .svg-icon {
    color: #000;
    display: inline-block;
    line-height: 0;
    background: #fff;
    border-radius: 100%;
    padding: 8px;
}
.popup-close .icon {
  display: inline-block;
  width: clamp(24px,3vw,40px);
  height: clamp(24px,3vw,40px);
  stroke-width: 0;
  stroke: currentcolor;
  fill: currentcolor;
}
.popup-close .icon path {
  stroke-width: 2px;
}
.popup-close .popup__scroll_bar {
    position: absolute;
    width: calc(100% - 96px);
    height: 4px;
    border-radius: 50px;
    background: #666;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.popup-close .popup__scroll_bar:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 4px;
    border-radius: 50px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.popup__compare-content {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1616px;
}
#popupCompareCard .popup__compare-content {
  max-width: calc(100% - 28px);
}
.popup-content {
  visibility: hidden;
  opacity: 0;
}
.popup--show .popup-content {
  visibility: visible;
  /* transition: all 0.3s ease-in-out; */
  opacity: 1;
}
.popup-content--compare {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
}
.compare-popup {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.compare-popup__inner {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-wrap: nowrap;
}
#popupCompareCard .compare-popup__inner {
  flex-wrap: wrap;
  overflow-y: auto;
  justify-content: center;
}
.compare-popup__inner-1, 
.compare-popup__inner-2 {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.compare-popup__inner-2 .compare-popup__item {
  padding: 56px 0;
}
.compare-popup__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.scroll_down_popup_content{
  margin-top: 56px;
  cursor: pointer;
}
.compare-popup__title {
  font-family: "GT-Pressura-Mono";
  margin-bottom: 1em;
  color: #fff;
  font-size: clamp(33.333px,2vw,40px);
  font-weight: 400;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: clamp(33px,2.5vw,40px) !important;
}
.compare-popup__title br {
  display: none;
}
.compare-table {    
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: clamp(24px, 5vw, 50px);
  font-size: clamp(12px, 3vw, 24px);
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'GT-Pressura-Mono';
}
.compare-table tbody tr:first-of-type td:first-of-type,
.compare-table tr th:first-of-type {
  border: 0;
}
.compare-table tr > :first-of-type {
  text-align: left;
}
.compare-table tr td:first-of-type,
.compare-table tr th:first-of-type {
  background-color: #fff;
  text-align: center;
}
.compare-table th {
  border-bottom-width: 2px;
}
.compare-table td,
.compare-table th {
  padding: 35px 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.compare-table tr:first-of-type .col-gradient {
  position: relative;
}
.compare-table tr td:nth-child(3),
.compare-table tr th:nth-child(3) {
  background-color: #ebebeb;
}
.compare-table tr td:last-child,
.compare-table tr th:last-child {
  background-color: #fff;
}
.compare-table tr th.border-0 {
  border-bottom: 1px solid #fff !important;
}
.compare-table tr:first-of-type .col-gradient::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    width: 100%;
    height: 85vh;
    background-image: url('/wp-content/uploads/Mask-group-4-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.compare-table thead tr th{
  border-top: 1px solid #fff !important;
}
.compare-table tbody tr:first-of-type td:first-of-type{
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #000;
}
.compare-table tr th:nth-child(3) {
  border-top-color: #ebebeb !important;
}
.compare-table tr:first-of-type .col-gradient {
  border-top-color: transparent !important;
}
.compare-table thead tr th{
  border-top-width: 0 !important;
}
.compare-popup__footer {
    margin-top: 1.5rem;
    padding-right: 1.5rem;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'GT-Pressura-Mono';
}
.compare-popup__footer h5 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}
.compare-popup__footer a {
    color: #9ca3af;
    text-decoration: none;
}
.compare-table strong {
    font-weight: 600;
}
.compare-table .font-light {
  font-weight: 300;
}
.compare-table-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#popupNewsletter .popup__inner, #landing_page  .popup__inner{
  display: flex;
  align-items: center;
  justify-content: center;
}
#popupNewsletter .popup__container, #landing_page .popup__container{
  border-radius: 37.5px;
  background: #FFF;
  max-width: 500px;
  max-height: 768.75px;
  width: calc(100% - 48px);
  height: auto;
  min-height: auto;
  max-height: calc(100% - 30px);
  padding: 24px;
  overflow-y: auto;
}
#landing_page .popup__container{
  max-width: 502px;
}
div#popupNewsletter .popup__close, #landing_page  .popup__close{
  margin-bottom: 10px;
  line-height: 1;
  font-size: 0;
}
#popupNewsletter .popup__close svg.icon, #landing_page .popup__close svg.icon{
  width: 24px;
  height: 24px;
}
#popupNewsletter .popup__close .svg-icon, #landing_page .popup__close .svg-icon{
  padding: 0;
  border-radius: 0;
}
.klaviyo_condensed_styling .klaviyo_submit_button, .klaviyo_styling .klaviyo_submit_button {
  display: inline-block;
  position: relative;
  width: 100% !important;
  font-family: 'GT-Pressura-Mono' !important;
  height: auto !important;
  margin: 24px 0 0 !important;
  padding: 17px 18px !important;
  transition: background-color 0.2s ease-out;
  border: none;
  border-radius: 50px !important;
  color: #fff;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  user-select: none;
  background-color: #010101 !important;
  text-transform: uppercase;
}
.klaviyo_condensed_styling .klaviyo_submit_button[disabled], .klaviyo_styling .klaviyo_submit_button[disabled] {
  cursor: not-allowed !important;
}
.klaviyo_styling .klaviyo_submit_button svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentcolor;
  fill: currentcolor;
}
.klaviyo_condensed_styling .error_message,
.klaviyo_styling .error_message,.email_error_message {
  margin-bottom: 0 !important;
  color: #C6008E;
  font-size: 12px;
  line-height: 140%;
}
.klaviyo_styling .klaviyo_messages .success_message {
  margin: 0 !important;
  font-family: 'GT-Pressura-Mono' !important;
  font-size: 24px !important;
  text-align: center;
  text-transform: uppercase;
}
.klaviyo_condensed_styling label,
.klaviyo_styling label,
label.needsclick {
  display: inline-block !important;
  width: 100%;
  margin: 0 0 rem(15px) !important;
  font-family: 'GT-Pressura-Mono' !important;
  font-size: rem(24px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: inherit !important;
  text-align: center !important;
}
.klaviyo_styling input, .klaviyo_styling select, input.needsclick {
  position: relative;
  flex-shrink: 0;
  width: 100% !important;
  height: 48px !important;
  padding: 12px !important;
  font-family: 'SF-Pro' !important;
  border: 1px solid #010101 !important;
  border-radius: 6px !important;
  outline: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 18px !important;
  line-height: 140% !important;
  margin-top: 40px;
  color: #010101 !important;
  appearance: none;
}
.klaviyo_styling input:focus {
  outline: 1px solid #010101 !important;
}
.klaviyo_styling input:-webkit-autofill,.klaviyo_styling input:-webkit-autofill:hover,
.klaviyo_styling input:-webkit-autofill:focus,.klaviyo_styling input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
}
.klaviyo_styling input::placeholder{
  color: #7F8690 !important;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-moz-inner-spin-button {
  display: none;
}
.klaviyo_styling input.email_error{
  border-color: #C6008E !important;
}
.klaviyo_styling input.email_error:focus {
  outline-color: #C6008E !important;
}
.klaviyo_styling input.phone_error{
  border-color: #C6008E !important;
}
.klaviyo_styling input.phone_error:focus {
  outline-color: #C6008E !important;
}
.klaviyo_form_messages {
  color: #010101;
  font-family: 'SF-Pro';
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 56px;
}
.klaviyo_form_messages a{
  color: #010101;
}
.klaviyo_condensed_styling, .klaviyo_styling {
  font-family: 'GT-Pressura-Mono' !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.compare-table br.compare-table__br {
  display: none;
}
.compare-table thead tr th{
  text-wrap: nowrap;
  border-top: none;
}
.compare-table tbody tr:last-child td {
  border-bottom: none;
}
br.small-br {
  display: none;
}
#klav-label h2{
  color: #010101;
  text-align: center;
  font-family: 'GT-Pressura-Mono';
  font-size: 28px;
  font-weight: 700;
  line-height: 125%; /* 43.75px */
  text-transform: uppercase;
  margin-bottom: 24px !important;
}
#klav-label p{
  color: #010101;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-family: 'SF-Pro';
}
.klaviyo_condensed_styling .klaviyo_field_group, .klaviyo_styling .klaviyo_field_group {
  margin-bottom: 0 !important;
}
.klaviyo_styling select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('/wp-content/uploads/select-arrow.svg') no-repeat right center;
  background-position-x: calc(100% - 15px);
  padding-right: 35px !important;
}
.klaviyo_styling input#k_id_school_name {
  background: url('/wp-content/uploads/select-arrow.svg') no-repeat right center;
  background-position-x: calc(100% - 15px);
  padding-right: 35px !important;
}
.klaviyo_styling input#k_id_school_name:focus {
  background: url('/wp-content/uploads/select-arrow_1.svg') no-repeat right center;
  background-position-x: calc(100% - 15px);
}
.hide,.filter-hide{display: none;}
.k_id_school_name {
  position: relative;
}
.klaviyo_form_school_dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: #EDEDED;
  margin-top: 2px;
  z-index: 1;
  color: #010101;
  font-family: SF-Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 12px;
  max-height: 163px;
  overflow-y: auto;
  gap: 8px;
  border: 1px solid #BBB;
  opacity: 0;
  visibility: hidden;
}
.klaviyo_form_school_dropdown.active{
  opacity: 1;
  visibility: visible;
}
.klaviyo_form_school_dropdown::-webkit-scrollbar{
  display: block;
  width: 4px;
}
.klaviyo_form_school_dropdown::-webkit-scrollbar-thumb {
  background: #BBB; 
  border-radius: 5px;
}
.filter-item,span.filter-hide{cursor: pointer;}
#popupfixedAppqr .popup__close {
  margin-bottom: 0;
}
#popupfixedAppqr .popup__inner-content{
  width: 540px;
  height: 540px;
  transform: scale(.1);
  transform-origin: bottom right;
  /* transition: all .5s; */
  margin: auto;
}
#popupfixedAppqr.popup--show .popup__inner-content{
  transform: scale(1);
}
.klaviyo_messages .success_message h2 {
  color: #010101;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}
.klaviyo_messages .success_message p {
  color: #010101;
  text-align: center;
  font-family: SF-Pro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: none;
  margin: 24px 0 !important;
}
.klaviyo_messages .success_message button {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
  border: 2px solid #010101;
  background: #010101;
  width: 100%;
  padding: 17px 10px;
}
@media (min-width: 1024px) {
    .compare-table thead tr th {
      padding: 14px 1rem;
      height: auto;
    }
  .compare-table tr td:first-of-type,
  .compare-table tr th:first-of-type {
    text-align: left;
  }
  .compare-table-container {
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 2000px){
  .compare-table {
    font-size: 30px;
  }
  .compare-table td, .compare-table th {
    height: 132px;
  }
  .compare-table thead tr th{padding: 16px 1rem;height: auto;}
  footer.compare-popup__footer {
    margin-top: 30px;
  }
  footer.compare-popup__footer, .compare-popup__footer h5 {
    font-size: 19.84px;
    line-height: 140%;
  }
  #popupNewsletter .popup__container,#landing_page .popup__container{max-width:625px;padding: 30px;}
  #landing_page .popup__container{max-width:627px;}
  #popupNewsletter .popup__close svg.icon,#landing_page .popup__close svg.icon{width: 30px;height: 30px;}
  .klaviyo_condensed_styling .klaviyo_submit_button, .klaviyo_styling .klaviyo_submit_button {
    margin: 30px 0 0 !important;
    padding: 21px 18px !important;
    font-size: 22.5px !important;
    border-radius: 63px !important;
  }
  .klaviyo_styling input, .klaviyo_styling select, input.needsclick {
    height: 60px !important;
    padding: 15px !important;
    font-size: 22.5px !important;
    border-radius: 7.5px !important;
    margin-top: 50px;
  }
  .klaviyo_form_messages {
    font-size: 15px;
    margin-top: 70px;
  }
  #klav-label h2{
    font-size: 35px;
    margin-bottom: 30px !important;
  }
  #klav-label p{
    font-size: 22.5px;
  }
  .klaviyo_messages .success_message h2 {
    font-size: 35px;
  }
  .klaviyo_messages .success_message p {
    font-size: 22.5px;
    margin: 30px 0;
  }
  .klaviyo_messages .success_message button {
    font-size: 22.5px;
    padding: 21px 10px;
  }
}
@media (min-width: 2000px) and (height <= 860px){
  #klav-label h2 {
    margin-bottom: 20px !important;
  }
  .klaviyo_styling input, .klaviyo_styling select, input.needsclick,.klaviyo_form_messages{
    margin-top: 30px;
  }
  .klaviyo_condensed_styling .klaviyo_submit_button, .klaviyo_styling .klaviyo_submit_button {
    margin: 20px 0 0 !important;
  }
}
@media (min-width: 2000px) and (height <= 680px){
  div#popupNewsletter .popup__close, #landing_page .popup__close{margin-bottom: 0px;}
  #klav-label h2 {
    margin-bottom: 12px !important;
  }
  .klaviyo_styling input, .klaviyo_styling select, input.needsclick,.klaviyo_form_messages{
    margin-top: 15px;
  }
  .klaviyo_condensed_styling .klaviyo_submit_button, .klaviyo_styling .klaviyo_submit_button {
    margin: 15px 0 0 !important;
  }
}
@media (max-width: 1999px){
  #popupCompareCard .popup__compare-content,#landing_page .popup__compare-content  {
    max-width: 100%;
  }
  .compare-popup__inner-1 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .compare-table {
    font-size: clamp(19px, 1.5vw, 24px);
  }
  .compare-table td, .compare-table th {
    height: clamp(97px,6vw,116px);
    padding: 15px;
  }
  .compare-table thead tr th {
    padding: 12px 1rem;
    height: auto;
  }
}
@media (max-width:1999px) and (height <= 950px){
  .compare-table td, .compare-table th {
    height: 97px;
  }
}
@media (max-width:1999px) and (height <= 850px){
  body .compare-popup__inner-1 {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  body .compare-table td,body .compare-table th {
      height: 80px;
  }
  .scroll_down_popup_content {
    margin-top: 40px;
  }
}
@media (max-width:1999px) and (height <= 660px){
}
@media (max-width:1999px) and (height <= 690px){
  #popupNewsletter .popup__container,#landing_page .popup__container{
    max-height: 95%;
  }
  #klav-label h2{
    margin-bottom: 15px !important;
  }
  .klaviyo_styling input, .klaviyo_styling select, input.needsclick,.klaviyo_form_messages {
    margin-top: 20px;
  }
  .klaviyo_condensed_styling .klaviyo_submit_button, .klaviyo_styling .klaviyo_submit_button {
    margin: 15px 0 0 !important;
  }
  div#popupNewsletter .popup__close,#landing_page .popup__close{
    margin-bottom: 5px;
  }
}
@media (min-width:1281px) and (max-width:1440px) {
  .compare-popup__inner-2 .compare-popup__item {
    padding: 45px 0;
  }
  .compare-table thead tr th {
    padding: 11px 1rem;
    height: auto;
  }
}
@media screen and (max-width:1280px) {
  #popupCompareCard .popup__container {
    width: 100%;
  }
  .compare-popup__title {
    font-size: clamp(32px,4vw,33.333px);
    margin-bottom: 40px !important;
  }
  .compare-table {
    font-size: clamp(12px, 1.5vw, 19px);
  }
  .compare-popup__inner-1 {
    padding-top: 112px;
  }
  .compare-table td, .compare-table th {
    height: 120px;
  }
  .compare-table thead tr th {
    padding: 9px 12px;
    height: auto;
  }
  br.small-br {
    display: block;
  }
}
@media screen and (min-width:1280px) {
  .compare-table tr td:first-of-type, .compare-table tr th:first-of-type{padding-left: 56px;}
}
@media (min-width: 801px) and (max-width:1280px) and (height <= 920px) {
  .compare-table td, .compare-table th {
    height: 100px;
  }
  .compare-table thead tr th {
    height: auto;
  }
}
@media (min-width:801px) and (max-width:1280px) and (height <= 899px){
  body .compare-popup__inner-1 {
      padding: 20px 0px;
  }
  body .compare-table td,body .compare-table th {
      height: 85px;
  }
}
@media (min-width:801px) and (max-width:1280px) and (height <= 720px){
  body .compare-table td,body .compare-table th {
      height: 65px;
  }
}
@media screen and (max-width: 1023.9px) {
    .compare-table tr td:first-of-type, .compare-table tr th:first-of-type {
      text-align: left;
    }
    .popup__container{padding: 24px;}
}
@media screen and (max-width: 799px) {
    .popup-close .svg-icon .icon-close {
      width: 24px;
      height: 24px;
    }
    .compare-table {
        font-size: 12px;
    }
    .compare-popup__title br {
        display: block;
    }
    .compare-popup__footer {
        font-size: 12px;
        line-height: 1.3;
    }
    .compare-popup__title ,.popup-close{
        margin-bottom: 24px !important;
    }
    .compare-popup__item{
      max-width: fit-content;
      width: 100%;
    }
    .compare-table thead tr th {
      text-wrap: wrap;
    }
    .compare-table tbody tr td:first-of-type, .compare-table tbody tr th:first-of-type {
      padding: 10px 14px;
    }
    .compare-table td, .compare-table th {
      height: 116px;
      padding: 5px;
    }
    .compare-table thead tr th {
      padding: 12px;
      height: auto;
    }
    #popupNewsletter .popup__container,#landing_page .popup__container {
      max-width: 388px;
    }
    #klav-label h2 {
      font-size: 24px;
    }
    div#popupNewsletter .popup__close,#landing_page .popup__close {
      margin-bottom: 8px !important;
    }
    #klav-label p {
      font-size: 16px;
      max-width: 190px;
      margin: 0 auto;
    }
    .klaviyo_styling input:not([type=email]), .klaviyo_styling select {
      margin-top: 32px;
    }
    .klaviyo_form_messages {
      font-size: 11px;
      margin-top: 48px;
    }
    .klaviyo_styling input, .klaviyo_styling select, input.needsclick {
      font-size: 16px !important;
    }
    .klaviyo_messages .success_message h2 {
      font-size: 24px;
    }
    .klaviyo_messages .success_message p {
      font-size: 16px;
    }
    #popupfixedAppqr .popup__inner-content{
      width: 300px;
      height: 300px;
    }
}
@media (hover: hover) and (max-width:799px) and (height <= 944px){
  body .compare-table td,body .compare-table th {
    height: 100px;
  }
}
@media (hover: hover) and (max-width:799px) and (height <= 899px){
  body .compare-table td,body .compare-table th {
    height: 90px;
  }
  body .compare-popup__inner-1,body .compare-popup__inner-2 {
    padding: 30px 0 20px;
  }
}
@media (hover: hover) and (max-width:799px) and (height <= 769px){
  body .compare-table td, body .compare-table th {
    height: 75px;
  }
  body .compare-popup__inner-1, body .compare-popup__inner-2 {
    height: auto;
  }
}
@media (hover: hover) and (max-width:799px) and (height <= 700px){
  body .compare-table td, body .compare-table th {
    height: 62px;
  }
}
@media (hover: hover) and (max-width:799px) and (height <= 670px){
  div#popupNewsletter .popup__close,#landing_page .popup__close {
    margin-bottom: 0px !important;
  }
  #klav-label h2 {
    margin-bottom: 12px !important;
  }
  .klaviyo_styling input, .klaviyo_styling select, input.needsclick,.klaviyo_form_messages {
    margin-top: 15px;
  }
  .klaviyo_condensed_styling .klaviyo_submit_button, .klaviyo_styling .klaviyo_submit_button {
    margin: 15px 0 0 !important;
  }
}
@media (hover: none) and (max-width: 767px) {
  #popupCompareCard .popup__container {
    padding: 0 24px;
  }
  #popupCompareCard .popup-close {
    top: 24px;
  }
  #popupCompareCard.popup--show .popup-close {
    top: 24px;
    width: calc(100% - 58px);
  }
  .compare-popup__inner-1 {
    padding-top: 56px;
  }
  .compare-popup__title {
    font-size: 28px;
    margin-bottom: 22px !important;
  }
  .scroll_down_popup_content{
    margin-top: 24px;
  }
  body .compare-table {
    font-size: 12px !important;
    text-transform: uppercase;
  }
  .compare-table thead tr th {
    padding: 9px;
  }
  .compare-popup__inner-2 .compare-popup__item {
    padding: 32px 0 20px;
  }
  .compare-table td, .compare-table th{
    height: 60px;
  }
}
@media (hover: none) and (max-width: 392px) {
  body .compare-table {
    font-size: 12px !important;
  }
}
@media (hover: none) and (max-width: 360px) {
  body .compare-table {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 480px) {
  .compare-table {
    font-size: 12px !important;
    text-transform: unset;
  }
  .compare-popup__item {
    max-width: 100%;
    width: 100%;
  }
}
@media (hover: none) and (min-width: 768px) and (max-width: 800px){
  .compare-table thead tr th {
    padding: 9px 12px;
    height: auto;
  }
  .popup-close .svg-icon .icon-close {
    width: 40px;
    height: 40px;
  }
  .compare-popup__title br{display: none;}
}
@media (hover: none) and (min-width: 768px) {
  .compare-popup__inner-1 {
    padding: 56px 0;
    justify-content: center;
  }
  .compare-popup__inner-1, .compare-popup__inner-2{
    min-height: 100vh;
  }
}
@media (hover: none) and (max-width:767px) and (height >= 851px){
  .compare-table td, .compare-table th{
    height: 110px;
  }
}
@media (hover: none) and (max-width:767px) and (height <= 850px){
  body .compare-table td, body .compare-table th {
    height: 80px;
  }
  .compare-popup__inner-1 {
    padding: 56px 0;
  }
}
@media (hover: none) and (max-width:767px) and (height <= 680px){
  body .compare-table td, body .compare-table th {
    height: 60px;
  }
}
@media (hover: none) and (max-width: 991px) and (orientation:landscape){
.compare-table tr:first-of-type .col-gradient::before{
  height: 100vh;
}
}