@charset "UTF-8";
@font-face {
  font-family: 'Oswald';
  src: url(/assets/Oswald-Serif-3cedd7777eaa993e8d82974410ff3fbe96dc5a061e4aa71ba55cd3ad8c01343b.woff2);
  src: url(/assets/Oswald-Serif-3cedd7777eaa993e8d82974410ff3fbe96dc5a061e4aa71ba55cd3ad8c01343b.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url(/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2);
  src: url(/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/Supreme-Regular-d39da6750b6a53140b14677c98dbc21ec1f5c4f631ef1da1df7c95c37d90bf08.ttf) format("ttf");
}

@font-face {
  font-family: 'Supreme';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/Supreme-Bold-2e1bff7fcc049b906c28b07af22f4d20b061b9ed9e8635f2e2362aa6a14b3eed.ttf) format("ttf");
}

@font-face {
  font-family: 'Supreme';
  font-weight: 800;
  font-style: normal;
  src: url(/assets/Supreme-Extrabold-0a7b7cbc3f6f75448f92bba5b28a9dae78ca2ab778ede828e939b4a1517b1a28.ttf) format("ttf");
}

@font-face {
  font-family: 'Switzer';
  font-weight: 300;
  font-style: normal;
  src: url(/assets/Switzer-Light-ea1ba5eedade89c3f939bee24f1d9cfa41802441072de811bc0ace61a64471ed.ttf) format("ttf");
}

@font-face {
  font-family: 'Switzer';
  font-weight: 400;
  font-style: normal italic;
  src: url(/assets/Switzer-Regular-57c11c9ca075e1e5472fe999d2733586a666a334143a27aaa3f7430aa5cb6d85.ttf) format("ttf");
}

@font-face {
  font-family: 'Switzer';
  font-weight: 600;
  font-style: normal;
  src: url(/assets/Switzer-Semibold-2de3b5beceef6297f128f48cc541a3c5fd5eda5280d2cc51de59ca6ea4ed5f9a.ttf) format("ttf");
}

@font-face {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/BebasNeue-Regular-0e2479d0404310997f18bcec64fe82734fc9387c2533cc8d4bd07adea0c0466c.ttf) format("ttf");
}

/* line 1, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar {
  padding: 0 8px;
  width: calc(100% - 16px);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background: #f9fafa;
}

/* line 11, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* line 18, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-link {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-logo {
  width: 64px;
  height: 20px;
}

/* line 27, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 33, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-right {
  display: flex;
  align-items: center;
}

/* line 38, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-button {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #006ce0;
  line-height: 150%;
  background: none;
  border: none;
  padding: 0;
}

/* line 47, app/assets/stylesheets/videos/layout/_topbar.scss */
.topbar-heading {
  font-family: "Oswald", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  line-height: 160%;
}

/* line 1, app/assets/stylesheets/videos/layout/_layout.scss */
body {
  margin: 0;
  background: #f2f1eb;
}

/* line 6, app/assets/stylesheets/videos/layout/_layout.scss */
.main-container {
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/videos/layout/_hero.scss */
.hero {
  background: #1c1c1c;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 351px;
}

/* line 9, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-bg {
  background: url(/assets/videos_hero_img-fde91cdd3b9c6eba7d490a98d4d28751cdb0958d3f5cbbff68dbe6f89c95ec7d.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 240px;
}

/* line 22, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 56.37%, #1c1c1c 100%);
  z-index: 1;
}

/* line 38, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-content {
  position: relative;
  z-index: 3;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
  gap: 16px;
  overflow: visible;
}

/* line 51, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-text-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 4px;
}

/* line 59, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-heading {
  font-family: "Oswald", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  color: #f9f9f6;
  line-height: 120%;
  letter-spacing: -0.4px;
}

/* line 66, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-text {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  padding: 0 32px;
  line-height: 150%;
}

/* line 72, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-location {
  height: 28px;
  position: relative;
  display: inline-flex;
  color: #f9f9f6;
  border: 2px solid #f9f9f6;
  border-radius: 80px;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 18px 4px 36px;
}

/* line 83, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-location select {
  color: white;
  -webkit-text-fill-color: white;
}

/* line 89, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-select-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

/* line 95, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-select-wrapper .select-text {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #f9f9f6;
  white-space: nowrap;
}

/* line 101, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-select-wrapper select {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #f9f9f6;
  background: transparent;
  border: none;
  padding: 0 14px 0 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 0;
  transition: width 0.2s ease;
}

/* line 113, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-select-wrapper select:focus {
  outline: none;
}

/* line 117, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-select-wrapper select option {
  background: white;
  color: #1a1a1a;
}

/* line 123, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-select-wrapper .select-icon {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

/* line 136, app/assets/stylesheets/videos/layout/_hero.scss */
.hero-location-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
}

/* line 1, app/assets/stylesheets/videos/layout/_filters.scss */
.filters-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

/* line 7, app/assets/stylesheets/videos/layout/_filters.scss */
.filters-section-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 12, app/assets/stylesheets/videos/layout/_filters.scss */
.filters-section-header h4 {
  font-family: "Oswald", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

/* line 16, app/assets/stylesheets/videos/layout/_filters.scss */
.filters-section-header p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 22, app/assets/stylesheets/videos/layout/_filters.scss */
.selection-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 27, app/assets/stylesheets/videos/layout/_filters.scss */
.selection-bar__count {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 14px;
  color: #1a1a1a;
}

/* line 33, app/assets/stylesheets/videos/layout/_filters.scss */
.selection-bar__clear {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid #1a1a1a;
  border-radius: 80px;
  background: transparent;
  cursor: pointer;
  color: #1a1a1a;
}

/* line 43, app/assets/stylesheets/videos/layout/_filters.scss */
.selection-bar__clear:hover {
  background: #f1f2f3;
}

/* line 49, app/assets/stylesheets/videos/layout/_filters.scss */
.filters-row {
  display: flex;
  gap: 8px;
}

/* line 54, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-section {
  display: flex;
  position: relative;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 40px;
}

/* line 63, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-section.date-filter-wrapper::before {
  content: "Select date";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #1a1a1a;
  pointer-events: none;
  z-index: 1;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 13px;
  letter-spacing: -0.03em;
}

/* line 77, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-section.date-filter-wrapper.has-value::before {
  display: none;
}

/* line 83, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-left-icon {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

/* line 94, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-left-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 101, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-right-icon {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

/* line 112, app/assets/stylesheets/videos/layout/_filters.scss */
.filter-right-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 119, app/assets/stylesheets/videos/layout/_filters.scss */
input,
select {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 13px;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  width: 100%;
  height: 40px;
  padding: 0 16px 0 26px;
  border: 2px solid #1a1a1a;
  border-radius: 80px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  -webkit-text-size-adjust: none;
  text-decoration: none;
}

/* line 139, app/assets/stylesheets/videos/layout/_filters.scss */
input:focus,
select:focus {
  outline: none;
}

/* line 144, app/assets/stylesheets/videos/layout/_filters.scss */
input[type="date"] {
  -webkit-text-fill-color: transparent;
}

/* line 145, app/assets/stylesheets/videos/layout/_filters.scss */
input[type="date"]:focus {
  outline: none;
}

/* line 149, app/assets/stylesheets/videos/layout/_filters.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 16px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

/* line 160, app/assets/stylesheets/videos/layout/_filters.scss */
input.has-value[type="date"] {
  -webkit-text-fill-color: transparent;
}

/* line 165, app/assets/stylesheets/videos/layout/_filters.scss */
.date-display {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #1a1a1a;
  pointer-events: none;
  z-index: 1;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 13px;
  letter-spacing: -0.03em;
  display: none;
}

/* line 179, app/assets/stylesheets/videos/layout/_filters.scss */
.date-filter-wrapper.has-value .date-display {
  display: block;
}

/* line 1, app/assets/stylesheets/videos/layout/_latest.scss */
.latest-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #1a1a1a;
  padding: 0 24px;
  padding-top: 24px;
}

/* line 9, app/assets/stylesheets/videos/layout/_latest.scss */
.latest-section h4 {
  font-family: "Oswald", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

/* line 13, app/assets/stylesheets/videos/layout/_latest.scss */
.latest-section-available {
  display: flex;
  gap: 4px;
  margin: 0;
}

/* line 18, app/assets/stylesheets/videos/layout/_latest.scss */
.latest-section-available span {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 22, app/assets/stylesheets/videos/layout/_latest.scss */
.latest-section-available p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 1, app/assets/stylesheets/videos/layout/_footer_mobile.scss */
.footer {
  height: 104px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fdfdfc;
  padding: 0 24px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 14, app/assets/stylesheets/videos/layout/_footer_mobile.scss */
.footer .footer-buttons {
  width: 100%;
  max-width: 448px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* line 23, app/assets/stylesheets/videos/layout/_footer_mobile.scss */
.footer .footer-buttons #cancel {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #1a1a1a;
  background: none;
  border: none;
  padding: 0;
}

/* line 33, app/assets/stylesheets/videos/layout/_footer_mobile.scss */
.footer .footer-buttons #continue {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  background: #006ce0;
  border: none;
  border-radius: 40px;
  padding: 12px 32px;
  white-space: nowrap;
  transition: 0.1s ease;
}

/* line 45, app/assets/stylesheets/videos/layout/_footer_mobile.scss */
.footer .footer-buttons #continue:disabled {
  background: #478ef5;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/videos/videos_grid/_videos_grid.scss */
.videos-container {
  width: 100%;
  max-width: 448px;
  margin: 0 auto;
  background: #f9f9f6;
  border-radius: 24px;
  padding-bottom: 116px;
}

/* line 10, app/assets/stylesheets/videos/videos_grid/_videos_grid.scss */
.videos-grid {
  width: 342px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px 24px 40px 24px;
}

/* line 1, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card {
  position: relative;
  overflow: hidden;
  height: 188px;
}

/* line 6, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(100% - 164px);
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 5;
}

/* line 20, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card:has(input:checked)::after {
  opacity: 1;
}

/* line 24, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: start;
  justify-content: end;
  padding: 8px;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  background: transparent;
}

/* line 40, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* line 50, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card-checkbox span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
  pointer-events: none;
}

/* line 62, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card-checkbox span::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f9f9f6;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.1s ease;
}

/* line 76, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card-checkbox input:checked + span {
  background: #006ce0;
  border-color: #f9f9f6;
}

/* line 80, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card-checkbox input:checked + span::after {
  opacity: 1;
}

/* line 86, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card__link {
  text-decoration: none;
  display: block;
  width: 100%;
}

/* line 92, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card__thumbnail {
  position: relative;
  width: 164px;
  height: 164px;
  overflow: hidden;
}

/* line 99, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 105, app/assets/stylesheets/videos/videos_grid/_video_card.scss */
.video-card__title {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

/* line 1, app/assets/stylesheets/videos/videos_grid/_empty_state.scss */
.videos-empty {
  text-align: center;
  grid-column: 1 / -1;
  padding: 40px 24px;
}

/* line 6, app/assets/stylesheets/videos/videos_grid/_empty_state.scss */
.videos-empty__icon {
  color: #4d4d4d;
}

/* line 10, app/assets/stylesheets/videos/videos_grid/_empty_state.scss */
.videos-empty__title {
  font-family: "Oswald", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  color: #1a1a1a;
  margin-bottom: 8px;
}

/* line 16, app/assets/stylesheets/videos/videos_grid/_empty_state.scss */
.videos-empty__text {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #4d4d4d;
  margin-bottom: 16px;
}

/* line 22, app/assets/stylesheets/videos/videos_grid/_empty_state.scss */
.videos-empty #videos-empty-button {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  padding: 12px 24px;
  background: #006ce0;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/videos/_video_player.scss */
.video-show-container {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: #f2f1eb;
}

/* line 8, app/assets/stylesheets/videos/_video_player.scss */
.video-show-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url(/assets/bg-image-9e5e4d0df524b46b247d022ae70932f5d5392c95a71a608f84aac04b55228a0d.png) repeat center center;
  background-size: contain;
  z-index: 0;
}

/* line 22, app/assets/stylesheets/videos/_video_player.scss */
.video-info {
  margin-top: 12px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

/* line 32, app/assets/stylesheets/videos/_video_player.scss */
.video-info-meta {
  display: flex;
  flex-direction: column;
}

/* line 37, app/assets/stylesheets/videos/_video_player.scss */
.video-info-title {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 46, app/assets/stylesheets/videos/_video_player.scss */
.video-info-time {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #808080;
}

/* line 52, app/assets/stylesheets/videos/_video_player.scss */
.video-player-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 145px auto 0 auto;
  position: relative;
  z-index: 1;
}

/* line 60, app/assets/stylesheets/videos/_video_player.scss */
.video-player-element {
  width: 100%;
  height: auto;
  min-height: 220px;
  display: block;
  background: #000;
  object-fit: contain;
  -webkit-appearance: none;
  appearance: none;
}

/* line 72, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 145px auto 0 auto;
  position: relative;
  z-index: 1;
}

/* line 80, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 91, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-slide {
  display: none;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* line 98, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-slide.active {
  display: block;
  opacity: 1;
}

/* line 104, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 70vh;
}

/* line 112, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-prev,
.thumbnail-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 12px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

/* line 131, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-prev:hover,
.thumbnail-carousel-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 135, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-prev:active,
.thumbnail-carousel-next:active {
  background: rgba(0, 0, 0, 0.9);
}

/* line 139, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-prev img,
.thumbnail-carousel-next img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* line 146, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-prev {
  left: 16px;
}

/* line 150, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-next {
  right: 16px;
}

/* line 154, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-indicators {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
  background-color: rgba(128, 128, 128, 0.3);
  padding: 3px;
  border-radius: 10px;
}

/* line 167, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

/* line 177, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-indicator:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 181, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-indicator.active {
  background: white;
  border-color: white;
}

/* line 187, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-placeholder {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: white;
  text-align: center;
  padding: 24px;
}

/* line 198, app/assets/stylesheets/videos/_video_player.scss */
.thumbnail-carousel-placeholder p {
  margin: 0;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/videos/_video_player.scss */
  .video-player-wrapper,
.thumbnail-carousel-wrapper {
    margin: 0 auto;
  }
}

/* line 1, app/assets/stylesheets/videos/_modal.scss */
#modal {
  border: none;
  border-radius: 16px;
  padding: 0;
  background: white;
  width: 95%;
  max-width: 500px;
}

/* line 10, app/assets/stylesheets/videos/_modal.scss */
#modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

/* line 14, app/assets/stylesheets/videos/_modal.scss */
.modal-content {
  position: relative;
  padding: 24px;
}

/* line 18, app/assets/stylesheets/videos/_modal.scss */
.modal-content h2 {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
}

/* line 24, app/assets/stylesheets/videos/_modal.scss */
.modal-content p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #1a1a1a;
  color: #808080;
  margin-bottom: 24px;
}

/* line 31, app/assets/stylesheets/videos/_modal.scss */
.modal-content #closeModal {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #808080;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 48, app/assets/stylesheets/videos/_modal.scss */
.modal-content #email-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 53, app/assets/stylesheets/videos/_modal.scss */
.modal-content #email-form .input-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 58, app/assets/stylesheets/videos/_modal.scss */
.modal-content #email-form .input-block #modal-error {
  color: #c60000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Switzer", variable, sans-serif;
  margin: 0;
  text-align: left;
  display: none;
  padding-left: 4px;
}

/* line 70, app/assets/stylesheets/videos/_modal.scss */
.modal-content #email-form #email-input {
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 150%;
  height: 42px;
}

/* line 79, app/assets/stylesheets/videos/_modal.scss */
.modal-content #email-form #submit-button {
  width: 200px;
  align-self: end;
  padding: 10px 18px;
  color: white;
  background: #006ce0;
  border: none;
  border-radius: 8px;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 1, app/assets/stylesheets/videos/_misc.scss */
.line {
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 2px;
  background: #1a1a1a;
}

/* line 8, app/assets/stylesheets/videos/_misc.scss */
.video-back-link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 15, app/assets/stylesheets/videos/_misc.scss */
#white-bg.video-back-link {
  background: #f9fafa;
}

/* line 20, app/assets/stylesheets/videos/_misc.scss */
.video-back-link-container {
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/videos/_misc.scss */
.video-back-button {
  padding: 16px 16px 24px 24px;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  gap: 8px;
}

/* line 34, app/assets/stylesheets/videos/_misc.scss */
.back-link-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* line 39, app/assets/stylesheets/videos/_misc.scss */
.back-link-text h2 {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 120%;
}

/* line 45, app/assets/stylesheets/videos/_misc.scss */
.back-link-text p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #808080;
}

/* line 59, app/assets/stylesheets/videos/_misc.scss */
.toast {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translate(-50%, -20px);
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  max-width: 400px;
  white-space: nowrap;
  word-wrap: break-word;
}

/* line 77, app/assets/stylesheets/videos/_misc.scss */
.toast--show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* line 82, app/assets/stylesheets/videos/_misc.scss */
.toast--success {
  background-color: #009a06;
}

/* line 86, app/assets/stylesheets/videos/_misc.scss */
.toast--error {
  background-color: #c60000;
}

/* line 90, app/assets/stylesheets/videos/_misc.scss */
.toast--info {
  background-color: #006ce0;
}

/* line 95, app/assets/stylesheets/videos/_misc.scss */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* line 110, app/assets/stylesheets/videos/_misc.scss */
.loading-overlay--show {
  opacity: 1;
  pointer-events: all;
}

/* line 115, app/assets/stylesheets/videos/_misc.scss */
.loading-overlay__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* line 126, app/assets/stylesheets/videos/_misc.scss */
.loading-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #cbcccd;
  border-top-color: #006ce0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 135, app/assets/stylesheets/videos/_misc.scss */
.loading-overlay__text {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  color: #1a1a1a;
  margin: 0;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/videos/_pagination.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  max-width: 448px;
  list-style: none;
}

/* line 14, app/assets/stylesheets/videos/_pagination.scss */
.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Switzer", variable, sans-serif;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

/* line 31, app/assets/stylesheets/videos/_pagination.scss */
.pagination-link:hover:not(.pagination-link--disabled):not(.pagination-link--active) {
  background: transparent;
  color: #1a1a1a;
  text-decoration: none;
  opacity: 0.7;
}

/* line 38, app/assets/stylesheets/videos/_pagination.scss */
.pagination-link--active {
  background: #006ce0 !important;
  color: white !important;
  border-radius: 4px;
  pointer-events: none;
}

/* line 45, app/assets/stylesheets/videos/_pagination.scss */
.pagination-link--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 51, app/assets/stylesheets/videos/_pagination.scss */
.pagination-link--gap {
  background: transparent;
  border: none;
  color: #808080;
  pointer-events: none;
  min-width: auto;
  padding: 0 4px;
}

/* line 60, app/assets/stylesheets/videos/_pagination.scss */
.pagination-link--prev, .pagination-link--next {
  min-width: auto;
  padding: 0 8px;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px;
  background: #f9f9f6;
  border-radius: 16px;
  margin: 0 24px 16px 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 11, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-header-heading {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 160%;
}

/* line 18, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-videos-selected {
  display: flex;
  gap: 4px;
  margin: 0;
  color: #999999;
}

/* line 24, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-videos-selected p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 28, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-videos-selected span {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 33, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 24px;
}

/* line 39, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9f9f6;
  border-radius: 16px;
  padding: 24px 16px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* line 51, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option.selected {
  border: 2px solid #006ce0;
}

/* line 56, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 63, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* line 69, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 74, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-text h5 {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 120%;
}

/* line 80, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-text p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #999999;
}

/* line 86, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-price {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 4px;
}

/* line 92, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-price span {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 120%;
}

/* line 98, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-price p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 102, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-price .option-price-video {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

/* line 108, app/assets/stylesheets/videos/layout/_purchase.scss */
.option-container .option-price .option-price-video span {
  font-family: "Switzer", variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/* line 115, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-continue-payment {
  width: calc(100% - 48px);
  max-width: 448px;
  display: block;
  padding: 12px 24px;
  background: #006ce0;
  border: none;
  border-radius: 16px;
  color: white;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  margin: 24px auto;
}

/* line 129, app/assets/stylesheets/videos/layout/_purchase.scss */
.purchase-continue-payment:disabled {
  background: #478ef5;
  opacity: 0.8;
}

/* line 135, app/assets/stylesheets/videos/layout/_purchase.scss */
.checkout-container {
  width: 100%;
}

/* line 138, app/assets/stylesheets/videos/layout/_purchase.scss */
.checkout-container #checkout {
  width: 100%;
  min-height: 400px;
}

/* line 1, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-info {
  background: #f9f9f6;
  border-radius: 16px;
  padding: 24px;
  margin: 0 24px 16px 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 4, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-info .order-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

/* line 10, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-info .order-heading .status-badge {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #f1f2f3;
  color: #1a1a1a;
}

/* line 20, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-info .order-title {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  line-height: 160%;
}

/* line 26, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-info .order-info-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 32, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-info .order-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
}

/* line 40, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-empty {
  background: #f9f9f6;
  border-radius: 16px;
  padding: 24px;
  margin: 0 24px 16px 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 24px;
}

/* line 45, app/assets/stylesheets/videos/layout/_order_details.scss */
.order-empty p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #4d4d4d;
}

/* line 1, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 24px;
  background: #f9f9f6;
  border-radius: 16px;
  margin: 0 24px;
  margin-bottom: 16px;
}

/* line 11, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-icon {
  display: flex;
  flex-shrink: 0;
  margin-top: 4px;
}

/* line 16, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-icon-svg {
  width: 24px;
  height: 24px;
  color: #006ce0;
  flex-shrink: 0;
}

/* line 24, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

/* line 30, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-text .videos-available {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* line 36, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-text .videos-available span {
  font-size: 18px;
  line-height: 120%;
  margin: 0;
  color: #1a1a1a;
}

/* line 43, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-text .videos-available h2 {
  font-size: 18px;
  line-height: 120%;
  margin: 0;
  color: #1a1a1a;
}

/* line 51, app/assets/stylesheets/videos/layout/_profile.scss */
.top-block-text p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #999999;
  line-height: 150%;
}

/* line 59, app/assets/stylesheets/videos/layout/_profile.scss */
#logout {
  background: none;
  border: none;
  color: #808080;
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  margin-right: 16px;
  padding: 0;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/videos/layout/_profile.scss */
.order-processing-message {
  margin-top: 20px;
}

/* line 74, app/assets/stylesheets/videos/layout/_profile.scss */
.order-processing-message__spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #cbcccd;
  border-top-color: #006ce0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  flex-shrink: 0;
}

/* line 85, app/assets/stylesheets/videos/layout/_profile.scss */
.order-processing-message__text h2 {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 120%;
  margin: 0;
  color: #1a1a1a;
}

/* line 93, app/assets/stylesheets/videos/layout/_profile.scss */
.order-processing-message__text p {
  font-family: "Switzer", variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  margin: 0;
  color: #999999;
  line-height: 150%;
  margin: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
