/*
* Template variables and Revised Article
* Last update of 05.19.25
*/
/* base */
/* 12 px */
/* 14 px */
/* 18 px*/
/* 20 px */
/* 24 px 1.5em*/
/* 28 px */
/* 30 px */
/* 32 px */
/* 40 px */
/* 48 px */
/* 56 px */
/* 64 px */
/* variables */
/*
* Template variables and Revised Article
* Last update of 05.19.25
*/
/* base */
/* 12 px */
/* 14 px */
/* 18 px*/
/* 20 px */
/* 24 px 1.5em*/
/* 28 px */
/* 30 px */
/* 32 px */
/* 40 px */
/* 48 px */
/* 56 px */
/* 64 px */
/* font family weight */
/* media query */
body.page .cols {
  gap: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  body.page .cols {
    display: block;
  }
}
body.page .cols > div {
  padding: 0;
  margin: 0;
}
body.page .cols.cols2 > div {
  flex: 1;
}
body.page .logos {
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
body.page .logos.Center {
  justify-content: center;
}
body.page #testimonials.cards p {
  font-size: 24px;
}
body.page #testimonials img {
  width: auto;
}
body.page #testimonials .fineprint {
  bottom: 40px;
  left: 40px;
  font-size: 14px;
  position: absolute;
}
body.page #testimonials .fineprint br {
  display: none;
}
body.page #testimonials .fineprint p {
  padding: 0;
}
body.page #testimonials .fineprint strong, body.page #testimonials .fineprint b {
  display: block;
}
@media screen and (max-width: 767px) {
  body.page #testimonials .fineprint {
    left: 20px;
  }
}
body.page #testimonials .cols3 > div {
  gap: 40px;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.page #testimonials .cols3 > div {
    gap: 10px;
  }
}
body.page #testimonials .cols3 > div > span:nth-child(2) {
  padding-bottom: 150px;
}
body.page #comparison {
  color: #FFFFFF;
  padding: 80px 16px;
  background: #1A1C1E;
  margin-top: 120px;
}
body.page #comparison > .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.page #comparison {
    padding-bottom: 40px;
  }
}
body.page #comparison .heading {
  margin: 0;
  padding-bottom: 20px;
}
body.page #comparison .heading span {
  color: #3FC5FD;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
body.page #comparison .logos {
  justify-content: center;
}
body.page #comparison .logos .gCheck-logo {
  width: 170px;
}
body.page #comparison .logos .gCheck-logo .gcText {
  fill: #FFFFFF;
}
body.page #comparison .logos .other-logo svg {
  width: 160px;
}
body.page #comparison .box {
  color: #000000;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  body.page #comparison .box {
    padding-bottom: 40px;
  }
}
body.page #comparison .box > div {
  width: 1000px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: row;
}
body.page #comparison .box ul {
  flex: 1;
  border-left: 1px solid #CDD6E0;
}
body.page #comparison .box ul:last-child {
  border-left: 1px solid #CDD6E0;
}
body.page #comparison .box ul:first-child li {
  justify-content: flex-end;
}
body.page #comparison .box ul:nth-child(2) li {
  justify-content: center;
}
body.page #comparison .box li {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 30px 24px;
}
body.page #comparison .box li:before {
  display: none;
}
body.page #comparison .box li:nth-child(even) {
  background: #f5f5f5;
}
body.page #help.cards h4 {
  align-items: flex-start;
  flex-direction: column;
}
body.page #help.cards h4 .gCheck-logo {
  width: 100px;
}
body.page #help.cards h4 .gCheck-logo .gcText {
  fill: #000000;
}
body.page #help.cards h4 .other-logo {
  width: 100% !important;
  margin-top: 0 !important;
}
body.page #help.cards h4 .other-logo svg {
  width: 100px !important;
}
body.page {
  /*
   * sub pages
   */
}
body.page .top-banner {
  padding: 60px 16px;
  background: #EDEEFF;
}
body.page .top-banner > .container {
  gap: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  body.page .top-banner > .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  body.page .top-banner > .container {
    text-align: center;
    padding: 0;
  }
}
body.page .top-banner > .container > div {
  flex: 1;
}
body.page .top-banner > .container > div:first-child {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
body.page .top-banner > .container > div:first-child strong {
  font-size: 1.125em;
}
body.page .top-banner > .container > div:last-child {
  overflow: hidden;
  border-radius: 8px;
}
body.page .top-banner h1 {
  color: #1A1C1E;
  font-size: 3em;
  line-height: normal;
}
body.page .top-banner h1 span {
  display: block;
  color: #4F51FD;
  font-size: 14px;
  text-transform: uppercase;
}
body.page .dark-box {
  color: #000000;
  padding: 60px;
}
body.page .dark-box h2 {
  color: #000000;
  padding-bottom: 24px;
}
body.page .dark-box.dark {
  color: #FFFFFF;
  background: #1A1C1E;
}
body.page .dark-box.dark h2 {
  color: #3FC5FD;
}
@media screen and (max-width: 767px) {
  body.page .dark-box {
    padding: 16px;
  }
  body.page .dark-box > .container,
  body.page .dark-box .cards .card-cont {
    padding: 0;
  }
}
body.page .dark-box .cards {
  margin: 40px 0;
}
body.page .dark-box {
  /*

  li{
      list-style: none;
      &:before{
          display: none;
      }

  }
  */
}
body.page .dark-box .heading {
  padding: 0;
  margin: 0;
}
body.page .dark-box.relevant-products li {
  list-style: none;
}
body.page .dark-box.relevant-products li:before {
  display: none;
}
body.page .dark-box.relevant-products.dark {
  padding-top: 0 !important;
}
body.page .fundamentals.cards {
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.page .fundamentals.cards h4 {
    flex-direction: row;
  }
}
body.page .fundamentals.cards h4 span:first-child {
  order: 2;
}
body.page .fundamentals.cards h4 span:last-child {
  order: 1;
}
body.page .most-relevant-products {
  padding-bottom: 50px;
}
body.page .most-relevant-products ul {
  gap: 10px;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page .most-relevant-products ul li {
  color: #000000;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 8px;
}
body.page .percentage-value-props {
  color: #1A1C1E;
  margin: 80px 0;
}
body.page .percentage-value-props h3 {
  display: block;
}
@media screen and (max-width: 1311px) {
  body.page .percentage-value-props .card-cont {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  body.page .percentage-value-props .card-cont {
    margin-bottom: 80px;
  }
}
body.page .percentage-value-props .card-cont > div {
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  body.page .percentage-value-props .card-cont > div {
    width: 47.1%;
  }
  body.page .percentage-value-props .card-cont > div svg {
    margin: 0 auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body.page .percentage-value-props .card-cont > div {
    padding: 0;
    width: 100%;
  }
}
body.page .percentage-value-props h3 {
  font-size: 4em;
  color: #4F51FD;
  font-weight: 800;
}
body.page #pricing {
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  line-height: 28px !important;
}
body.page #pricing #metrics-price {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
body.page #pricing #metrics-price > .container {
  background: #FFFFFF;
}
body.page #pricing #metrics-price > div {
  flex: 1;
  padding: 20px;
  border-right: 1px solid #CDD6E0;
}
body.page #pricing #metrics-price > div:last-child {
  border-right: 0;
}
body.page #pricing #metrics-price table,
body.page #pricing #metrics-price thead {
  margin: 0;
  padding: 0;
  width: 1320px;
  font-size: 14px;
}
body.page #pricing #metrics-price thead tr {
  display: flex;
  position: relative;
  flex-direction: row;
}
body.page #pricing #metrics-price thead td {
  padding-bottom: 100px;
}
body.page #pricing #metrics-price tbody tr {
  display: flex;
}
body.page #pricing #metrics-price td {
  width: 100%;
  padding: 20px;
  position: relative;
  border-right: 1px solid #CDD6E0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
body.page #pricing #metrics-price td:last-child {
  border-right: 0;
}
body.page #pricing #metrics-price tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
body.page #pricing #metrics-price tbody td {
  display: flex;
  justify-content: center;
}
body.page #pricing #metrics-price h4 {
  display: flex;
  font-size: 1.125em;
}
body.page #pricing #metrics-price h4 span {
  flex: 1;
}
body.page #pricing #metrics-price h4 .badge {
  flex: none;
  padding: 0 10px;
  color: #4F51FD;
  font-size: 14px;
  background: #EDEEFF;
}
body.page #pricing #metrics-price .price {
  font-size: 2.5em;
  font-weight: 700;
  color: #4F51FD;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
body.page #pricing #metrics-price .price > strong {
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
body.page #pricing #desktop-price {
  display: block;
}
@media screen and (max-width: 767px) {
  body.page #pricing #desktop-price {
    display: none;
  }
}
body.page #pricing #mobile-price {
  display: none;
  overflow-y: scroll;
  padding: 0 0 20px 0 !important;
}
@media screen and (max-width: 767px) {
  body.page #pricing #mobile-price {
    display: block;
  }
}
body.page #pricing #mobile-price > section {
  gap: 10px;
  width: 1126px;
  display: flex;
  flex-direction: row;
}
body.page #pricing #mobile-price > section > div {
  flex: 1;
  padding: 20px;
}
body.page #pricing #mobile-price > section h4 {
  padding-bottom: 16px;
}
body.page #pricing #mobile-price .box {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #CDD6E0;
}
body.page #pricing #mobile-price .box ul {
  margin: 16px 0 0;
  padding-left: 0;
}
body.page #pricing #mobile-price .box li {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
body.page #pricing #mobile-price .box li::before {
  display: none;
}
body.page #pricing #mobile-price .box li > span {
  padding-right: 10px;
}
body.page #pricing #mobile-price .price {
  position: static;
}
body.page #pricing #btn {
  display: block;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
}
body.page #pricing #btn .button {
  display: inline-block;
  margin-bottom: 24px;
}
body.page .join-us {
  margin: 80px 16px;
}
body.page .join-us > .container {
  max-width: 800px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  body.page .join-us > .container {
    padding: 0;
  }
}
body.page .join-us .button {
  margin-top: 20px;
}
body.page .form-template {
  margin-bottom: 80px;
}
body.page .form-template section {
  display: flex;
  margin-top: 40px;
  flex-direction: row;
}
body.page .form-template section.right > div:first-child {
  order: 2;
}
body.page .form-template section.right > div:last-child {
  order: 1;
}
@media screen and (max-width: 1023px) {
  body.page .form-template section {
    flex-direction: column;
  }
}
body.page .form-template section form {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
body.page .form-template section form span {
  width: 49.1%;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1306px) {
  body.page .form-template section form span {
    width: 100%;
  }
}
body.page .form-template section form span:first-child, body.page .form-template section form span:last-child, body.page .form-template section form span:nth-child(6) {
  width: 100%;
}
body.page .form-template section form label {
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
body.page .form-template section form label i {
  color: #CDD6E0;
}
body.page .form-template section form textarea, body.page .form-template section form select,
body.page .form-template section form input[type=tel],
body.page .form-template section form input[type=text],
body.page .form-template section form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 1px;
  cursor: pointer;
}
body.page .form-template section form textarea {
  height: 150px;
}
body.page .form-template section form button {
  width: 100%;
}
body.page .form-template section form .custom-select {
  position: relative;
}
body.page .form-template section form .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
}
body.page .form-template section form .custom-select select:focus {
  font-size: 0.75em;
  background: #FFFFFF;
  border: 1px solid #4F51FD;
  border-radius: 5px;
}
body.page .form-template section form .custom-select:after {
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  position: absolute;
  pointer-events: none;
  background-color: #000000;
  transform: translate(0, -50%);
  clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}
body.page .form-template section > div {
  flex: 1;
}
body.page .form-template section > div:first-child {
  color: #FFFFFF;
  padding: 40px;
  background: #00014F;
}
@media screen and (max-width: 767px) {
  body.page .form-template section > div:first-child {
    padding: 10px;
    margin-bottom: 50px;
  }
}
body.page .form-template section > div:first-child em {
  color: #3FC5FD;
  font-style: normal;
  font-size: 14px;
}
body.page .form-template section > div:first-child .fineprint {
  font-size: 0.75em;
}
body.page .form-template section > div:first-child .fineprint a {
  color: #3FC5FD;
  text-decoration: underline;
}
body.page .form-template section > div:first-child .title {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
body.page .form-template section > div:last-child {
  padding: 60px;
  max-width: 660px;
  background: url(../images/contact-img-bg.jpg) no-repeat center bottom #FFFFFF;
}
@media screen and (max-width: 767px) {
  body.page .form-template section > div:last-child {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  body.page .form-template section > div:last-child {
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
body.page .form-template section > div:last-child h2 {
  font-weight: normal;
}
body.page .form-template section > div:last-child h2 i {
  font-weight: 700;
}
body.page .form-template section > div:last-child h2 em {
  font-weight: 700;
  background-image: linear-gradient(to right, #3FC5FD, #D20DF5); /* Red to Blue gradient */
  -webkit-background-clip: text; /* For WebKit browsers */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* For WebKit browsers */
  color: transparent; /* Fallback for browsers that don't support -webkit-text-fill-color */
}
body.page .form-template .gcheck-contact-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  box-shadow: none;
  background: transparent;
  max-width: 100%;
  border-radius: 1;
  font-family: "Inter", sans-serif;
}
body.page .form-template .gcheck-contact-container::before {
  display: none;
}
body.page .form-template .gcheck-contact-container .gcheck-contact-form {
  padding: 20px 0;
}
body.page .form-template .gcheck-contact-container .gcheck-disclaimer {
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
body.page .form-template .gcheck-contact-container .gcheck-error-message {
  display: none;
  color: #CC2900;
}
body.page .form-template .gcheck-contact-container .gcheck-form-group {
  width: 49%;
}
@media screen and (max-width: 767px) {
  body.page .form-template .gcheck-contact-container .gcheck-form-group {
    width: 100%;
  }
}
body.page .form-template .gcheck-contact-container .gcheck-form-group:nth-child(7) {
  width: 100%;
}
body.page .form-template .gcheck-contact-container .gcheck-form-group {
  /*
  &:nth-child(3){
      width: 100%;
  }
  &:nth-child(6){
      width: 100%;
  }
  */
}
body.page .form-template .gcheck-contact-container .gcheck-form-group select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  position: relative;
}
body.page .form-template .gcheck-contact-container .gcheck-form-group select:focus {
  background: #FFFFFF;
  border: 1px solid #4F51FD;
  border-radius: 5px;
}
body.page .form-template .gcheck-contact-container .gcheck-form-group select:before {
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  display: block;
  pointer-events: none;
  background-color: #000000;
  transform: translate(0, -50%);
  clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}
body.page .form-template .gcheck-contact-container .gcheck-submit-btn {
  padding: 0;
  border: 0;
  position: relative;
  background: #4F51FD !important;
}
body.page .form-template .gcheck-contact-container .gcheck-submit-btn .gcheck-spinner {
  height: 20px;
  width: 20px;
  display: none;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
body.page #landing-page {
  margin: 40px 0;
}
body.page #landing-page h1, body.page #landing-page h2, body.page #landing-page h3 {
  padding-bottom: 20px;
}
body.page #landing-page h1 {
  margin: 0;
  padding-bottom: 20px;
  line-height: normal;
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  body.page #landing-page h1 {
    font-size: 24px;
  }
}
body.page #landing-page h3 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.page #landing-page h3 {
    font-size: 1.125em;
  }
}
body.page #landing-page ul li {
  list-style-position: inside;
}
body.page #landing-page figure {
  padding: 20px 0;
}
body.page #landing-page .wp-block-columns {
  margin: 0;
}
body.page #landing-page .wp-block-columns.cols3 > div {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #CDD6E0;
}
body.page #landing-page .wp-block-columns.cols3 > div span {
  padding: 10px 0;
  display: inline-block;
}
body.page #landing-page .gcheck-form-group textarea, body.page #landing-page .gcheck-form-group select,
body.page #landing-page .gcheck-form-group input[type=tel],
body.page #landing-page .gcheck-form-group input[type=email],
body.page #landing-page .gcheck-form-group input[type=text] {
  background: #FFFFFF;
  border-radius: 4px !important;
  border: 1px solid #CDD6E0;
}
body.page #blog {
  margin: 100px 0;
}
body.page {
  /* standard pages */
}
body.page #standard-page {
  padding: 40px;
}
body.page #standard-page > .container {
  max-width: 1095px;
}
body.page #standard-page .pleft {
  padding-left: 20px;
}
body.page #standard-page h2 {
  margin-bottom: 50px;
}
body.page #standard-page .wp-block-list {
  margin-left: 20px;
}
body.page #standard-page li {
  list-style-position: inside;
}
body.page #standard-page .glossary-content {
  margin: 0;
}
body.page #standard-page .glossary-content ul {
  padding: 0;
}
body.page #standard-page .glossary-content ul li {
  padding-left: 0;
}
body.page #standard-page .glossary-content ul li::before {
  display: none;
}
body.page #standard-page .glossary-content .data-info {
  padding-left: 20px;
}
body.page #standard-page .glossary-content .columns {
  margin-top: 40px;
}
body.page #standard-page .glossary-content .columns > div {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
body.page #standard-page .glossary-content .columns > div > .col {
  flex: 1 0 32%;
}
@media screen and (max-width: 767px) {
  body.page #standard-page .glossary-content .columns > div > .col {
    flex: 1 0 100%;
  }
}
body.page #standard-page .glossary-content .columns > div > .col:nth-last-child(-n+2) {
  flex: none;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  body.page #standard-page .glossary-content .columns > div > .col:nth-last-child(-n+2) {
    max-width: 100%;
  }
}
body.page #standard-page .glossary-content .columns > div > .col .wp-block-list {
  margin-left: 0 !important;
}
body.page #standard-page .glossary-content .columns > div > .col li {
  list-style: none !important;
  padding-bottom: 20px;
}
body.page #standard-page .glossary-content .columns > div > .col li::marker, body.page #standard-page .glossary-content .columns > div > .col li::before {
  display: none !important;
}
body.page #standard-page .glossary-content .columns > div > .col p > strong {
  font-size: 1.75em;
}
body.page #standard-page .glossary-content .columns > div > .col a {
  color: #4F51FD;
}
body.page .gcheckpdf-request-container {
  max-width: 644px;
}
body.page #whitepaper {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.page #whitepaper .page-hero {
    margin-top: 40px;
  }
}
body.page #whitepaper .page-hero .heading {
  padding-bottom: 20px;
  margin-bottom: 0;
  padding: 0 !important;
}
body.page #whitepaper h4 {
  font-size: 18px;
}
body.page #whitepaper .cards {
  margin-bottom: 0;
}
body.page #whitepaper .pdf-info {
  gap: 20px;
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
}
body.page #whitepaper .pdf-info a {
  color: #1A1C1E;
  text-decoration: none;
}
body.page #whitepaper .pdf-info > span {
  flex: 1 0 48px;
}
body.page #whitepaper .button.outline {
  top: auto;
  bottom: 20px;
  right: 20px;
  left: 20px;
  display: block;
  position: absolute;
}
body.page #whitepaper .button.outline:link, body.page #whitepaper .button.outline:active, body.page #whitepaper .button.outline:visited {
  color: #4F51FD;
}
body.page #whitepaper .cards .card-cont > div {
  position: relative;
}
body.page #whitepaper .category a {
  color: #4F51FD;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}
body.page #whitepaper .hidden {
  display: none;
}
@media screen and (max-width: 1311px) {
  body.page .cards .card-cont {
    padding: 16px;
  }
}

/*# sourceMappingURL=core-page-new.css.map */
