/* Alwyn-New-Bold */
@font-face {
  font-family: Alwyn-New-Bold;
  src: url("../fonts/AlwynNew-Bd.otf") format("opentype");
  font-display: swap;
}
/* Alwyn-New-Light */
@font-face {
  font-family: Alwyn-New-Light;
  src: url("../fonts/AlwynNew-Lt.otf") format("opentype");
  font-display: swap;
}
/* Flama-BookItalic */
@font-face {
  font-family: Flama-BookItalic;
  src: url("../fonts/Flama-BookItalic.otf") format("opentype");
  font-display: swap;
}
/* Flama-Book */
@font-face {
  font-family: Flama-Book;
  src: url("../fonts/Flama-Book_0.otf") format("opentype");
  font-display: swap;
}
html, body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Alwyn-New-Light, Arial, Verdana, sans-serif !important;
  line-height: 20px;
  color: #0B1625;
}

a {
  color: #008D58;
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: #86BC24;
}

h1 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

h2 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-weight: normal;
}

nav {
  width: 100%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: 100%;
}

.avu-site-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  padding: 15px 15px 15px 50px;
}

main {
  margin-top: 4rem;
  padding-bottom: 6rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

footer {
  padding-bottom: 120px;
  padding-top: 120px;
  background-color: #0B1625;
  color: #ffffff;
  width: 100%;
}

.avu-footer-content-logo-address {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.avu-footer-content-logo-address div {
  border-bottom: 1px solid #FFFFFF;
}

.avu-footer-content-logo-address ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  padding-left: 0;
}

.avu-footer-content-logo-address ul li {
  list-style: none;
}

.avu-footer-content-logo-address ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

.avu-footer-content-logo-address ul li a:hover {
  color: #FFFFFF;
}

.form-check-input[type=checkbox]:checked {
  background-color: #86BC24;
  border-color: #86BC24;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-control:focus, .form-check-input:checked {
  border-color: #86BC24;
  box-shadow: 0 0 0 0.25rem rgba(134, 188, 36, 0.5);
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input {
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #878787;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input.form-check-input-error {
  border-color: #a60e0e;
  box-shadow: 0 0 0 0.25rem rgba(114, 34, 34, 0.7);
}
input.form-check-input-error + label {
  color: rgb(114, 34, 34);
}

.form-check-input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.avu-button-orange {
  text-decoration: none;
  color: #ffffff;
  background-color: #F18A00;
  border-radius: 25px;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: none;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}

.overflow-x-auto {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
}
table tr td {
  min-width: 120px;
  padding: 0.5rem 1.25rem 0.4rem 0;
}
table tr.divider {
  border-bottom: 1px solid #0B1625;
  width: 100%;
}

.check-error {
  color: #700909;
}

.bg-orange {
  background-color: #F18A00;
}

.bg-green {
  background-color: #86BC24;
}

.pl-1 {
  padding-left: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.d-none {
  display: none;
}

.low-content {
  margin: 8rem auto;
}

.small-font-size {
  font-size: 14px;
}

@media (max-width: 992px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .avu-site-nav {
    padding-left: 30px;
  }
  .avu-footer-content-logo-address img, .avu-site-nav img {
    height: 25px;
    width: 110px;
  }
  main {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
  footer {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .avu-footer-content-logo-address {
    padding-left: 30px;
    padding-right: 30px;
  }
  .avu-button-orange {
    width: 100%;
  }
  .wrapper {
    max-width: 95%;
  }
}

/*# sourceMappingURL=style.css.map*/