#extole-7481358753914281968 img.extole-cta-image {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
  outline: none;
  cursor: pointer;
}
#extole-7481358753914281968 .extole-cta-button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #0F6BFF;
  color: #ffffff;
  height: 60px;
  line-height: normal;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 25px;
  margin: 0;
  cursor: pointer;
  font-family: untitledsansregular, 'BlinkMacSystemFont', '-apple-system', 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  font-size: 14px;
}
#extole-7481358753914281968 .extole-cta-button:hover {
  background-color: #0F6BFF;
  color: #ffffff;
}
#extole-7481358753914281968 .extole-cta-button:focus {
  box-shadow: 0 0 2px 3px rgba(81, 203, 238, 1);
}
#extole-7481358753914281968 .extole-cta-button img {
  width: 100%;
  max-width: 18px;
  height: auto;
  line-height: normal;
  outline: none;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
}
#extole-7481358753914281968 #extole-header-loading {
  position: fixed;
  z-index: 99999999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
}
#extole-7481358753914281968 .extole-header-spinner {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #636364;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@media only screen and (max-width: 480px) {
  #extole-7481358753914281968 .extole-header-spinner {
    width: 50px;
    height: 50px;
    border-top-color: #2f2f2f;
  }
}
