@media all {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  section {
    display: block;
  }
  h3,
  h5 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  a {
    color: #009b72;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: #004f3a;
    text-decoration: none;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  h3,
  h5,
  .h1 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3038;
  }
  .h1 {
    font-size: 2.5rem;
  }
  @media (max-width: 1200px) {
    .h1 {
      font-size: calc(1.375rem + 1.5vw);
    }
  }
  h3 {
    font-size: 1.75rem;
  }
  @media (max-width: 1200px) {
    h3 {
      font-size: calc(1.3rem + 0.6vw);
    }
  }
  h5 {
    font-size: 1.25rem;
  }
  mark {
    padding: 0.2em;
    background-color: #ffecbf;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .col-8,
  .col,
  .col-sm-4,
  .col-sm,
  .col-md-6,
  .col-lg-4,
  .col-xl-4,
  .col-xl-5 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
  }
  @media (min-width: 768px) {
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
    .col-xl-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
    }
  }
  .btn {
    display: inline-block;
    font-weight: 700;
    color: #555a64;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: #555a64;
    text-decoration: none;
  }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 114, 0.25);
  }
  .btn:disabled {
    opacity: 0.3;
    box-shadow: none;
  }
  .btn:not(:disabled):not(.disabled):active,
  .btn:not(:disabled):not(.disabled).active {
    box-shadow: none;
  }
  .btn:not(:disabled):not(.disabled):active:focus,
  .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 114, 0.25);
  }
  .btn-primary {
    color: #fff;
    background-color: #7d0a0a;
    border-color: #7d0a0a;
    box-shadow: none;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #ed3c0d;
    border-color: #ed3c0d;
  }
  .btn-primary:focus {
    box-shadow: none, 0 0 0 0.2rem rgba(38, 135, 255, 0.5);
  }
  .btn-primary:disabled {
    color: #fff;
    background-color: #7d0a0a;
    border-color: #7d0a0a;
  }
  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #7d0a0a;
    border-color: #7d0a0a;
  }
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 135, 255, 0.5);
  }
  .btn-lg {
    padding: 1.1875rem 2.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 100px;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .media {
    display: flex;
    align-items: flex-start;
  }
  .bg-primary {
    background-color: #7d0a0a !important;
  }
  .bg-secondary {
    background-color: #eaedf2 !important;
  }
  .rounded {
    border-radius: 0.3125rem !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-around {
    justify-content: space-around !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  @media (min-width: 1200px) {
    .flex-xl-column {
      flex-direction: column !important;
    }
  }
  .w-100 {
    width: 100% !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mr-3 {
    margin-right: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .pr-3 {
    padding-right: 1rem !important;
  }
  .pl-3 {
    padding-left: 1rem !important;
  }
  @media (min-width: 576px) {
    .mt-sm-0 {
      margin-top: 0 !important;
    }
  }
  @media (min-width: 768px) {
    .pr-md-4 {
      padding-right: 1.5rem !important;
    }
  }
  @media (min-width: 992px) {
    .mb-lg-5 {
      margin-bottom: 3rem !important;
    }
  }
  @media (min-width: 1200px) {
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
    .pr-xl-5 {
      padding-right: 3rem !important;
    }
  }
  .text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center !important;
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
  }
  .text-dark {
    color: #2c3038 !important;
  }
  @media print {
    *,
    *::before,
    *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    img {
      page-break-inside: avoid;
    }
    p,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h3 {
      page-break-after: avoid;
    }
    .container {
      min-width: 992px !important;
    }
  }
  @media (max-width: 767.98px) {
    .btn-lg {
      font-size: 1rem;
      padding: 0.625rem 1.5rem;
    }
  }
  .btn .icon {
    height: 1.25rem;
  }
  .btn .icon:first-child:not(:only-child) {
    margin-left: -0.5rem;
    margin-right: 0.5rem;
  }
  .btn.btn-lg .icon {
    height: 2.25rem;
  }
  .container {
    position: relative;
    z-index: 1;
  }
  .icon {
    flex-shrink: 0;
    width: auto;
    height: 2rem;
  }
  @media (min-width: 768px) {
    .icon {
      height: 3rem;
    }
  }
  section {
    position: relative;
    padding: 1rem 0;
  }
  @media (min-width: 768px) {
    section {
      padding: 2rem 0;
    }
  }
  @media (min-width: 992px) {
    section {
      padding: 3.5rem 0;
    }
  }
  img[data-inject-svg] {
    opacity: 0;
  }
  a {
    color: #7d0a0a;
  }
  a:hover {
    color: #ed3c0d;
  }
  a:focus {
    outline: none;
  }
  h3,
  h5,
  .h1 {
    letter-spacing: -0.02em;
  }
  @media (min-width: 768px) {
    .h1 {
      margin-bottom: 1.5rem;
    }
    .h1 {
      line-height: 1.125;
    }
  }
  a {
    font-weight: 700;
  }
  mark {
    color: inherit;
    padding: 0;
    background: none;
    background-image: linear-gradient(
      120deg,
      rgba(255, 193, 7, 0.4) 0%,
      rgba(255, 193, 7, 0.4) 100%
    );
    background-repeat: no-repeat;
    background-size: 0% 0.3em;
    background-position: 0 80%;
    position: relative;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  mark[data-aos="highlight-text"].aos-animate {
    background-size: 100% 0.3em;
  }
  .o-hidden {
    overflow: hidden;
  }
  [data-aos][data-aos][data-aos-delay="250"] {
    transition-delay: 0;
  }
  [data-aos][data-aos][data-aos-delay="250"].aos-animate {
    transition-delay: 0.25s;
  }
  body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
  }
  body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
  }
  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
  }
  [data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
  }
  [data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
  }
  .avatar {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    flex-shrink: 0;
  }
  .avatar.avatar-sm {
    width: 2.25rem;
    height: 2.25rem;
  }
  @media (min-width: 768px) {
    .avatar {
      height: 4.5rem;
      width: 4.5rem;
    }
    .avatar.avatar-sm {
      width: 3rem;
      height: 3rem;
    }
  }
  @media screen and (-ms-high-contrast: active),
    screen and (-ms-high-contrast: none) {
    body .row {
      flex-grow: 1;
    }
    body .icon {
      width: 2rem;
    }
  }
  .btn[data-toggle="tab"][aria-selected="false"] {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #555a64;
  }
  .btn {
    border-radius: 5px;
  }
}
