* {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0px !important;
  font-family: "flowrota";
  overflow-x: hidden !important;
  background: #f8f9fa;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

.bodyBlog {
  background: linear-gradient(to right, #e5effb, #f0e9f4);
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 500;
  /* color: #143051;    */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-bold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 600; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-extrabold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 700; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-extralight.otf") format("opentype"); /* Adjust the file path */
  font-weight: 300; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-normal.otf") format("opentype"); /* Adjust the file path */
  font-weight: 400; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "flowrota";
  src: url("/fonts/timelify-medium.otf") format("opentype"); /* Adjust the file path */
  font-weight: 500; /* Map to the corresponding numeric value */
}
.none {
  display: none !important;
}

.blogSwirlImg {
  width: 78px;
  margin-left: -55px;
  margin-right: -20px;
}

/* .blogLinkUnderline {
  min-width: 40px;
  min-height: 10px;
  background-color: pink;
} */

.navbar {
  /* background-color: blue; */
  min-height: calc(100dvh - 100px);
  max-height: calc(100dvh - 100px);
  overflow: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 100px;
}

.suppFooter {
  /* background-color: lime; */
  border-radius: 15px;
  margin-left: 15px;
  /* box-shadow: 0px 0px 3px rgb(0 0 0 / 20%); */
  width: calc(100dvw - 508px);
  /* min-height: 1000px; */
  padding-bottom: 30px;
  margin-left: 220px;
  margin-top: 20px;
  max-width: 1040px;
}

.suppHeader {
  width: 100dvw;
  max-width: 100dvw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 5%;
  padding-right: 5%;
}
.suppHeaderBlog {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: none !important;
}
.suppLogo {
  width: 160px;
}

.headerRightMob {
  display: flex;
  align-items: center;
  margin-right: 6dvw;
}

.burger-menu {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 22px;
  transition: transform 0.3s ease;
  z-index: 9999;
  width: 24px;
  /* margin-left: -30px; */
}

.bar {
  min-width: 24px;
  min-height: 4px;
  background-color: #143051;
  margin: 2px 0;
  transition: background-color 0.3s ease;
  border-radius: 2px;
}

.burger-menu.open {
  transform: rotate(-45deg);
  /* margin-right: 10px; */
  position: fixed;
  top: 15px;
  padding: 20px;
  width: 30px;

  right: 3vw;
  opacity: 1;
}

h1[id],
h2[id],
h3[id],
h4[id],
section[id] {
  scroll-margin-top: 120px !important; /* adjust to your header height */
}

.imgCaption {
  font-size: 14px;
  color: #0077ff;
  border-left: 2px solid #0077ff;
  padding-left: 8px;
  margin-left: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
}

.burger-menu.open .bar:nth-child(1) {
  transform: translateY(10px) rotate(90deg);
  background-color: #143051 !important;
  min-width: 30px;
  min-height: 6px;
  margin-bottom: 5px;
  opacity: 1;
  /* margin-top: 4px; */
}

.burger-menu.open .bar:nth-child(2) {
  opacity: 0;
  min-width: 30px;
  min-height: 6px;
}

.burger-menu.open .bar:nth-child(3) {
  transform: translateY(-14px) rotate(0deg);
  background-color: #143051 !important;
  min-width: 30px;
  min-height: 6px;
  opacity: 1;
}

.startTodayMobLink {
  background-color: #ce19a5;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  align-items: center;
  color: white !important;
  margin-top: -10px;
  margin-right: -15px;
}

.desktopMenu,
.headerRightDesktop,
.suppLeft {
  display: none;
}

.show {
  display: block !important;
}
.suppBody {
  display: flex;
  flex-direction: row;
}

.suppFooter {
  /* background-color: lime; */
  display: flex;
  flex-direction: row;
  padding-left: 5%;
  min-width: 100dvw;
  margin-left: 0px;
}

.suppLeftTitle {
  color: #a3bad5;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 5px;
  padding-top: 11px;
  padding-bottom: 0px;
  border-top: 1px solid #eeeeee;
}

.suppLink {
  color: #143051 !important;
  height: fit-content;
  font-size: 18px;
  line-height: 19px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  /* padding-bottom: 7px; */
  opacity: 1;
  margin-bottom: 4px;
  padding-top: 12px;
  padding-bottom: 8px;
  border-radius: 5px;
  padding-right: 4px;
  /* max-width: 200px; */
  cursor: pointer !important;
}

.suppLinkContact {
  display: flex;
  overflow: visible;
}

.contactIcon {
  width: 13px;
  margin-top: -1px;
  margin-right: 5px;
  /* margin-left: -19px; */
}

.icsIcon {
  width: 45px;
}

.articleCode {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
}
.suppLeftSearch {
  background-color: white;
  cursor: text;
  min-height: 35px;
  display: flex;
  box-shadow: 0px 0px 1px rgb(0 0 0 / 20%);
  align-items: center;
  padding-left: 12px;
  text-align: left;
  justify-content: flex-start;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #143051;
  max-width: 86%;
  margin-left: 1%;
  border: 1px solid #e3e4e4;
  font-family: "flowrota";
}

.slug {
  display: flex;
  align-items: center;
  margin-left: 2%;
  margin-top: 10px;
}

.articleParent {
  display: flex;
  align-items: flex-start;
}

.blogNav {
  min-width: 200px;
  max-width: 200px;
  min-height: 1200px;
  /* border-left: 1px solid #eaf4ff; */
  margin-top: -56px;
  padding-right: 10px;
  margin-left: -26px;
}

.search-result-image {
  border-radius: 5px;
  width: 90%;
  margin-top: 10px;
  margin-left: 5%;
}

.slugHome {
  width: 14px;
  margin-left: 8px;
  margin-top: 1px;
  /* padding-top: 2px; */
  /* padding-bottom: 2px; */
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.slugHome:hover {
  content: url("../img/homeHov.svg"); /* Change the image on hover */
}

.slugArr {
  width: 10px;
  margin-left: 11px;
  margin-right: 11px;
  /* opacity: 0.8; */
}

.slugTxt {
  font-size: 14px;

  color: #626674;
}

.searchResults {
  min-height: calc(100dvh - 157px);
  max-height: calc(100dvh - 157px);
  min-width: 40px;
  /* background-color: blue; */
  display: none;
  overflow-y: auto;
}

.searchResults.show {
  display: block;
}

.floatArticleTxt {
  line-height: 22px;
  color: #143051;
  background-color: #fafcff;
  border: 1px solid #dae6f3;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
}
.slugTxtActive {
  /* color: #0077ff; */
  /* font-weight: 500; */
  padding-right: 30px;
}
.articleContainer {
  padding-left: 3%;
  /* background-color: yellow; */
  padding-right: 35px;
  color: #171823bf;
}

.key {
  background-color: white;
  max-width: 200px;
  min-width: 200px;
  float: right;
  position: fixed;
  top: 180px;
  right: 3%;
  z-index: 10;
  padding: 6px;
  color: #143051;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.gifScreenImg {
  border: 2px solid #07f;
  border-radius: 15px;
  margin-left: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 2222px) {
  .key {
    right: 80px;
  }
}

.keyTitle {
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.blockFader {
  position: fixed;
  top: 0px;
  left: 0;
  min-width: 100dvw;
  max-width: 100dvw;
  min-height: 100px;
  /* Horizontal color gradient */
  background: linear-gradient(to right, #e5effb, #f0e9f4);

  /* Fade opacity from top to bottom starting at 75% */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  z-index: 999999;
}

.keyLink {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  color: #171823bf;
  margin-top: -2px;
  padding-right: 6px;
}

.articleH3 {
  font-weight: 500;
  color: #0077ff;
}

.keyLink:hover {
  color: #0077ff;
}
.articleH1 {
  font-weight: 500;
  color: #143051;
  font-size: 2.2em;
}

.articleList {
  color: #214978;
}

.blogAuth {
  display: flex;
  align-items: center;
  border-radius: 5px;
  max-width: 290px;
  /* margin-left: 25px; */
}

.blogAuthImg {
  border-radius: 5px;
  width: 35px;
}

.blogAuthDate {
  font-size: 12px;
  color: #214978;
  margin-top: -12px;
}

.blogAuthRole {
  display: flex;
  color: #143051;
  font-size: 14px;
  align-items: center;
  font-weight: 600;
}
.linkedInIconImg {
  width: 20px;
  margin-left: 4px;
  cursor: pointer;
  margin-bottom: -4px;
}
.blogAuthInfo {
  margin-left: 10px;
}
.articleList li {
  line-height: 26px;
  margin-bottom: 10px;
}

.inlineLink {
  /* font-weight: 500; */
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dae6f3;
  padding: 4px;
  color: #0077ff !important;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 6px;
  min-width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  /* margin-right: 5px; */
  transition: background-color 0.3s ease;
  height: 24px;
  max-height: 24px;
  min-height: 24px;
}

.articleH2 {
  font-weight: 500;
  color: #143051;
  font-size: 1.4em;
}

.articleText {
  line-height: 26px;
  color: #214978;
}

.no-results {
  font-weight: 500;
  color: #214978;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 10px;
}

.search-result-item {
  display: flex;
  flex-direction: column;
  border: 1px solid ebf2f8;
  border-radius: 5px;
}

.headerFeatSubBlog {
  top: 0px !important;
}

.blogImg {
  width: 100%;
  border-radius: 10px;
}

.headerFeatSubInnerBlog {
  background-color: black;
}

.search-result-title {
  /* background-color: white !important; */
  border-radius: 5px 5px 0 0;
  padding: 10px;
  /* border: 1px solid #ebf2f8; */
  border-bottom: none;
  color: #143051;
  font-weight: 500;
  font-size: 14px;
  padding-left: 15px;
  padding-top: 10px;
}

.search-result-ts {
  font-size: 10px;
  color: #ce19a5;
  margin-left: 16px;
  margin-top: -6px !important;
  font-weight: 600;
  margin-top: 30px;
  border-bottom: 1px solid #dae6f3;
  max-width: 85%;
  min-width: 85%;
  padding-bottom: 6px;
  margin-bottom: 3px;
}

.readMoreH3 {
  font-weight: 600;
  color: #143051;
  font-size: 15px;
  margin-left: 16px;
  margin-bottom: -10px;
  min-height: 30px;
}

.search-result-preview {
  /* background-color: white !important; */
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  padding: 10px;
  border: 1px solid #ebf2f8;
  border-top: none;
  font-weight: 400;
  font-size: 12px;
  color: #214978;
  padding-top: 0px;
}

section {
  margin-top: 30px;
}

.burgerBlog {
  display: none !important;
}

.blogLogoDesktop {
  margin-top: 7px;
}

.overflowVisible {
  overflow: visible !important;
}

.fr-cta {
  --pad: 22px;
  margin: 28px 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  /* gradient left-to-right underlay */
  background-image:
        /* fade-to-white from 75% down -> 100% */ linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 75%,
      rgba(255, 255, 255, 1) 100%
    ),
    linear-gradient(to right, #e5effb, #f0e9f4);
  box-shadow: 0 6px 18px rgba(33, 73, 120, 0.08);
  background-image: /* fade-to-white from 75% down -> 100% */ linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 75%,
      rgb(224 244 238) 100% 100%
    ),
    linear-gradient(to right, #e4f4ff, #e9f4ec);
}

.fr-cta__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: var(--pad);
  min-height: 140px;
}

.fr-cta__text {
  flex: 1 1 60%;
  min-width: 0;
}

.fr-cta__eyebrow {
  margin: 0 0 8px 0;
  font-weight: 600;
  color: #0062d6;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.fr-cta__title {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  color: #143051;
  line-height: 1.15;
}

.fr-cta__desc {
  margin: 0 0 12px 0;
  color: #234b68;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 17px;
}

.fr-cta__points {
  margin: 0 0 14px 0;
  padding-left: 1.15rem;
  color: #234b68;
  font-size: 0.95rem;
  display: inline-block;
  list-style: none;
  line-height: 24px;
}

.fr-cta__points li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.5rem;
}

.fr-cta__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../../img/featTick.svg") no-repeat center;
  background-size: contain;
}

.fr-cta__btn {
  display: inline-block;
  background: linear-gradient(90deg, #0077ff 0%, #005ad1 100%);
  color: #fff !important;
  text-decoration: none;
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 6px 12px rgba(0, 119, 255, 0.18);
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s;
  will-change: transform;
}

.fr-cta__btn:hover,
.fr-cta__btn:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 119, 255, 0.18);
  outline: none;
  opacity: 0.98;
}

.fr-cta__visual {
  flex: 0 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
}

.fr-cta__svg {
  display: block;
}

.fr-cta__img {
  transform: rotate(-10deg);
  width: 430px;
  margin-left: -320px;
  margin-right: -230px;
  margin-top: 110px;
}

.x2987653444 {
  width: 354px;
  margin-left: -140px;
  margin-right: -270px;
  margin-top: 60px;
}

@media (min-width: 1202px) {
  .x2987653444 {
    width: 430px;
  }
}

/* Responsive */
@media (max-width: 820px) {
  .fr-cta__img {
    transform: rotate(0deg);
    width: 100%;
    margin-left: -8px;
    /* margin-left: 0px; */
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fr-cta__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    gap: 12px;
  }
  .fr-cta__visual {
    order: -1;
    width: 100%;
    justify-content: flex-start;
  }
  .fr-cta__svg {
    width: 120px;
    height: 96px;
  }
  .fr-cta__title {
    font-size: 1.1rem;
  }
}

/* High-contrast / reduce-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .fr-cta__btn {
    transition: none;
  }
}

@media only screen and (max-width: 999px) {
  .articleContainerHomeMob {
    /* background-color: orange; */
    padding-top: 60px;
  }
  .suppFooter {
    background: linear-gradient(to bottom, #143051, #174881);
    max-width: 100dvw;
    padding-left: 0px;
    border-radius: 15px 15px 0 0;
  }

  .footerLink {
    color: white !important;
  }

  .footerLogo {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footerRight {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-around;
    /* background: yellow; */
    margin: 0 auto;
    min-width: 100dvw;
    padding-top: 40px;
    padding-left: 20px;
  }
}

.x3489673497634 {
  transform: rotate(0deg) !important;
  border-radius: 20px;
  border: 2px solid #143051;
  width: 240px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: -110px;
}

.x348768346344 {
  margin-top: 120px;
}

.item:hover {
  background-color: #fdf9ff;
  border-radius: 5px;
}

/* MOBILE ONLY */
@media only screen and (max-width: 820px) {
  .item:hover {
    background-color: white !important;
  }
  .x3489673497634 {
    margin: 40px auto !important;
    margin-top: -80px !important;
    width: 74dvw !important;
    max-width: 400px !important;
  }
  .articleContainerHomeMob {
    margin-top: 42px !important;
  }
  .footerRight {
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .no-results {
    margin-left: 35px;
  }
  .articleParent {
    display: block;
  }

  .blogNav {
    min-width: 100dvw;
    min-height: fit-content;
    padding-bottom: 20px;
    /* background-color: yellow; */
    border-left: none;
    margin-top: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .readMoreH3 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 0px;
  }

  .search-results-container {
    padding-left: 0%;
    padding-right: 0%;
    /* background-color: green; */
  }
  .search-result-image {
    width: 100%;
    margin-left: 0px;
  }

  .search-result-title {
    padding-left: 5px;
    font-size: 18px;
    padding-top: 15px;
  }

  .search-result-ts {
    font-size: 12px;
    margin-left: 5px;
  }

  .blockFader {
    display: none;
  }
  .headerLogo {
    width: 180px;
    max-width: 180px;
    margin-left: 6px;
    /* margin-top: 0px; */
    /* margin-bottom: -10px; */
    display: block !important;
  }
  .mobNone {
    display: none !important;
  }
  .burgerBlog {
    display: flex !important;
  }

  .search-results-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .searchResults {
    min-height: calc(100dvh - 148px);
    max-height: calc(100dvh - 148px);
    /* background-color: yellow; */
  }

  .noScroll {
    overflow: hidden !important;
    scrollbar-width: none !important;
    /* scrollbar-width: ; */
  }
  .suppLink {
    min-height: 34px;
  }
  .imgCaption {
    margin-left: 10px;
  }
  .gifScreenImg {
    width: 90dvw;
    margin-left: 0px;
  }
  section {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .key {
    display: none;
  }
  .articleContainer {
    /* margin-left: %; */
    padding-right: 30px;
    background-color: white;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding-bottom: 40px;
    margin-top: 10px;
    padding-top: 1px;
    padding-left: 20px;
  }
  .mobMenu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    min-width: 100dvw;
    min-height: 100dvh;
    max-width: 100dvw;
    max-height: 100dvh;
    background: #f8f9fa !important;
    background-image: /* fade-to-white from 75% down -> 100% */ linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 75%,
        rgb(224 244 238) 100% 100%
      ),
      linear-gradient(to right, #e4f4ff, #e9f4ec) !important;
    overflow: auto;
    /* padding: 2%; */
    /* padding-top: 50px; */
  }

  .mobMenuBlog {
    max-width: 70dvw !important;
    min-width: 70dvw !important;
    float: right;
    position: fixed !important;
    right: 0px !important;
    left: auto !important;
    display: flex;
    flex-direction: column;
  }

  .suppLeftSearch {
    margin-top: 40px;
    max-width: 65%;
    margin-left: 5%;
  }

  .navScrollBox {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px;
  }

  .slug {
    margin-left: 4%;
    margin-top: 46px;
  }

  .suppMenuLogo {
    width: 120px;
    margin-top: 0px;
    margin-left: 5%;
    margin-bottom: -40px;
  }
}
/* @media only screen and (min-width: 1000px) {
  .suppRightBlogHome {
    min-height: 1020px !important;
    max-height: 1020px !important;
  }

  .suppBodyBlogHome {
    min-height: calc(100dvw - 556px) !important;
    max-height: calc(100dvw - 556px) !important;
  }
} */
@media only screen and (min-width: 1000px) and (max-width: 1510px) {
  .suppRight {
    width: calc(100dvw - 342px) !important;
  }

  .footerRight {
    width: calc(100dvw - 342px) !important;
  }

  .suppFooter {
    width: calc(100dvw - 342px) !important;
  }
}
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
/* DESKTOP MODE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

@media only screen and (min-width: 1000px) {
  .suppLink {
    font-size: 14px;
    min-height: 20px;
  }
  .inlineLink:hover {
    background-color: #e2f0ff;
  }

  .suppMenuLogo {
    display: none;
  }
  .headerRightMob {
    display: none;
  }
  .navScrollBox {
    /* max-height: calc(100dvh - -320px);
    min-height: calc(100dvh - -320px); */
    min-height: fit-content;
    max-height: fit-content;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
    margin-top: 20px;
    min-width: 174px;
    /* background-color: yellow; */
    padding-right: 40px !important;
  }
  .suppLink {
    /* opacity: 0.9; */
  }
  .suppLink:hover {
    /* opacity: 1; */
    background-color: #c7ddf6;
    /* color: #000 !important; */
  }
  .suppLogo {
    width: 200px;
  }
  .suppHeader {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    background: linear-gradient(
      to bottom,
      #f8f9fa 0%,
      /* fully opaque start */ #f8f9fa 75%,
      /* still opaque until 75% down */ #f8f9fa00 100%
        /* fade to transparent over the last 25% */
    );
  }

  .headerRightDesktop {
    display: flex;
    align-items: center;
    margin-right: calc(5dvw + 70px);
  }
  .suppHeaderLeft {
    display: flex;
    align-items: center;
  }

  .desktopMenu {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: 25px;
  }

  .desktopMenuLink {
    width: fit-content;
    margin-left: 30px;
    font-weight: 00;
    color: #171823bf !important;
  }

  .supportHighlight {
    color: #07f !important;
    font-weight: 500;
  }

  .desktopTopRightLink {
    border: 1px solid #07f;
    color: #07f !important;
    border-radius: 5px;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .desktopTopRightLinkStart {
    color: white !important;
    background-color: #07f;
  }

  .desktopTopRightLink:hover {
    background-color: #93c5fd80;
  }
  .desktopTopRightLinkStart:hover {
    background-color: #0077ffc2;
    /* border-color: #143051; */
  }

  .suppBody {
    display: flex;
    flex-direction: row;
    padding-left: 5%;
    /* padding-right: 5%; */
    min-height: calc(100dvw - 336px);
  }

  .suppLeft {
    display: flex;
    flex-direction: column;
    width: 200px;
    padding-top: 2px;
    min-height: calc(100dvh - 200px);
    max-height: calc(100dvh - 200px);

    /* background-color: green; */
  }

  .suppRight {
    background-color: white;
    border-radius: 15px;
    margin-left: 15px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    width: calc(100dvw - 368px);
    min-height: 1000px;
    padding-bottom: 80px;
    margin-left: 210px;
    margin-top: 102px;
    max-width: 1100px;
  }

  .footerLink {
    color: white !important;
  }

  .footerLogo {
    width: 80px;
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .footerRight {
    border-radius: 15px;
    margin-left: 15px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    width: calc(100dvw - 368px);
    min-height: 300px;
    max-height: 300px;
    padding-bottom: 0px;
    margin-left: 210px;
    margin-top: 0px;
    max-width: 1100px;
    min-height: 290px;
    max-height: 290px;
    background: linear-gradient(to bottom, #23394a, #234b68);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
  }

  .suppFooter {
    width: calc(100dvw - 368px);
  }
}

@media only screen and (min-width: 821px) and (max-width: 999px) {
  .slug {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 821px) and (max-width: 999px) {
  .x3489758374 {
    width: 370px;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1220px) {
  .x3489758374 {
    width: 410px;
    margin-left: -40px;
  }
}

.overflowYVisible {
  overflow-y: visible !important;
}

.header {
  z-index: 9999999 !important;
}

.footerLink {
  font-weight: 400;
  min-height: 26px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.5;
}

.footerCol {
  min-height: 236px;
}
.blogSideBarPosts {
  border-left: 5px solid #a3bad5;
  padding-left: 10px;
  margin-left: 5px;
}
.grid-container {
  margin-top: 40px;
  display: grid;
  gap: 10px;
  grid-template-areas:
    "a b c"
    "d e e"
    "f g h"
    "i i j";
  grid-auto-rows: 160px; /* height of each row */
}

@media only screen and (max-width: 637px) {
  .grid-container {
    grid-auto-rows: 160px; /* height of each row */
    grid-template-areas:
      "a b"
      "c d"
      "e f"
      "g h"
      "i j";
  }

  .itemDesc {
    display: none;
  }
}
.item {
  padding: 5px;
  /* border: 2px solid #140351; */

  /* min-height: 300px; */
}

.itemDesc {
  color: #214978;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.itemH3 {
  font-size: 16px;
  color: #143051;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.itemImg {
  min-width: 100%;
  max-width: 100%;
  max-height: 100px;
  object-fit: cover;
  border-radius: 5px;
  min-height: 73px;
  /* margin: 0 auto; */
}

.item:nth-child(1) {
  grid-area: a;
}
.item:nth-child(2) {
  grid-area: b;
}
.item:nth-child(3) {
  grid-area: c;
}
.item:nth-child(4) {
  grid-area: d;
}
.item:nth-child(5) {
  grid-area: e;
}
.item:nth-child(6) {
  grid-area: f;
}
.item:nth-child(7) {
  grid-area: g;
}
.item:nth-child(8) {
  grid-area: h;
}
.item:nth-child(9) {
  grid-area: i;
}
.item:nth-child(10) {
  grid-area: j;
}
.item:nth-child(11) {
  grid-area: k;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #143051 !important;
}

#CookiebotWidget {
  right: 10px !important;
  left: auto !important;
}

@media only screen and (min-width: 601px) {
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    background: #a39db0;
    min-width: 110px;
    max-width: 110px;
    border: none;
  }
}

@media only screen and (max-width: 600px) {
  #CybotCookiebotDialog.CybotEdge
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton,
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:last-of-type) {
    min-width: 100%;
    max-width: 100%;
  }
  #CybotCookiebotDialogBodyButtons
    .CybotCookiebotDialogBodyButton:not(:first-of-type),
  #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    margin-top: 0.5em;
    background: #bbb5c9;
    border-color: #a39db0;
    height: 38px;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}

#CookiebotWidget,
#CookiebotWidget * {
  background: #f3f5ff;
  box-sizing: border-box;
  /* color: #FFFFFF !important; */
  font-size: 15px;
  letter-spacing: 0.1px;
  margin: 0;
  outline: 0;
  padding: 0;
  font-family: flowrota !important;
}

#CookiebotWidget {
  color: #143051;
}
