@font-face {
  font-family: "DobraBook";
  src: url("webFonts/DobraBook/font.woff2") format("woff2"), url("webFonts/DobraBook/font.woff") format("woff");
}
@font-face {
  font-family: "DobraMediumItalic";
  src: url("webFonts/DobraMediumItalic/font.woff2") format("woff2"), url("webFonts/DobraMediumItalic/font.woff") format("woff");
}
@font-face {
  font-family: "DobraBlackItalic";
  src: url("webFonts/DobraBlackItalic/font.woff2") format("woff2"), url("webFonts/DobraBlackItalic/font.woff") format("woff");
}
@font-face {
  font-family: "DobraLightItalic";
  src: url("webFonts/DobraLightItalic/font.woff2") format("woff2"), url("webFonts/DobraLightItalic/font.woff") format("woff");
}
@font-face {
  font-family: "DobraBold";
  src: url("webFonts/DobraBold/font.woff2") format("woff2"), url("webFonts/DobraBold/font.woff") format("woff");
}
@font-face {
  font-family: "DobraBookItalic";
  src: url("webFonts/DobraBookItalic/font.woff2") format("woff2"), url("webFonts/DobraBookItalic/font.woff") format("woff");
}
@font-face {
  font-family: "DobraMedium";
  src: url("webFonts/DobraMedium/font.woff2") format("woff2"), url("webFonts/DobraMedium/font.woff") format("woff");
}
@font-face {
  font-family: "DobraBlack";
  src: url("webFonts/DobraBlack/font.woff2") format("woff2"), url("webFonts/DobraBlack/font.woff") format("woff");
}
@font-face {
  font-family: "DobraBoldItalic";
  src: url("webFonts/DobraBoldItalic/font.woff2") format("woff2"), url("webFonts/DobraBoldItalic/font.woff") format("woff");
}
@font-face {
  font-family: "DobraLight";
  src: url("webFonts/DobraLight/font.woff2") format("woff2"), url("webFonts/DobraLight/font.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  max-width: 992px;
  margin: 0 auto;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.65) 0%, rgb(218, 229, 244) 3%, rgb(218, 229, 244) 50%, rgb(255, 255, 255) 80%, rgb(218, 229, 244) 100%);
  color: #004A64;
  font-family: "DobraBook";
  font-size: 14px;
  line-height: 1.2;
}
body.scroll-prevent {
  overflow: hidden;
}

.fs-large {
  font-size: 20px;
}

.fs-md-large {
  font-size: 18px;
}

.fs-larger {
  font-size: 16px;
}

.fs-smaller {
  font-size: 14px;
}

.fs-small {
  font-size: 12px;
}

.orange {
  color: #D86018;
}

.lt-orange {
  color: #FF9800;
}

.blue {
  color: #004A64;
}

.white {
  color: #ffffff;
}

h1, h2, h3 {
  font-family: Arial Black, sans-serif;
  margin: 0;
}

h1 {
  font-size: 28px;
  font-weight: 900;
}

h2 {
  font-size: 22px;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  font-weight: 800;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
  font-family: "DobraMedium";
}

.bold, strong, b {
  font-family: "DobraBold";
  font-weight: normal;
}

.mt-70 {
  margin-top: 70px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

a {
  list-style: none;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .fs-large {
    font-size: 16px;
  }
  .fs-md-large {
    font-size: 16px;
  }
  .fs-larger {
    font-size: 14px;
  }
}
@keyframes animate-direction {
  from {
    margin-top: -5px;
  }
  to {
    margin-top: 15px;
  }
}
.references li::marker {
  font-family: "DobraBold";
}

/*# sourceMappingURL=style.css.map */
