html {
  margin: 0px;
  padding: 0px;
  -ms-scroll-snap-points-y: repeat(100vh);
      scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  background-color: gray;
  overflow: auto;
}

body {
  margin: 0px;
  padding: 0px !important;
  background-color: black;
  font-family: "SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
}

thead tr th .th-inner {
  margin-top: -1px;
  border-top: 1px solid #dee2e6;
}

thead tr th .fht-cell {
  border-bottom: 1px solid #dee2e6;
}

.header-asterisk {
  font-weight: bold;
  color: #037AFB;
}

.dropdown-menu.dropdown-menu-right {
  z-index: 1002 !important;
  border-top-right-radius: 5px;
}

.dropdown-menu.dropdown-menu-right::-webkit-scrollbar:vertical {
  all: unset;
  background: #dee2e6;
  border-radius: 0px 5px 0px 0px;
}

.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track {
  background: #dee2e6;
}

.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-track:vertical {
  border-radius: 10px 10px 0px 0px;
}

.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-corner {
  background: #dee2e6;
  border-bottom-right-radius: 10px;
}

.dropdown-menu.dropdown-menu-right::-webkit-scrollbar-thumb:vertical {
  background: -webkit-gradient(linear, left bottom, left top, from(#dc3c45), to(#037afb));
  background: linear-gradient(0deg, #dc3c45 0%, #037afb 100%);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 0;
}

.fixed-table-body::-webkit-scrollbar:vertical {
  all: unset;
  background: #dee2e6;
  border-radius: 0px 10px 0px 0px;
}

.fixed-table-body::-webkit-scrollbar:horizontal {
  background: #dee2e6;
  border-radius: 0px 0px 10px 10px;
}

.fixed-table-body::-webkit-scrollbar-track {
  background: #dee2e6;
}

.fixed-table-body::-webkit-scrollbar-track:vertical {
  border-radius: 10px 10px 0px 0px;
}

.fixed-table-body::-webkit-scrollbar-track:horizontal {
  border-radius: 0px 0px 0px 10px;
}

.fixed-table-body::-webkit-scrollbar-corner {
  background: #dee2e6;
  border-bottom-right-radius: 10px;
}

.fixed-table-body::-webkit-scrollbar-thumb:vertical {
  background: -webkit-gradient(linear, left bottom, left top, from(#dc3c45), to(#037afb));
  background: linear-gradient(0deg, #dc3c45 0%, #037afb 100%);
  border-radius: 10px;
}

.fixed-table-body::-webkit-scrollbar-thumb:horizontal {
  background: -webkit-gradient(linear, right top, left top, from(#dc3c45), to(#037afb));
  background: linear-gradient(270deg, #dc3c45 0%, #037afb 100%);
  border-radius: 10px;
}

#summary {
  display: inline-block;
  text-align: center;
  margin-top: 1vh;
  margin-bottom: 2vh;
  margin-left: 10vw;
  width: 80vw;
  height: 24px;
  font-size: 1.5rem;
}

.summary-intro {
  font-weight: bold;
}

.summary-var {
  font-weight: bold;
  color: #037AFB;
}

.source, .note {
  margin-left: 10vw;
  margin-right: 10vw;
  padding-left: 5px;
  padding-right: 5px;
  font-style: italic;
  font-size: smaller;
  -webkit-box-sizing: unset !important;
          box-sizing: unset !important;
}

.note {
  padding-bottom: 6vh;
}

.source:before, .note:before {
  -webkit-box-sizing: unset !important;
          box-sizing: unset !important;
}

.source:after, .note:after {
  -webkit-box-sizing: unset !important;
          box-sizing: unset !important;
}

.table-title {
  text-align: center;
}

.bootstrap-table, th, td {
  background: white;
  z-index: 1;
}

input.form-control.form-control.search-input {
  border-radius: .25rem;
  margin-right: 1px;
}

button[name=toggle] {
  margin-left: 5px !important;
  border-radius: .25rem !important;
}

.btn.btn-primary.dropdown-toggle {
  border-radius: .25rem !important;
}

.export.btn-group {
  margin-left: 5px !important;
}

.fixed-table-body {
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

.detailview {
  max-width: 800px;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-rule: 1px solid #e0e1e5;
          column-rule: 1px solid #e0e1e5;
  -webkit-column-gap: 28px;
          column-gap: 28px;
}

.bootstrap-table-filter-control-state {
  border-color: #007bff;
  border-width: 4px;
}

div.hidden {
  display: none;
}

.table-content {
  width: 100vw;
  margin-bottom: 0vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vh;
}

.bootstrap-table {
  margin-left: 10vw !important;
  margin-right: 10vw !important;
}

.fixed-table-body {
  overflow: scroll;
}

.fixed-table-container {
  height: 62vh;
}

#resetButton, #summaryResetButton {
  width: 186px;
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  font-size: 100%;
  color: #dc3546;
  width: 30vw;
  text-align: left;
  font-weight: bold;
}

section {
  position: absolute;
  height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
}

.bootstrap-table {
  border-radius: 25px;
  padding: 10px 5px 10px;
}

[title="Clear filters"] {
  display: none;
}

.pre-table-spinner-container {
  position: absolute;
  margin-left: calc((100vw - 10vh) / 2);
  margin-top: calc((100vh - 10vh) / 2);
}

.pre-table-spinner {
  width: 10vh;
  height: 10vh;
}

.modal-title {
  padding-left: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.modal-close {
  margin-left: 0 !important;
}

@media all and (max-width: 1450px) {
  #summary {
    margin-top: 0vw;
  }
}

@media all and (max-width: 899px) {
  .form-control.search-input {
    margin-top: -10px;
    margin-right: 1px;
    width: 292px;
  }
  #resetButton #summaryResetButton {
    height: 86px;
  }
}

@media all and (max-width: 763px) {
  #summary {
    font-size: 1rem;
    margin-top: 0vw;
  }
  .bootstrap-table.bootstrap4 {
    padding-top: 10px;
  }
  .float-right.search.btn-group {
    width: 100%;
  }
  .columns.columns-right.btn-group.float-right {
    width: 100%;
    margin-bottom: 0px;
  }
  .bs-bars.float-left, #toolbar, #resetButton, #summaryResetButton {
    width: 100%;
    margin-bottom: 0px !important;
  }
  .form-control.search-input {
    border-radius: 0rem;
    margin-top: 0px;
    margin-right: 1px;
  }
  .form-control.search-input {
    margin-top: 0px;
  }
  #resetButton, #summaryResetButton {
    height: 38px;
  }
}

@media all and (max-width: 600px) {
  .card-view-title {
    padding-right: 10px;
  }
  .bootstrap-table {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .card-view-title {
    min-width: 45% !important;
    max-width: 45%;
  }
  .pagination-detail {
    text-align: center;
    width: 100%;
  }
  .fixed-table-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 1rem;
  }
  .pagination {
    font-size: 1rem;
    margin: auto;
  }
  .float-right.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .pagination ul.pagination a {
    line-height: 2.4;
  }
  .page-jump-to.btn-group {
    margin: 10px auto 0px;
  }
  .page-jump-to .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    line-height: 1rem;
  }
  .float-left.pagination-detail {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .pagination-info, .page-list {
    font-size: 1rem !important;
  }
  .source, .note {
    text-align: center;
    font-size: 0.75rem;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .note {
    padding-bottom: 6vh;
  }
}

.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #037AFB;
  position: fixed;
  height: 10vh;
  overflow: hidden;
  z-index: 1010;
}

.header-text {
  width: 100vw;
  padding-left: 10vh;
  padding-right: 10vh;
  position: absolute;
  font-size: calc(1em + 2vw);
  font-weight: bold;
  color: white;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.0 !important;
}

.ppp-logo {
  width: 8vh;
  height: 8vh;
  z-index: 1011;
  position: fixed;
  margin-top: 1vh;
  right: 2vw;
}

@media all and (max-width: 441px) {
  .header-text {
    font-size: calc(1em + 1vw);
  }
}

.footer {
  width: 100%;
  height: 3vh;
  overflow: hidden;
  z-index: 1013;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #DC3C45;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: calc(0.5em + .25vw);
  color: white;
  line-height: 1.2;
}

.footer-link {
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  border-radius: 1em;
  margin: 0;
}

.footer-link:hover {
  color: #037AFB;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: white;
  text-decoration: none;
}

.copyright-link-short {
  display: none;
}

.disclaimer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.social-icon {
  width: 3vh;
  height: 3vh;
  padding: 0;
  margin-top: 0vh;
  margin-bottom: 0vh;
  margin-left: 0.6vh;
  margin-right: 0.6vh;
  border-radius: 0.25em;
}

@media all and (max-width: 768px) {
  .footer {
    height: 5vh;
    font-size: calc(1em + 0.25vw);
    font-weight: bold;
  }
  .copyright-link-full {
    display: none;
  }
  .copyright-link-short {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

html, body {
  margin: 0;
  padding: 0;
  background-color: white;
}

body {
  height: 100vh;
}

ul.transition {
  list-style: none;
  padding: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1101;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  pointer-events: none;
}

ul.transition li {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: white;
  width: 20%;
}

ul.transition li:nth-child(1) {
  background-color: #DC3C45;
}

ul.transition li:nth-child(2) {
  background-color: #EE9EA2;
}

ul.transition li:nth-child(3) {
  background-color: #FFFFFF;
}

ul.transition li:nth-child(4) {
  background-color: #81BDFD;
}

ul.transition li:nth-child(5) {
  background-color: #037AFB;
}

.loader {
  font-size: 26px;
  font-weight: 600;
  color: #037AFB;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1102;
  opacity: 0;
}

.spinner-transition {
  width: 5vw;
  height: 5vw;
}

@media all and (max-width: 768px) {
  .spinner-transition {
    width: 10vw;
    height: 10vw;
  }
}

:root {
  --current-color: white;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  margin-top: 10vh;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #037AFB), color-stop(80%, #DC3C45));
  background: linear-gradient(180deg, #037AFB 25%, #DC3C45 80%);
  z-index: 1011;
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebarMenuInner a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.sidebarMenuInner a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding-top: 18;
  padding-bottom: 18;
}

.sidebarMenuInner .current {
  background: var(--current-color);
  cursor: not-allowed;
  border-bottom: 2px solid var(--current-color);
  pointer-events: none;
  font-size: 20px;
  color: #037AFB;
}

#left-nav-cover-inner {
  opacity: 50%;
  z-index: 10000;
  position: fixed;
  left: 2vw;
  top: 3vh;
  height: 4vh;
  width: 4vh;
  cursor: pointer;
}

.currentTopItem {
  border-top: 2px solid var(--current-color);
}

a {
  overflow: hidden;
}

.sidebarMenuInner {
  overflow: hidden;
}

a.current {
  overflow: hidden;
}

a.current:before {
  content: "";
  position: absolute;
  margin-top: -60px;
  margin-left: 240px;
  height: 40px;
  width: 40px;
  border-bottom-right-radius: 50%;
  -webkit-box-shadow: 0 20px 0 0 var(--current-color);
          box-shadow: 0 20px 0 0 var(--current-color);
}

a.current:after {
  content: "";
  position: absolute;
  margin-top: 52px;
  margin-left: 240px;
  height: 40px;
  width: 40px;
  border-top-right-radius: 50%;
  -webkit-box-shadow: 0 -20px 0 0 var(--current-color);
          box-shadow: 0 -20px 0 0 var(--current-color);
}

input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 1012;
  left: 2vw;
  top: 3.6vh;
  height: 4vh;
  width: 4vh;
}

.menuIcon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1vh;
  position: absolute;
  height: 0.5vh;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.75vh;
}

.diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 0.75vh;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 1vh;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -1.7vh;
}

@media all and (max-width: 450px) {
  #sidebarMenu {
    width: 100vw;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  .sidebarMenuInner a {
    display: block !important;
    text-align: center;
  }
  a.current:before {
    display: none;
  }
  a.current:after {
    display: none;
  }
}

.cookie-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cookie-box {
  position: fixed;
  bottom: 6vh;
  width: 203px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  border-radius: 5px;
  z-index: 1100;
  display: none;
  font-size: small;
}

.cookie-text {
  margin: 0;
  padding-bottom: 4px;
}

.cookie-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cookie-link:hover {
  color: #DC3C45;
  text-decoration: none;
}

.cookie-close {
  display: block;
  width: 100%;
  margin-top: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cookie-close:hover {
  background-color: #DC3C45;
  border-color: #DC3545;
}

cookie-close:active {
  background-color: #DC3C45;
  border-color: #DC3545;
}

.st-sticky-share-buttons {
  z-index: 1100 !important;
}

::-webkit-scrollbar {
  width: 0;
}

#progressbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 15px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#DC3C45), to(#037AFB));
  background: linear-gradient(to top, #DC3C45, #037AFB);
  z-index: 1011;
}

.background {
  position: absolute;
  padding-top: 8vh;
  z-index: 1;
}

.background-image {
  width: 100vw;
  height: 89vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#home {
  z-index: 2;
  position: relative;
}

.row {
  margin: 0;
}

.top {
  height: 100vh;
}

.container-fluid {
  padding: 0;
  padding-top: 3vh;
}

.left {
  font-size: calc(1em + 5vw);
  line-height: calc(1em + 1vw);
  padding-left: 5vw;
  margin-left: 0;
  width: 50vw;
}

.first-line {
  color: white;
  padding-top: 15vh;
  padding-left: 0vw !important;
  width: 45vw;
  margin-left: 0;
  font-weight: bold;
  opacity: 0;
}

.second-line {
  color: #FFFFFF;
  padding-top: 0vh;
  padding-left: 0vw;
  width: 36vw;
  margin-left: 0;
  font-weight: bold;
  opacity: 0;
}

.right {
  width: 50vw;
  position: fixed;
  right: 0;
  padding-left: 3vw;
}

.right-nav {
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.right-text {
  color: white;
  padding-top: 17vh;
  list-style-type: none;
  text-align: right;
  font-size: calc(1em + 1vw);
  line-height: calc(1em + 1vh);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
}

.nav-item {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}

.nav-link {
  color: white;
  text-align: center;
  font-size: calc(1em + 0.5vw);
  line-height: calc(1em + 0.5vw);
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 1em;
  margin: 0;
  border: 5px solid #037AFB;
  background: #037AFB;
  margin-bottom: 3vh;
}

.nav-link:hover {
  color: #037AFB;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: white;
  border: 5px solid #DC3C45;
}

.list-group-item {
  background-color: none;
}

.img {
  -o-object-fit: cover;
     object-fit: cover;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #008CBA;
}

@media all and (max-width: 905px) {
  .first-line {
    padding-top: 10vh;
  }
  .right-text {
    padding-top: 11vh;
  }
  .nav-link {
    padding: 0.25rem 1rem;
  }
}

@media all and (max-width: 441px) {
  .left {
    line-height: calc(1em + 1vw);
  }
  .first-line {
    font-size: calc(0.75em + 1vw);
  }
  .second-line {
    font-size: calc(0.75em + 1vw);
  }
  .nav-link {
    font-size: 0.9em;
  }
}

.privacy-policy {
  margin-top: 10vh;
  margin-bottom: 8vh;
}

.lastElementPrivacy {
  padding-bottom: 10vh;
}

[data-custom-class='title'],
[data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}

[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}

[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}

[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}

[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}

[data-custom-class='link'],
[data-custom-class='link'] * {
  color: #037afc !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}

.terms {
  margin-top: 10vh;
  margin-bottom: 8vh;
}

.lastElement {
  margin-bottom: 10vh;
}

[data-custom-class='title'],
[data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}

[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}

[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}

[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}

[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}

[data-custom-class='link'],
[data-custom-class='link'] * {
  color: #3030F1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}

.contact {
  margin-top: 10vh;
  margin-bottom: 8vh;
}

.contact-text {
  margin-top: 12.5vh;
  margin-bottom: 4vh;
}

.form-group {
  padding-bottom: 1em;
}

.content-section {
  max-width: 641px;
}

.contact-success {
  z-index: 1100;
  position: absolute;
  left: 50%;
  margin-top: 10vh;
}

.inner-contact-success {
  position: relative;
  left: -50%;
}

.alert {
  margin-top: 2vh;
}

#submit {
  margin-bottom: 5vh;
}

.about-header {
  color: #037AFB;
  font-weight: bold;
  font-style: italic;
  border-bottom: 3px solid #DC3C45;
  border-bottom-style: double;
}

.about-content {
  margin-top: 11vh;
  margin-bottom: 2vh;
  text-align: center;
  font-size: 1.25rem !important;
}

.learn-more {
  margin-top: 1vh;
}

.about-disclaimer {
  font-size: 1rem !important;
  font-style: italic;
  text-align: center;
  margin-top: -1vh;
  margin-bottom: 3vh;
}

.card-group {
  margin-top: 1vh;
  padding-bottom: 3vh;
}

.card {
  height: 100%;
}

.card-img-top {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 768px) {
  .about-disclaimer {
    margin-bottom: 10vh;
  }
  .about-content {
    font-size: 1rem !important;
  }
  .card-group {
    padding-bottom: 6vh;
  }
  .learn-more {
    margin-top: 0vh;
  }
}

.data-notes {
  text-align: left !important;
  font-weight: bold;
  color: #037AFB;
}

.data-notes-step {
  margin-bottom: 5px;
}

.data-notes-step span {
  font-weight: normal;
  color: black;
}

.data-notes-intro {
  margin-top: 10vh;
}

.notes-text {
  margin-top: 12.5vh;
  margin-bottom: 4vh;
}

.note-number {
  font-weight: bold;
  color: #037AFB;
}

.error-card {
  border: none !important;
  margin-top: 15vh;
}
/*# sourceMappingURL=main.css.map */