html {
  --theme-color: #1493ff;
  --theme-color-link: #1493ff;
  --theme-color-dark: #1493ff;
  --theme-color: #1e88e5;
  --theme-color-accent: #008a63;
  --theme-color-green: #008a63;
  --theme-color-red: #d9534f;
  --theme-background-color: #282d3a;
  --font-bold: 'Figtree Bold';
  --font-medium: 'Figtree Medium';
  --font-regular: 'Figtree Regular';
  --font-light: 'Figtree Light';
}
.font-bold {
  font-family: 'Figtree Bold';
}
.font-medium {
  font-family: 'Figtree Medium';
}
.font-regular {
  font-family: 'Figtree Regular';
}
.font-light {
  font-family: 'Figtree Light';
}
.fd-header {
  background-color: #282d3a;
}
.fd-body-overlay:before {
  background: white;
}
.fd-content {
  padding-bottom: 0;
  padding-top: 0;
}
.logo-area a {
  background-image: url(/assets/images/logos-tm/sportsdataio-dark-270.png) !important;
}
.hero-section {
  /*padding-bottom: 40px;*/
  background-color: #282d3a;
  border-bottom: 1px solid #282d3a;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-wrap {
  min-height: 425px;
  padding-bottom: 25px;
  max-width: 1280px;
  margin: auto;
  position: relative;
  display: grid;
  align-items: center;
  height: 100%;
}
.hero-section .hero-wrap .hero-content {
  width: 50%;
  position: relative;
  z-index: 1;
  margin: 30px 0;
  display: grid;
  grid-gap: 15px;
}
@media (max-width: 1200px) {
  .hero-section .hero-wrap .hero-content {
    width: 100%;
    padding-bottom: 250px;
  }
}
.hero-section .hero-wrap .hero-content h1 {
  font-family: var(--font-bold);
  font-size: 40px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .hero-section .hero-wrap .hero-content h1 {
    font-size: 30px;
    text-align: center;
  }
}
.hero-section .hero-wrap .hero-content p {
  font-size: 18px;
  color: white;
  line-height: 200%;
  text-shadow: -1px 0 4px #282d3a, 0 1px 4px #282d3a, 1px 0 4px #282d3a, 0 -1px 4px #282d3a;
  max-width: 750px;
  margin: 0;
}
@media (max-width: 1200px) {
  .hero-section .hero-wrap .hero-content p {
    font-size: 13px;
    max-width: unset;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-content p {
    text-align: center;
    max-width: 600px;
  }
}
.hero-section .hero-wrap .hero-content .hero-bullets {
  display: none;
  text-align: left;
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-content .hero-bullets {
    text-align: center;
  }
}
.hero-section .hero-wrap .hero-content .hero-bullets .hero-feature-list {
  display: block;
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-content .hero-bullets .hero-feature-list {
    display: inline-block;
  }
}
.hero-section .hero-wrap .hero-content .hero-bullets .hero-feature-list li {
  color: white;
  text-transform: uppercase;
  font-family: var(--font-bold);
  padding: 10px 10px 10px 0px;
  border-bottom: none;
  float: left;
  width: 50%;
  font-size: 14px;
  text-shadow: 1px 1px 2px black;
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-content .hero-bullets .hero-feature-list li {
    width: unset;
    display: inline-block;
    clear: both;
  }
}
.hero-section .hero-wrap .hero-content .hero-bullets .hero-feature-list li:last-of-type {
  border-bottom: none;
}
.hero-section .hero-wrap .hero-content .hero-bullets .hero-feature-list li i {
  width: 35px;
  color: #1493ff;
}
.hero-section .hero-wrap .hero-content .hero-btns {
  padding-top: 10px;
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-content .hero-btns {
    text-align: center;
  }
}
.hero-section .hero-wrap .hero-content .hero-btns .hero-btn {
  padding: 15px 20px;
  font-family: var(--font-medium);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 6px 4px 8px 0px rgba(0, 0, 0, 0.35);
}
.hero-section .hero-wrap .hero-content .hero-btns .hero-btn + .hero-btn {
  margin-left: 10px;
}
.hero-section .hero-wrap .hero-content .hero-btns .hero-btn-primary {
  background-color: #1493ff;
  border: 1px solid #1493ff;
  color: white;
}
.hero-section .hero-wrap .hero-content .hero-btns .hero-btn-primary:hover {
  background-color: white;
  border: 1px solid white;
  color: #1493ff;
}
.hero-section .hero-wrap .hero-content .hero-btns .hero-btn-secondary {
  background-color: white;
  border: 1px solid white;
  color: #1493ff;
  margin-right: 0px;
}
.hero-section .hero-wrap .hero-content .hero-btns .hero-btn-secondary:hover {
  background-color: white;
  border: 1px solid white;
  color: #333333;
}
.hero-section .hero-image-wrap {
  position: absolute;
  width: 1200px;
  height: 100%;
  right: 0;
  top: 0px;
  right: -200px;
}
@media (max-width: 1200px) {
  .hero-section .hero-image-wrap {
    width: 100%;
    right: 0;
    height: 300px;
    bottom: 0px;
    top: unset;
  }
}
.hero-section .hero-image-wrap .hero-image {
  /*filter: grayscale(.35);*/
  background-size: cover;
  background-position: bottom center;
  /* border: 2px solid black; */
  /* box-shadow: 4px 4px 10px black; */
  /* border-radius: 4px; */
  overflow: hidden;
  position: relative;
  height: 100%;
  /*&:before {
                content: " ";
                position: absolute;
                height: 100%;
                width: 100%;
                background: transparent;

                @media (min-width: 990px) {
                    background: radial-gradient(at top right, transparent 40%, #000 95%);
                }
            }*/

}
.hero-section .hero-image-wrap .hero-image:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  /*background: radial-gradient(at bottom right, transparent 40%, #000 95%);*/
  background: radial-gradient(circle, transparent 0%, #282d3a 95%);
}
@media (min-width: 1200px) {
  .hero-section .hero-image-wrap .hero-image:after {
    background: radial-gradient(circle, transparent 0%, rgba(40, 45, 58, 0.6) 40%, rgba(40, 45, 58, 0.7) 50%, rgba(40, 45, 58, 0.8) 60%, rgba(40, 45, 58, 0.9) 70%, #282d3a 80%);
  }
}
.hero-section .hero-image-wrap .hero-image .top {
  position: absolute;
  height: 25%;
  width: 100%;
  top: 0;
  background: linear-gradient(to bottom, #282d3a 0px, rgba(40, 45, 58, 0.95) 15%, rgba(40, 45, 58, 0.85) 30%, transparent);
}
@media (max-width: 1200px) {
  .hero-section .hero-image-wrap .hero-image .top {
    height: 100%;
    background: linear-gradient(to bottom, #282d3a 0px, rgba(40, 45, 58, 0.9) 10%, rgba(40, 45, 58, 0.6) 20%, transparent);
  }
}
.hero-section .hero-image-wrap .hero-image .left {
  position: absolute;
  height: 100%;
  width: 30%;
  left: 0;
  background: linear-gradient(to right, #282d3a, transparent 70%);
}
.hero-section .hero-image-wrap .hero-image .right {
  position: absolute;
  height: 100%;
  width: 30%;
  right: 0;
  background: linear-gradient(to left, #282d3a, transparent 70%);
}
.hero-section .hero-image-wrap .hero-image .bottom {
  position: absolute;
  height: 10%;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #282d3a 0px, rgba(40, 45, 58, 0.95) 15%, rgba(40, 45, 58, 0.85) 30%, transparent);
}
@media (max-width: 1200px) {
  .hero-section .hero-image-wrap .hero-image .bottom {
    height: 100%;
    background: linear-gradient(to top, #282d3a 0px, rgba(40, 45, 58, 0.9) 10%, rgba(40, 45, 58, 0.6) 20%, transparent);
  }
}
.content-section {
  text-align: center;
  padding: 60px 20px;
}
.content-section p {
  font-size: 20px !important;
}
.content-section .discovery-lab {
  font-family: var(--font-bold);
  color: #066cc3;
  font-size: 24px !important;
}
.builder {
  background-color: white;
  position: relative;
}
@media (min-width: 1280px) {
  .builder {
    padding: 40px 0;
    background-size: cover;
    background-position: center bottom -25px;
    background-color: #e2efff;
    background-repeat: no-repeat;
    background-image: url(/assets/images/backgrounds/patriots-cowboys.png);
    background-attachment: fixed;
  }
  .builder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, white 50px, rgba(255, 255, 255, 0.97) 150px);
    top: 0;
  }
}
.builder .builder-container {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  margin: auto;
}
.builder .builder-container .builder-grid {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  width: 100%;
}
.builder .builder-container .builder-toc-container {
  display: block;
}
.builder .builder-container .builder-toc-container .builder-toc {
  position: sticky;
  top: calc(48%);
}
.builder .builder-container .builder-toc-container .builder-toc .builder-toc-item {
  display: flex;
  margin: 2rem 0;
  justify-content: center;
  font-family: var(--font-light);
  color: black;
}
.builder .builder-container .builder-toc-container .builder-toc .builder-toc-item.selected {
  color: #1493ff;
  font-family: var(--font-bold);
}
.builder .card-container {
  display: flex;
  flex-flow: column;
  gap: 5rem;
}
.builder .card-container i {
  margin-right: 1rem;
  color: #4dc1b9;
  margin-top: 3px;
}
.builder .card-container .card {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1rem;
}
.builder .card-container .card:first-of-type {
  margin-top: 0;
}
.builder .card-container .card .card-img {
  display: none;
}
.builder .card-container .card .card-lst {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  line-height: 150%;
}
.builder .card-container .card .card-lst .parent-bullet {
  font-family: var(--font-medium);
  color: #333333;
  display: flex;
  align-items: flex-start;
}
.builder .card-container .card .card-lst .parent-bullet a {
  color: #1493ff;
}
.builder .card-container .card .card-lst .sub-bullet {
  margin: 0 2.5rem;
}
.builder .card-container .card .card-content {
  flex: 1 1 auto;
  display: grid;
  grid-gap: 6px;
}
.builder .card-container .card .card-text {
  line-height: 150%;
}
.builder .card-container .card .card-header {
  font-family: var(--font-bold);
  color: #1493ff;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 135%;
}
.builder .card-container .card .card-sub-header {
  font-family: var(--font-medium);
  font-size: 1.5rem;
  line-height: 135%;
}
@media only screen and (min-width: 1280px) {
  .builder .card-container {
    gap: 5rem;
    width: 100%;
  }
  .builder .card-container .card {
    align-items: center;
    position: relative;
    max-height: 400px;
  }
  .builder .card-container .card.card-reverse {
    flex-flow: row-reverse;
  }
  .builder .card-container .card.card-reverse > .card-content {
    padding: 0;
  }
  .builder .card-container .card .card-img {
    display: block;
    flex: 0 0 50%;
    text-align: center;
    max-height: inherit;
  }
  .builder .card-container .card .card-img > img {
    border-radius: 1rem;
    object-fit: cover;
    max-height: 400px;
  }
  .builder .card-container .card .card-content {
    flex: 0 0 50%;
    padding: 0 0 0 3rem;
    text-align: start;
    padding: 0 25px;
    /*  -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, .35);
                      background: rgba(255, 255, 255, .2);
                      border-radius: 5px;*/
    text-shadow: 0 0 10px white;
  }
  .builder .card-container .card .card-header {
    font-size: 2.5rem;
  }
  .builder .card-container .card .card-sub-header {
    font-family: var(--font-medium);
    font-size: 2rem;
  }
}
.builder .bm-1 {
  margin-bottom: 1rem;
}
.builder .bm-2 {
  margin-bottom: 2rem;
}
.builder .bb-2 {
  padding: 0 0 3px 0;
  border-bottom: 2px solid #e6e6e6;
}
.builder .dotted-line {
  border-right: 6px dotted #1493ff;
  height: 5rem;
  width: 50%;
}
.stay-ahead-area {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-image: url("/assets/images/backgrounds/stay-ahead.jpg");
  height: 300px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stay-ahead-area .stay-ahead-primary {
  font-family: var(--font-bold);
  font-size: 28px;
  line-height: 125%;
  margin: 20px 0;
}
.stay-ahead-area .stay-ahead-description {
  font-family: var(--font-regular);
  font-size: 14px;
  line-height: 200%;
  margin: 20px;
}
.stay-ahead-area .action-btns {
  display: inline-block;
}
.stay-ahead-area .action-btns .action-btn-primary {
  background-color: #1493ff;
  border: 1px solid #1493ff;
  margin-right: 20px;
  color: white;
}
.stay-ahead-area .action-btns .action-btn-primary:hover {
  background-color: white;
  border: 1px solid white;
  color: #1493ff;
}
.stay-ahead-area .action-btns .action-btn-secondary {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  margin-right: 0px;
}
.stay-ahead-area .action-btns .action-btn-secondary:hover {
  background-color: white;
  border: 1px solid white;
  color: #333333;
}
.stay-ahead-area .action-btns a {
  float: left;
  padding: 15px 20px;
  font-family: var(--font-medium);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
}
