.cta-wrapper {
  font-size: 20px;
  font-weight: 400;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 14px 20px 14px 25px;
  font-family: 'Polysans', Sans-serif !important;
}

.icon-wrapper {
  padding: 14px 16px;
}

.is-small-button {
  font-size: 16px;
  padding: 8px 20px 8px;
}

.theme-dark {
  color: #000000 !important;
  border: 1px solid #000000;
  transition: all 0.2s linear;
}

.theme-dark:hover {
  color: #ffffff !important;
  background-color: #0e2133;
  border: 1px solid #0e2133;
}

.theme-dark:hover path {
  fill: #ffffff;
}

.theme-light {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}

.theme-light:hover {
  color: #000000 !important;
  background-color: #d5e3f0;
  transition: all 0.2s linear;
}
.theme-light:hover path {
  fill: #000000;
}

.cta-wrapper .cta-svg {
  top: 0px;
  margin-left: 15px;
  position: relative;
}

.cta-wrapper .rotate-cta {
  transform: rotate(250deg);
}

@media (max-width: 1650px) {
  .cta-wrapper {
    font-size: 18px;
  }

  .is-small-button {
    font-size: 14px;
  }
}
