.fixedAd {
  position: fixed;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2) !important;
}

.bannerAdOuterContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ccecff;
  color: #485c77;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.bannerAdInnerContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 10px 20px 10px;
}

.message {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 3px;
}

.secondLine {
  display: none;
}

.contentTitle {
  flex-direction: column;
  display: flex;
  margin: 0;
  text-align: center;
  color: #041d33 !important;
  letter-spacing: 0px;
  text-decoration: none !important;
  transition: ease-in-out 1s;
  font-weight: 600;
  font-size: 1rem;
  font-family: "proxima-nova", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.contentsubTitle {
  display: flex;
  margin: 0;
  text-align: center;
  color: #485c77 !important;
  letter-spacing: 3px;
  text-decoration: none !important;
  transition: ease-in-out 1s;
  font-weight: 600;
  font-size: 10px;
  font-family: "proxima-nova", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.dark {
  color: #161616;
}

.highlight {
  background: #fad64a;
  color: #1d2a3b;
}

.brand {
  color: #196bde;
  font-weight: 700;
}

.ctaContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta {
  display: inline-block;
  background-color: #196cdf;
  border-color: #196cdf;
  color: #fff;
  border-radius: 2.56px;
  text-decoration: none;
  width: 120px;
  margin: 2px 0;
  text-align: center;
  opacity: initial;
  border: 0;
  transition: all 0.25s ease-in-out;
  padding: 0px;
  text-transform: inherit;
}

.cta:hover {
  color: #161616;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.cta > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "proxima-nova", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px;
}

.cta:hover > a {
  color: #161616;
}

.hMed {
  display: block;
}

.sidebarWidget-inner {
    border-radius: 8px;
    background-color: #ccecff;
    margin-bottom: 50px;
    padding: 20px;
}

.sidebarWidget .contentTitle {
    color: #485c77 !important;
    padding: 0;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.706), 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    font-family: "proxima-nova", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.sidebarWidget p {
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.235), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.sidebarWidget .cta {
    padding: 0px;
    text-decoration: none;
    border-radius: 0;
    margin: 0;
    height: auto;
    width: 100%;
}

.sidebarWidget .cta a {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: "proxima-nova", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    padding: 1rem 2.25rem;
}

@media (min-width: 992px) {
  .hideOnDesktop {
    display: none;
  }

  .bannerAdOuterContainer {
    width: 100%;
    height: 90px;
  }

  .bannerAdInnerContainer {
    flex-direction: row;
    padding: 10px 20px;
  }

  .message {
    margin: 0;
    padding: 0;
  }

  .contentTitle {
    display: block;
    font-size: 20px;
    line-height: 37px;
  }

  .contentsubitle {
    display: block;
    font-size: 10px;
    line-height: 15px;
  }

  .cta {
    height: 64px;
    width: 240px;
    margin: 0 0 0 30px;
    padding: 0;
  }

  .cta:hover {
    color: #161616;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
      0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
  }

  .cta > a {
    font-size: 18px;
  }

  .hMed {
    display: none;
  }
}
