@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css);
@import url(https://rsms.me/inter/inter.css);
html, body {
  font-family: "Inter", sans-serif !important;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif !important;
  }
}

.header a {
  color: inherit;
  font-weight: inherit;
}

.header .phone-call {
  color: #007bff;
}

html, body {
  color: #2d3747;
}

.row {
  display: -webkit-box;
  display: flex;
}

.wide {
  background: #e2dfff;
}

.btn {
  border-radius: 30px;
}

a {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.\--wide-angled {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}

.\--wide-angled:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}

.\--wide-angled:after {
  bottom: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.btn-primary {
  background-color: #4319a0 !important;
  border: 0;
  font-size: 0.9em;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-input {
  padding: 1em;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.padded-box-left {
  padding-left: 2em !important;
}

.mobile-contact {
  display: none;
}

@media (max-width: 575.98px) {
  .padded-box-left {
    padding-left: 1em !important;
  }

  .sideWrapper {
    display: none;
  }

  .menu-wrapper {
    display: none !important;
  }

  .menu-container {
    background-color: #FFF !important;
  }

  .wideWrapper {
    height: auto !important;
    width: 100% !important;
    position: relative !important;
    padding-left: 0em !important;
  }

  .wideWrapper p {
    width: 100% !important;
  }

  .wideWrapper .btn-primary {
    margin-top: 10px;
  }

  .heroPattern {
    display: none;
  }

  .heroImage {
    display: none;
  }

  .mobile-contact {
    display: block;
  }

  .btn-mobile {
    margin-top: 10px;
  }
}

