:root {
  --background: #edf0fa;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f2f5fc;
  --muted-foreground: #737373;
  --accent: #00a892;
  --accent-foreground: #fff;
  --destructive: #e40014;
  --destructive-foreground: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f05100;
  --chart-2: #009588;
  --chart-3: #104e64;
  --chart-4: #fcbb00;
  --chart-5: #f99c00;
  --radius: 0.625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-rendering: optimizeSpeed;
  font-weight: 700;
  line-height: 1.6;
}

.bg-background {
  background-color: var(--background);
}

.container,
.row {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.col {
  margin: 0;
  padding: 0 16px;
  position: relative;
  width: 100%;
}

.small-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.small-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.small-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.small-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 550px) {
  .medium-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .medium-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .medium-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 48em) {
  .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

a {
  text-decoration: none;
}

.align-center {
  justify-content: center !important;
}

.align-middle {
  align-items: center !important;
  align-self: center !important;
  vertical-align: middle !important;
}

.btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  background: linear-gradient(90deg, #8c52ff, #3c6ceb, #5ce1e6);
  border: 0;
  font-size: 16px;
  padding: 12px 24px;
  font-weight: 700;
  color: #ffff;
  border-radius: 99px;
}

.text-blue {
  color: #3c71a3;
  font-weight: 700;
}

.text-cyan {
  color: #25a0bd;
  font-weight: 700;
}

.text-purple {
  color: #6b50bb;
  font-weight: 700;
}

.link {
  color: #0b4d8c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.link:hover {
  opacity: 0.8;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img {
  opacity: 1;
  transition: opacity 1s;
}
