html {
  --theme-color: #1493ff;
  --theme-color-link: #1493ff;
  --theme-color-dark: #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';
}
.hero-section {
  position: relative;
  text-align: center;
  color: white;
  max-height: 550px;
  min-height: 300px;
  overflow: hidden;
  background: #282d3a;
}
.hero-section .hero-background-img {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 0;
}
.hero-section .hero-background-img img {
  height: 100%;
  width: auto;
  max-height: 550px;
  object-fit: cover;
  object-position: center bottom;
}
.hero-section .hero-background-img:after {
  content: " ";
  height: 100%;
  width: 100%;
  background: #282d3a;
  opacity: 0.1;
  z-index: 1;
  position: absolute;
}
.hero-section .hero-wrap {
  position: relative;
  z-index: 1;
  color: #e0dfe1;
  min-height: 550px;
  display: grid;
  align-content: center;
}
.hero-section .hero-wrap .hero-content {
  display: grid;
  grid-gap: 20px;
}
.hero-section .hero-wrap .hero-pill-wrap {
  display: grid;
  grid-template-columns: max-content;
  justify-content: center;
}
.hero-section .hero-wrap .hero-pill-wrap .hero-pill {
  border: 1px solid #e0dfe1;
  color: #e0dfe1;
  border-radius: 20px;
  padding: 8px 15px;
  margin: auto;
  font-size: 14px;
  text-shadow: 2px 2px 4px #2f2f2f;
  box-shadow: 2px 2px 4px #2f2f2f;
}
.hero-section .hero-wrap .hero-title {
  font-size: 55px;
  font-family: 'Figtree Medium';
  line-height: 1;
  text-shadow: 2px 2px 4px #2f2f2f;
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-title {
    font-size: 38px;
  }
}
.hero-section .hero-wrap .hero-desc {
  color: #e0dfe1;
  max-width: 450px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  text-shadow: 2px 2px 4px #2f2f2f;
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-desc {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .hero-section .hero-wrap .hero-btns {
    text-align: center;
  }
}
.hero-section .hero-wrap .hero-btns .hero-btn {
  padding: 15px 20px;
  font-family: var(--font-medium);
  font-size: 13px;
  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-btns .hero-btn + .hero-btn {
  margin-left: 10px;
}
.hero-section .hero-wrap .hero-btns .hero-btn-primary {
  background-color: #1493ff;
  border: 1px solid #1493ff;
  color: white;
}
.hero-section .hero-wrap .hero-btns .hero-btn-primary:hover {
  background-color: white;
  border: 1px solid white;
  color: #1493ff;
}
.hero-section .hero-wrap .hero-btns .hero-btn-secondary {
  background-color: white;
  border: 1px solid white;
  color: #1493ff;
  margin-right: 0px;
}
.hero-section .hero-wrap .hero-btns .hero-btn-secondary:hover {
  background-color: white;
  border: 1px solid white;
  color: #333333;
}
.trusted-by-section {
  background: #282d3a;
  padding: 20px 0;
  overflow: hidden;
  text-align: center;
  display: grid;
  grid-gap: 50px;
  padding: 50px 0 30px 0;
  border-top: 1px solid #1d212c;
}
.trusted-by-section .trusted-by-title {
  color: #e0dfe1;
  line-height: 1.5;
}
@media (max-width: 990px) {
  .trusted-by-section .trusted-by-title {
    font-size: 20px;
  }
}
.trusted-by-section .trusted-carousel {
  height: 60px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.trusted-by-section .trusted-carousel.slick-initialized {
  opacity: 1;
}
.trusted-by-section .trusted-carousel img {
  margin: 0 40px;
  width: auto;
}
.fifa-products-section {
  background: #282d3a;
  padding: 20px 0 60px 0;
}
.fifa-products-section .fifa-products-wrap {
  display: grid;
  grid-gap: 40px;
  justify-items: center;
}
.fifa-products-section .fifa-products-title {
  color: #e0dfe1;
  line-height: 1;
  padding: 50px 0;
  font-family: 'Figtree Medium';
}
.fifa-products-section .fifa-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  width: 100%;
}
.fifa-products-section .fifa-product {
  background: #181e29;
  padding: 20px;
  color: #e0dfe1;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  gap: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #10141b;
}
.fifa-products-section .fifa-product:after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(farthest-corner at 100% 100%, #2196f32b 0%, transparent 40%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: -1;
}
.fifa-products-section .fifa-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}
.fifa-products-section .fifa-product:hover:after {
  opacity: 1;
}
.fifa-products-section .fifa-product:hover .fifa-header {
  color: #1493ff;
}
.fifa-products-section .fifa-product .fifa-header {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: max-content 1fr;
  align-items: center;
  transition: color 0.2s;
}
.fifa-products-section .fifa-product .fifa-icon {
  font-size: 22px;
  display: grid;
  place-items: center;
  color: #1493ff;
  opacity: 0.9;
}
@media (max-width: 990px) {
  .fifa-products-section .fifa-product .fifa-icon {
    font-size: 18px;
  }
}
.fifa-products-section .fifa-product .fifa-title {
  font-size: 20px;
  font-family: 'Figtree Medium';
}
@media (max-width: 990px) {
  .fifa-products-section .fifa-product .fifa-title {
    font-size: 18px;
  }
}
.fifa-products-section .fifa-product .fifa-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #d1d5db;
}
@media (max-width: 990px) {
  .fifa-products-section .fifa-product .fifa-desc {
    font-size: 14px;
  }
}
.fifa-products-section .fifa-product .learn-more {
  display: grid;
  justify-self: right;
  grid-template-columns: max-content max-content;
  grid-gap: 7px;
  align-items: center;
  font-family: 'Figtree Medium';
  color: white;
}
@media (max-width: 990px) {
  .fifa-products-section .fifa-product .learn-more {
    font-size: 13px;
  }
}
.fifa-products-section .fifa-product .learn-more span {
  letter-spacing: 0.5px;
}
.fifa-products-section .fifa-product .learn-more i {
  font-size: 16px;
  color: #1493ff;
}
@media (max-width: 990px) {
  .fifa-products-section .fifa-product .learn-more i {
    font-size: 14px;
  }
}
.built-for-section {
  padding: 60px 0 60px 0;
  background: white;
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  background: radial-gradient(farthest-corner at 100% 100%, #b5c9f5 0%, transparent 50%);
  z-index: 1;
}
.built-for-section .built-for-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 30px;
}
@media (max-width: 900px) {
  .built-for-section .built-for-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.built-for-section .built-for-left .built-for-list-title {
  font-family: 'Figtree Medium';
  font-size: 14px;
  margin-bottom: 10px;
  color: #555555;
  text-align: left;
}
.built-for-section .built-for-left .built-for-list {
  display: grid;
  gap: 20px;
}
.built-for-section .built-for-left .built-for-list .built-for-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 12px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
.built-for-section .built-for-left .built-for-list .built-for-item:last-of-type {
  border-bottom: none;
}
.built-for-section .built-for-left .built-for-list .built-for-item .built-for-icon {
  color: #1493ff;
  display: grid;
  align-items: flex-start;
  font-size: 24px;
}
.built-for-section .built-for-left .built-for-list .built-for-item .built-for-item-title {
  font-family: 'Figtree Medium';
  font-size: 16px;
}
.built-for-section .built-for-left .built-for-list .built-for-item .built-for-item-desc {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.4;
}
@media (max-width: 990px) {
  .built-for-section .built-for-right {
    display: none;
  }
}
.built-for-section .built-for-right img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: block;
}
.case-study-section {
  background: #282d3a;
  padding: 60px 0 60px 0;
}
.case-study-section .case-study-header {
  display: grid;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.case-study-section .case-study-header .section-header {
  max-width: 800px;
  margin: auto;
}
.case-study-section .case-study-header .section-header .ds-title .ds-name {
  font-family: 'Figtree Medium';
  font-size: 16px;
}
.case-study-section .case-study-header .section-header .ds-title .ds-job-title {
  color: #eeeeee;
  font-size: 15px;
}
.case-study-section .ds-quote-block {
  display: grid;
  grid-gap: 10px;
  padding: 10px;
  background: white;
}
.case-study-section .ds-quote-block .ds-header {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
.case-study-section .ds-quote-block .ds-header .ds-headshot {
  display: grid;
  grid-template-rows: max-content;
}
.case-study-section .ds-quote-block .ds-header .ds-headshot img {
  max-width: 40px;
  border: 1px solid;
}
.case-study-section .ds-quote-block .ds-header .ds-quote {
  font-size: 14px;
}
.case-study-section .cs-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .case-study-section .cs-grid {
    grid-auto-flow: row;
    grid-template-columns: 100%;
  }
}
.case-study-section .cs-grid .cs-item {
  display: grid !important;
  grid-auto-rows: 200px auto;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #10141b;
  background-color: #181e29;
  overflow: hidden;
}
.case-study-section .cs-grid .cs-item .cs-image {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.case-study-section .cs-grid .cs-item .cs-image .cs-image-link {
  position: absolute;
  height: 100%;
  width: 100%;
}
.case-study-section .cs-grid .cs-item .cs-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content minmax(1px, auto);
  grid-gap: 5px;
  padding: 15px;
  border-top: 1px solid #10141b;
}
.case-study-section .cs-grid .cs-item .cs-content .cs-title {
  font-family: var(--font-bold);
  font-size: 15px;
  line-height: 150%;
}
.case-study-section .cs-grid .cs-item .cs-content .cs-title a {
  color: white;
}
.case-study-section .cs-grid .cs-item .cs-content .cs-title a:hover {
  color: var(--theme-color);
}
.case-study-section .cs-grid .cs-item .cs-content .cs-summary {
  font-size: 13px;
  line-height: 150%;
  font-family: var(--font-regular);
  display: grid;
  grid-gap: 10px;
  color: white;
}
.case-study-section .cs-grid .cs-item .cs-content .cs-summary div {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-study-section .cs-grid .cs-item .cs-content .cs-summary a {
  font-family: var(--font-medium);
}
@media (max-width: 767px) {
  .case-study-section .cs-grid .cs-item .cs-content .cs-title {
    font-size: 14px;
  }
  .case-study-section .cs-grid .cs-item .cs-content .cs-summary div {
    -webkit-line-clamp: 3;
  }
}
.countdown-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  background: #282d3a;
  display: grid;
  place-items: center;
  border-top: 1px solid #10141b;
}
.countdown-section .countdown-background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.countdown-section .countdown-background-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
@media (max-width: 990px) {
  .countdown-section .countdown-background-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #282d3a;
    opacity: 0.5;
  }
}
.countdown-section .fd-container {
  position: relative;
  z-index: 1;
}
.countdown-section .section-header {
  justify-items: flex-start;
  padding: 0;
  color: white;
}
.countdown-section .section-header h2 {
  margin: 0;
  font-size: 32px;
}
.countdown-section .section-header p {
  font-size: 16px;
  opacity: 0.85;
}
.countdown-section .countdown {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 433px;
  width: 100%;
  padding: 15px;
  background: linear-gradient(134deg, #262b37, #232d41);
  color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #10141b;
}
.countdown-section .countdown .countdown-part {
  display: grid;
  justify-items: center;
}
.countdown-section .countdown .countdown-part .part-value {
  font-size: 36px;
  font-family: 'Figtree Medium';
}
.countdown-section .countdown .countdown-part .part-text {
  font-size: 14px;
  opacity: 0.8;
}
.countdown-section .countdown-link {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 7px;
  align-items: center;
  font-family: 'Figtree Medium';
  color: white;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.countdown-section .countdown-link span {
  letter-spacing: 0.5px;
}
.countdown-section .countdown-link i {
  font-size: 18px;
  color: #1493ff;
  transition: transform 0.3s ease;
}
.countdown-section .countdown-link:hover {
  transform: translateX(8px);
  color: #1493ff;
}
.section-header {
  text-align: center;
  padding: 0 30px;
  text-shadow: 0px 0px 2px #f8f8f8;
}
.section-header h2 {
  font-family: var(--font-medium);
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 145%;
}
@media (max-width: 990px) {
  .section-header h2 {
    font-size: 22px;
  }
}
.section-header.dark-bg {
  text-shadow: none;
  color: white;
}
.section-header.dark-bg h2 {
  color: white;
}
.section-header.dark-bg p {
  color: #e0dfe1;
}
.section-header .emphasis {
  color: #1493ff;
}
.section-header p {
  font-size: 18px;
  line-height: 145%;
  color: #666666;
}
@media (max-width: 990px) {
  .section-header p {
    font-size: 16px;
  }
}
