.border-top {
  border-top: 1px solid hsl(0, 0%, 96%) !important;
}

.rounded {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(36, 36, 36, 0.75) 0px 10px 10px -10px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  position: relative;
  background-color: #00283c;
  height: 100% !important;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid #d1d8dd !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

h1, .h1 {
  font-size: calc(2.2rem + 0.1vw);
  line-height: calc(2.3rem + 0.1vw);
  margin: 0;
  letter-spacing: -0.075rem;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: calc(1.8rem + 0.1vw);
    line-height: calc(2.1rem + 0.1vw);
    margin: 0;
  }
}
h1.fw-light, .h1.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.02rem;
}
h1.display-1, .h1.display-1 {
  font-weight: 700;
  font-size: calc(5rem + 0.1vw);
  line-height: calc(4.5rem + 0.1vw);
  letter-spacing: -0.1rem;
  margin: 0;
}
@media (max-width: 576px) {
  h1.display-1, .h1.display-1 {
    font-size: calc(3rem + 0.1vw);
    line-height: calc(3rem + 0.1vw);
    margin: 0;
  }
}
h1.display-2, .h1.display-2 {
  font-weight: 700;
  font-size: calc(3rem + 0.1vw);
  line-height: calc(3rem + 0.1vw);
  letter-spacing: -0.1rem !important;
  margin: 0;
}
@media (max-width: 576px) {
  h1.display-2, .h1.display-2 {
    font-size: calc(2.5rem + 0.5vw);
    line-height: calc(2.6rem + 0.5vw);
  }
}

h2, .h2 {
  font-size: calc(1.8rem + 0.1vw);
  line-height: calc(2rem + 0.1vw);
  margin: 0;
  letter-spacing: -0.05rem;
}
h2.fw-light, .h2.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.075rem !important;
}
@media (max-width: 576px) {
  h2, .h2 {
    margin: 0;
  }
}

h3, .h3 {
  font-size: calc(1.5rem + 0.1vw);
  line-height: calc(1.75rem + 0.1vw);
  margin: 0;
  letter-spacing: -0.03rem;
}
h3.fw-light, .h3.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.03rem;
}
@media (max-width: 576px) {
  h3, .h3 {
    margin: 0;
  }
}

.h4, h4 {
  font-size: calc(1.2rem + 0.1vw);
  line-height: calc(1.3rem + 0.1vw);
  margin: 0;
  letter-spacing: -0.03rem;
}
.h4.fw-light, h4.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.01rem;
}
@media (max-width: 992px) {
  .h4, h4 {
    margin: 0;
  }
}

.h5, h5 {
  font-size: calc(1rem + 0.1vw);
  line-height: calc(1.2rem + 0.1vw);
  margin: 0;
  letter-spacing: -0.03rem;
}
.h5.fw-light, h5.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.01rem;
}

.h6, h6 {
  font-size: calc(0.75rem + 0.1vw);
  line-height: calc(0.9rem + 0.1vw);
  margin: 0;
  letter-spacing: -0.03rem;
}
.h6.fw-light, h6.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.01rem;
}

a {
  text-decoration: none;
  color: #242424;
  transition: 0.5s all;
}
a :hover {
  color: #E2711D;
  transition: 0.5s all;
}

p {
  letter-spacing: -0.02rem;
  font-size: calc(1rem + 0.05vw);
  line-height: calc(1.25rem + 0.1vw);
  margin: 0;
  color: #ffffff;
}
p.lead {
  font-size: calc(1.25rem + 0.1vw);
  line-height: calc(1.65rem + 0.1vw);
  margin: 0;
  font-weight: 400;
}
@media (max-width: 576px) {
  p.lead {
    font-size: calc(1.1rem + 0.1vw);
    line-height: calc(1.4rem + 0.1vw);
  }
}

.small, small {
  font-size: calc(0.75rem + 0.1vw);
  line-height: calc(0.95rem + 0.1vw);
}