:root {
  --primary: #121212;
  --grey1: #404040;
  --grey2: #6e6e6e;
  --grey3: #d0d0d0;
  --grey4: #e6e6e6;
  --grey5: #f2f2f2;
  --neutral: #404040;
  --lavender-grey: #f3f7fa;
  --lavender-green: #6ddca6;
  --light-blue: #a9e5fc;
  --snow-blue: #1772d2;
  --gradient: linear-gradient(135deg, #4707fd -5.52%, #4cde93 106.82%);
  --gradient2: linear-gradient(
    270deg,
    rgba(212, 247, 255, 0) 2.66%,
    #f3f7fa 74.64%
  );
  --gradient3: linear-gradient(
    270deg,
    rgba(212, 247, 255, 0) 2.66%,
    #f3f7fa 74.64%
  );
  --gradient4: linear-gradient(270deg, rgba(212, 247, 255, 0.00) 1.4%, #F2FFF3 65.93%);
  --gradient5: linear-gradient(
    90deg,
    #000 2.66%,
    rgba(0, 0, 0, 0.82) 37.48%,
    rgba(0, 0, 0, 0.07) 82.24%,
    rgba(0, 0, 0, 0) 110.91%
  );
  --font-inter: "Inter", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --paragraph: 1.6rem;
  --heading-h1: 3.2rem;
  --heading-h2: 2.6rem;
  --heading-h3: 2.4rem;
  --heading-h4: 2.1rem;
  --heading-h5: 1.8rem;
  --heading-h6: 1.6rem;
}
@media (min-width: 768px) {
  :root {
    --heading-h1: 4.8rem;
    --heading-h2: 3.2rem;
    --heading-h3: 2.4rem;
    --heading-h4: 1.8rem;
    --heading-h5: 1.3rem;
  }
}
:root .lavender-grey {
  background-color: var(--lavender-grey);
}
:root .lavender-green {
  background-color: var(--lavender-green);
}
:root .light-blue {
  background-color: var(--light-blue);
}
:root .snow-blue {
  background-color: var(--snow-blue);
}
:root .gradient {
  background: var(--gradient);
}
:root .gradient2 {
  background: var(--gradient2);
}
:root .gradient3 {
  background: var(--gradient3);
}
:root .gradient4 {
  background: var(--gradient4);
}
:root .gradient5 {
  background: var(--gradient5);
}

html {
  font-size: 10px;
}

body {
  color: var(--primary);
  font-family: var(--font-inter);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
body a {
  text-decoration: none;
}
@media (min-width: 1440px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    --bs-gutter-x: 3.2rem;
  }
}
body h1,
body .h1 {
  font-family: var(--font-montserrat);
  font-size: var(--heading-h1);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.44px;
}
@media (min-width: 768px) {
  body h1,
  body .h1 {
    line-height: 125%;
  }
}
body h2,
body .h2 {
  font-family: var(--font-montserrat);
  font-size: var(--heading-h2);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  line-height: 125%;
}
@media (min-width: 768px) {
  body h2,
  body .h2 {
    line-height: normal;
  }
}
body h3,
body .h3 {
  font-family: var(--font-inter);
  font-size: var(--heading-h3);
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  body h3,
  body .h3 {
    font-family: var(--font-montserrat);
    letter-spacing: -0.72px;
  }
}
body h4,
body .h4 {
  font-family: var(--font-inter);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h4,
  body .h4 {
    line-height: normal;
    font-size: var(--heading-h4);
    letter-spacing: 0;
  }
}
body h5,
body .h5 {
  font-family: var(--font-montserrat);
  font-size: var(--heading-h5);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h5,
  body .h5 {
    font-weight: 400;
    letter-spacing: 1.3px;
    font-weight: normal;
  }
}
body h6,
body .h6 {
  font-family: var(--font-inter);
  font-size: var(--heading-h6);
}
body .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1.6rem 2.4rem;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  line-height: 110%;
}
body .btn.btn-primary, body .wp-block-button a.btn, .wp-block-button body a.btn {
  color: white;
  background: var(--Secondary-Snow-Blue, #1772d2);
  text-decoration: none;
}
body .btn.btn-primary:focus, body .wp-block-button a.btn:focus, .wp-block-button body a.btn:focus, body .btn.btn-primary:active, body .wp-block-button a.btn:active, .wp-block-button body a.btn:active, body .btn.btn-primary:hover, body .wp-block-button a.btn:hover, .wp-block-button body a.btn:hover {
  color: var(--Secondary-Snow-Blue, #1772d2);
  background-color: white;
  border: 1px solid var(--Secondary-Snow-Blue, #1772d2);
  outline: none;
}
body .btn.btn-secondary {
  text-decoration: none;
  color: #000;
  background: white;
}
body .btn.btn-secondary:focus, body .btn.btn-secondary:active, body .btn.btn-secondary:hover {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  outline: none;
}
body .btn.btn-outlined {
  text-decoration: none;
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
body .btn.btn-outlined:focus, body .btn.btn-outlined:active, body .btn.btn-outlined:hover {
  color: white;
  background-color: var(--Secondary-Snow-Blue, #1772d2);
  border: 1px solid var(--Secondary-Snow-Blue, #1772d2);
  outline: none;
}
body .btn.btn-arrow {
  color: var(--Secondary-Snow-Blue, #1772d2);
  background-color: transparent;
  text-decoration: underline;
  padding: 0;
  font-weight: 600;
}
body .btn.btn-arrow:focus, body .btn.btn-arrow:active, body .btn.btn-arrow:hover {
  color: var(--Secondary-Snow-Blue, #1772d2);
  text-decoration: none;
  outline: none;
}
body .btn.btn-arrow::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.15057 11.4205L5.98011 10.2614L9.4858 6.75568H0.96875V5.0625H9.4858L5.98011 1.5625L7.15057 0.397727L12.6619 5.90909L7.15057 11.4205Z" fill="%231772D2"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

body.logged-in .site-header {
  top: 3.2rem;
}
@media (max-width: 991px) {
  body.logged-in .site-header {
    top: 4.6rem;
  }
}

#site-wrap {
  padding-top: 11.9rem;
}
@media (max-width: 1199px) {
  #site-wrap {
    padding-top: 10.9rem;
  }
}
@media (max-width: 991px) {
  #site-wrap {
    padding-top: 7.9rem;
  }
}

.site-header {
  padding: 2.1rem 0;
  color: white;
  background-color: black;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 991px) {
  .site-header {
    padding: 2.4rem 0 3rem 0;
  }
}
@media (min-width: 1300px) {
  .site-header .container-lg {
    max-width: 140rem;
  }
}
@media (max-width: 991px) {
  .site-header .xs-realtive {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .site-header .site-branding img {
    max-width: 9.6rem;
  }
}
@media (max-width: 1200px) {
  .site-header .xs-realtive {
    position: relative;
  }
}
.site-header.fixed {
  position: fixed;
  padding: 1rem 0;
  animation: slide-down 0.5s;
  transition-property: background-color, padding, z-index;
  transition-duration: 400ms;
  transition-timing-function: ease;
  transition-delay: 0;
}
.site-header.fixed .site-branding img {
  max-width: 13rem;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.onboarding-btns {
  gap: 0.8rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .onboarding-btns {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    gap: 2.4rem;
  }
  .onboarding-btns .btn {
    width: 100%;
  }
  .onboarding-btns .btn.btn-outlined {
    color: black;
    border-color: black;
  }
}

.heading-h2 h2,
h2.heading-h2 {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .heading-h2 p {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 150%;
  }
}
.pattern-box-1 {
  padding: 4rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .pattern-box-1 {
    padding: 10rem 0;
  }
}
.pattern-box-1 p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .pattern-box-1 p {
    font-size: 2.1rem;
  }
}
.pattern-box-1 .wp-block-columns {
  max-width: 107rem;
  margin: 4.8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .pattern-box-1 .wp-block-columns {
    margin-top: 8.3rem;
  }
}
.pattern-box-1 .wp-block-columns h3 {
  margin-bottom: 0.8rem;
}
.pattern-box-1 .wp-block-columns h3 strong {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -1.65px;
}
@media screen and (min-width: 768px) {
  .pattern-box-1 .wp-block-columns h3 strong {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pattern-box-1 .wp-block-columns p {
    margin-bottom: 1.6rem;
  }
}

.site-footer {
  color: white;
  background-color: black;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 10rem 0;
  }
}
.site-footer .social {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding: 6.4rem 0;
}
@media screen and (min-width: 992px) {
  .site-footer .social {
    padding: 4rem 0;
  }
}
.site-footer .google-play {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .site-footer .google-play {
    margin-top: 0;
  }
}
.site-footer .footer-logo {
  margin-bottom: 3.9rem;
}
.site-footer p {
  font-size: 1.4rem;
  margin: 0 0 0.8rem 0;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  margin: 0.6rem 0;
}
.site-footer ul li a {
  color: white;
  display: block;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  padding: 0.2rem 0;
  font-weight: 400;
  line-height: 150%;
}
.site-footer ul li a:hover {
  text-decoration: underline;
}
.site-footer .--copyright p {
  font-size: 1.4rem;
  color: var(--grey2);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-menu {
    margin-bottom: 2.8rem;
  }
}
.site-footer .footer-menu ul {
  display: flex;
  gap: 0.8rem;
}
.site-footer .footer-menu ul li a {
  padding: 0.4rem 0.8rem;
}
.site-footer .footer-top {
  border-top: 1px solid var(--Neutral-Grey3, #d0d0d0);
  padding-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-top {
    max-width: 126rem;
  }
}
.site-footer .mb-64 {
  margin-bottom: 6.4rem;
}
.site-footer .foot-cols {
  margin-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .site-footer .foot-cols {
    margin-bottom: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .mb-xs-64 {
    margin-bottom: 5.7rem;
  }
}

.content-wrapper {
  overflow: hidden;
}

.box-layout-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .box-layout-content {
    padding-top: 10rem;
    padding-bottom: 7.4rem;
  }
}
.box-layout-content h1 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .box-layout-content h1 {
    margin-bottom: 6.4rem;
  }
}
.box-layout-content h1.s-32 {
  margin-bottom: 3.2rem;
}
.box-layout-content h2 {
  margin-bottom: 4rem;
}
.box-layout-content h3 {
  margin-bottom: 2rem;
}
.box-layout-content h4 {
  margin-bottom: 1.6rem;
}
.box-layout-content p {
  margin-bottom: 4rem;
  line-height: 150%;
}
.box-layout-content ul,
.box-layout-content ol {
  margin-bottom: 0;
}
.box-layout-content ul li,
.box-layout-content ol li {
  margin-bottom: 0.8rem;
}
.box-layout-content ul li:last-child,
.box-layout-content ol li:last-child {
  margin-bottom: 0;
}
.box-layout-content a {
  text-decoration: underline;
  color: var(--snow-blue);
}
.box-layout-content a:hover {
  text-decoration: none;
}
.box-layout-content .s-64 {
  height: 4rem !important;
}
@media screen and (min-width: 992px) {
  .box-layout-content .s-64 {
    height: 6.4rem !important;
  }
}
.box-layout-content .s-24 {
  height: 0rem !important;
}
@media screen and (min-width: 992px) {
  .box-layout-content .s-24 {
    height: 2.4rem !important;
  }
}
.box-layout-content .feedback {
  position: relative;
  overflow: visible;
  padding: 4rem 0rem;
}
@media screen and (min-width: 992px) {
  .box-layout-content .feedback {
    padding: 8.7rem 0rem;
  }
}
.box-layout-content .feedback h4 {
  font-weight: 400 !important;
  font-style: normal;
  text-transform: none;
  margin-bottom: 3.9rem;
}
@media screen and (min-width: 992px) {
  .box-layout-content .feedback h4 {
    font-weight: 600 !important;
  }
}
.box-layout-content .feedback h4 strong {
  font-weight: 400 !important;
  color: var(--snow-blue);
}
@media screen and (min-width: 992px) {
  .box-layout-content .feedback h4 strong {
    font-weight: 600 !important;
  }
}
.box-layout-content .feedback p {
  margin-bottom: 0;
}
.box-layout-content .feedback::before {
  content: "";
  position: absolute;
  background: #f3f7fa;
  width: 50vw;
  height: 100%;
  right: 100%;
  z-index: 1;
  top: 0;
}
.box-layout-content .feedback::after {
  content: "";
  position: absolute;
  background: #f3f7fa;
  width: 50vw;
  height: 100%;
  left: 100%;
  z-index: 1;
  top: 0;
}
.box-layout-content .wp-block-separator {
  background-color: #e6e6e6;
  color: #e6e6e6;
  opacity: 1;
}
.box-layout-content details.wp-block-details {
  padding: 3rem 1.6rem 3rem 5.8rem;
  border-radius: 10px;
  background: var(--Secondary-Lavender-Grey, #f3f7fa);
  margin-bottom: 2rem;
  outline: none;
}
@media screen and (min-width: 992px) {
  .box-layout-content details.wp-block-details {
    padding: 3.4rem 3.4rem 3.4rem 7.6rem;
    margin-bottom: 4rem;
  }
  .box-layout-content details.wp-block-details[open] {
    padding-top: 3rem;
  }
}
.box-layout-content details.wp-block-details[open] summary {
  margin-bottom: 1.9rem;
}
.box-layout-content details.wp-block-details[open] summary::before {
  content: url("../images/da-blue.svg");
}
.box-layout-content details.wp-block-details summary {
  font-size: var(--heading-h3);
  font-weight: 600;
  letter-spacing: -0.72px;
  position: relative;
  line-height: normal;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.box-layout-content details.wp-block-details summary::marker {
  content: none;
  display: none;
}
.box-layout-content details.wp-block-details summary::before {
  content: url("../images/da-black.svg");
  position: absolute;
  left: -4.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.box-layout-content details.wp-block-details p {
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.9rem;
}
.box-layout-content details.wp-block-details p:last-child {
  margin: 0;
}
.box-layout-content details.wp-block-details p a {
  font-weight: 600;
}
.box-layout-content .logo-carousel-block.--pading-medium {
  padding: 4rem 0rem 4rem 0rem;
}
@media (min-width: 992px) {
  .box-layout-content .logo-carousel-block.--pading-medium {
    padding: 5.4rem 0rem 0rem 0rem;
  }
}
.box-layout-content .logo-carousel-block.--pading-large {
  padding: 4rem 0rem 4rem 0rem;
}
@media (min-width: 992px) {
  .box-layout-content .logo-carousel-block.--pading-large {
    padding: 7.4rem 0rem 0rem 0rem;
  }
}

.blog-hero {
  padding: 14.2rem 0 3.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .blog-hero {
    padding: 13.5rem 0;
  }
}
.blog-hero .--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.blog-hero .--content {
  text-align: left;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blog-hero .--content {
    text-align: center;
  }
}
.blog-hero .--content h1 {
  margin-bottom: 2.4rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .blog-hero .--content h1 {
    margin-bottom: 4.8rem;
  }
}
.blog-hero .--content p {
  color: white;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .blog-hero .--content p {
    font-size: 2.1rem;
  }
}

.latest-article {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .latest-article {
    padding: 6rem 0 10.4rem;
  }
}
@media screen and (max-width: 767px) {
  .latest-article .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .latest-article .container {
    padding: 0;
  }
}
.latest-article img {
  border-radius: 1.6rem;
}

.latest-post-info, .article-listing .post-card {
  border-radius: 10px;
  background-color: white;
  padding: 2.8rem 2.4rem 3.1rem;
}
.latest-post-info .post-date, .article-listing .post-card .post-date {
  color: var(--Neutral-Grey1, #404040);
  font-family: var(--font-montserrat);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.latest-post-info .post-category, .article-listing .post-card .post-category {
  color: var(--Secondary-Snow-Blue, #1772d2);
  font-family: var(--font-montserrat);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.latest-post-info .post-title, .article-listing .post-card .post-title {
  color: var(--Primary-Black, #000);
  font-family: var(--font-inter);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2.4rem;
}
.latest-post-info .post-title a, .article-listing .post-card .post-title a {
  color: #000;
}
.latest-post-info .post-excerpt, .article-listing .post-card .post-excerpt {
  color: var(--Neutral-Grey1, #404040);
}
.latest-post-info .read-more, .article-listing .post-card .read-more {
  margin-top: 3.2rem;
}
.latest-post-info .read-more .btn-arrow::after, .article-listing .post-card .read-more .btn-arrow::after {
  margin-left: 5px;
}

.article-listing {
  background: var(--Secondary-Lavender-Grey, #f3f7fa);
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .article-listing {
    padding: 10rem 0 11rem;
  }
}
.article-listing h2 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .article-listing h2 {
    margin-bottom: 6.4rem;
  }
}
.article-listing .row {
  --bs-gutter-x: 3rem;
  row-gap: 3rem;
}
.article-listing .post-card {
  padding: 2.8rem 1.6rem 3.1rem;
}
@media screen and (min-width: 768px) {
  .article-listing .post-card {
    padding: 2.8rem 2.4rem 3.1rem;
    height: 100%;
  }
}
.article-listing .post-card .post-title a {
  color: #000;
}

.pagination-wrapper {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .pagination-wrapper {
    margin-top: 6.4rem;
  }
}
.pagination-wrapper .page-link {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.7rem;
}
.pagination-wrapper .page-link .page-item {
  font-size: 1.6rem;
  color: var(--Neutral-Grey3, #d0d0d0);
  text-align: center;
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
@media screen and (min-width: 768px) {
  .pagination-wrapper .page-link .page-item {
    font-size: 24px;
  }
}
.pagination-wrapper .page-link .page-item.active span {
  color: var(--Primary-Black, #000);
  font-weight: 600;
  line-height: 150%; /* 36px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pagination-wrapper .page-link .page-item .prev {
  transform: rotate(90deg);
}

.article-detail-hero {
  position: relative;
  padding: 19rem 0 5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .article-detail-hero {
    padding: 12rem 0;
  }
}
.article-detail-hero .--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.article-detail-hero .--content {
  z-index: 1;
  position: relative;
  max-width: 58.4rem;
}
.article-detail-hero .--content .post-date {
  color: var(--Primary-White, #fff);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .article-detail-hero .--content .post-date {
    margin-bottom: 4.6rem;
  }
}
.article-detail-hero .--content .post-category {
  color: var(--Secondary-Snow-Blue, #1772d2);
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .article-detail-hero .--content .post-category {
    margin-bottom: 1.8rem;
  }
}
.article-detail-hero .--content h1 {
  color: var(--Primary-White, #fff);
  font-family: var(--font-montserrat);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.44px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .article-detail-hero .--content h1 {
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: -1.28px;
  }
}

.article-detail-content {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .article-detail-content {
    padding: 8.3rem 0 10rem;
  }
}

.article-detail-content:first-child p {
  margin-bottom: 8.3rem;
}
.article-detail-content h2,
.article-detail-content h3,
.article-detail-content h4 {
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .article-detail-content h2,
  .article-detail-content h3,
  .article-detail-content h4 {
    margin: 7rem 0 3.2rem 0;
  }
}
.article-detail-content p {
  margin-bottom: 1.2rem;
}
.article-detail-content ul {
  margin: 0 0 1.2rem;
}
.article-detail-content ul li {
  margin-bottom: 0;
}
.article-detail-content ol {
  margin: 0;
}
.article-detail-content ol li {
  margin-bottom: 1.2rem;
}
.article-detail-content ol li strong {
  margin-bottom: 1.2rem;
  display: block;
}
.article-detail-content ol li br {
  display: none;
}

.single-post #latest-post {
  padding: 4rem 0;
  background: #f3f7fa;
}
@media screen and (min-width: 768px) {
  .single-post #latest-post {
    padding: 10rem 0 11rem;
  }
}
.single-post #latest-post h2 {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .single-post #latest-post h2 {
    margin: 0 0 6.4rem 0;
  }
}
.single-post #latest-post .latest-post-info, .single-post #latest-post .article-listing .post-card, .article-listing .single-post #latest-post .post-card {
  height: 100%;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .single-post #latest-post .latest-post-info, .single-post #latest-post .article-listing .post-card, .article-listing .single-post #latest-post .post-card {
    padding: 2rem 0;
  }
}
.single-post #latest-post .latest-post-info .featured-image, .single-post #latest-post .article-listing .post-card .featured-image, .article-listing .single-post #latest-post .post-card .featured-image {
  margin-bottom: 2.4rem;
}
.single-post #latest-post .latest-post-info .post-title, .single-post #latest-post .article-listing .post-card .post-title, .article-listing .single-post #latest-post .post-card .post-title {
  margin-bottom: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
.single-post #latest-post .latest-post-info .post-title a, .single-post #latest-post .article-listing .post-card .post-title a, .article-listing .single-post #latest-post .post-card .post-title a {
  color: #000;
}
.single-post .cta {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .single-post .cta {
    margin-top: 6.4rem;
  }
}

.pricing-hero {
  margin: 0;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .pricing-hero {
    padding: 5rem 0;
  }
}
.pricing-hero h1 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .pricing-hero h1 {
    margin-bottom: 2.4rem;
  }
}
.pricing-hero h2 {
  margin-bottom: 3.2rem;
}
.pricing-hero p {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pricing-hero p {
    font-size: 2.1rem;
  }
}

.explore_yeti {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .explore_yeti {
    margin-bottom: 0;
    background-color: #f3f7fa !important;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .explore_yeti .wp-block-column {
    background-color: #f3f7fa !important;
  }
}
.explore_yeti p {
  color: #000;
  text-align: center;
  font-family: var(--font-inter);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .explore_yeti p {
    font-size: 2.1rem;
    max-width: 830px;
    margin: auto !important;
  }
}

.not-found {
  padding: 10.4rem 0;
}
@media screen and (min-width: 992px) {
  .not-found {
    padding: 14.5rem 0;
  }
}
.not-found p {
  margin: 0;
}
.not-found p img {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .not-found p img {
    margin-bottom: 3.2rem;
  }
}
.not-found h3 {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .not-found h3 {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}
.not-found h1 {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .not-found h1 {
    margin-bottom: 1.6rem;
  }
}
.not-found .not-found-buttons {
  gap: 2.5rem;
}
.not-found .btn-outlined {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}

.page-id-1037 .box-layout-content {
  padding-bottom: 0;
}
.page-id-1037 .box-layout-content .faq-cta {
  margin: 0 -3.2rem;
}

.wp-block-button a {
  font-weight: 700;
  border: 1px solid;
}
.wp-block-button a:hover {
  color: var(--Secondary-Snow-Blue, #1772d2);
  background-color: white !important;
  border: 1px solid var(--Secondary-Snow-Blue, #1772d2);
  outline: none;
}/*# sourceMappingURL=theme.css.map */