.start-optoma-body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.start-optoma-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 112.5915080527vw;
  min-height: 100vh;
  z-index: -1;
  background-image: url("/images/optoma/background.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #ffffff;
  pointer-events: none;
}

.start-optoma-layer {
  position: relative;
  min-height: 100vh;
  flex: 1 0 auto;
}

.start-optoma-page {
  position: relative;
  min-height: 100vh;
  margin-left: 50px;
  margin-right: 50px;
}

.start-optoma-components-layer {
  position: relative;
}

.optoma-header-wrapper {
  position: relative;
}

.optoma-header {
  margin: 8px 8px 0;
  min-height: 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
}

.optoma-header-logged-in {
  position: relative;
}

.optoma-header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.optoma-header-logged-in .optoma-header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  white-space: nowrap;
}

.optoma-header-nav-item {
  color: #2f3134;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.optoma-header-nav-item-active {
  color: #287fd0;
  text-decoration: underline;
}

.optoma-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: visible;
}

.optoma-header-actions-logged-in {
  margin-left: auto;
  gap: 8px;
}

.optoma-header-logged-out .optoma-header-actions {
  margin-left: auto;
  justify-content: flex-end;
}

.optoma-header-btn {
  width: 82px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #287fd0;
  background: #ffffff;
  color: #287fd0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.optoma-header-btn:hover,
.optoma-header-btn:focus,
.optoma-header-btn:active {
  background: #ffffff;
  color: #287fd0;
}

.optoma-header-btn-signup {
  background: #287fd0;
  color: #ffffff;
}

.optoma-header-btn-signup:hover,
.optoma-header-btn-signup:focus,
.optoma-header-btn-signup:active {
  background: #287fd0;
  color: #ffffff;
}

.optoma-header-hamburger-btn {
  display: none;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #444444;
  padding: 0;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.optoma-header-hamburger-dropdown {
  min-width: 220px;
  padding: 6px 0;
  border-radius: 12px;
  border: 1px solid #d7e4ef;
}

.optoma-header-hamburger-dropdown li > a.optoma-header-nav-item {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  color: #2f3134;
  text-decoration: none;
}

.optoma-header-icon-btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}

.optoma-header-action-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.optoma-header-action-glyph {
  font-size: 34px;
  line-height: 1;
  color: #444444;
}

.optoma-header-avatar {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  border: none;
}

.start-optoma-page #startPageLoginModal .position-modal-dialog,
.start-optoma-page #startPageLoginModal .modal-dialog {
  right: 8px;
  left: auto;
  width: min(420px, 100vw - 16px);
  max-width: calc(100vw - 16px);
}
.start-optoma-page #startPageLoginModal .g-signin2 > div,
.start-optoma-page #startPageLoginModal .classlink-sso > div,
.start-optoma-page #startPageLoginModal .clever-sso > div,
.start-optoma-page #startPageLoginModal .ms-signin > div,
.start-optoma-page #startPageLoginModal .canvas-lms-signin > a {
  align-items: center;
}
.start-optoma-page #startPageLoginModal .g-signin2 > div > .icon,
.start-optoma-page #startPageLoginModal .classlink-sso > div > .icon,
.start-optoma-page #startPageLoginModal .clever-sso > div > .icon,
.start-optoma-page #startPageLoginModal .ms-signin > div > .icon,
.start-optoma-page #startPageLoginModal .canvas-lms-signin > a > .icon {
  margin-top: 0;
}

.optoma-language-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.optoma-language-dropdown {
  right: 8px !important;
  left: auto !important;
  top: calc(100% + 8px) !important;
  transform: none !important;
  min-width: 220px;
  width: 220px;
  max-width: calc(100vw - 16px);
  max-height: min(70vh, 420px);
  padding: 6px 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2000;
}

.optoma-language-dropdown-item {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  text-align: left;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  color: #444444;
}

.optoma-language-dropdown-item:hover,
.optoma-language-dropdown-item:focus {
  background: #f3f8fd;
  color: #287fd0;
}

.optoma-header-language-btn {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  vertical-align: middle;
}

.optoma-header-language-btn:hover,
.optoma-header-language-btn:focus,
.optoma-header-language-btn:active {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.optoma-header-language-icon {
  width: 36px;
  height: 36px;
  display: block;
  margin: auto;
}

.optoma-intro-image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
}

.optoma-intro-image {
  width: 100%;
  max-width: 840px;
  height: auto;
}

.start-optoma-page .optoma-ai-hero {
  display: flex;
  justify-content: center;
  padding: 0 12px 8px;
}

.start-optoma-page .optoma-ai-hero-card {
  width: 100%;
  max-width: 840px;
  padding: 0;
  text-align: center;
}

.start-optoma-page .optoma-ai-headline {
  margin: 0 0 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.start-optoma-page .optoma-ai-headline-black {
  color: #444444;
}

.start-optoma-page .optoma-ai-headline-blue {
  color: #287FD0;
}

.start-optoma-page .optoma-ai-subtitle {
  margin: 0 auto;
  max-width: 840px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #444444;
  text-align: center;
}

.start-optoma-page .optoma-ai-search {
  margin-top: 40px;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.start-optoma-page .optoma-ai-form {
  display: flex;
  position: relative;
  width: 840px;
  max-width: 100%;
  margin: 0;
  border: 0;
  background: #fff;
  border-radius: 22px;
  height: 40px;
  padding: 0 70px 0 16px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
}

.start-optoma-page .optoma-ai-input {
  flex: 1;
  border: 0;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  height: 100%;
  line-height: 1;
  background: transparent;
}

.start-optoma-page .optoma-ai-input::placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #999999;
  opacity: 1;
}

.start-optoma-page .optoma-ai-input:focus {
  outline: none;
}

.start-optoma-page .optoma-ai-submit {
  position: absolute;
  right: 4px;
  top: 4px;
  border: 0;
  border-radius: 35px;
  width: 62px;
  height: 32px;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(90deg, #00e6cc 0%, #287fd0 100%);
  color: #fff;
}

.start-optoma-page .optoma-ai-chips {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  padding-left: 0;
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 2px;
  padding-bottom: 2px;
}

.start-optoma-page .optoma-ai-chip {
  border: 0;
  background: #fff;
  border-radius: 35px;
  min-height: 36px;
  padding: 4px 16px;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
}

.start-optoma-page .optoma-explore-section {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
}

.start-optoma-page .optoma-explore-title {
  margin: 0 0 14px;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.optoma-explore-filter-wrapper {
  background: transparent !important;
  box-shadow: none !important;
}

.optoma-explore-filter-wrapper .optoma-browse-bar-container {
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.optoma-explore-filter-wrapper .optoma-explore-stack,
.optoma-explore-filter-wrapper .optoma-toggles-row,
.optoma-explore-filter-wrapper .optoma-search-row,
.optoma-explore-filter-wrapper .optoma-filters-row {
  background: transparent !important;
  box-shadow: none !important;
}

.optoma-explore-filter-wrapper .optoma-search-mode-container {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.optoma-explore-filter-wrapper .optoma-search-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
}

.optoma-explore-filter-wrapper .optoma-search-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.optoma-explore-filter-wrapper .optoma-toggle-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #9ca3af;
  background: #fff;
}

.optoma-explore-filter-wrapper .optoma-search-option-selected .optoma-toggle-circle {
  border-color: #287fd0;
  background: radial-gradient(circle at center, #287fd0 0, #287fd0 63%, #fff 64%, #fff 100%);
}

.optoma-explore-filter-wrapper .optoma-toggle-text {
  font-size: 14px;
  color: #2f3134;
  font-weight: 500;
}

.optoma-explore-filter-wrapper .optoma-search-row .optoma-string-search {
  margin-bottom: 10px;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.optoma-explore-filter-wrapper .optoma-search-row .optoma-string-search .input-group {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d7e4ef;
  border-radius: 22px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 50px 0 16px;
  align-items: center;
}

.optoma-explore-filter-wrapper .optoma-search-input {
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.optoma-explore-filter-wrapper .optoma-search-button {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 32px;
  width: 62px;
  min-width: 62px;
  border-radius: 35px;
  border: 0;
  padding: 4px 16px;
  gap: 4px;
  background: linear-gradient(90deg, #00e6cc 0%, #287fd0 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
}

.optoma-explore-filter-wrapper .optoma-search-button p {
  display: none;
}

.optoma-explore-filter-wrapper .optoma-search-button .glyphicon {
  font-size: 14px;
  line-height: 1;
}

.optoma-explore-filter-wrapper .optoma-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.optoma-explore-filter-wrapper .optoma-search-filter-option {
  min-width: 188px;
}

.optoma-explore-filter-wrapper .optoma-standard-selectbox,
.optoma-explore-filter-wrapper .optoma-explore-dropdown {
  width: 188px !important;
  min-width: 188px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d7e4ef;
  background: #fff;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: #2f3134;
  font-size: 14px;
  font-weight: 500;
}

.optoma-explore-filter-wrapper .optoma-standard-filter.inactive {
  color: #9ca3af;
}

.optoma-explore-filter-wrapper .optoma-lessons-dropdown-caret:before {
  color: #287fd0;
}

.optoma-explore-filter-wrapper .optoma-checkbox-selectbox-ul,
.optoma-explore-filter-wrapper .optoma-community-dropdown-contents {
  max-height: 37vh;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #d7e4ef;
  padding: 6px;
}

.optoma-explore-filter-wrapper .optoma-checkbox-selectbox-ul li > a,
.optoma-explore-filter-wrapper .optoma-community-dropdown-contents li > a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  color: #2f3134;
}

.optoma-explore-filter-wrapper .optoma-checkbox-selectbox-ul li > a:hover,
.optoma-explore-filter-wrapper .optoma-community-dropdown-contents li > a:hover {
  background-color: #edf7ff;
  color: #287fd0;
}

/* Full-page loading overlay for Optoma search */
.optoma-filter-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.optoma-filter-loader > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.optoma-search-results-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.start-optoma-page .start-results {
  margin-top: 20px;
}

.optoma-search-results-wrapper .search-results-text {
  margin-left: 0;
  margin-right: 0;
}

.optoma-search-results-wrapper .search-results-left-bar {
  padding-left: 0;
}

.optoma-search-results-wrapper .search-term-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #444444;
  margin: 0;
}

.optoma-search-results-wrapper .search-num-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  margin: 4px 0 0;
}

.optoma-search-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 240px);
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 0;
}

.optoma-search-result-card {
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.optoma-search-results-grid .optoma-lesson-item,
.optoma-standard-lessons-grid .optoma-lesson-item {
  width: 240px;
  display: flex;
}

.optoma-search-results-grid .optoma-lesson-item .optoma-lesson-card,
.optoma-standard-lessons-grid .optoma-lesson-item .optoma-lesson-card {
  background: #f2f2f2;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item {
  width: 240px;
  min-height: 300px;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card {
  background: #f2f2f2;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-thumb {
  width: 100%;
  height: 122px;
  border-radius: 0;
  overflow: hidden;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-buttons {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-btn {
  flex: 1 1 0;
  min-width: 0;
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-btn span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #444444;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-title-row {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-title {
  margin: 0;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-height: 2.4em;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-menu-btn {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  min-width: 20px;
  line-height: 1;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-menu-btn:hover,
.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-menu-btn:focus,
.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-menu-btn:active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-subject {
  margin: 10px 0 0;
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-creator {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-creator-name {
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.optoma-recommendations {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.optoma-recommendations .optoma-recommendations-header {
  margin-top: 40px;
}

.optoma-recommendations .optoma-recommendations-title {
  margin: 0;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}

.optoma-recommendations .optoma-recommendations-subtitle {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.optoma-recommendations .optoma-lessons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.optoma-recommendations .optoma-link-cards-section {
  margin-top: 100px;
}

.optoma-recommendations .optoma-link-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 30px;
  width: 100%;
}

.optoma-recommendations .optoma-link-card-item {
  min-width: 240px;
}

.optoma-recommendations .optoma-link-card-item .optoma-media-card {
  min-width: 240px;
  min-height: 160px;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.08);
  padding: 24px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.optoma-recommendations .optoma-link-card-item .optoma-media-card-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #287fd0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.optoma-recommendations .optoma-link-card-item .optoma-media-card-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.optoma-recommendations .optoma-link-card-item .optoma-media-card-title {
  margin: 0;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-height: 2.4em;
}

.optoma-recommendations .optoma-link-card-item .optoma-media-card-link {
  color: #287fd0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: underline;
}

.optoma-recommendations .optoma-lesson-item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  min-height: 300px;
  background: transparent !important;
  border-radius: 0;
  padding: 0;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card {
  background: #f2f2f2;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-thumb {
  width: 212px;
  height: 122px;
  border-radius: 0;
  overflow: hidden;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-buttons {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-btn {
  flex: 1 1 0;
  min-width: 0;
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-btn span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #444444;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-title-row {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-title {
  margin: 0;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-height: 2.4em;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-menu-btn {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  min-width: 20px;
  line-height: 1;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-menu-btn:hover,
.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-menu-btn:focus,
.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-menu-btn:active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-subject {
  margin: 10px 0 0;
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-creator {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.optoma-recommendations .optoma-lesson-item .optoma-lesson-card-creator-name {
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.optoma-recommendations .optoma-lesson-item .start-object-lesson-text-container {
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent !important;
}

.start-optoma-page .start-object-lesson-text-container {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.start-optoma-page .start-object-plans-cards-text-container {
  text-align: left;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px 0;
}

.start-optoma-page .start-object-plans-cards-text-container .title {
  color: #287fd0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.start-optoma-page .start-object-plans-cards-text-container .subtitle {
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.optoma-recommendations .optoma-lesson-item .start-object-lesson-text-title {
  margin: 0;
  color: #287fd0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.optoma-recommendations .optoma-lesson-item .start-object-lesson-text-text {
  margin: 12px 0 0;
  color: #666666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.optoma-recommendations .optoma-lesson-item .start-object-lesson-text-button {
  margin-top: 14px;
  width: 100%;
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 999px;
  background: transparent;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.optoma-search-results-wrapper .optoma-sort-container {
  display: flex;
  justify-content: flex-end;
}

.optoma-search-results-wrapper .optoma-sort-dropdown-button,
.optoma-search-results-wrapper .optoma-sort-box .dropdown-toggle.dropdown-filter-width {
  width: 188px !important;
  min-width: 188px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #d7e4ef;
  background: #fff;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: #2f3134;
  font-size: 14px;
  font-weight: 500;
}

.optoma-search-results-wrapper .optoma-sort-container .optoma-lessons-dropdown-caret:before {
  color: #287fd0;
}

.optoma-search-results-wrapper .optoma-sort-dropdown-button .optoma-filter-default {
  color: #2f3134;
  font-size: 14px;
  font-weight: 500;
}

.optoma-search-results-wrapper .optoma-sort-dropdown-menu {
  max-height: 37vh;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #d7e4ef;
  padding: 6px;
}

.optoma-search-results-wrapper .optoma-sort-dropdown-menu li > a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  color: #2f3134;
}

.optoma-search-results-wrapper .optoma-sort-dropdown-menu li > a:hover {
  background-color: #edf7ff;
  color: #287fd0;
}

.optoma-pagination-container {
  margin: 24px 0 0;
  background: transparent;
  padding: 18px 0 24px;
}

.optoma-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.optoma-pagination li {
  float: none;
  padding-left: 6px;
  padding-right: 6px;
}

.optoma-pagination li a.optoma-pagination-page,
.optoma-pagination li a.optoma-pagination-nav {
  border: none;
  background: transparent !important;
  color: #231f20 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 10px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.optoma-pagination li a.optoma-pagination-page.active {
  background-color: #287fd0 !important;
  color: #ffffff !important;
}

.optoma-pagination li a.optoma-pagination-page span {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.optoma-pagination li a.optoma-pagination-page.active span {
  background: transparent !important;
  color: #ffffff !important;
}

.optoma-pagination-arrow {
  width: 18px;
  height: 18px;
  display: block;
}

.optoma-pagination li a.optoma-pagination-nav.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.optoma-pagination-container.pagination-container .pagination > li > a {
  background-color: transparent !important;
  color: #231f20 !important;
  border: none !important;
}

.optoma-pagination-container.pagination-container .pagination > li > a:hover,
.optoma-pagination-container.pagination-container .pagination > li > a:focus {
  background-color: transparent !important;
  color: #231f20 !important;
}

.optoma-pagination-container.pagination-container .pagination > li > a.optoma-pagination-page.active {
  background-color: #287fd0 !important;
  color: #ffffff !important;
}

.optoma-standards-results {
  margin-top: 12px;
}

.optoma-standard-category-section {
  margin-bottom: 20px;
}

.optoma-standard-category-title {
  margin: 0;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  color: #444444;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.optoma-standard-class-section {
  margin-bottom: 20px;
}

.optoma-standard-class-title {
  margin: 0 0 12px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.optoma-standard-lessons-grid {
  row-gap: 20px;
}

.optoma-integrations-card {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
  padding: 20px 30px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.optoma-integrations-section {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.optoma-integrations-section:last-child {
  margin-bottom: 0;
}

.optoma-integrations-label {
  margin: 0;
  flex: 0 0 auto;
  min-width: 170px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  color: #444444;
}

.optoma-integrations-logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.optoma-integrations-image {
  height: 30px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.optoma-footer {
  background: transparent;
  text-align: center;
  font-size: 12px;
  color: #444444;
  padding: 0 16px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.optoma-footer.footer {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-content: initial !important;
  justify-content: flex-start !important;
}

.start-optoma-body > .optoma-footer,
.start-optoma-body > .optoma-footer.footer {
  margin-top: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}

.optoma-footer.footer > div {
  margin: 0;
  padding: 0;
  line-height: 12px;
}

.optoma-footer .optoma-footer-links a {
  color: #287fd0;
  text-decoration: underline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0;
}

.optoma-footer .optoma-footer-links a:not(:last-child)::after {
  content: "|";
  color: #586070;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

.optoma-footer .optoma-footer-info p,
.optoma-footer .optoma-footer-copyright {
  margin: 0 auto;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  color: #444444;
  text-align: center;
  opacity: 1;
}

html,
body.start-optoma-body {
  min-height: 100%;
}

@media (max-width: 1200px) {
  .start-optoma-page .optoma-ai-headline {
    font-size: 40px;
  }
  .start-optoma-page .optoma-explore-title {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .start-optoma-page {
    margin-left: 50px;
    margin-right: 50px;
  }
  .optoma-intro-image-wrapper,
  .start-optoma-page .optoma-ai-hero,
  .start-optoma-page .optoma-ai-hero-card,
  .start-optoma-page .optoma-ai-subtitle,
  .start-optoma-page .optoma-ai-search,
  .start-optoma-page .optoma-ai-form,
  .start-optoma-page .optoma-ai-chips,
  .start-optoma-page .optoma-explore-section,
  .optoma-explore-filter-wrapper .optoma-search-row .optoma-string-search,
  .optoma-explore-filter-wrapper .optoma-filter-wrapper,
  .optoma-recommendations,
  .optoma-integrations-card,
  .optoma-search-results-wrapper,
  .optoma-media-objects-section {
    width: 100%;
    max-width: 100%;
  }
  .optoma-explore-filter-wrapper .optoma-filter-wrapper {
    gap: 12px 10px;
  }
  .optoma-explore-filter-wrapper .optoma-search-filter-option {
    flex: 1 1 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    min-width: 0;
  }
  .optoma-explore-filter-wrapper .optoma-standards-filter-wrapper > .optoma-search-filter-option {
    flex: 1 1 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .optoma-explore-filter-wrapper .optoma-filter-wrapper > .optoma-search-filter-option:nth-last-child(2):nth-child(3n+1),
  .optoma-explore-filter-wrapper .optoma-filter-wrapper > .optoma-search-filter-option:nth-last-child(1):nth-child(3n+2) {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .optoma-explore-filter-wrapper .optoma-standard-selectbox,
  .optoma-explore-filter-wrapper .optoma-explore-dropdown {
    width: 100% !important;
    min-width: 0;
  }
  .optoma-recommendations .optoma-lessons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .optoma-recommendations .optoma-lesson-item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    min-height: 0;
  }
  .optoma-recommendations .optoma-lesson-item .optoma-lesson-card {
    min-width: 0;
  }
  .optoma-recommendations .optoma-lesson-item .optoma-lesson-card-thumb {
    width: 100%;
    max-width: 100%;
    height: 175px;
  }
  .optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-thumb {
    height: 175px;
  }
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-container {
    width: 100%;
    min-width: 0;
    padding: 20px 0 20px 0;
  }
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-title,
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-text,
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-button {
    width: 100%;
    max-width: 100%;
  }
  .optoma-recommendations .optoma-link-cards-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 30px;
  }
  .optoma-recommendations .optoma-link-cards-grid .optoma-link-card-item:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
  .optoma-integrations-section {
    align-items: center;
  }
  .optoma-integrations-label {
    min-width: 170px;
  }
  .optoma-integrations-logos {
    flex-wrap: wrap;
    overflow: visible;
    gap: 16px 18px;
    align-content: center;
  }
  .start-optoma-page .start-results {
    margin-left: 0;
    margin-right: 0;
  }
  .optoma-search-results-grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    justify-content: initial;
    row-gap: 20px;
    column-gap: 20px;
  }
  .optoma-search-results-grid .optoma-lesson-item,
  .optoma-standard-lessons-grid .optoma-lesson-item,
  .optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .start-optoma-page {
    margin-left: 20px;
    margin-right: 20px;
  }
  .optoma-explore-filter-wrapper,
  .optoma-explore-filter-wrapper.explore-filter-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  .optoma-explore-filter-wrapper .optoma-browse-bar-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  .start-optoma-page .optoma-ai-hero {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .start-optoma-page .optoma-ai-hero-card {
    width: 100%;
    max-width: 100%;
  }
  .optoma-intro-image-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .optoma-intro-image {
    width: 100%;
    max-width: 100%;
  }
  .start-optoma-page .optoma-ai-headline {
    font-size: 32px;
    white-space: normal;
    max-width: 100%;
    line-height: 1.1;
  }
  .start-optoma-page .optoma-ai-subtitle {
    font-size: 16px;
    line-height: 1.2;
  }
  .start-optoma-page .optoma-ai-form {
    width: 100%;
    height: 40px;
    padding: 0 70px 0 12px;
  }
  .start-optoma-page .optoma-ai-chips {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    row-gap: 10px;
    column-gap: 10px;
  }
  .start-optoma-page .optoma-ai-chip {
    width: calc((100% - 10px) / 2);
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
  }
  .start-optoma-page .optoma-ai-input,
  .optoma-explore-filter-wrapper .optoma-search-input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .start-optoma-page .optoma-ai-input::placeholder,
  .optoma-explore-filter-wrapper .optoma-search-input::placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .start-optoma-page .optoma-explore-section {
    width: 100%;
    max-width: 100%;
  }
  .start-optoma-page .optoma-explore-title {
    font-size: 30px;
  }
  .optoma-explore-filter-wrapper .optoma-search-row .optoma-string-search {
    width: 100%;
    max-width: 100%;
  }
  .optoma-explore-filter-wrapper .optoma-search-row .optoma-string-search .input-group {
    width: 100%;
  }
  .optoma-explore-filter-wrapper .optoma-search-mode-container {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 11px;
  }
  .optoma-explore-filter-wrapper .optoma-filter-wrapper {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .optoma-explore-filter-wrapper .optoma-search-filter-option {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .optoma-explore-filter-wrapper .optoma-standard-selectbox,
  .optoma-explore-filter-wrapper .optoma-explore-dropdown {
    width: 100% !important;
    min-width: 0;
  }
  .optoma-header-logged-in .optoma-header-nav {
    display: none;
  }
  .optoma-header-logged-in .optoma-header-hamburger-btn {
    display: inline-flex;
  }
  .optoma-header-logged-in .optoma-header-hamburger-menu {
    position: relative;
    margin-right: auto;
  }
  .optoma-header-logged-in .optoma-header-hamburger-menu .optoma-header-hamburger-dropdown {
    left: 0;
    right: auto;
    margin-top: 8px;
  }
  .optoma-search-results-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: initial;
    row-gap: 20px;
  }
  .optoma-search-results-grid .optoma-lesson-item,
  .optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item {
    width: 100%;
    max-width: 100%;
  }
  .optoma-search-results-wrapper .optoma-search-result-card.optoma-lesson-item .optoma-lesson-card-thumb {
    height: 172px;
  }
  .optoma-search-results-wrapper .search-results-right-bar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .optoma-search-results-wrapper .optoma-sort-container {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
  .optoma-search-results-wrapper .search-results-right-bar .optoma-sort-container,
  .optoma-search-results-wrapper .search-results-right-bar .optoma-sort-box {
    width: 100%;
    padding: 0;
  }
  .optoma-search-results-wrapper .search-results-right-bar .dropdown-filter-width,
  .optoma-search-results-wrapper .search-results-right-bar .optoma-sort-box .dropdown,
  .optoma-search-results-wrapper .search-results-right-bar .optoma-sort-box .dropdown-toggle.dropdown-filter-width,
  .optoma-search-results-wrapper .search-results-right-bar .optoma-sort-dropdown-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
  }
  .optoma-search-results-wrapper .optoma-sort-box,
  .optoma-search-results-wrapper .optoma-sort-box .dropdown,
  .optoma-search-results-wrapper .optoma-sort-box .dropdown-filter-width,
  .optoma-search-results-wrapper .optoma-sort-dropdown-button {
    width: 100% !important;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .optoma-recommendations .optoma-link-cards-grid {
    grid-template-columns: repeat(1, minmax(240px, 1fr));
    gap: 20px;
  }
  .optoma-recommendations .optoma-link-cards-section {
    margin-top: 40px;
  }
  .optoma-recommendations .optoma-lessons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .optoma-recommendations .optoma-lesson-item {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-height: 0;
  }
  .optoma-recommendations .optoma-lesson-item .optoma-lesson-card {
    width: 100%;
    min-width: 0;
  }
  .optoma-recommendations .optoma-lesson-item .optoma-lesson-card-thumb {
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    height: 177px;
  }
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
  }
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-title,
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-text,
  .optoma-recommendations .optoma-lesson-item .start-object-lesson-text-button {
    width: 100%;
    max-width: 100%;
  }
  .optoma-lesson-item {
    width: 100%;
  }
  .optoma-integrations-card {
    padding: 24px 20px;
  }
  .optoma-integrations-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }
  .optoma-integrations-section:last-child {
    margin-bottom: 0;
  }
  .optoma-integrations-label {
    min-width: 0;
    width: 100%;
  }
  .optoma-integrations-logos {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    gap: 18px 20px;
    justify-content: flex-start;
    align-items: center;
  }
  .optoma-integrations-image {
    width: auto;
    height: 21px;
  }
  .start-optoma-page .start-object-plans-cards-text-container,
  .start-optoma-page .start-object-plans-cards-footer-text-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .start-optoma-page .start-object-plans-cards-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .start-optoma-page .start-object-plans-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }
  .start-optoma-page .start-object-plans-card-inner {
    width: auto;
    height: auto;
    position: static;
    left: auto;
    top: auto;
    padding: 20px;
  }
  .start-optoma-page .start-object-plans-card-inner .start-object-plans-card-inner-titles {
    height: auto;
  }
}

/*# sourceMappingURL=startOptoma.css.map */
