.heading-menu {
  display: none;
}

#VideosAndLogos {
  display: none;
}

#scroll {
  display: none;
}

.page-wrapper {
  display: block;
  position: relative;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrapper h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0;
  margin-bottom: 16px;
}
.page-wrapper section {
  padding: 80px 0;
}
.page-wrapper .page-title {
  padding-bottom: 24px;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
}

.hero-sec {
  background: #FBF4CC;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(251, 244, 204)), to(rgb(255, 252, 236)));
  background: linear-gradient(0deg, rgb(251, 244, 204) 0%, rgb(255, 252, 236) 100%);
}
.hero-sec .banner-content {
  padding: 60px 0 150px;
  position: relative;
  z-index: 1;
}
.hero-sec .banner-content h1 {
  margin: 0;
  padding-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.15;
}
.hero-sec .banner-content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.banner-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.btn {
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 24px;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid currentColor;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-primary {
  border: 1px solid #E80E19;
  background-color: #E80E19;
  color: #ffffff;
}
.btn.btn-primary > span:last-child.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
.btn.btn-gray {
  border: 1px solid #C3CCD3;
  background-color: #F4F6F7;
  color: #000;
}
.btn.btn-black {
  border: 1px solid #000;
  background-color: #000;
  color: #ffffff;
}

.tech-topics {
  position: relative;
  margin-top: -170px;
}
.tech-topics > .container {
  background: #fff;
  border-radius: 6px;
  padding: 60px 0 0;
  -webkit-box-shadow: 0 0 24px rgba(234, 234, 234, 0.431372549);
  box-shadow: 0 0 24px rgba(234, 234, 234, 0.431372549);
}

.topic-lists li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 1.65;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.topic-lists li:last-child {
  padding-bottom: 0;
}
.topic-lists li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11.5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.topic-lists li:hover:before {
  border-color: #0b62d6;
}
.topic-lists li > a {
  color: #000;
  width: 100%;
  display: block;
}
.topic-lists li > a:hover {
  color: #0b62d6;
}

.accordion-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 48px;
  padding-top: 0;
}

.accordion-column {
  width: 100%;
}

.accordion-item {
  display: block;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.accordion-item > .accordion-header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordion-item > .accordion-header::-webkit-details-marker {
  display: none;
  content: "";
}
.accordion-item > .accordion-header::marker {
  display: none;
  content: "";
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  list-style: none;
  outline: none;
  background: #F9F9F9;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.accordion-header::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.accordion-header:hover {
  background-color: #f6f6f6;
}

.accordion-item[open] > .accordion-header {
  background-color: #f0f0f0;
}
.accordion-item[open] > .accordion-header::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.accordion-content {
  padding: 10px 20px 20px;
  border-top: 1px solid #eee;
  color: #555;
  text-align: left;
  font-size: 14px;
}

.featured-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.featured-card-row .card {
  background: #F9F9F9;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-card-row .card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.featured-card-row .card * {
  margin: 0;
}
.featured-card-row .card h3 {
  padding: 8px 0 16px;
  letter-spacing: -0.25px;
  font-weight: 500;
}
.featured-card-row .card a {
  font-size: 16px;
  color: #0b62d6;
}
.featured-card-row .card a:hover {
  text-decoration: none;
}
.featured-card-row .card a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-card-row .card a > span {
  position: relative;
}
.featured-card-row .card a > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 6px;
  right: -12px;
  border-top: 1px solid #0b62d6;
  border-left: 1px solid #0b62d6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.promo-section {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#424242));
  background: linear-gradient(90deg, #000 0%, #424242 100%);
  padding: 0 40px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  position: relative;
  margin: 0 auto;
}
.promo-section .promo-img {
  max-width: 360px;
  width: 100%;
}
.promo-section .promo-img > img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.promo-section .promo-content {
  padding: 40px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.promo-section .promo-content h2 {
  color: #f9f9f9;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .promo-section {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .promo-section .promo-content,
  .promo-section .promo-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .promo-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-section .promo-content,
  .promo-section .promo-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .accordion-flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .accordion-column {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .hero-sec .banner-content h1 {
    font-size: 32px;
  }
  .accordion-flex-container {
    padding: 16px !important;
  }
  .promo-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}