/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 28, 2023 */
@font-face {
    font-family: 'josefin_sansbold';
    src: url('../webfonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('../webfonts/josefinsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin_sansitalic';
    src: url('../webfonts/josefinsans-italic-webfont.woff2') format('woff2'),
         url('../webfonts/josefinsans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin_sansregular';
    src: url('../webfonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../webfonts/josefinsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 28, 2023 */
@font-face {
    font-family: 'prataregular';
    src: url('../webfonts/prata-regular-webfont.woff2') format('woff2'),
         url('../webfonts/prata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	background:
      conic-gradient(at 62.5% 12.5%, #102b46 25%, #0000 0) calc(15px/-8) calc(15px/2),
      conic-gradient(at 62.5% 12.5%, #102b46 25%, #0000 0) calc(-3*15px/8) calc(15px/4),
      conic-gradient(at 87.5% 62.5%, #102b46 25%, #0000 0) calc(3*15px/8) calc(15px/4),
      conic-gradient(at 87.5% 62.5%, #102b46 25%, #0000 0) calc(15px/-8) 0,
      conic-gradient(at 25% 12.5%, #102b46 25%, #0000 0) 0 calc(15px/-4),
      conic-gradient(at 25% 12.5%, #102b46 25%, #0000 0) calc(15px/-4) 0,
      conic-gradient(at 87.5% 87.5%, #102b46 25%, #0000 0) calc(15px/8) 0
      #15385e;
	background-size: 15px 15px;
	font-family: 'josefin_sansregular';
	font-size: 14px;
}
h1 { font-family: 'prataregular'; }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}

.far,
.fa-regular {
  font-weight: 400; }
.fa-center {
  line-height: inherit;
  margin-left: 42%;
  background: #007bff;
  width: 59px;
  padding: 6px 11px;
  border-radius: 36px;
  height: 59px;
  margin-top: 20px;
 }
.fa-center::before {
 color: white;
 }
.red {
    color: #ce281f;
}