* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.fullpage {
  width: 100vw;
  height: 100vh;
}

.border {
  border: 1px solid #000;
}

.border-top {
  border-top: 1px solid #000;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.border-left {
  border-left: 1px solid #000;
}

.border-right {
  border-right: 1px solid #000;
}

.br-1 {
  border-width: 2px;
}

.br-2 {
  border-width: 4px;
}

.br-3 {
  border-width: 6px;
}

.br-4 {
  border-width: 8px;
}

.br-5 {
  border-width: 10px;
}

.btn {
  padding: 0.8rem 1.4rem;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s linear;
  background-color: #7f8086;
  cursor: pointer;
}
.btn:hover {
  background-color: #4e4f53;
}
.btn.btn-sm {
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
}

.bg-primary {
  background-color: #0a19a1;
}

.bg-light-primary {
  background-color: #c2c6e8;
}

.bg-dark-primary {
  background-color: #333763;
}

.text-primary {
  color: #0a19a1;
}

.border-primary {
  border-color: #0a19a1;
}

.btn-primary {
  background-color: #0a19a1;
  color: #eef0f3;
}
.btn-primary:hover {
  background-color: #141b60;
}

.btn-primary-outline {
  border: 3px solid #0a19a1;
  background-color: #0a19a1;
  color: #eef0f3;
}
.btn-primary-outline:hover {
  background-color: #eef0f3;
  color: #0a19a1;
}

.hover-text-primary:hover {
  color: #0a19a1;
}

.hover-bg-primary:hover {
  background-color: #0a19a1;
}

.hover-border-primary:hover {
  border-color: #0a19a1;
}

.bg-secondary {
  background-color: #7f8086;
}

.bg-light-secondary {
  background-color: #dfdfe1;
}

.bg-dark-secondary {
  background-color: #50515c;
}

.text-secondary {
  color: #7f8086;
}

.border-secondary {
  border-color: #7f8086;
}

.btn-secondary {
  background-color: #7f8086;
  color: #0a19a1;
}
.btn-secondary:hover {
  background-color: #4e4f53;
}

.btn-secondary-outline {
  border: 3px solid #7f8086;
  background-color: #7f8086;
  color: #0a19a1;
}
.btn-secondary-outline:hover {
  background-color: #eef0f3;
  color: #7f8086;
}

.hover-text-secondary:hover {
  color: #7f8086;
}

.hover-bg-secondary:hover {
  background-color: #7f8086;
}

.hover-border-secondary:hover {
  border-color: #7f8086;
}

.bg-warning {
  background-color: #eea51e;
}

.bg-light-warning {
  background-color: #fbe9c7;
}

.bg-dark-warning {
  background-color: #6c5a42;
}

.text-warning {
  color: #eea51e;
}

.border-warning {
  border-color: #eea51e;
}

.btn-warning {
  background-color: #eea51e;
  color: #0a19a1;
}
.btn-warning:hover {
  background-color: #86611f;
}

.btn-warning-outline {
  border: 3px solid #eea51e;
  background-color: #eea51e;
  color: #0a19a1;
}
.btn-warning-outline:hover {
  background-color: #eef0f3;
  color: #eea51e;
}

.hover-text-warning:hover {
  color: #eea51e;
}

.hover-bg-warning:hover {
  background-color: #eea51e;
}

.hover-border-warning:hover {
  border-color: #eea51e;
}

.bg-danger {
  background-color: #b10a0a;
}

.bg-light-danger {
  background-color: #ecc2c2;
}

.bg-dark-danger {
  background-color: #5c333d;
}

.text-danger {
  color: #b10a0a;
}

.border-danger {
  border-color: #b10a0a;
}

.btn-danger {
  background-color: #b10a0a;
  color: #eef0f3;
}
.btn-danger:hover {
  background-color: #671415;
}

.btn-danger-outline {
  border: 3px solid #b10a0a;
  background-color: #b10a0a;
  color: #eef0f3;
}
.btn-danger-outline:hover {
  background-color: #eef0f3;
  color: #b10a0a;
}

.hover-text-danger:hover {
  color: #b10a0a;
}

.hover-bg-danger:hover {
  background-color: #b10a0a;
}

.hover-border-danger:hover {
  border-color: #b10a0a;
}

.bg-success {
  background-color: #1f860b;
}

.bg-light-success {
  background-color: #c7e1c2;
}

.bg-dark-success {
  background-color: #38523d;
}

.text-success {
  color: #1f860b;
}

.border-success {
  border-color: #1f860b;
}

.btn-success {
  background-color: #1f860b;
  color: #eef0f3;
}
.btn-success:hover {
  background-color: #1e5215;
}

.btn-success-outline {
  border: 3px solid #1f860b;
  background-color: #1f860b;
  color: #eef0f3;
}
.btn-success-outline:hover {
  background-color: #eef0f3;
  color: #1f860b;
}

.hover-text-success:hover {
  color: #1f860b;
}

.hover-bg-success:hover {
  background-color: #1f860b;
}

.hover-border-success:hover {
  border-color: #1f860b;
}

.bg-muted {
  background-color: #95999c;
}

.bg-light-muted {
  background-color: #e5e6e6;
}

.bg-dark-muted {
  background-color: #555762;
}

.text-muted {
  color: #95999c;
}

.border-muted {
  border-color: #95999c;
}

.btn-muted {
  background-color: #95999c;
  color: #0a19a1;
}
.btn-muted:hover {
  background-color: #595b5e;
}

.btn-muted-outline {
  border: 3px solid #95999c;
  background-color: #95999c;
  color: #0a19a1;
}
.btn-muted-outline:hover {
  background-color: #eef0f3;
  color: #95999c;
}

.hover-text-muted:hover {
  color: #95999c;
}

.hover-bg-muted:hover {
  background-color: #95999c;
}

.hover-border-muted:hover {
  border-color: #95999c;
}

.bg-light {
  background-color: #eef0f3;
}

.bg-light-light {
  background-color: #fbfbfc;
}

.bg-dark-light {
  background-color: #6c6d77;
}

.text-light {
  color: #eef0f3;
}

.border-light {
  border-color: #eef0f3;
}

.btn-light {
  background-color: #eef0f3;
  color: #0a19a1;
}
.btn-light:hover {
  background-color: #868789;
}

.btn-light-outline {
  border: 3px solid #eef0f3;
  background-color: #eef0f3;
  color: #0a19a1;
}
.btn-light-outline:hover {
  background-color: #eef0f3;
  color: #eef0f3;
}

.hover-text-light:hover {
  color: #eef0f3;
}

.hover-bg-light:hover {
  background-color: #eef0f3;
}

.hover-border-light:hover {
  border-color: #eef0f3;
}

.bg-dark {
  background-color: #1d1d1f;
}

.bg-light-dark {
  background-color: #c7c7c7;
}

.bg-dark-dark {
  background-color: #373842;
}

.text-dark {
  color: #1d1d1f;
}

.border-dark {
  border-color: #1d1d1f;
}

.btn-dark {
  background-color: #1d1d1f;
  color: #eef0f3;
}
.btn-dark:hover {
  background-color: #1d1d1f;
}

.btn-dark-outline {
  border: 3px solid #1d1d1f;
  background-color: #1d1d1f;
  color: #eef0f3;
}
.btn-dark-outline:hover {
  background-color: #eef0f3;
  color: #1d1d1f;
}

.hover-text-dark:hover {
  color: #1d1d1f;
}

.hover-bg-dark:hover {
  background-color: #1d1d1f;
}

.hover-border-dark:hover {
  border-color: #1d1d1f;
}

.container, nav {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .container, nav {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .container, nav {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .container, nav {
    padding: 0 4rem;
  }
}
.d-grid {
  display: grid;
}

@media (min-width: 0px) {
  .xs-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xs-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.gtc-1 {
  grid-template-columns: repeat(1, 1fr);
}

.gap-1 {
  gap: 0.5rem;
}

.gap-row-1 {
  row-gap: 0.5rem;
}

.gap-column-1 {
  column-gap: 0.5rem;
}

.gtc-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap-2 {
  gap: 1rem;
}

.gap-row-2 {
  row-gap: 1rem;
}

.gap-column-2 {
  column-gap: 1rem;
}

.gtc-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gap-3 {
  gap: 1.5rem;
}

.gap-row-3 {
  row-gap: 1.5rem;
}

.gap-column-3 {
  column-gap: 1.5rem;
}

.gtc-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gap-4 {
  gap: 2rem;
}

.gap-row-4 {
  row-gap: 2rem;
}

.gap-column-4 {
  column-gap: 2rem;
}

.gtc-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gap-5 {
  gap: 2.5rem;
}

.gap-row-5 {
  row-gap: 2.5rem;
}

.gap-column-5 {
  column-gap: 2.5rem;
}

.gtc-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gap-6 {
  gap: 3rem;
}

.gap-row-6 {
  row-gap: 3rem;
}

.gap-column-6 {
  column-gap: 3rem;
}

@media (min-width: 768px) {
  .md-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .xl-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xl-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xl-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xl-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xl-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xl-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 0px) {
  .xs-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xs-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xs-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xs-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xs-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xs-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 500px) {
  .sm-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sm-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  .md-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1024px) {
  .lg-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1200px) {
  .xl-gtc-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .xl-gtc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xl-gtc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xl-gtc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .xl-gtc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .xl-gtc-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 500px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .sm-d-none {
    display: none !important;
  }
  .sm-d-block {
    display: block !important;
  }
  .sm-d-inline-block {
    display: inline-block !important;
  }
  .sm-d-flex {
    display: flex !important;
  }
  .sm-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .sm-flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .md-d-none {
    display: none !important;
  }
  .md-d-block {
    display: block !important;
  }
  .md-d-inline-block {
    display: inline-block !important;
  }
  .md-d-flex {
    display: flex !important;
  }
  .md-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .md-flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .lg-d-none {
    display: none !important;
  }
  .lg-d-block {
    display: block !important;
  }
  .lg-d-inline-block {
    display: inline-block !important;
  }
  .lg-d-flex {
    display: flex !important;
  }
  .lg-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .lg-flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .xl-d-none {
    display: none !important;
  }
  .xl-d-block {
    display: block !important;
  }
  .xl-d-inline-block {
    display: inline-block !important;
  }
  .xl-d-flex {
    display: flex !important;
  }
  .xl-flex-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
  .xl-flex-direction-row-reverse {
    flex-direction: row-reverse !important;
  }
}
.transition {
  transition: all 0.3s linear;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: bolder;
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-decoration-none {
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-none {
  text-transform: none;
}

.line-height-1 {
  line-height: 100%;
}

.line-height-2 {
  line-height: 125%;
}

.line-height-3 {
  line-height: 150%;
}

.line-height-4 {
  line-height: 175%;
}

.line-height-5 {
  line-height: 200%;
}

.w-0 {
  width: max-content;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.list-style-none {
  list-style: none;
}

.table, table {
  width: 100%;
  margin: 1rem auto;
  padding: 1rem;
  border-collapse: collapse;
}
.table .thead, .table thead, table .thead, table thead {
  background-color: #1d1d1f;
}
.table .thead .tr .th, .table .thead .tr th, .table .thead tr .th, .table .thead tr th, .table thead .tr .th, .table thead .tr th, .table thead tr .th, .table thead tr th, table .thead .tr .th, table .thead .tr th, table .thead tr .th, table .thead tr th, table thead .tr .th, table thead .tr th, table thead tr .th, table thead tr th {
  padding: 0.7rem;
  border-right: 2px solid #7f8086;
  text-align: center;
  font-weight: bold;
  color: #eef0f3;
}
.table .thead .tr .th:last-child, .table .thead .tr th:last-child, .table .thead tr .th:last-child, .table .thead tr th:last-child, .table thead .tr .th:last-child, .table thead .tr th:last-child, .table thead tr .th:last-child, .table thead tr th:last-child, table .thead .tr .th:last-child, table .thead .tr th:last-child, table .thead tr .th:last-child, table .thead tr th:last-child, table thead .tr .th:last-child, table thead .tr th:last-child, table thead tr .th:last-child, table thead tr th:last-child {
  border-right: none;
}
.table .tbody .tr, .table .tbody tr, .table tbody .tr, .table tbody tr, table .tbody .tr, table .tbody tr, table tbody .tr, table tbody tr {
  border-bottom: 1px solid #1d1d1f;
}
.table .tbody .tr:nth-child(even), .table .tbody tr:nth-child(even), .table tbody .tr:nth-child(even), .table tbody tr:nth-child(even), table .tbody .tr:nth-child(even), table .tbody tr:nth-child(even), table tbody .tr:nth-child(even), table tbody tr:nth-child(even) {
  background-color: #7f8086;
}
.table .tbody .tr:hover, .table .tbody tr:hover, .table tbody .tr:hover, .table tbody tr:hover, table .tbody .tr:hover, table .tbody tr:hover, table tbody .tr:hover, table tbody tr:hover {
  background-color: #7f8086;
}
.table .tbody .tr .td, .table .tbody .tr td, .table .tbody tr .td, .table .tbody tr td, .table tbody .tr .td, .table tbody .tr td, .table tbody tr .td, .table tbody tr td, table .tbody .tr .td, table .tbody .tr td, table .tbody tr .td, table .tbody tr td, table tbody .tr .td, table tbody .tr td, table tbody tr .td, table tbody tr td {
  padding: 0.5rem;
  color: #1d1d1f;
}

.text-size-1 {
  font-size: 0.8rem;
}

.text-size-2 {
  font-size: 1.6rem;
}

.text-size-3 {
  font-size: 2.4rem;
}

.text-size-4 {
  font-size: 3.2rem;
}

.text-size-5 {
  font-size: 4rem;
}

.text-size-6 {
  font-size: 4.8rem;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: sticky;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fixed-center {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.align-items-center {
  align-items: center;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-space-between {
  align-items: space-between;
}

.align-items-space-around {
  align-items: space-around;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-space-around {
  justify-content: space-around;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 1rem;
}

.left-50 {
  left: 50%;
}

.left-100 {
  left: 100%;
}

.left--100 {
  left: -100%;
}

.left-center {
  left: 50%;
  transform: translateX(-50%);
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 1rem;
}

.right-50 {
  right: 50%;
}

.right-100 {
  right: 100%;
}

.right--100 {
  right: -100%;
}

.right-center {
  right: 50%;
  transform: translateX(50%);
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 1rem;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

.top--100 {
  top: -100%;
}

.top-center {
  top: 50%;
  transform: translateY(-50%);
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 1rem;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

.bottom--100 {
  bottom: -100%;
}

.bottom-center {
  bottom: 50%;
  transform: translateY(50%);
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-0 {
  margin: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-1 {
  margin: 0.8rem;
}

.mx-1 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.my-1 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.m-2 {
  margin: 1.6rem;
}

.mx-2 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.my-2 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.m-3 {
  margin: 2.4rem;
}

.mx-3 {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.my-3 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.m-4 {
  margin: 3.2rem;
}

.mx-4 {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}

.my-4 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.m-5 {
  margin: 4rem;
}

.mx-5 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.ml-2 {
  margin-left: 1.6rem;
}

.ml-3 {
  margin-left: 2.4rem;
}

.ml-4 {
  margin-left: 3.2rem;
}

.ml-5 {
  margin-left: 4rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mr-2 {
  margin-right: 1.6rem;
}

.mr-3 {
  margin-right: 2.4rem;
}

.mr-4 {
  margin-right: 3.2rem;
}

.mr-5 {
  margin-right: 4rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.8rem;
}

.mt-2 {
  margin-top: 1.6rem;
}

.mt-3 {
  margin-top: 2.4rem;
}

.mt-4 {
  margin-top: 3.2rem;
}

.mt-5 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.8rem;
}

.mb-2 {
  margin-bottom: 1.6rem;
}

.mb-3 {
  margin-bottom: 2.4rem;
}

.mb-4 {
  margin-bottom: 3.2rem;
}

.mb-5 {
  margin-bottom: 4rem;
}

.p-0 {
  padding: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-1 {
  padding: 0.8rem;
}

.px-1 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.py-1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.p-2 {
  padding: 1.6rem;
}

.px-2 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-2 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.p-3 {
  padding: 2.4rem;
}

.px-3 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.py-3 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.p-4 {
  padding: 3.2rem;
}

.px-4 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.py-4 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.p-5 {
  padding: 4rem;
}

.px-5 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.8rem;
}

.pl-2 {
  padding-left: 1.6rem;
}

.pl-3 {
  padding-left: 2.4rem;
}

.pl-4 {
  padding-left: 3.2rem;
}

.pl-5 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.8rem;
}

.pr-2 {
  padding-right: 1.6rem;
}

.pr-3 {
  padding-right: 2.4rem;
}

.pr-4 {
  padding-right: 3.2rem;
}

.pr-5 {
  padding-right: 4rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.8rem;
}

.pt-2 {
  padding-top: 1.6rem;
}

.pt-3 {
  padding-top: 2.4rem;
}

.pt-4 {
  padding-top: 3.2rem;
}

.pt-5 {
  padding-top: 4rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.8rem;
}

.pb-2 {
  padding-bottom: 1.6rem;
}

.pb-3 {
  padding-bottom: 2.4rem;
}

.pb-4 {
  padding-bottom: 3.2rem;
}

.pb-5 {
  padding-bottom: 4rem;
}

@media (max-width: 500px) {
  .sm-m-auto {
    margin: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm-p-relative {
    position: relative;
  }
  .sm-p-absolute {
    position: absolute;
  }
  .sm-p-fixed {
    position: fixed;
  }
  .sm-p-sticky {
    position: sticky;
  }
  .sm-m-0 {
    margin: 0rem;
  }
  .sm-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sm-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .sm-m-1 {
    margin: 0.8rem;
  }
  .sm-mx-1 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .sm-my-1 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .sm-m-2 {
    margin: 1.6rem;
  }
  .sm-mx-2 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .sm-my-2 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .sm-m-3 {
    margin: 2.4rem;
  }
  .sm-mx-3 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
  .sm-my-3 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .sm-m-4 {
    margin: 3.2rem;
  }
  .sm-mx-4 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .sm-my-4 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .sm-m-5 {
    margin: 4rem;
  }
  .sm-mx-5 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm-my-5 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm-ml-0 {
    margin-left: 0rem;
  }
  .sm-ml-1 {
    margin-left: 0.8rem;
  }
  .sm-ml-2 {
    margin-left: 1.6rem;
  }
  .sm-ml-3 {
    margin-left: 2.4rem;
  }
  .sm-ml-4 {
    margin-left: 3.2rem;
  }
  .sm-ml-5 {
    margin-left: 4rem;
  }
  .sm-mr-0 {
    margin-right: 0rem;
  }
  .sm-mr-1 {
    margin-right: 0.8rem;
  }
  .sm-mr-2 {
    margin-right: 1.6rem;
  }
  .sm-mr-3 {
    margin-right: 2.4rem;
  }
  .sm-mr-4 {
    margin-right: 3.2rem;
  }
  .sm-mr-5 {
    margin-right: 4rem;
  }
  .sm-mt-0 {
    margin-top: 0rem;
  }
  .sm-mt-1 {
    margin-top: 0.8rem;
  }
  .sm-mt-2 {
    margin-top: 1.6rem;
  }
  .sm-mt-3 {
    margin-top: 2.4rem;
  }
  .sm-mt-4 {
    margin-top: 3.2rem;
  }
  .sm-mt-5 {
    margin-top: 4rem;
  }
  .sm-mb-0 {
    margin-bottom: 0rem;
  }
  .sm-mb-1 {
    margin-bottom: 0.8rem;
  }
  .sm-mb-2 {
    margin-bottom: 1.6rem;
  }
  .sm-mb-3 {
    margin-bottom: 2.4rem;
  }
  .sm-mb-4 {
    margin-bottom: 3.2rem;
  }
  .sm-mb-5 {
    margin-bottom: 4rem;
  }
  .sm-m-auto {
    margin: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .sm-p-relative {
    position: relative;
  }
  .sm-p-absolute {
    position: absolute;
  }
  .sm-p-fixed {
    position: fixed;
  }
  .sm-p-sticky {
    position: sticky;
  }
  .sm-p-0 {
    padding: 0rem;
  }
  .sm-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .sm-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .sm-p-1 {
    padding: 0.8rem;
  }
  .sm-px-1 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .sm-py-1 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .sm-p-2 {
    padding: 1.6rem;
  }
  .sm-px-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .sm-py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .sm-p-3 {
    padding: 2.4rem;
  }
  .sm-px-3 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .sm-py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .sm-p-4 {
    padding: 3.2rem;
  }
  .sm-px-4 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .sm-py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .sm-p-5 {
    padding: 4rem;
  }
  .sm-px-5 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm-py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm-pl-0 {
    padding-left: 0rem;
  }
  .sm-pl-1 {
    padding-left: 0.8rem;
  }
  .sm-pl-2 {
    padding-left: 1.6rem;
  }
  .sm-pl-3 {
    padding-left: 2.4rem;
  }
  .sm-pl-4 {
    padding-left: 3.2rem;
  }
  .sm-pl-5 {
    padding-left: 4rem;
  }
  .sm-pr-0 {
    padding-right: 0rem;
  }
  .sm-pr-1 {
    padding-right: 0.8rem;
  }
  .sm-pr-2 {
    padding-right: 1.6rem;
  }
  .sm-pr-3 {
    padding-right: 2.4rem;
  }
  .sm-pr-4 {
    padding-right: 3.2rem;
  }
  .sm-pr-5 {
    padding-right: 4rem;
  }
  .sm-pt-0 {
    padding-top: 0rem;
  }
  .sm-pt-1 {
    padding-top: 0.8rem;
  }
  .sm-pt-2 {
    padding-top: 1.6rem;
  }
  .sm-pt-3 {
    padding-top: 2.4rem;
  }
  .sm-pt-4 {
    padding-top: 3.2rem;
  }
  .sm-pt-5 {
    padding-top: 4rem;
  }
  .sm-pb-0 {
    padding-bottom: 0rem;
  }
  .sm-pb-1 {
    padding-bottom: 0.8rem;
  }
  .sm-pb-2 {
    padding-bottom: 1.6rem;
  }
  .sm-pb-3 {
    padding-bottom: 2.4rem;
  }
  .sm-pb-4 {
    padding-bottom: 3.2rem;
  }
  .sm-pb-5 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .md-m-auto {
    margin: auto;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md-p-relative {
    position: relative;
  }
  .md-p-absolute {
    position: absolute;
  }
  .md-p-fixed {
    position: fixed;
  }
  .md-p-sticky {
    position: sticky;
  }
  .md-m-0 {
    margin: 0rem;
  }
  .md-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .md-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .md-m-1 {
    margin: 0.8rem;
  }
  .md-mx-1 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .md-my-1 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .md-m-2 {
    margin: 1.6rem;
  }
  .md-mx-2 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .md-my-2 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .md-m-3 {
    margin: 2.4rem;
  }
  .md-mx-3 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
  .md-my-3 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .md-m-4 {
    margin: 3.2rem;
  }
  .md-mx-4 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .md-my-4 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .md-m-5 {
    margin: 4rem;
  }
  .md-mx-5 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md-my-5 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md-ml-0 {
    margin-left: 0rem;
  }
  .md-ml-1 {
    margin-left: 0.8rem;
  }
  .md-ml-2 {
    margin-left: 1.6rem;
  }
  .md-ml-3 {
    margin-left: 2.4rem;
  }
  .md-ml-4 {
    margin-left: 3.2rem;
  }
  .md-ml-5 {
    margin-left: 4rem;
  }
  .md-mr-0 {
    margin-right: 0rem;
  }
  .md-mr-1 {
    margin-right: 0.8rem;
  }
  .md-mr-2 {
    margin-right: 1.6rem;
  }
  .md-mr-3 {
    margin-right: 2.4rem;
  }
  .md-mr-4 {
    margin-right: 3.2rem;
  }
  .md-mr-5 {
    margin-right: 4rem;
  }
  .md-mt-0 {
    margin-top: 0rem;
  }
  .md-mt-1 {
    margin-top: 0.8rem;
  }
  .md-mt-2 {
    margin-top: 1.6rem;
  }
  .md-mt-3 {
    margin-top: 2.4rem;
  }
  .md-mt-4 {
    margin-top: 3.2rem;
  }
  .md-mt-5 {
    margin-top: 4rem;
  }
  .md-mb-0 {
    margin-bottom: 0rem;
  }
  .md-mb-1 {
    margin-bottom: 0.8rem;
  }
  .md-mb-2 {
    margin-bottom: 1.6rem;
  }
  .md-mb-3 {
    margin-bottom: 2.4rem;
  }
  .md-mb-4 {
    margin-bottom: 3.2rem;
  }
  .md-mb-5 {
    margin-bottom: 4rem;
  }
  .md-m-auto {
    margin: auto;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md-p-relative {
    position: relative;
  }
  .md-p-absolute {
    position: absolute;
  }
  .md-p-fixed {
    position: fixed;
  }
  .md-p-sticky {
    position: sticky;
  }
  .md-p-0 {
    padding: 0rem;
  }
  .md-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .md-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .md-p-1 {
    padding: 0.8rem;
  }
  .md-px-1 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .md-py-1 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .md-p-2 {
    padding: 1.6rem;
  }
  .md-px-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .md-py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .md-p-3 {
    padding: 2.4rem;
  }
  .md-px-3 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .md-py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .md-p-4 {
    padding: 3.2rem;
  }
  .md-px-4 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .md-py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .md-p-5 {
    padding: 4rem;
  }
  .md-px-5 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md-py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md-pl-0 {
    padding-left: 0rem;
  }
  .md-pl-1 {
    padding-left: 0.8rem;
  }
  .md-pl-2 {
    padding-left: 1.6rem;
  }
  .md-pl-3 {
    padding-left: 2.4rem;
  }
  .md-pl-4 {
    padding-left: 3.2rem;
  }
  .md-pl-5 {
    padding-left: 4rem;
  }
  .md-pr-0 {
    padding-right: 0rem;
  }
  .md-pr-1 {
    padding-right: 0.8rem;
  }
  .md-pr-2 {
    padding-right: 1.6rem;
  }
  .md-pr-3 {
    padding-right: 2.4rem;
  }
  .md-pr-4 {
    padding-right: 3.2rem;
  }
  .md-pr-5 {
    padding-right: 4rem;
  }
  .md-pt-0 {
    padding-top: 0rem;
  }
  .md-pt-1 {
    padding-top: 0.8rem;
  }
  .md-pt-2 {
    padding-top: 1.6rem;
  }
  .md-pt-3 {
    padding-top: 2.4rem;
  }
  .md-pt-4 {
    padding-top: 3.2rem;
  }
  .md-pt-5 {
    padding-top: 4rem;
  }
  .md-pb-0 {
    padding-bottom: 0rem;
  }
  .md-pb-1 {
    padding-bottom: 0.8rem;
  }
  .md-pb-2 {
    padding-bottom: 1.6rem;
  }
  .md-pb-3 {
    padding-bottom: 2.4rem;
  }
  .md-pb-4 {
    padding-bottom: 3.2rem;
  }
  .md-pb-5 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1024px) {
  .lg-m-auto {
    margin: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg-p-relative {
    position: relative;
  }
  .lg-p-absolute {
    position: absolute;
  }
  .lg-p-fixed {
    position: fixed;
  }
  .lg-p-sticky {
    position: sticky;
  }
  .lg-m-0 {
    margin: 0rem;
  }
  .lg-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .lg-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .lg-m-1 {
    margin: 0.8rem;
  }
  .lg-mx-1 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .lg-my-1 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .lg-m-2 {
    margin: 1.6rem;
  }
  .lg-mx-2 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .lg-my-2 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .lg-m-3 {
    margin: 2.4rem;
  }
  .lg-mx-3 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
  .lg-my-3 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .lg-m-4 {
    margin: 3.2rem;
  }
  .lg-mx-4 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .lg-my-4 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .lg-m-5 {
    margin: 4rem;
  }
  .lg-mx-5 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg-my-5 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg-ml-0 {
    margin-left: 0rem;
  }
  .lg-ml-1 {
    margin-left: 0.8rem;
  }
  .lg-ml-2 {
    margin-left: 1.6rem;
  }
  .lg-ml-3 {
    margin-left: 2.4rem;
  }
  .lg-ml-4 {
    margin-left: 3.2rem;
  }
  .lg-ml-5 {
    margin-left: 4rem;
  }
  .lg-mr-0 {
    margin-right: 0rem;
  }
  .lg-mr-1 {
    margin-right: 0.8rem;
  }
  .lg-mr-2 {
    margin-right: 1.6rem;
  }
  .lg-mr-3 {
    margin-right: 2.4rem;
  }
  .lg-mr-4 {
    margin-right: 3.2rem;
  }
  .lg-mr-5 {
    margin-right: 4rem;
  }
  .lg-mt-0 {
    margin-top: 0rem;
  }
  .lg-mt-1 {
    margin-top: 0.8rem;
  }
  .lg-mt-2 {
    margin-top: 1.6rem;
  }
  .lg-mt-3 {
    margin-top: 2.4rem;
  }
  .lg-mt-4 {
    margin-top: 3.2rem;
  }
  .lg-mt-5 {
    margin-top: 4rem;
  }
  .lg-mb-0 {
    margin-bottom: 0rem;
  }
  .lg-mb-1 {
    margin-bottom: 0.8rem;
  }
  .lg-mb-2 {
    margin-bottom: 1.6rem;
  }
  .lg-mb-3 {
    margin-bottom: 2.4rem;
  }
  .lg-mb-4 {
    margin-bottom: 3.2rem;
  }
  .lg-mb-5 {
    margin-bottom: 4rem;
  }
  .lg-m-auto {
    margin: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg-p-relative {
    position: relative;
  }
  .lg-p-absolute {
    position: absolute;
  }
  .lg-p-fixed {
    position: fixed;
  }
  .lg-p-sticky {
    position: sticky;
  }
  .lg-p-0 {
    padding: 0rem;
  }
  .lg-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .lg-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .lg-p-1 {
    padding: 0.8rem;
  }
  .lg-px-1 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .lg-py-1 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .lg-p-2 {
    padding: 1.6rem;
  }
  .lg-px-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .lg-py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .lg-p-3 {
    padding: 2.4rem;
  }
  .lg-px-3 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .lg-py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .lg-p-4 {
    padding: 3.2rem;
  }
  .lg-px-4 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .lg-py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .lg-p-5 {
    padding: 4rem;
  }
  .lg-px-5 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg-py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg-pl-0 {
    padding-left: 0rem;
  }
  .lg-pl-1 {
    padding-left: 0.8rem;
  }
  .lg-pl-2 {
    padding-left: 1.6rem;
  }
  .lg-pl-3 {
    padding-left: 2.4rem;
  }
  .lg-pl-4 {
    padding-left: 3.2rem;
  }
  .lg-pl-5 {
    padding-left: 4rem;
  }
  .lg-pr-0 {
    padding-right: 0rem;
  }
  .lg-pr-1 {
    padding-right: 0.8rem;
  }
  .lg-pr-2 {
    padding-right: 1.6rem;
  }
  .lg-pr-3 {
    padding-right: 2.4rem;
  }
  .lg-pr-4 {
    padding-right: 3.2rem;
  }
  .lg-pr-5 {
    padding-right: 4rem;
  }
  .lg-pt-0 {
    padding-top: 0rem;
  }
  .lg-pt-1 {
    padding-top: 0.8rem;
  }
  .lg-pt-2 {
    padding-top: 1.6rem;
  }
  .lg-pt-3 {
    padding-top: 2.4rem;
  }
  .lg-pt-4 {
    padding-top: 3.2rem;
  }
  .lg-pt-5 {
    padding-top: 4rem;
  }
  .lg-pb-0 {
    padding-bottom: 0rem;
  }
  .lg-pb-1 {
    padding-bottom: 0.8rem;
  }
  .lg-pb-2 {
    padding-bottom: 1.6rem;
  }
  .lg-pb-3 {
    padding-bottom: 2.4rem;
  }
  .lg-pb-4 {
    padding-bottom: 3.2rem;
  }
  .lg-pb-5 {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1200px) {
  .xl-m-auto {
    margin: auto;
  }
  .xl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl-p-relative {
    position: relative;
  }
  .xl-p-absolute {
    position: absolute;
  }
  .xl-p-fixed {
    position: fixed;
  }
  .xl-p-sticky {
    position: sticky;
  }
  .xl-m-0 {
    margin: 0rem;
  }
  .xl-mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .xl-my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .xl-m-1 {
    margin: 0.8rem;
  }
  .xl-mx-1 {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .xl-my-1 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .xl-m-2 {
    margin: 1.6rem;
  }
  .xl-mx-2 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .xl-my-2 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .xl-m-3 {
    margin: 2.4rem;
  }
  .xl-mx-3 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
  .xl-my-3 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .xl-m-4 {
    margin: 3.2rem;
  }
  .xl-mx-4 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
  .xl-my-4 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .xl-m-5 {
    margin: 4rem;
  }
  .xl-mx-5 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl-my-5 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl-ml-0 {
    margin-left: 0rem;
  }
  .xl-ml-1 {
    margin-left: 0.8rem;
  }
  .xl-ml-2 {
    margin-left: 1.6rem;
  }
  .xl-ml-3 {
    margin-left: 2.4rem;
  }
  .xl-ml-4 {
    margin-left: 3.2rem;
  }
  .xl-ml-5 {
    margin-left: 4rem;
  }
  .xl-mr-0 {
    margin-right: 0rem;
  }
  .xl-mr-1 {
    margin-right: 0.8rem;
  }
  .xl-mr-2 {
    margin-right: 1.6rem;
  }
  .xl-mr-3 {
    margin-right: 2.4rem;
  }
  .xl-mr-4 {
    margin-right: 3.2rem;
  }
  .xl-mr-5 {
    margin-right: 4rem;
  }
  .xl-mt-0 {
    margin-top: 0rem;
  }
  .xl-mt-1 {
    margin-top: 0.8rem;
  }
  .xl-mt-2 {
    margin-top: 1.6rem;
  }
  .xl-mt-3 {
    margin-top: 2.4rem;
  }
  .xl-mt-4 {
    margin-top: 3.2rem;
  }
  .xl-mt-5 {
    margin-top: 4rem;
  }
  .xl-mb-0 {
    margin-bottom: 0rem;
  }
  .xl-mb-1 {
    margin-bottom: 0.8rem;
  }
  .xl-mb-2 {
    margin-bottom: 1.6rem;
  }
  .xl-mb-3 {
    margin-bottom: 2.4rem;
  }
  .xl-mb-4 {
    margin-bottom: 3.2rem;
  }
  .xl-mb-5 {
    margin-bottom: 4rem;
  }
  .xl-m-auto {
    margin: auto;
  }
  .xl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl-p-relative {
    position: relative;
  }
  .xl-p-absolute {
    position: absolute;
  }
  .xl-p-fixed {
    position: fixed;
  }
  .xl-p-sticky {
    position: sticky;
  }
  .xl-p-0 {
    padding: 0rem;
  }
  .xl-px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .xl-py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .xl-p-1 {
    padding: 0.8rem;
  }
  .xl-px-1 {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .xl-py-1 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .xl-p-2 {
    padding: 1.6rem;
  }
  .xl-px-2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .xl-py-2 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .xl-p-3 {
    padding: 2.4rem;
  }
  .xl-px-3 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .xl-py-3 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .xl-p-4 {
    padding: 3.2rem;
  }
  .xl-px-4 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .xl-py-4 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .xl-p-5 {
    padding: 4rem;
  }
  .xl-px-5 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl-py-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl-pl-0 {
    padding-left: 0rem;
  }
  .xl-pl-1 {
    padding-left: 0.8rem;
  }
  .xl-pl-2 {
    padding-left: 1.6rem;
  }
  .xl-pl-3 {
    padding-left: 2.4rem;
  }
  .xl-pl-4 {
    padding-left: 3.2rem;
  }
  .xl-pl-5 {
    padding-left: 4rem;
  }
  .xl-pr-0 {
    padding-right: 0rem;
  }
  .xl-pr-1 {
    padding-right: 0.8rem;
  }
  .xl-pr-2 {
    padding-right: 1.6rem;
  }
  .xl-pr-3 {
    padding-right: 2.4rem;
  }
  .xl-pr-4 {
    padding-right: 3.2rem;
  }
  .xl-pr-5 {
    padding-right: 4rem;
  }
  .xl-pt-0 {
    padding-top: 0rem;
  }
  .xl-pt-1 {
    padding-top: 0.8rem;
  }
  .xl-pt-2 {
    padding-top: 1.6rem;
  }
  .xl-pt-3 {
    padding-top: 2.4rem;
  }
  .xl-pt-4 {
    padding-top: 3.2rem;
  }
  .xl-pt-5 {
    padding-top: 4rem;
  }
  .xl-pb-0 {
    padding-bottom: 0rem;
  }
  .xl-pb-1 {
    padding-bottom: 0.8rem;
  }
  .xl-pb-2 {
    padding-bottom: 1.6rem;
  }
  .xl-pb-3 {
    padding-bottom: 2.4rem;
  }
  .xl-pb-4 {
    padding-bottom: 3.2rem;
  }
  .xl-pb-5 {
    padding-bottom: 4rem;
  }
}
.rounded {
  border-radius: 0.8rem;
}

.rounded-circle {
  border-radius: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

fieldset {
  width: 100%;
  padding: 1rem;
  border-radius: 0.6rem;
}
fieldset legend {
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
  font-size: 1rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0a19a1;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

input, select, textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 2px solid rgb(61, 61, 66);
  display: block;
  outline: none;
  border-radius: 0.6rem;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.4), -0.2rem -0.2rem 0.3rem rgba(0, 0, 0, 0.4), inset 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2), inset -0.2rem -0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}
input:focus, select:focus, textarea:focus {
  background-color: #dbe69d;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(238, 235, 82, 0.4), -0.2rem -0.2rem 0.3rem rgba(238, 235, 82, 0.4), inset 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.2), inset -0.2rem -0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}

textarea {
  resize: vertical;
  line-height: 200%;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
}

.resize-horizontal {
  resize: horizontal;
}

.alert {
  max-width: 80vw;
  min-width: 400px;
  padding: 1.5rem 2rem;
  background-color: #1f860b;
  border-radius: 0.6rem;
  position: fixed;
  top: -400px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  transition: all 0.3s linear;
}
.alert-success {
  background-color: #1f860b;
  color: #eef0f3;
}
.alert-warning {
  background-color: #eea51e;
  color: #b10a0a;
}
.alert-danger {
  background-color: #b10a0a;
  color: #eef0f3;
}
.alert-show {
  top: 150px;
}

.notice {
  width: 70%;
  min-width: 400px;
  max-width: 90%;
  margin: 1rem auto;
  padding: 1rem 2rem 1rem 1rem;
  border: 2px solid #000;
  border-radius: 0.5rem;
  position: relative;
}
.notice-danger {
  background-color: #e0a2a2;
  border-color: #b10a0a;
  color: #b10a0a;
}
.notice-success {
  background-color: #c8edc7;
  border-color: #1f860b;
  color: #1f860b;
}
.notice-warning {
  background-color: #b10a0a;
  border-color: #eea51e;
  color: #eea51e;
}
.notice span {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.expansion {
  width: 100%;
  padding: 1rem;
  padding-right: 2.5rem;
  position: relative;
}
.expansion::after {
  content: "\f150";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.expansion.expanded::after {
  content: "\f151";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.expansion-title {
  padding-right: 1rem;
  position: relative;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.modal-body {
  max-width: 90vw;
  max-height: 90vh;
  min-width: 400px;
  min-height: 500px;
  background-color: #eef0f3;
  border: 1px solid #7f8086;
  border-radius: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in;
}
.modal-body .modal-title {
  width: 100%;
  padding: 0.8rem 1rem;
  padding-right: 3rem;
  background-color: #7f8086;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  position: relative;
}
.modal-body .modal-title .modal-close {
  padding: 0.1rem 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #eef0f3;
  border-radius: 0.3rem;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #b10a0a;
  transition: all 0.2s linear;
}
.modal-body .modal-title .modal-close:hover {
  background-color: #581517;
}
.modal-body .modal-content {
  width: 100%;
  max-height: 80vh;
  padding: 1rem;
  background-color: #eef0f3;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  position: relative;
  overflow-y: auto;
}
.modal-body.slow-down {
  top: 50%;
}
.modal-body.modal-xl {
  width: 90vw;
}
.modal-body.modal-lg {
  width: 75vw;
}
.modal-body.modal-md {
  width: 60vw;
}

.error {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blink {
  opacity: 1;
  animation-name: blink;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.captcha {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.captcha input {
  width: 50%;
}
.captcha .captcha-image {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.captcha .captcha-image img {
  display: block;
  width: 75%;
  max-width: 300px;
  min-width: 200px;
  height: auto;
  border: 2px solid rgba(3, 81, 87, 0.6);
  border-radius: 0.4rem;
}
.captcha .captcha-image i {
  width: 20%;
  display: block;
}

nav {
  grid-area: header;
  background-color: #eef0f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8;
}
nav .brand a {
  text-decoration: none;
  font-family: "Winky Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.2rem;
  font-weight: bolder;
  color: #05726d;
}
nav .main-menu .menu-placeholder {
  display: none;
  color: #05726d;
  font-size: 1rem;
  font-weight: bold;
}
nav .main-menu ul .menu-close {
  display: none;
  color: #05726d;
  font-size: 1rem;
  font-weight: bold;
}
nav .main-menu ul li {
  list-style: none;
  display: inline-block;
}
nav .main-menu ul li a {
  margin-right: 1rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #05726d;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  transition: all 0.3s linear;
}
nav .main-menu ul li a:hover, nav .main-menu ul li a.active {
  background-color: #047771;
  color: #39e60a;
}

@media only screen and (max-width: 800px) {
  nav .main-menu .menu-placeholder {
    display: inline-block;
  }
  nav .main-menu ul {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 2rem;
    background-color: #eef0f3;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9;
    transition: all 0.2s ease-in-out;
  }
  nav .main-menu ul.menu-show {
    right: 0;
  }
  nav .main-menu ul .menu-close {
    display: block;
    margin-bottom: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
  }
  nav .main-menu ul li {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.content {
  min-height: 70vh;
  grid-area: content;
  background-color: #eef0f3;
  position: relative;
  overflow-y: auto;
}

footer {
  grid-area: footer;
  width: 100%;
  padding: 1rem 4rem;
  background-color: #1d1d20;
  color: #fff;
}

.main {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "content" "footer";
  position: relative;
}/*# sourceMappingURL=main.css.map */