@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');


body {
  font-family: "Inter";
  color: #fff;
}

.inter {
  font-family: "Inter";
  font-weight: 200;
}

.inter-light {
  font-family: "Inter";
  font-weight: 100;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

#menuBurger .nav-link {
  padding: .5rem 1.6rem;
}

#menuBurger .nav-link.active {
  background-color: #00277d;
}

#menuBurger .dropdown-toggle::after {
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

#menuBurger .dropdown-toggle.collapsed::after {
  margin-top: .3em;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.offcanvas {
  margin-top: 58px;
  position: absolute;
  background-color: #0534b8;
}

.pointer {
  cursor: pointer;
}

.shadow-lr {
  box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
  -moz-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
  -webkit-box-shadow: 12px 0 8px -8px #999, -12px 0 8px -8px #999;
}

header {
  background-color: #0534b8;
}

.bgJRF {
  background-color: #0145DD;
}

.title {
  font-family: "Sora";
  text-align: center;
  font-size: 24pt;
  line-height: 1.2;
}

ol.marker-bold>li::marker {
  font-weight: bold;
}

.form-floating>textarea:not(:placeholder-shown)~label::after {
  background-color: transparent;
}