/* font-family: 'Hind', sans-serif; */
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
.dl-horizontal-slim dt {
  width: 100px;
  text-align: left;
}

.dl-horizontal-slim dd {
  margin-left: 120px;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

dt, dd {
  line-height: 19px;
}

dl dd {
  margin-bottom: 10px;
}

dl dt {
  text-transform: none;
  font-weight: 300;
  color: #888;
}

dl.dl-force-regular dt {
  float: none;
  width: auto;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dl.dl-force-regular dd {
  margin-left: 0px;
}

.p-0 .table {
  border: 0;
}

table.table thead th.no-sort {
  pointer-events: none !important;
  background-image: none !important;
}
table.table thead th.no-sort::before, table.table thead th.no-sort::after {
  display: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafc;
}

.float-thead-container {
  pointer-events: none;
  padding-top: 10px;
}

.table.text-center td:not(.text-left),
.table.text-center th:not(.text-left) {
  text-align: center;
}
.table.table-bordered tr {
  border-color: #eee !important;
}
.table.table-bordered tr th, .table.table-bordered tr td {
  border-color: #eee !important;
}
.table.table-no-border td, .table.table-no-border th {
  border: 0px !important;
}
.table.table-slim td, .table.table-slim th {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.table tr.text-muted td, .table tr.text-muted th, .table tr.text-muted a {
  color: #999999;
}
.table tr.deleted td, .table tr.deleted th, .table tr.deleted a, .table tr.text-del td, .table tr.text-del th, .table tr.text-del a {
  text-decoration: line-through;
  opacity: 0.6;
}
.table tr .show-on-tr-hover {
  display: none;
}
.table tr:hover .show-on-tr-hover {
  display: inline;
}
.table tr th {
  font-weight: 600;
  border-bottom: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  color: #ffffff;
}
.table tr th:not(.border-right) {
  border-right: none !important;
}
.table tr th.border-right {
  border-right-color: #eee !important;
}
.table tr th.sorting_desc, .table tr th.sorting_asc {
  color: #bbbbbb !important;
}
.table tr td {
  background: none;
  color: #ffffff;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top: 1px solid #eee;
}

table tbody tr.odd td, table tbody tr.even td {
  background: #505050 !important;
}

table.rowlink tbody tr td {
  transition: 0.2s background-color;
}

table.rowlink tbody tr:hover td {
  background: rgba(59, 59, 58, 0.45) !important;
  cursor: pointer;
  cursor: hand;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px;
  line-height: 1.6;
}

.columnheaderSearch {
  padding: 8px;
  background: none;
  position: relative;
  margin: 0 !important;
}
.columnheaderSearch i {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 12px;
  color: #999;
}
.columnheaderSearch.focused i {
  color: #3B3B3A;
}
.columnheaderSearch a.unset {
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 12px;
  color: #999;
  margin: 0;
  padding: 0;
}
.columnheaderSearch a.unset:hover {
  text-decoration: none;
}
.columnheaderSearch input {
  width: 100%;
  height: 30px;
  text-indent: 17px;
  z-index: 100;
}
.columnheaderSearch input:focus {
  border-color: #ddd !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.columnheaderSearch.focused > i {
  color: #3B3B3A;
}

.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .row-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .dataTables_wrapper .row-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dataTables_wrapper .row-top .search-container {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .dataTables_wrapper .row-top .search-container {
    max-width: unset;
    margin-bottom: 0.75rem;
  }
}
.dataTables_wrapper .row-top .state-reset-button {
  background: #3B3B3A;
  padding: 7px 10px;
  border-radius: 5px;
  display: inline-block;
  z-index: 30;
  color: #FFF;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .row-top .state-reset-button svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .row-top .state-reset-button:hover svg {
  transform: rotate(-30deg);
}
.dataTables_wrapper .row-top .search-input-wrapper {
  position: relative;
  margin: 0 1rem 0 0;
  flex: 1;
}
.dataTables_wrapper .row-top .search-input-wrapper .search-icon {
  position: absolute;
  right: 1.5rem;
  top: 48%;
  transform: translateY(-50%);
  z-index: 3000;
  color: rgba(230, 230, 230, 0.4);
  pointer-events: none !important;
}
.dataTables_wrapper .row-top .search-input-wrapper .caret-icon {
  position: absolute;
  right: 0.75rem;
  top: 48%;
  transform: translateY(-50%);
  z-index: 3000;
  font-size: 0.8rem;
  color: rgba(230, 230, 230, 0.4);
  pointer-events: none !important;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter {
  position: relative;
  width: 100%;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter .column-search-dropdown {
  right: 8px;
  top: 8px;
  height: 30px;
  z-index: 1000;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label {
  margin: 0;
  width: 100%;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label input {
  max-width: 375px;
  width: 100%;
  z-index: 50;
  background: #3B3B3A;
  border: none;
  color: #e6e6e6;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  margin: 0;
}
.dataTables_wrapper .row-top .search-input-wrapper .dataTables_filter label input::placeholder {
  color: #e6e6e6;
}
.dataTables_wrapper .row-top .actions-container {
  display: flex;
  align-items: stretch;
}
.dataTables_wrapper .row-top .actions-container .dataTables_length {
  margin-right: 0.75rem;
  display: inline-block;
  height: 100%;
}
.dataTables_wrapper .row-top .actions-container .dataTables_length * {
  height: 100%;
}
.dataTables_wrapper .row-top .actions-container .dataTables_length label {
  margin-bottom: 0;
}
.dataTables_wrapper .row-top .actions-container select {
  font-size: 0.9rem !important;
  border-radius: 5px;
  padding: 0.25rem !important;
  background: #3B3B3A;
  border: none;
  color: #e6e6e6;
}
.dataTables_wrapper .row-top .top-pagination {
  display: inline-flex;
  align-items: center;
}
.dataTables_wrapper .row-top .top-pagination select {
  border-radius: 0;
  height: 100%;
}
.dataTables_wrapper .row-top .top-pagination button {
  display: block;
  border: 0;
  font-size: 0.75rem;
  height: 100%;
  background: #313130;
  color: #FFFFFF;
  padding: 0.37rem 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_wrapper .row-top .top-pagination button:hover {
  background: #2c2c2b;
}
.dataTables_wrapper .row-top .top-pagination button:first-of-type {
  border-radius: 5px 0 0 5px;
}
.dataTables_wrapper .row-top .top-pagination button:last-of-type {
  border-radius: 0 5px 5px 0;
}
.dataTables_wrapper .table {
  background: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #eee;
}
.dataTables_wrapper .table thead th {
  background-color: #505050;
  border: none !important;
  padding: 0.75rem 10px;
  font-size: 1.2rem;
  color: #e6e6e6;
  font-weight: 600;
}
.dataTables_wrapper .table thead th.sorting::before, .dataTables_wrapper .table thead th.sorting::after {
  font-size: 1.2rem !important;
  bottom: 0.5em !important;
}
.dataTables_wrapper .table thead th:first-of-type {
  border-radius: 0 !important;
}
.dataTables_wrapper .table thead th:last-of-type {
  border-radius: 0 !important;
}
.dataTables_wrapper.dt-state-dirty .row-top .state-reset-button {
  opacity: 1;
}
.dataTables_wrapper.searching-specific-column .search-icon, .dataTables_wrapper.searching-specific-column .caret-icon {
  color: #3B3B3A !important;
}
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:active,
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:focus {
  outline: none !important;
}
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:active i,
.dataTables_wrapper .column-search-dropdown .dropdown-toggle:focus i {
  color: #333;
}
.dataTables_wrapper .column-search-dropdown .dropdown-toggle::after {
  content: " " !important;
  display: none !important;
}
.dataTables_wrapper .column-search-dropdown .dropdown-menu li a {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
}
.dataTables_wrapper .column-search-dropdown {
  position: absolute;
  right: 158px;
  top: 8px;
  width: 32px;
  height: 24px;
  z-index: 1000;
}
.dataTables_wrapper .column-search-dropdown button {
  width: 32px;
  height: 24px;
  background: none !important;
  border: none !important;
}

.dataTables_paginate.paging_simple_numbers {
  margin: 2rem auto 1rem auto !important;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button {
  padding: 0.35rem 0.65rem;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button.disabled {
  opacity: 0.5;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button.next, .dataTables_paginate.paging_simple_numbers a.paginate_button.previous {
  color: #3B3B3A;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
  background-color: #3B3B3A;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button.current {
  background-color: #3B3B3A;
}
.dataTables_paginate.paging_simple_numbers a.paginate_button svg path {
  fill: #FFFFFF;
}

table.table thead .sorting {
  padding-right: 14px;
}
table.table thead .sorting::before, table.table thead .sorting::after {
  display: none;
}

table.table thead .sorting {
  background-image: url("/fa/rendered/sort.png?v2") !important;
  background-repeat: no-repeat !important;
  background-position: center right 6px !important;
  background-size: 12px !important;
}

table.table thead .sorting_asc {
  background-image: url("../fa/rendered/sort-up.png?v2") !important;
  background-repeat: no-repeat !important;
  background-position: center right 6px !important;
  background-size: 12px !important;
}

table.table thead .sorting_desc {
  background-image: url("../fa/rendered/sort-down.png?v2") !important;
  background-repeat: no-repeat !important;
  background-position: center right 6px !important;
  background-size: 12px !important;
}

table.table thead .sorting_asc_disabled {
  background-image: url("/fa/rendered/sort-up-disabled.png?v2") !important;
  background-repeat: no-repeat !important;
  background-position: center right 6px !important;
  background-size: 12px !important;
}

table.table thead .sorting_desc_disabled {
  background-image: url("/fa/rendered/sort-down-disabled.png?v2") !important;
  background-repeat: no-repeat !important;
  background-position: center right 6px !important;
  background-size: 12px !important;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

@font-face {
  font-family: "Mint Grotesk Display";
  src: url("../fonts/MintGroteskTrial-MediumDisplay.woff2") format("woff2"), url("../fonts/MintGroteskTrial-MediumDisplay.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mint Grotesk Display";
  src: url("../fonts/MintGroteskTrial-RegularDisplay.woff2") format("woff2"), url("../fonts/MintGroteskTrial-RegularDisplay.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mint Grotesk Display";
  src: url("../fonts/MintGroteskTrial-BoldDisplay.woff2") format("woff2"), url("../fonts/MintGroteskTrial-BoldDisplay.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@-webkit-keyframes bouncebottom {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(3px);
  }
}
@keyframes bouncebottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(3px);
  }
}
/* General css */
:root {
  --form-accent-color: #F24721;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
  min-height: 100vh;
  position: relative;
}

body {
  font-family: "Mint Grotesk Display", sans-serif;
  background-color: #000;
  color: #FFFFFF;
  min-height: 100vh;
  padding-right: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

main {
  padding-top: 150px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .container-padding {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container-padding {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-padding {
    max-width: 1300px;
  }
}
@media (min-width: 1400px) {
  .container-padding {
    max-width: 1600px;
  }
}

.color--red {
  color: #F24721;
}

.bg-gradient {
  background: #F24721;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-lightgray {
  background-color: #EBEBEB !important;
}

.bg-lightergray {
  background-color: #000 !important;
}

.bg-gray {
  background-color: #000 !important;
}

.bg-darkgray {
  background-color: #1C1C1C !important;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white p {
  color: #000000 !important;
}

.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black p, .bg-black li, .bg-darkgray h1, .bg-darkgray h2, .bg-darkgray h3, .bg-darkgray h4, .bg-darkgray h5, .bg-darkgray p, .bg-darkgray li, .bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5, .bg-gray p, .bg-gray li {
  color: #FFFFFF;
}
.bg-black li > a,
.bg-black p > a, .bg-darkgray li > a,
.bg-darkgray p > a, .bg-gray li > a,
.bg-gray p > a {
  color: #FFFFFF;
  text-decoration: underline;
}
.bg-black li > a:hover,
.bg-black p > a:hover, .bg-darkgray li > a:hover,
.bg-darkgray p > a:hover, .bg-gray li > a:hover,
.bg-gray p > a:hover {
  text-decoration: none;
}

.color-lightgray {
  color: #EBEBEB;
}

.color-gold {
  color: #CFB53B;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}
.color-white a {
  color: #FFFFFF !important;
}

.content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 700;
}

h3, h4 {
  font-weight: 700;
}

p {
  color: #EBEBEB;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.no-link {
  text-decoration: none !important;
}

.assume {
  margin: 0px auto;
  width: 100%;
  position: fixed;
  z-index: 11000;
}

.text-black p {
  color: #000000 !important;
}

.is-hidden {
  display: none;
}

.cta-block {
  padding: 30px;
  background: #F24721;
}
.cta-block h3 {
  padding-top: 5px;
  color: #000000 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.cta-block p {
  color: #000000 !important;
}
.cta-block .underlined-link {
  text-decoration: underline !important;
}
.cta-block .underlined-link:after {
  background: #000000;
  opacity: 0.2;
}

.alert-cinemakers {
  color: #FFFFFF;
  background: #F24721;
  border-color: #F24721;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.btn {
  border-radius: 0 !important;
  font-weight: 700 !important;
}

.btn-gradient {
  border-radius: 0;
  background-color: #F24721;
  background-size: 200% auto;
  transition: 0.5s;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1rem;
  text-transform: uppercase;
  border: unset !important;
  padding: 0.5rem 1rem;
}
.btn-gradient:hover {
  color: #FFFFFF;
  filter: brightness(0.9);
}
.btn-gradient-darken {
  background: #F24721;
  transition: 0.5s;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 5px 0;
  border: unset !important;
}
.btn-gradient-darken:hover {
  z-index: unset !important;
  background-position: right center;
  color: #FFFFFF;
}
.btn-gradient.gradient-green {
  background: #80B918;
  transition: 0.5s;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 5px 30px;
  border: unset !important;
}
.btn-gradient.gradient-green-darken {
  background: #749c34;
  transition: 0.5s;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 5px 0;
  border: unset !important;
}
.btn-gradient.gradient-green-darken:hover {
  z-index: unset !important;
  color: #EBEBEB;
}
.btn-gradient.gradient-green:hover {
  color: #EBEBEB;
}

.btn-group.special-btngroup {
  display: flex;
}

.special-btngroup .btn {
  flex: 1;
}

.btn-black {
  padding: 0.5rem 1rem;
  color: white;
  background-color: #000000;
  text-transform: uppercase;
}
.btn-black:hover {
  color: white;
  background-color: #0d0d0d;
}

.btn-grey {
  padding: 0.5rem 1rem;
  color: white;
  background-color: #4E4E4E;
  text-transform: uppercase;
  transition: 0.2s ease;
  border-radius: 0;
}
.btn-grey:hover {
  color: white;
  filter: brightness(0.9);
}

.btn-white {
  padding: 0.5rem 1rem;
  color: #000000;
  background-color: #FFFFFF;
  text-transform: uppercase;
  transition: 0.2s ease;
  border-radius: 0;
}
.btn-white:hover {
  filter: brightness(0.9);
}

.btn-arrowed {
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0;
}
.btn-arrowed:after {
  content: "\f061";
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 1em;
  text-align: center;
  margin-left: 1rem;
  transition: 0.2s ease;
  display: inline-block;
}
.btn-arrowed:hover {
  color: #FFFFFF;
}
.btn-arrowed:hover:after {
  transform: translateX(3px);
}

.link-stretched::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.btn-more {
  color: #FFFFFF;
  position: relative;
  border-radius: 30px;
  background-image: linear-gradient(to right, #ff512f 0%, #dd2476 100%);
  background-size: 200% auto;
  transition: 0.5s;
  font-weight: 600;
  font-size: 1rem;
  padding: 5px 55px 5px 35px;
}
.btn-more:after {
  content: "\f078";
  position: absolute;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
  top: 3px;
  right: 25px;
}
.btn-more:hover {
  color: #FFFFFF;
}
.btn-more:hover:after {
  -webkit-animation: bouncebottom 0.3s alternate ease infinite;
  animation: bouncebottom 0.3s alternate ease infinite;
  color: #FFFFFF;
}

.btn-back:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f060";
  background: #FFFFFF;
  padding: 15px 20px;
  position: absolute;
  bottom: -25px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .btn-back-right:after {
    right: 0;
    bottom: 0;
  }
}
.btn-back:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
  color: #000000;
}

.btn-contactlicens {
  padding: 15px 20px;
  position: absolute;
  top: -217px;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  background: #FFFFFF;
}
.btn-contactlicens:hover {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
  color: #FFFFFF;
  text-decoration: none;
}

.btn-favorite {
  position: absolute;
  right: 0;
  top: -30px;
  padding: 20px;
  background-color: #BDB294;
  color: #000000;
  font-size: 1.7rem;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .btn-favorite {
    right: 0;
    top: 0;
  }
}
.btn-favorite.grid-view {
  right: 41px;
  top: 0;
  padding: 12px;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .btn-favorite.grid-view {
    right: 37px;
  }
}
@media screen and (max-width: 768px) {
  .btn-favorite.grid-view {
    right: 39px;
  }
}
@media screen and (max-width: 1200px) {
  .btn-favorite.grid-view {
    right: 36px;
  }
}
.btn-favorite .empty {
  color: #FFFFFF;
}
.btn-favorite .not-empty {
  color: #f94a3b;
}

.underlined-link {
  color: #FFFFFF;
  position: relative;
  text-decoration: underline;
  font-size: 1.1rem;
  font-weight: 700;
}
.underlined-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.underlined-link:hover:after {
  top: 0;
  right: -0.1em;
}
.underlined-link span {
  position: relative;
  z-index: 20;
}

.pagination i {
  color: #FFFFFF;
  font-size: 1.4rem;
}
.pagination i:hover {
  color: #EBEBEB;
}

.short-grid-pagination, .masterclass-grid-pagination {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .short-grid-pagination, .masterclass-grid-pagination {
    justify-content: center;
  }
}
.short-grid-pagination .page-item, .masterclass-grid-pagination .page-item {
  margin-left: 0.5rem;
}
.short-grid-pagination .page-item:first-child, .masterclass-grid-pagination .page-item:first-child {
  margin-left: 0;
}
.short-grid-pagination .page-item.disabled .page-link, .masterclass-grid-pagination .page-item.disabled .page-link {
  background-color: #EBEBEB !important;
}
.short-grid-pagination .page-item.disabled .page-link i, .masterclass-grid-pagination .page-item.disabled .page-link i {
  color: #000000 !important;
}
.short-grid-pagination .page-item .page-link, .masterclass-grid-pagination .page-item .page-link {
  border: unset;
  border-radius: 0;
  padding: 10px 15px;
  background-color: #000;
  color: #FFFFFF;
  height: 100%;
}
.short-grid-pagination .page-item .page-link:focus, .masterclass-grid-pagination .page-item .page-link:focus {
  box-shadow: unset !important;
}
.short-grid-pagination .page-item .page-link:hover, .masterclass-grid-pagination .page-item .page-link:hover {
  background-color: #4E4E4E;
}
.short-grid-pagination .page-item .page-link i, .masterclass-grid-pagination .page-item .page-link i {
  font-size: 1rem;
}
.short-grid-pagination .page-item.active .page-link, .masterclass-grid-pagination .page-item.active .page-link {
  background: #F24721;
}

.masterclass-grid-pagination .page-item.disabled .page-link {
  background-color: #1C1C1C;
}
.masterclass-grid-pagination .page-item .page-link {
  background-color: #000;
}

.cinemakers-filters .btn-filter {
  padding: 1rem;
  background-color: #1C1C1C;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-weight: 600;
}
.cinemakers-filters .btn-filter:hover {
  color: #EBEBEB;
}
@media screen and (max-width: 992px) {
  .cinemakers-filters .btn-filter {
    width: 100%;
  }
}
.cinemakers-filters .btn-filter.active {
  background-color: #EBEBEB;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .cinemakers-filters .dropdown {
    width: 100%;
  }
}
.cinemakers-filters .dropdown-menu {
  background-color: #FFFFFF;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
}
.cinemakers-filters .dropdown-menu.range-dropdown {
  height: auto !important;
  padding: 12px 12px !important;
  text-align: center;
}
.cinemakers-filters .dropdown-menu.range-dropdown .duration-range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  background: #FFFFFF;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
}
.cinemakers-filters .dropdown-menu.range-dropdown .duration-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  box-shadow: -407px 0 0 400px #000;
  cursor: pointer;
}
.cinemakers-filters .dropdown-menu.range-dropdown-white label {
  color: #FFFFFF;
}
.cinemakers-filters .dropdown-menu.range-dropdown-white .duration-range {
  background: #000;
}
.cinemakers-filters .dropdown-menu.range-dropdown-white .duration-range::-webkit-slider-thumb {
  background: #d5d5d5;
  box-shadow: -407px 0 0 400px #FFFFFF;
}
@media screen and (max-width: 992px) {
  .cinemakers-filters .dropdown-menu {
    width: 100%;
  }
}
.cinemakers-filters .dropdown-menu .dropdown-item {
  color: #000;
  padding: 0.4rem 1.5rem;
}
@media screen and (max-width: 992px) {
  .cinemakers-filters .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cinemakers-filters .dropdown-menu .dropdown-item:hover {
  background-color: #d4d4d4;
  color: #000;
}
.cinemakers-filters .dropdown-menu .dropdown-item.active {
  background-color: #d4d4d4;
  color: #000;
}
.cinemakers-filters .search-input {
  border-left: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 992px) {
  .cinemakers-filters .search-input {
    border-left: none;
    width: 100%;
  }
}
.cinemakers-filters .search-input input {
  padding: 20px 15px;
  height: 100%;
  background-color: #4E4E4E;
  color: #FFFFFF;
  border: none !important;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .cinemakers-filters .search-input input {
    width: 100%;
    text-align: center;
  }
}
.cinemakers-filters .search-input .search-submit {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  padding: 25px 15px;
  color: white;
  font-size: 17px;
  cursor: pointer;
}
.cinemakers-filters .search-input .search-submit:focus {
  outline: unset !important;
}
.cinemakers-filters .search-input .search-submit:hover {
  color: #000;
}

blockquote {
  position: relative;
}
blockquote p {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  z-index: 200;
}
blockquote .quote-person {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
blockquote .quote-position {
  font-size: 0.8rem;
  font-weight: 300;
}
blockquote:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f10d";
  position: absolute;
  top: -57px;
  left: -57px;
  font-size: 3.5rem;
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  opacity: 1;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  blockquote:before {
    left: 5px;
  }
}

/* Navbar */
.normal-header {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  z-index: 9999;
  overflow: visible !important;
}
.normal-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  backdrop-filter: blur(0.2rem);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000000;
  z-index: 1000 !important;
  overflow: hidden !important;
}
.mobile-header .midnightInner {
  overflow: hidden !important;
}

.navbar {
  padding: 0rem 3rem;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  .navbar {
    padding: 16px;
  }
}
.navbar a {
  pointer-events: auto;
}
.navbar .nav-item {
  margin-left: 2rem;
}
.navbar .nav-item.active .nav-link::before {
  width: calc(100% - 1rem);
}
.navbar .nav-link {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  color: #FFFFFF !important;
  font-weight: 300;
  padding-bottom: 0;
  display: inline;
  text-transform: uppercase;
}
.navbar .nav-link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0.5rem;
  right: 0;
  height: 2px;
  background-color: #F24721;
  transition: width 0.3s ease-in-out;
  width: 0;
}
.navbar .nav-link:hover::before {
  width: calc(100% - 1rem);
}
.navbar .nav-button {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar .nav-button .btn-gradient {
  margin-top: 4px;
}
.navbar .container-fluid {
  padding: 0;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  z-index: 2000;
}
.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  background-color: #fff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}
.navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}
.navbar-toggler.active .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all 0.2s;
  background-color: #fff !important;
}
.navbar-toggler.active .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
  background-color: #fff !important;
}
.navbar-toggler.active .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all 0.2s;
  background-color: #fff !important;
}

.button-group {
  z-index: 2000;
}
.button-group .btn-gradient {
  margin-right: 0.7rem;
  margin-top: -5px;
}
@media screen and (max-width: 576px) {
  .button-group .btn-gradient {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all 0.2s;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav.active {
  width: 100%;
}
.sidenav .mobile-navbar {
  position: absolute;
  right: 2rem;
  top: 5rem;
  text-align: right;
  list-style: none;
  margin-top: 3rem;
  height: 100vh;
  width: 100%;
}
.sidenav .mobile-navbar .mobile-nav-item .nav-link {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.sidenav .mobile-navbar .mobile-nav-item.active .underlined-link:after {
  top: 8px !important;
  left: -0.1em !important;
}

/* Language switcher */
.language-switcher, .mobile-language-switcher {
  margin-left: 0.5rem !important;
}
.language-switcher div, .mobile-language-switcher div {
  display: flex;
  align-items: center;
}
.language-switcher div .btn, .mobile-language-switcher div .btn {
  color: #FFFFFF !important;
  font-size: 1.1rem;
  font-weight: 400;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-switcher div .btn:hover, .mobile-language-switcher div .btn:hover {
  font-weight: 700;
}
.language-switcher div .btn.active, .mobile-language-switcher div .btn.active {
  font-weight: 700;
}

.mobile-language-switcher {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.mobile-language-switcher .btn {
  font-size: 1.3rem !important;
}

/* Logo */
.navbar-brand svg {
  width: 134px;
  height: 75px;
}

/*	Swiper	*/
swiper-container {
  --swiper-navigation-top-offset: 29%;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 25px;
}
swiper-container .swiper-button-prev, swiper-container .swiper-button-next {
  color: #FFFFFF !important;
  background: #F24721;
}

/* Header */
ul.header-breadcrumbs {
  list-style: none;
  padding: 0.8rem 0 0 0;
  margin-bottom: 1rem;
}
ul.header-breadcrumbs li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}
ul.header-breadcrumbs li a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, white, white), linear-gradient(to right, #F24721, #F24721);
  background-size: 100% 0.07em, 0 0.07em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  text-transform: uppercase;
}
ul.header-breadcrumbs li a:hover,
ul.header-breadcrumbs li a *:focus {
  background-size: 0 0.07em, 100% 0.07em;
}
ul.header-breadcrumbs li:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f105";
  margin-right: 0.5rem;
  font-weight: 900;
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#herohome {
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #herohome {
    padding: 0 15px;
    margin-bottom: 5rem;
  }
}
#herohome .hero-for-who {
  background: #BDB294;
  padding: 2rem;
  position: absolute;
  z-index: 3;
  right: 5rem;
  bottom: -5rem;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #herohome .hero-for-who {
    left: 25px;
    right: 25px;
  }
}
#herohome .hero-for-who h2 {
  text-transform: uppercase;
}
#herohome .hero-for-who h2, #herohome .hero-for-who p {
  color: #000000;
}
#herohome .hero-for-who .btn-container {
  position: absolute;
  right: 0;
  bottom: -2rem;
  padding: 1rem;
  background: #BDB294;
}
#herohome .main-carousel {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
#herohome .main-carousel .carousel-cell {
  width: 100%;
  height: 100%;
}
#herohome .flickity-viewport {
  position: relative;
}
#herohome .flickity-button {
  border-radius: 0 !important;
  background: #1C1C1C;
  color: white;
}
#herohome .flickity-button.previous {
  bottom: -10px;
  top: unset !important;
}
@media screen and (max-width: 768px) {
  #herohome .flickity-button.previous {
    bottom: unset;
    top: 30px !important;
  }
}
#herohome .flickity-button.next {
  right: unset !important;
  left: 65px;
  bottom: -10px;
  top: unset !important;
}
@media screen and (max-width: 768px) {
  #herohome .flickity-button.next {
    bottom: unset;
    top: 30px !important;
  }
}

.header-holder, .header-container {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .header-holder, .header-container {
    padding: 0 15px;
  }
}

.header-black-block__one {
  position: absolute;
  top: 0;
  left: 0;
  height: 15%;
  width: 3rem;
  background-color: #000000;
  z-index: 2;
}
.header-black-block__one.hero-home {
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .header-black-block__one {
    display: none;
  }
}

.header-black-block__two {
  position: absolute;
  top: 0rem;
  right: 0;
  height: 3rem;
  width: 20%;
  background-color: #000000;
  z-index: 2;
}
.header-black-block__two.masterclass {
  top: 0;
}

.image-header {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  padding: 3rem;
  margin-bottom: 4rem;
}
.image-header.header-medium {
  height: 50vh;
}
@media screen and (max-width: 576px) {
  .image-header {
    height: 100vh;
    padding: 1rem;
  }
}
.image-header .header-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.image-header .header-content h1, .image-header .header-content h2 {
  font-size: 2rem;
  color: #FFFFFF;
  background: #007352;
  display: inline;
  margin: 0;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .image-header .header-content h1, .image-header .header-content h2 {
    line-height: 1.8;
  }
}
.image-header .header-content p {
  color: #ffffff;
  font-size: 1.2rem;
  background: #007352;
  align-self: flex-start;
  padding: 0.5rem 1rem;
  margin-left: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .image-header .header-content p {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.image-header .header-content .header-links {
  margin-top: 1.5rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.image-header .header-content .header-links .btn i {
  top: 0rem !important;
}
.image-header .header-content .header-links .btn-arrowed {
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .image-header .header-content .header-links {
    margin-left: 0;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .image-header .header-content .header-links .btn-black {
    width: 100%;
  }
}
.image-header .header-content .header-links .underlined-link {
  font-size: 1.3rem;
  margin-right: 30px;
}
.image-header .header-content.home p {
  display: inline;
}
.image-header .header-spotlight {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  padding: 20px;
}
.image-header .header-spotlight .spotlight-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
}
.image-header .header-spotlight .spotlight-body {
  font-weight: 300;
  font-size: 0.8rem;
  margin-bottom: 0;
}

/* Footer */
footer .footer-top .footer-content {
  padding: 10rem 2rem 3rem 2rem;
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-content {
    padding: 4rem 0;
  }
}
footer .footer-top .footer-content .navbar-brand {
  line-height: 0.7;
}
footer .footer-top .footer-content h2 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
footer .footer-top .footer-content .navbar-nav--socials {
  flex-direction: row;
  gap: 0.5rem;
}
footer .footer-top .footer-content .navbar-nav--socials i {
  font-size: 1.25rem;
}
footer .footer-top .footer-content .nav-link {
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.2rem 0;
  text-decoration: underline;
  font-weight: 500;
  text-decoration-thickness: 1px;
}
footer .footer-top .footer-content .nav-link:hover {
  text-decoration: none;
}
footer .footer-top .footer-content .footer-navigation-heading {
  margin-bottom: 1rem;
}
footer .footer-top .footer-top--copyright {
  margin-top: 2rem;
  background: #F24721;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}
footer .footer-top .footer-top--copyright p, footer .footer-top .footer-top--copyright a {
  margin: 0;
  font-size: 0.9rem;
  color: black;
  font-weight: 400;
}
footer .footer-top .footer-top--copyright a {
  text-decoration: underline;
}
footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFFFFF;
}
footer .footer-bottom p {
  margin-bottom: 0;
}
footer .footer-bottom p a {
  text-decoration: underline;
  color: #FFFFFF;
}
footer .footer-bottom p a:hover {
  text-decoration: none;
}
footer .powered-by {
  opacity: 0.6;
  font-size: 0.8rem;
}

/* Shorts homepage */
.shorts-home {
  padding: 8rem 0 8rem 30px;
}
@media screen and (max-width: 576px) {
  .shorts-home {
    padding: 4rem 0 4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .shorts-home .container-fluid {
    padding-right: 0;
  }
}
.shorts-home .shorts-intro {
  background: #007352;
  padding: 1.5rem;
  width: 50vw;
}
.shorts-home .shorts-intro h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .shorts-home .shorts-intro {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .shorts-home .shorts-intro {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.shorts-home .homepage-carousel {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 2rem;
  background-color: #000000;
  margin-top: 235px;
}
@media screen and (min-width: 2000px) {
  .shorts-home .homepage-carousel {
    margin-top: 200px;
  }
}
@media screen and (max-width: 992px) {
  .shorts-home .homepage-carousel {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  .shorts-home .homepage-carousel {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shorts-home .homepage-carousel {
    margin-top: unset;
  }
}
.shorts-home .homepage-carousel swiper-slide {
  cursor: pointer;
  width: auto;
}
.shorts-home .homepage-carousel swiper-slide .short-card {
  overflow: hidden;
  aspect-ratio: 2/3;
  height: 375px;
}
.shorts-home .homepage-carousel swiper-slide .short-card > a {
  display: block;
}
.shorts-home .homepage-carousel swiper-slide .short-card__image {
  width: 100%;
  aspect-ratio: 2/3;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.shorts-home .homepage-carousel swiper-slide .short-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.shorts-home .homepage-carousel swiper-slide .short-card__image:hover .short-card__overlay {
  transform: translateY(0);
}
.shorts-home .homepage-carousel swiper-slide .short-title {
  margin: 0;
  font-size: 1.2rem;
}
.shorts-home .homepage-carousel swiper-slide .short-synopsis {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Actueel slider */
.article-slider {
  padding-top: 8rem;
}

.community-page .article-slider {
  padding-top: 0;
  padding-bottom: 8rem;
}

/* Academy section */
.academy .academy-home-intro {
  margin-bottom: -2.5rem;
  margin-left: 5rem;
  z-index: 2;
  position: relative;
}
.academy .academy-home-intro h2:first-child {
  transform: translateX(-30px);
}
.academy .academy-home-intro h2 {
  text-transform: uppercase;
  background: #007352;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.3rem 3rem 0.3rem 1rem;
  margin: 0 0 -0.5rem 0;
}
@media screen and (max-width: 992px) {
  .academy .academy-home-intro {
    margin-left: 0;
  }
  .academy .academy-home-intro h2:first-child {
    transform: translateX(0);
  }
}

/* Masterclass grid */
.masterclass-grid .item-page {
  display: none;
}
.masterclass-grid .masterclass-menu {
  padding: 60px 40px 40px 40px;
  background: #F24721;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.masterclass-grid .masterclass-menu h3 {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 700;
}
.masterclass-grid .masterclass-menu .list-group-item {
  border: none !important;
  background: none;
  padding: 0.5rem 0 0.5rem 0;
  color: #FFFFFF;
}
.masterclass-grid .masterclass-menu .list-group-item .list-link {
  color: #000000;
  font-weight: 700;
  font-size: 1.15rem;
}
.masterclass-grid .masterclass-menu .list-group-item .list-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.masterclass-grid .masterclass-menu .list-group-item .badge {
  color: #000000;
  font-size: 1.15rem;
}
.masterclass-grid .masterclass-menu .underlined-link:after {
  background: #000000;
  opacity: 0.2;
}
.masterclass-grid .masterclass-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: 0.1s ease;
}
.masterclass-grid .masterclass-card:hover {
  background-color: #1C1C1C;
  text-decoration: none;
}
.masterclass-grid .masterclass-card-header h3 {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: 700;
}
.masterclass-grid .masterclass-card-body p {
  margin-bottom: 0;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.masterclass-grid .masterclass-card-footer {
  margin-top: 1rem;
}
.masterclass-grid .not-found {
  margin-top: 3rem;
}

.font-medium {
  font-weight: 600;
  font-size: 1.3rem;
}

/* About section */
.about {
  padding-top: 8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.about p {
  margin-bottom: 2rem;
}
.about .underlined-link:after {
  opacity: 0.5;
}
.about .underlined-link:hover {
  color: #000000;
}

/* Article spotlight */
.article-spotlight {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.article-spotlight .image-block {
  height: 100%;
  min-height: 355px;
  background: no-repeat center center scroll;
  background-size: cover;
  margin-bottom: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.article-spotlight .image-block:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f061";
  padding: 15px 20px;
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #000000;
  background: #FFFFFF;
}
.article-spotlight .image-block:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}
.article-spotlight .image-block:hover:after {
  right: 0;
}
.article-spotlight .image-block .image-block-text {
  margin-top: auto;
}
.article-spotlight .image-block .image-block-text h3 {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 1rem;
}
.article-spotlight .image-block .image-block-text h4 {
  color: #FFFFFF;
  font-weight: 400;
}
.article-spotlight .space-between {
  margin-top: 30px;
}

/* Community spotlight */
.partner-section {
  padding-bottom: 8rem;
}

.community-spotlight .community-spotlight--intro h2:first-child, .creatorprofile-section .community-spotlight--intro h2:first-child {
  transform: translateX(-30px);
}
.community-spotlight .community-spotlight--intro h2, .creatorprofile-section .community-spotlight--intro h2 {
  text-transform: uppercase;
  background: #F24721;
  color: #000000;
  display: inline-block;
  padding: 0.3rem 3rem 0.3rem 1rem;
  margin: 0;
  font-weight: 500;
}
.community-spotlight .community-spotlight--details, .creatorprofile-section .community-spotlight--details {
  margin-top: 1rem;
}
@media screen and (max-width: 992px) {
  .community-spotlight .community-spotlight--details, .creatorprofile-section .community-spotlight--details {
    max-width: 100%;
  }
}
.community-spotlight .card-link:hover .filter-card, .creatorprofile-section .card-link:hover .filter-card {
  background: #F24721 left bottom #3f3f3f no-repeat;
  background-size: 100% 5px;
}
.community-spotlight .card-link:hover .filter-card-all, .creatorprofile-section .card-link:hover .filter-card-all {
  background-size: 200% auto !important;
  background-position: right center;
}
.community-spotlight .filter-card, .creatorprofile-section .filter-card {
  text-align: center;
  color: #FFFFFF;
  border-radius: 0;
  padding: 15px;
  background: #1C1C1C;
  background-size: 100% 5px;
  border: none !important;
}
.community-spotlight .filter-card:has(.stretched-link):hover, .creatorprofile-section .filter-card:has(.stretched-link):hover {
  background: #363636;
}
.community-spotlight .filter-card:has(.stretched-link):hover .title, .creatorprofile-section .filter-card:has(.stretched-link):hover .title {
  text-decoration: underline;
}
.community-spotlight .filter-card .amount, .creatorprofile-section .filter-card .amount {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.7rem;
}
.community-spotlight .filter-card .title, .creatorprofile-section .filter-card .title {
  font-weight: 400;
  font-size: 0.9rem !important;
}
@media screen and (max-width: 576px) {
  .community-spotlight .filter-card .title, .creatorprofile-section .filter-card .title {
    font-size: 1rem !important;
  }
}
.community-spotlight .filter-card-all, .creatorprofile-section .filter-card-all {
  background-size: unset;
}
.community-spotlight .filter-card-all p, .creatorprofile-section .filter-card-all p {
  margin-bottom: 0.7rem;
  font-weight: 400 !important;
}
.community-spotlight .filter-card-all .amount, .creatorprofile-section .filter-card-all .amount {
  margin-bottom: 0.4rem !important;
}
.community-spotlight .filter-card-all .amount span, .creatorprofile-section .filter-card-all .amount span {
  font-weight: 600 !important;
}
.community-spotlight .activity-list, .creatorprofile-section .activity-list {
  border: none !important;
  color: #FFFFFF;
  background-color: #1C1C1C;
}
.community-spotlight .activity-list .list-link, .creatorprofile-section .activity-list .list-link {
  color: #FFFFFF;
}
.community-spotlight .activity-list .list-link:hover, .creatorprofile-section .activity-list .list-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.community-spotlight .activity-list .list-link:hover .arrow, .creatorprofile-section .activity-list .list-link:hover .arrow {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.community-spotlight .activity-list .list-group .list-group-item, .creatorprofile-section .activity-list .list-group .list-group-item {
  background-color: #1C1C1C;
  border-radius: 0 !important;
  border: none !important;
  padding: 20px 30px 10px 30px;
}
.community-spotlight .activity-list .list-group .list-group-item:last-child, .creatorprofile-section .activity-list .list-group .list-group-item:last-child {
  padding-bottom: 20px;
}
.community-spotlight .activity-list .list-group .list-group-item .label, .creatorprofile-section .activity-list .list-group .list-group-item .label {
  font-weight: 700;
}
.community-spotlight .activity-list .list-group .list-group-item h3, .creatorprofile-section .activity-list .list-group .list-group-item h3 {
  font-weight: 600 !important;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.community-spotlight .activity-list .list-group .list-group-item .arrow, .creatorprofile-section .activity-list .list-group .list-group-item .arrow {
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.community-spotlight .activity-list .list-group .list-group-item .arrow i, .creatorprofile-section .activity-list .list-group .list-group-item .arrow i {
  font-size: 1.4rem;
}

.partner-card {
  background: #FFFFFF;
  padding: 2rem;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-card > a {
  display: block;
  width: 100%;
  height: 100%;
}
.partner-card img {
  max-width: 70%;
}

.community-spotlight .partner-card {
  background: #FFFFFF;
  padding: 2rem;
  margin: 0;
  flex: 1 1 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 2rem;
}
.community-spotlight .partner-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.community-spotlight .partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.contentblock-block {
  margin-bottom: 1.5rem !important;
}
.contentblock-block h1 {
  color: #FFFFFF;
  text-transform: uppercase;
}

/* call to action section */
.callto-action {
  margin-bottom: 8rem;
}
.callto-action h2 {
  font-size: 4rem;
  font-weight: 700;
}
.callto-action br {
  height: 0;
}
.callto-action .cta-pros {
  padding: 30px;
  background: #007352;
}
.callto-action .cta-pros h3 {
  padding-top: 5px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.callto-action .cta-pros ul {
  list-style: none;
  padding: 0;
  color: #FFFFFF;
  margin-bottom: 0;
}
.callto-action .cta-pros li {
  padding: 5px 0 5px 1.3em;
}
.callto-action .cta-pros li:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f00c";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

/* Shorts page */
section.shorts-spotlight {
  position: relative !important;
  padding: 0 3rem;
}
@media screen and (max-width: 992px) {
  section.shorts-spotlight {
    padding: 0 15px;
  }
}
section.shorts-spotlight .carousel-main {
  background: #1C1C1C;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  height: 70vh;
}
section.shorts-spotlight .carousel-main.flickity-enabled {
  opacity: 1;
}
section.shorts-spotlight .carousel-main .carousel-cell {
  position: relative;
  width: 100%;
  height: 70vh;
  background-position: center center;
  background-size: cover;
  margin-right: 0;
}
section.shorts-spotlight .carousel-main .carousel-cell .short-info {
  padding: 3rem;
  position: absolute;
  bottom: 30px;
  width: 45%;
}
@media screen and (max-width: 1200px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info {
    bottom: 13%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info {
    padding: 1rem;
  }
}
section.shorts-spotlight .carousel-main .carousel-cell .short-info h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 700;
  background: #007352;
  display: inline;
  margin: 0;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info h3 {
    line-height: 1.8;
    padding: 0.5rem;
  }
}
section.shorts-spotlight .carousel-main .carousel-cell .short-info p {
  color: #ffffff;
  font-size: 1.2rem;
  background: #007352;
  align-self: flex-start;
  padding: 0.5rem 1rem;
  margin-left: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info p {
    font-size: 0.9rem;
    padding: 0.5rem;
    margin-left: 0;
  }
}
section.shorts-spotlight .carousel-main .carousel-cell .short-info .short-info--description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info .short-info--description {
    line-height: 2;
  }
}
section.shorts-spotlight .carousel-main .carousel-cell .short-info .short-info--buttons {
  margin-top: 1.5rem;
  margin-left: 2rem;
}
@media screen and (max-width: 576px) {
  section.shorts-spotlight .carousel-main .carousel-cell .short-info .short-info--buttons {
    margin-left: 0;
  }
}
section.shorts-spotlight .carousel-main .carousel-cell .short-info .short-info--buttons .underlined-link {
  font-size: 1.3rem;
  margin-right: 30px;
}
section.shorts-spotlight .carousel-nav {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
section.shorts-spotlight .carousel-nav.flickity-enabled {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  section.shorts-spotlight .carousel-nav {
    position: relative;
    margin-top: -30px;
    height: 13rem;
    bottom: 0;
  }
}
section.shorts-spotlight .carousel-nav .flickity-viewport {
  height: 415px !important;
}
@media screen and (max-width: 768px) {
  section.shorts-spotlight .carousel-nav .flickity-viewport {
    height: 306px !important;
  }
}
section.shorts-spotlight .carousel-nav .carousel-cell {
  width: 30%;
  height: 100px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  section.shorts-spotlight .carousel-nav .carousel-cell {
    height: 250px;
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  section.shorts-spotlight .carousel-nav .carousel-cell {
    height: 250px;
    width: 28%;
  }
}
@media screen and (max-width: 992px) {
  section.shorts-spotlight .carousel-nav .carousel-cell {
    height: 250px;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  section.shorts-spotlight .carousel-nav .carousel-cell {
    height: 250px;
    width: 30%;
  }
}
@media screen and (max-width: 576px) {
  section.shorts-spotlight .carousel-nav .carousel-cell {
    height: 250px;
    width: 40%;
  }
}
section.shorts-spotlight .carousel-nav .carousel-cell:not(.is-selected) {
  transform: scale(0.8);
}
section.shorts-spotlight .carousel-nav .carousel-cell .short-card__image {
  padding-top: 100%;
  width: 69%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.75rem;
}

.midnightHeader.default {
  background: none;
  color: white !important;
}
.midnightHeader.default .nav-link {
  color: white !important;
}

/* Masterclass page */
.masterclass-page .image-header--container {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .masterclass-page .image-header--container {
    padding: 0 15px;
  }
}
.masterclass-page .image-header {
  width: 100%;
  height: 55vh;
  min-height: 200px;
  position: relative;
  background-color: rgba(235, 235, 235, 0.3);
}
.masterclass-page .image-header .label {
  color: #FFFFFF;
  background: #F24721;
  padding: 5px 10px;
}
.masterclass-page .image-header .header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.masterclass-page .image-header .header-content h2 {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 0.5rem;
}
.masterclass-page .image-header .header-content .masterclass-subinfo {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}
.masterclass-page .image-header .header-content h4 {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.masterclass-page h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 700;
}
.masterclass-page .masterclass {
  padding: 30px;
}
.masterclass-page .masterclass-start {
  background-color: #BDB294;
  color: #000000;
}
.masterclass-page .masterclass-start h3, .masterclass-page .masterclass-start p {
  color: #000000 !important;
}
.masterclass-page .masterclass-parts {
  background-color: #BDB294;
  color: #000000;
}
.masterclass-page .masterclass-parts h3, .masterclass-page .masterclass-parts p, .masterclass-page .masterclass-parts li {
  color: #000000 !important;
}
.masterclass-page .masterclass-downloads {
  background-color: #BDB294;
  color: #000000;
}
.masterclass-page .masterclass-downloads h3, .masterclass-page .masterclass-downloads p {
  color: #000000 !important;
}
.masterclass-page .masterclass-next {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.masterclass-page .masterclass-next__element {
  background-color: #1C1C1C;
  padding: 45px;
}
.masterclass-page .masterclass-parts ol, .masterclass-page .masterclass-parts ul, .masterclass-page .masterclass-downloads ol, .masterclass-page .masterclass-downloads ul {
  margin-bottom: 0rem;
}
.masterclass-page .masterclass-parts ol li, .masterclass-page .masterclass-parts ul li, .masterclass-page .masterclass-downloads ol li, .masterclass-page .masterclass-downloads ul li {
  color: #FFFFFF;
  font-size: 1.1rem;
}
.masterclass-page .masterclass-parts ol li .part-link, .masterclass-page .masterclass-parts ul li .part-link, .masterclass-page .masterclass-downloads ol li .part-link, .masterclass-page .masterclass-downloads ul li .part-link {
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 0.2rem 0 0 0;
  text-decoration: underline;
}
.masterclass-page .masterclass-parts ol li .part-link:hover, .masterclass-page .masterclass-parts ul li .part-link:hover, .masterclass-page .masterclass-downloads ol li .part-link:hover, .masterclass-page .masterclass-downloads ul li .part-link:hover {
  text-decoration: none;
}
.masterclass-page .masterclass-parts ol, .masterclass-page .masterclass-downloads ol {
  padding-left: 10px;
}
.masterclass-page .masterclass-parts ol li .part-link, .masterclass-page .masterclass-downloads ol li .part-link {
  padding: 0.2rem 0 0 1rem;
}
.masterclass-page .masterclass-parts ol li p, .masterclass-page .masterclass-downloads ol li p {
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 0.2rem 0 0 1rem;
  margin-bottom: 0;
}
.masterclass-page .expert-block {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.masterclass-page .expert-block .expert-card__image {
  padding-top: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.masterclass-page .alert-block {
  margin-top: 2rem;
}

.alert-review {
  background-color: #F24721;
  color: #000;
  border-radius: 0;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.alert-review a {
  color: #FFFFFF;
  text-decoration: underline;
}
.alert-review a:hover {
  text-decoration: none;
}

.alert-subscriptions {
  background-color: #EBEBEB;
  color: #000;
  border-radius: 0;
  margin-bottom: 0 !important;
}
.alert-subscriptions .underlined-link:after {
  opacity: 0.5;
}
.alert-subscriptions .underlined-link span {
  color: #000;
  font-weight: 400;
}

.alert-multilang {
  background-color: #4E4E4E;
  color: #FFFFFF;
  border-radius: 0;
  font-size: 90%;
  margin-top: 1rem;
  margin-right: 10px;
}

.product-upsell {
  margin-top: 1rem !important;
}
.product-upsell a {
  color: #000000;
  text-decoration: underline;
}
.product-upsell a:hover {
  text-decoration: none;
}

.masterclasspart-info {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.masterclasspart-video {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 2rem;
}

.masterclass-review {
  background-color: #000;
  padding: 3rem 0;
}
.masterclass-review .review-form {
  padding: 30px;
  background-color: #1C1C1C;
}

.masterclass-review .review-form h3, .short-review .review-form h3, .short-question .review-form h3, .qa-answer .review-form h3, .creator-sendmessage .review-form h3 {
  color: #FFFFFF;
  font-weight: 700;
}
.masterclass-review .review-form .custom-textarea input, .masterclass-review .review-form .custom-textarea textarea, .short-review .review-form .custom-textarea input, .short-review .review-form .custom-textarea textarea, .short-question .review-form .custom-textarea input, .short-question .review-form .custom-textarea textarea, .qa-answer .review-form .custom-textarea input, .qa-answer .review-form .custom-textarea textarea, .creator-sendmessage .review-form .custom-textarea input, .creator-sendmessage .review-form .custom-textarea textarea {
  background-color: #FFFFFF;
  border-radius: unset;
  color: #000000;
  border: none;
}
.masterclass-review .review-form .custom-textarea input:focus, .masterclass-review .review-form .custom-textarea textarea:focus, .short-review .review-form .custom-textarea input:focus, .short-review .review-form .custom-textarea textarea:focus, .short-question .review-form .custom-textarea input:focus, .short-question .review-form .custom-textarea textarea:focus, .qa-answer .review-form .custom-textarea input:focus, .qa-answer .review-form .custom-textarea textarea:focus, .creator-sendmessage .review-form .custom-textarea input:focus, .creator-sendmessage .review-form .custom-textarea textarea:focus {
  border-color: #000;
  color: #000000;
  box-shadow: none !important;
}
.masterclass-review .review-form .custom-switch .custom-control-label, .short-review .review-form .custom-switch .custom-control-label, .short-question .review-form .custom-switch .custom-control-label, .qa-answer .review-form .custom-switch .custom-control-label, .creator-sendmessage .review-form .custom-switch .custom-control-label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.masterclass-review .review-form .custom-switch .custom-control-label::before, .short-review .review-form .custom-switch .custom-control-label::before, .short-question .review-form .custom-switch .custom-control-label::before, .qa-answer .review-form .custom-switch .custom-control-label::before, .creator-sendmessage .review-form .custom-switch .custom-control-label::before {
  border-radius: 0;
  height: 1.1rem;
}
.masterclass-review .review-form .custom-switch .custom-control-label::after, .short-review .review-form .custom-switch .custom-control-label::after, .short-question .review-form .custom-switch .custom-control-label::after, .qa-answer .review-form .custom-switch .custom-control-label::after, .creator-sendmessage .review-form .custom-switch .custom-control-label::after {
  border-radius: 0;
  height: calc(1.1rem - 4px);
  background: #F24721;
}
.masterclass-review .review-form .custom-control-input:checked ~ .custom-control-label::before, .short-review .review-form .custom-control-input:checked ~ .custom-control-label::before, .short-question .review-form .custom-control-input:checked ~ .custom-control-label::before, .qa-answer .review-form .custom-control-input:checked ~ .custom-control-label::before, .creator-sendmessage .review-form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F24721 !important;
  border-color: #FFFFFF !important;
}
.masterclass-review .review-form .custom-control-input:checked ~ .custom-control-label::after, .short-review .review-form .custom-control-input:checked ~ .custom-control-label::after, .short-question .review-form .custom-control-input:checked ~ .custom-control-label::after, .qa-answer .review-form .custom-control-input:checked ~ .custom-control-label::after, .creator-sendmessage .review-form .custom-control-input:checked ~ .custom-control-label::after {
  background: #FFFFFF !important;
}

.notfound h2 {
  font-size: 7rem;
  font-weight: 700;
  margin: 0;
  background: none !important;
  color: #F24721 !important;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  letter-spacing: 11.5px;
}
.notfound p {
  font-size: 1.5rem;
  font-weight: 600;
}

.error-page {
  margin-top: 12rem;
  margin-bottom: 10rem;
}
.error-page .notfound h2 {
  font-size: 8.5rem;
}
.error-page .notfound p {
  font-size: 2.4rem;
}

.modal {
  z-index: 10050;
}

.modal-backdrop {
  z-index: 10040;
}

/* Login */
.customer-login {
  background: #BDB294;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.customer-login.modal {
  background: none !important;
  height: auto !important;
}
.customer-login.modal .modal-content {
  background: none !important;
}
.customer-login.modal .help-block {
  display: none !important;
}
.customer-login::before {
  background: #000000;
  opacity: 0.3;
  min-height: 100vh;
  height: 100%;
  position: fixed;
  content: "";
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.customer-login.modal::before {
  display: none !important;
}
.customer-login-wrapper {
  position: relative;
  z-index: 100;
  background-color: #000;
  overflow: hidden;
  padding: 33px 55px 33px;
}
@media (min-width: 576px) {
  .customer-login-wrapper {
    width: 420px;
    z-index: 2000;
    padding: 33px 55px;
  }
}
.customer-login-wrapper.wrapper-xl {
  width: 90vw;
  margin-top: 4rem;
}
.customer-login-wrapper-modal {
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}
.customer-login-logo {
  padding-bottom: 30px;
}
.customer-login-logo .navbar-brand {
  margin-right: 0;
}
.customer-login .form-group {
  margin-bottom: 0 !important;
}
.customer-login .form-horizontal .form-group {
  padding-right: 0 !important;
}
.customer-login .selectize-control {
  background-color: #000 !important;
  border-radius: unset !important;
  border: 1px solid #000 !important;
  border-bottom: 2px #FFFFFF solid !important;
  background-clip: unset !important;
  color: #FFFFFF !important;
  margin-bottom: 1.1rem;
}
.customer-login .selectize-control .selectize-input {
  background: transparent !important;
  border: 0 !important;
  color: #FFFFFF !important;
}
.customer-login .selectize-control .selectize-input::after {
  content: url("/fa/rendered/chevron-down.svg") !important;
  filter: invert(1) !important;
}
.customer-login .selectize-control .selectize-control.multi .selectize-input > div {
  border: none !important;
}
.customer-login .selectize-control .selectize-control.single .selectize-input:after {
  top: 15px !important;
}
.customer-login .selectize-control .selectize-control.multi .selectize-input:after {
  top: 12px !important;
}
.customer-login .selectize-control .selectize-dropdown {
  background-color: #000 !important;
  border-radius: unset !important;
  border: 1px solid #000 !important;
  border-bottom: 2px #FFFFFF solid !important;
  background-clip: unset !important;
  color: #FFFFFF !important;
  margin-bottom: 1.1rem;
}
.customer-login .selectize-control .selectize-input input::placeholder {
  color: #bbb !important;
}
.customer-login select {
  background-color: #000 !important;
  border-radius: unset !important;
  color: #FFFFFF !important;
}
.customer-login select:focus {
  background-color: #000 !important;
  border: 0;
  border-bottom: 2px solid;
  color: #FFFFFF;
  box-shadow: none !important;
}
.customer-login input {
  background-color: #000;
  border-radius: unset;
  border: unset;
  border-bottom: 2px #FFFFFF solid;
  color: #FFFFFF;
  margin-bottom: 1.1rem;
}
.customer-login input:focus {
  background-color: #000;
  border: 0px;
  border-bottom: 2px solid;
  border-color: #F24721;
  border-image-slice: 1;
  color: #FFFFFF;
  box-shadow: none !important;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.customer-login input::placeholder {
  color: #EBEBEB;
  opacity: 0.8;
}
.customer-login h1 {
  font-size: 1.7rem;
  color: #FFFFFF !important;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.customer-login p {
  font-size: 1rem;
  color: #EBEBEB;
}
.customer-login .formHint {
  font-size: 0.8rem;
  color: #EBEBEB;
}
.customer-login .forgot-pass {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 5px;
}
.customer-login .submit-form {
  padding-top: 30px;
  padding-bottom: 15px;
}
.customer-login .no-account {
  padding-top: 50px;
  text-align: center;
}
.customer-login .no-account span {
  color: #FFFFFF;
  font-weight: 500;
}
.customer-login .no-account span .underlined-link span {
  font-weight: 700;
}
.customer-login .btn-close {
  position: absolute;
  top: 15px;
  right: 20px;
}
.customer-login .btn-close i {
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 100;
}
.customer-login .btn-close i:hover {
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: wiggle;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.customer-login .btn-backto {
  position: absolute;
  top: 20px;
  left: 20px;
}
.customer-login .btn-backto i {
  font-size: 2rem;
  color: #FFFFFF;
}
.customer-login .btn-backto i:hover {
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}
.customer-login .card-customer-login {
  border-radius: 0;
  height: 100%;
}
.customer-login .card-customer-login .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customer-login .card-customer-login .card-body h3 {
  text-transform: uppercase;
  color: #000000;
}
.customer-login .card-customer-login .card-body ul {
  list-style: none;
  padding: 0;
}
.customer-login .card-customer-login .card-body ul li {
  padding: 5px 0 5px 1.3em;
  color: #000000;
}
.customer-login .card-customer-login .card-body ul li:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f00c";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.account-menu {
  margin-top: 7rem;
  padding: 2rem 0 2rem 0;
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .account-menu {
    margin-top: 5rem;
  }
}
.account-menu h1 {
  color: #FFFFFF;
  font-size: 2.9rem;
}
.account-menu .btn-logout {
  color: #b40303;
  background-color: #efefef;
  border-radius: 30px;
}
.account-menu .btn-logout:hover {
  color: #870202;
}
.account-menu .nav {
  margin-top: 1rem;
}
.account-menu .nav .nav-link {
  border-radius: 0;
  background-color: #FFFFFF;
  background-size: 200% auto;
  transition: 0.5s;
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  padding: 7px 30px;
  text-transform: uppercase;
}
.account-menu .nav .nav-link:hover {
  background-position: right center;
  color: #F24721;
}
.account-menu .nav .nav-link.active {
  background-position: right center;
  color: #F24721;
}

.shortmanagement-menu .nav {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}
.shortmanagement-menu .nav .nav-link {
  border-radius: 0;
  background-color: #EBEBEB;
  transition: 0.5s;
  font-weight: 600;
  color: #000000;
  font-size: 1rem;
  padding: 7px 30px;
}
.shortmanagement-menu .nav .nav-link:hover {
  color: #000;
}
.shortmanagement-menu .nav .nav-link.active {
  background-color: #FFFFFF;
}

section.accountsection hr, section.contactsection hr, section.submitfilmsection hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #EBEBEB;
}
section.accountsection .arrow-back, section.contactsection .arrow-back, section.submitfilmsection .arrow-back {
  color: #FFFFFF !important;
  transition: 0.5s;
}
section.accountsection .arrow-back:hover, section.contactsection .arrow-back:hover, section.submitfilmsection .arrow-back:hover {
  -webkit-filter: contrast(0.5);
  filter: contrast(0.5);
}
section.accountsection .profile-header, section.contactsection .profile-header, section.submitfilmsection .profile-header {
  background-color: #000000;
  position: relative;
}
section.accountsection .profile-creator, section.contactsection .profile-creator, section.submitfilmsection .profile-creator {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
section.accountsection .profile-creator h2, section.contactsection .profile-creator h2, section.submitfilmsection .profile-creator h2 {
  color: #000000;
}
section.accountsection .card, section.contactsection .card, section.submitfilmsection .card {
  border: none;
  border-radius: unset !important;
}
section.accountsection .card .card-header, section.contactsection .card .card-header, section.submitfilmsection .card .card-header {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0;
  padding-top: 3rem;
}
section.accountsection .card .card-body, section.contactsection .card .card-body, section.submitfilmsection .card .card-body {
  background-color: #000;
  color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 2.5rem;
  font-size: 1.2rem;
}
section.accountsection .card .card-body input, section.accountsection .card .card-body textarea, section.contactsection .card .card-body input, section.contactsection .card .card-body textarea, section.submitfilmsection .card .card-body input, section.submitfilmsection .card .card-body textarea {
  background-color: #000;
  border-radius: 0 !important;
  border: unset;
  border-bottom: 2px #FFFFFF solid;
  color: #FFFFFF;
  margin-bottom: 1.1rem;
  font-size: 1.3rem;
}
section.accountsection .card .card-body input:focus, section.accountsection .card .card-body textarea:focus, section.contactsection .card .card-body input:focus, section.contactsection .card .card-body textarea:focus, section.submitfilmsection .card .card-body input:focus, section.submitfilmsection .card .card-body textarea:focus {
  background-color: #000;
  border: 0px;
  border-bottom: 2px solid;
  border-image: linear-gradient(#F24721, #F24721) 30;
  border-image-slice: 1;
  color: #FFFFFF;
  box-shadow: none !important;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
section.accountsection .card .card-body input::placeholder, section.accountsection .card .card-body textarea::placeholder, section.contactsection .card .card-body input::placeholder, section.contactsection .card .card-body textarea::placeholder, section.submitfilmsection .card .card-body input::placeholder, section.submitfilmsection .card .card-body textarea::placeholder {
  color: #FFFFFF;
  opacity: 0.8;
}
section.accountsection .card .card-body select, section.contactsection .card .card-body select, section.submitfilmsection .card .card-body select {
  border-radius: 0 !important;
}
section.accountsection .card .card-body .top-pagination button, section.contactsection .card .card-body .top-pagination button, section.submitfilmsection .card .card-body .top-pagination button {
  border-radius: 0 !important;
}
section.accountsection .card .card-body .cloneFormElements input, section.contactsection .card .card-body .cloneFormElements input, section.submitfilmsection .card .card-body .cloneFormElements input {
  margin-bottom: 0;
}
section.accountsection .card .card-body .cloneFormElements .btn, section.contactsection .card .card-body .cloneFormElements .btn, section.submitfilmsection .card .card-body .cloneFormElements .btn {
  border-radius: 0 !important;
  right: 10px !important;
  padding: 8px 5px !important;
  line-height: 0 !important;
  border: unset !important;
  top: 8px !important;
  background-color: #EBEBEB !important;
}
section.accountsection .card .card-body .cloneFormElements .form-duplicate-add, section.contactsection .card .card-body .cloneFormElements .form-duplicate-add, section.submitfilmsection .card .card-body .cloneFormElements .form-duplicate-add {
  margin-bottom: 1rem;
}
section.accountsection .card .card-body .cloneFormElements .form-duplicate-add .btn, section.contactsection .card .card-body .cloneFormElements .form-duplicate-add .btn, section.submitfilmsection .card .card-body .cloneFormElements .form-duplicate-add .btn {
  position: relative;
  top: 0 !important;
  right: -3px !important;
}
section.accountsection .profile, section.contactsection .profile, section.submitfilmsection .profile {
  background-color: #000000;
  color: #FFFFFF;
  padding-bottom: 8rem;
}
section.accountsection .profile .btn-edit, section.contactsection .profile .btn-edit, section.submitfilmsection .profile .btn-edit {
  border-radius: 0;
  padding: 13px !important;
}
section.accountsection .profile .general-info, section.contactsection .profile .general-info, section.submitfilmsection .profile .general-info {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
}
section.accountsection .profile .general-info .profile-status, section.contactsection .profile .general-info .profile-status, section.submitfilmsection .profile .general-info .profile-status {
  padding: 10px;
  position: absolute;
  top: -28px;
  right: 0;
}
section.accountsection .profile .general-info .profile-status-published, section.contactsection .profile .general-info .profile-status-published, section.submitfilmsection .profile .general-info .profile-status-published {
  background-color: #007352;
}
section.accountsection .profile .general-info .profile-status-unpublished, section.contactsection .profile .general-info .profile-status-unpublished, section.submitfilmsection .profile .general-info .profile-status-unpublished {
  background-color: #b40303;
}
section.accountsection .profile .general-info .profile-status p, section.contactsection .profile .general-info .profile-status p, section.submitfilmsection .profile .general-info .profile-status p {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1rem;
}
section.accountsection .profile .general-info .avatar-image, section.contactsection .profile .general-info .avatar-image, section.submitfilmsection .profile .general-info .avatar-image {
  width: 100%;
  padding-bottom: 263px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.accountsection .profile .general-info .avatar-image, section.contactsection .profile .general-info .avatar-image, section.submitfilmsection .profile .general-info .avatar-image {
    background-position: center center;
  }
}
section.accountsection .profile .general-info .myaccount-link input, section.contactsection .profile .general-info .myaccount-link input, section.submitfilmsection .profile .general-info .myaccount-link input {
  background-color: #EBEBEB;
  border-radius: unset;
  border: unset;
  border-bottom: 2px #000000 solid;
  color: #000000;
  padding: 10px;
  width: 100%;
  position: relative;
}
section.accountsection .profile .general-info .myaccount-link button[type=submit], section.contactsection .profile .general-info .myaccount-link button[type=submit], section.submitfilmsection .profile .general-info .myaccount-link button[type=submit] {
  background-color: #1C1C1C;
  color: #FFFFFF;
  border: 0;
  -webkit-appearance: none;
  padding: 15px;
  position: absolute;
  right: 15px;
}
section.accountsection .profile .general-info .external-links, section.contactsection .profile .general-info .external-links, section.submitfilmsection .profile .general-info .external-links {
  background-color: #007352;
  padding: 30px;
  position: relative;
}
section.accountsection .profile .general-info .external-links h3, section.accountsection .profile .general-info .external-links p, section.contactsection .profile .general-info .external-links h3, section.contactsection .profile .general-info .external-links p, section.submitfilmsection .profile .general-info .external-links h3, section.submitfilmsection .profile .general-info .external-links p {
  color: #FFFFFF !important;
}
section.accountsection .profile .general-info .external-links .btn-add, section.contactsection .profile .general-info .external-links .btn-add, section.submitfilmsection .profile .general-info .external-links .btn-add {
  border-radius: 0;
  padding: 13px !important;
  position: absolute;
  top: 0;
  right: 0;
}
section.accountsection .profile .general-info .external-links .btn-edit, section.contactsection .profile .general-info .external-links .btn-edit, section.submitfilmsection .profile .general-info .external-links .btn-edit {
  margin-left: 1.1rem;
  padding: 8px !important;
  color: #FFFFFF;
}
section.accountsection .profile .general-info .external-links .btn-edit:hover, section.contactsection .profile .general-info .external-links .btn-edit:hover, section.submitfilmsection .profile .general-info .external-links .btn-edit:hover {
  opacity: 0.6;
}
section.accountsection .profile .general-info .external-links .external-link, section.contactsection .profile .general-info .external-links .external-link, section.submitfilmsection .profile .general-info .external-links .external-link {
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 0.2rem 0 0 0;
  text-decoration: underline;
}
section.accountsection .profile .general-info .external-links .external-link:hover, section.contactsection .profile .general-info .external-links .external-link:hover, section.submitfilmsection .profile .general-info .external-links .external-link:hover {
  text-decoration: none;
}
section.accountsection .profile .general-info h3, section.contactsection .profile .general-info h3, section.submitfilmsection .profile .general-info h3 {
  margin-bottom: 1rem;
}
section.accountsection .profile .general-info p, section.contactsection .profile .general-info p, section.submitfilmsection .profile .general-info p {
  color: #FFFFFF;
}
section.accountsection .profile .general-info .about-myself, section.contactsection .profile .general-info .about-myself, section.submitfilmsection .profile .general-info .about-myself {
  padding-top: 1rem;
  border-top: 1.5px solid #000;
  color: #FFFFFF;
}
section.accountsection .profile .general-info .contact-allowed, section.contactsection .profile .general-info .contact-allowed, section.submitfilmsection .profile .general-info .contact-allowed {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1.5px solid #000;
}
section.accountsection .profile .general-info .contact-allowed p, section.contactsection .profile .general-info .contact-allowed p, section.submitfilmsection .profile .general-info .contact-allowed p {
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
}
section.accountsection .profile .general-info .contact-allowed p strong, section.contactsection .profile .general-info .contact-allowed p strong, section.submitfilmsection .profile .general-info .contact-allowed p strong {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
section.accountsection .profile .general-info .contact-allowed .underlined-link, section.contactsection .profile .general-info .contact-allowed .underlined-link, section.submitfilmsection .profile .general-info .contact-allowed .underlined-link {
  color: #000000;
}
section.accountsection .profile .general-info .contact-allowed .underlined-link:after, section.contactsection .profile .general-info .contact-allowed .underlined-link:after, section.submitfilmsection .profile .general-info .contact-allowed .underlined-link:after {
  opacity: 0.5;
}
section.accountsection .profile .general-info .contact-allowed .underlined-link:hover, section.contactsection .profile .general-info .contact-allowed .underlined-link:hover, section.submitfilmsection .profile .general-info .contact-allowed .underlined-link:hover {
  color: #000000;
}
section.accountsection .profile .general-info .no-hover:hover:after, section.contactsection .profile .general-info .no-hover:hover:after, section.submitfilmsection .profile .general-info .no-hover:hover:after {
  top: 50%;
  right: 1em;
}
section.accountsection .contact-options, section.contactsection .contact-options, section.submitfilmsection .contact-options {
  font-weight: 600;
}
section.accountsection .edit-myprofile .underlined-link, section.contactsection .edit-myprofile .underlined-link, section.submitfilmsection .edit-myprofile .underlined-link {
  cursor: default;
}
section.accountsection .started-masterclasses h3, section.contactsection .started-masterclasses h3, section.submitfilmsection .started-masterclasses h3 {
  font-weight: 600;
}
section.accountsection .started-masterclasses .underlined-link, section.contactsection .started-masterclasses .underlined-link, section.submitfilmsection .started-masterclasses .underlined-link {
  cursor: pointer;
}

section.contactsection .card-header, section.submitfilmsection .card-header {
  background-color: #000 !important;
}

.change-name .selectize-countries .selectize-input, .change-name .form-control .selectize-input {
  background: #000 !important;
  border-radius: unset !important;
  border: 1px solid #000 !important;
  border-bottom: 2px #FFFFFF solid !important;
  background-clip: unset !important;
  color: #FFFFFF !important;
  padding: 0.375rem 0.5rem !important;
  font-size: 1.3rem !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
}
.change-name .selectize-countries .selectize-input:after, .change-name .form-control .selectize-input:after {
  -webkit-font-smoothing: antialiased !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  position: absolute !important;
  border: none !important;
  top: 16px !important;
  right: 30px !important;
  width: 0 !important;
  opacity: 1 !important;
}
.change-name .selectize-countries .dropdown-active:after, .change-name .form-control .dropdown-active:after {
  -webkit-font-smoothing: antialiased !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f077" !important;
}
.change-name .selectize-countries .selectize-dropdown, .change-name .form-control .selectize-dropdown {
  background: #000 !important;
  color: #FFFFFF !important;
  border-radius: unset !important;
  border: 1px solid #000 !important;
}
.change-name .selectize-countries .country_code, .change-name .form-control .country_code {
  color: #FFFFFF !important;
}
.change-name .selectize-countries .selectize-control.multi .selectize-input > div, .change-name .form-control .selectize-control.multi .selectize-input > div {
  border: none !important;
}
.change-name select {
  background-color: #000 !important;
  border-radius: unset !important;
  color: #FFFFFF !important;
  padding: 0.375rem 0.5rem !important;
}
.change-name select:focus {
  background-color: #000 !important;
  border: 0 !important;
  border-bottom: 2px solid !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.custom-modal {
  overflow-y: scroll !important;
}
.custom-modal .modal-content {
  border: none !important;
  border-radius: unset !important;
  background-color: #1C1C1C;
  color: #FFFFFF;
}
.custom-modal .modal-content .modal-header {
  background-color: #1C1C1C;
  border-radius: 0;
  padding: 30px;
  border-bottom: unset !important;
}
.custom-modal .modal-content .modal-header .close {
  color: #FFFFFF;
  opacity: unset;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 1.6rem;
}
.custom-modal .modal-content .modal-body {
  padding: 30px;
}
.custom-modal .modal-content .modal-body .text-input input, .custom-modal .modal-content .modal-body textarea {
  background-color: #f3f3f3;
  border-radius: unset;
  border: unset;
  border-bottom: 2px #000000 solid;
  color: #000000;
}
.custom-modal .modal-content .modal-body .text-input input:focus, .custom-modal .modal-content .modal-body textarea:focus {
  background-color: #f3f3f3;
  border: 0px;
  border-bottom: 2px solid;
  border-image: linear-gradient(#F24721, #F24721) 30;
  border-image-slice: 1;
  color: #000000;
  box-shadow: none !important;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.custom-modal .modal-content .modal-body .text-input input::placeholder, .custom-modal .modal-content .modal-body textarea::placeholder {
  color: #000000;
  opacity: 0.8;
}
.custom-modal .modal-content .modal-body .select-input .selectize-input {
  background-color: #f3f3f3 !important;
  border-radius: unset;
  border: unset;
  color: #000000;
}
.custom-modal .modal-content .modal-body .select-input .selectize-control.multi .selectize-input > div {
  border: none !important;
}
.custom-modal .modal-content .modal-body .select-input .selectize-control.single .selectize-input:after {
  top: 15px !important;
}
.custom-modal .modal-content .modal-body .select-input .selectize-control.multi .selectize-input:after {
  top: 12px !important;
}
.custom-modal .modal-content .modal-body select {
  background-color: #EBEBEB !important;
  border-radius: unset !important;
  color: #000000 !important;
}
.custom-modal .modal-content .modal-body select:focus {
  border-color: #000 !important;
  background-color: #EBEBEB !important;
  color: #000000 !important;
}
.custom-modal .modal-content .modal-body p {
  margin-bottom: 0.2rem;
}
.custom-modal .modal-content .modal-body .custom-switch .custom-control-label {
  color: #FFFFFF;
}
.custom-modal .modal-content .modal-body .custom-switch .custom-control-label::before {
  border-radius: 0;
  height: 1.1rem;
}
.custom-modal .modal-content .modal-body .custom-switch .custom-control-label::after {
  border-radius: 0;
  height: calc(1.1rem - 4px);
  background: #000 !important;
}
.custom-modal .modal-content .modal-body .custom-control-input:checked ~ .custom-control-label::before {
  background: #F24721 !important;
  border-color: #F24721 !important;
}
.custom-modal .modal-content .modal-body .custom-control-input:checked ~ .custom-control-label::after {
  background: #FFFFFF !important;
}
.custom-modal .modal-content .modal-body .custom-trumbowyg-box .trumbowyg-box, .custom-modal .modal-content .modal-body .custom-trumbowyg-box .trumbowyg-editor {
  border: none !important;
}
.custom-modal .modal-content .modal-body .custom-trumbowyg-box .trumbowyg-button-pane {
  background-color: #f3f3f3;
}
.custom-modal .modal-content .modal-body .custom-trumbowyg-box .trumbowyg-editor {
  background-color: #f3f3f3;
}
.custom-modal .modal-content .modal-footer {
  padding: 30px;
  background-color: #1C1C1C;
  border-radius: 0;
  border-top: unset;
}

.trumbowyg-box * {
  color: #000000 !important;
}

.section-articles .article-card, .article-grid .article-card, .article-slider .article-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  position: relative;
  background: no-repeat center center scroll;
  background-size: cover;
  text-decoration: none;
  background: transparent;
}
.section-articles .article-card img, .article-grid .article-card img, .article-slider .article-card img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.section-articles .article-card-header h3, .article-grid .article-card-header h3, .article-slider .article-card-header h3 {
  font-size: 1.3rem;
  color: #FFFFFF;
  font-weight: 700;
}
.section-articles .article-card-body, .article-grid .article-card-body, .article-slider .article-card-body {
  margin-bottom: 1.5rem;
}
.section-articles .article-card-body h4, .article-grid .article-card-body h4, .article-slider .article-card-body h4 {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 400;
}
.section-articles .article-card-body p, .article-grid .article-card-body p, .article-slider .article-card-body p {
  margin-bottom: 0;
}
.section-articles .article-card-footer, .article-grid .article-card-footer, .article-slider .article-card-footer {
  margin-top: auto;
}

.article-page .article-downloads {
  padding: 30px;
  background-color: #000;
}
.article-page .article-downloads h3, .article-page .article-downloads p {
  color: #FFFFFF !important;
}
.article-page .article-downloads ol, .article-page .article-downloads ul {
  margin-bottom: 0rem;
}
.article-page .article-downloads ol li, .article-page .article-downloads ul li {
  color: #FFFFFF;
  font-size: 1.1rem;
}
.article-page .article-downloads ol {
  padding-left: 10px;
}
.article-page .article-downloads ol li p {
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 0.2rem 0 0 1rem;
  margin-bottom: 0;
}

.heading-page__intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.heading-page__intro h2 {
  text-transform: uppercase;
  background: #F24721;
  color: #000000;
  display: inline;
  align-self: flex-start;
  padding: 0.5rem 1rem;
  margin: 0 0 -0.75rem 0;
}
.heading-page__intro h2:first-child {
  transform: translateX(-30px);
}
.heading-page__intro h2:only-child {
  transform: none;
}
@media screen and (max-width: 1700px) {
  .heading-page__intro h2:first-child {
    transform: translateX(0px);
  }
  .heading-page__intro h2:nth-child(2) {
    transform: translateX(50px);
  }
}
@media screen and (max-width: 576px) {
  .heading-page__intro h2 {
    font-size: 1.5rem;
  }
}

.academy-page .masterclass-menu {
  padding: 40px 25px;
}
.academy-page .masterclass-menu h3 {
  font-size: 1.2rem;
}

.creatorprofile-section {
  background-color: #000;
}
.creatorprofile-section h2 .underlined-link {
  font-size: 2rem !important;
}
.creatorprofile-section .filter-card {
  height: 140px !important;
}
.creatorprofile-section .filter-card h4 {
  font-size: 1rem !important;
}

/* Profile grid */
.profiles-page {
  background-color: #000000;
}
.profiles-page .image-header {
  width: 100%;
  height: 40vh;
  min-height: 200px;
  position: relative;
}
.profiles-page .image-header .header-content h2 {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.profiles-page .image-header .header-content h4 {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.profiles-page h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 700;
}
.profiles-page .profiles-grid .profiles-card {
  background-color: transparent !important;
  padding: 10px 30px;
  border-radius: 0;
  border: unset !important;
}
.profiles-page .profiles-grid .profiles-card .card-img-top {
  padding: 10px;
}
.profiles-page .profiles-grid .profiles-card .card-body {
  padding: 20px 0;
}
.profiles-page .profiles-grid .profiles-card .card-body a:hover {
  text-decoration: none !important;
}
.profiles-page .profiles-grid .profiles-card .card-body .card-title {
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 0.2rem;
}
.profiles-page .profiles-grid .profiles-card .card-body .card-title:hover {
  text-decoration: none;
}
.profiles-page .profiles-grid .profiles-card .card-body .card-disciplines {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
}
.profiles-page .profiles-grid .profiles-card .card-body .card-province {
  font-size: 0.8rem;
}
.profiles-page .profiles-grid .profiles-card .card-body .card-province:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

/* Agenda items */
.section-agendaitems .switch-button, .agenda-grid .switch-button {
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section-agendaitems .switch-button, .agenda-grid .switch-button {
    width: 100%;
  }
}
.section-agendaitems a:hover, .agenda-grid a:hover {
  text-decoration: none !important;
}
.section-agendaitems .agendaitem-card, .agenda-grid .agendaitem-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  position: relative;
  background: no-repeat center center scroll;
  background-size: cover;
  text-decoration: none;
}
.section-agendaitems .agendaitem-card:hover, .agenda-grid .agendaitem-card:hover {
  -webkit-filter: contrast(1.5);
  filter: contrast(1.5);
}
.section-agendaitems .agendaitem-card-header, .agenda-grid .agendaitem-card-header {
  padding: 25px 53px 25px 25px;
}
.section-agendaitems .agendaitem-card-header h4, .agenda-grid .agendaitem-card-header h4 {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 400;
}
.section-agendaitems .agendaitem-card-header h3, .agenda-grid .agendaitem-card-header h3 {
  font-size: 1.3rem;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section-agendaitems .agendaitem-card-header .location, .agenda-grid .agendaitem-card-header .location {
  margin-top: 0.5rem;
  margin-bottom: 0 !important;
  font-size: 0.8rem;
}
.section-agendaitems .agendaitem-card-header .location i, .agenda-grid .agendaitem-card-header .location i {
  margin-right: 5px;
}
.section-agendaitems .agendaitem-card-footer, .agenda-grid .agendaitem-card-footer {
  margin-top: auto;
  padding: 5px;
}
.section-agendaitems .agendaitem-card-footer:hover, .agenda-grid .agendaitem-card-footer:hover {
  -webkit-filter: unset;
  filter: unset;
}
.section-agendaitems .agendaitem-card-footer .date, .agenda-grid .agendaitem-card-footer .date {
  position: absolute;
  background-color: #007352;
  padding: 15px;
  left: 15px;
  bottom: 0;
  text-align: center;
}
.section-agendaitems .agendaitem-card-footer .date .day, .agenda-grid .agendaitem-card-footer .date .day {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
  line-height: 1;
}
.section-agendaitems .agendaitem-card-footer .date .month-year, .agenda-grid .agendaitem-card-footer .date .month-year {
  font-size: 0.8rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}

.agendaitem-page .location {
  padding: 30px;
  position: relative;
  background: #BDB294;
}
.agendaitem-page .location:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f3c5";
  position: absolute;
  top: -59px;
  right: -35px;
  font-size: 6rem;
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .agendaitem-page .location:after {
    right: 0;
  }
}
.agendaitem-page .location h3 {
  margin-bottom: 1rem;
}
.agendaitem-page .location ul {
  list-style: none;
  margin-bottom: 0 !important;
}
.agendaitem-page .location ul li {
  font-size: 1rem;
  font-weight: 600;
}

.related-agendaitems {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.short-page {
  position: relative;
}
.short-page .short-header-information {
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  background-color: #BDB294;
  color: #000000;
  padding: 40px;
  min-width: 30vw;
}
@media screen and (max-width: 992px) {
  .short-page .short-header-information {
    min-width: 100%;
    right: 0;
    bottom: 0;
  }
}
.short-page .short-header-information h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
.short-page .short-header-information h3 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000000;
}
.short-page .short-header-information h3 a {
  text-decoration: underline;
  color: #000000;
}
.short-page .short-header-information h3 a:hover {
  text-decoration: none;
}
.short-page .short-header-information .published-with-collections {
  color: #000000;
}
.short-page .short-header-information .published-with-collections a {
  text-decoration: underline;
  color: #000000;
  display: block;
}
.short-page .short-header-information .published-with-collections a:hover {
  text-decoration: none;
}
.short-page .short-header-information p {
  margin-bottom: 0;
}
.short-page .short-header-information .underlined-link span {
  color: #000000;
}
.short-page .short-header-information .underlined-link:after {
  opacity: 0.5;
}
.short-page .short-header-information .btn-gradient-darken, .short-page .short-header-information .gradient-green-darken {
  padding: 5px 15px;
}
.short-page .short-province-image {
  position: absolute;
  right: 3vw;
  top: 75vh;
  width: 20%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.short-page .short-province-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .short-page .short-province-image {
    top: 175vh;
    width: 50%;
  }
}
.short-page .short-body {
  margin-bottom: 5rem;
}
.short-page .short-body .cine-border-bottom:after {
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  width: 92%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .short-page .short-body .cine-border-bottom:after {
    width: 96%;
  }
}
@media screen and (max-width: 576px) {
  .short-page .short-body .cine-border-bottom:after {
    width: 92%;
  }
}
.short-page .short-body-information {
  border-top: 1px solid #000;
  padding-bottom: 1rem;
}
.short-page .short-body-information:first-child {
  border-top: none;
}
.short-page .short-body-information h4 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.7rem;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
}
.short-page .short-body-information p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.short-page .short-body-information p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.short-page .short-body-information p a:hover {
  text-decoration: none;
}
.short-page .short-body-information .crewlist p {
  margin-bottom: 0 !important;
}
.short-page .short-body-information .crewlist .role {
  font-weight: 300;
}
.short-page .short-body-information .crewlist .read-more-state {
  display: none;
}
.short-page .short-body-information .crewlist .read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
.short-page .short-body-information .crewlist .read-more-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.short-page .short-body-information .crewlist .read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.short-page .short-body-information .crewlist .read-more-state ~ .read-more-trigger:before {
  content: "meer weergeven";
  position: relative;
}
.short-page .short-body-information .crewlist .read-more-state:checked ~ .read-more-trigger:before {
  content: "minder weergeven";
  position: relative;
}
.short-page .short-body-information .crewlist .read-more-trigger {
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 0;
}
.short-page .short-body .awardsfestivals {
  border-top: none;
  border-bottom: 1px solid #000;
}
.short-page .short-body .awardsfestivals:last-child {
  border-bottom: none;
}
.short-page .underlined-link span {
  color: #000000;
}
.short-page .underlined-link:after {
  opacity: 0.5;
}
.short-page .short-media {
  background: #1C1C1C;
}
.short-page .short-review {
  background: #1C1C1C;
}
.short-page .short-review .review-form .btn {
  background: #FFFFFF;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
}
.short-page .short-review .review-form .btn span {
  color: #000000;
}
.short-page .short-review .review-form .btn:after {
  content: "";
}
.short-page .no-reviews {
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.short-page .shortimage-gallery {
  margin-top: 15px;
  margin-bottom: 15px;
}

.region-block {
  position: absolute;
  background: #BDB294;
  padding: 1rem;
  right: 0;
  bottom: -1.5rem;
}
.region-block span {
  font-size: 0.8rem;
  color: #000000;
}

.rating {
  float: left;
  margin-bottom: 1rem;
}
.rating span {
  float: right;
  position: relative;
}
.rating span input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating span label {
  color: #EBEBEB;
}
.rating span label i {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  font-size: 1.5rem;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
  color: #F24721;
}

.shortreview-carousel .carousel-cell {
  width: 85%;
  margin-right: 30px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .shortreview-carousel .carousel-cell {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .shortreview-carousel .carousel-cell {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .shortreview-carousel .carousel-cell {
    width: 75%;
  }
}
@media screen and (max-width: 576px) {
  .shortreview-carousel .carousel-cell {
    width: 100%;
  }
}
.shortreview-carousel .carousel-cell .review-card {
  padding: 30px;
  height: 320px;
  background: #007352;
}
.shortreview-carousel .carousel-cell .review-card .underlined-link span {
  color: #FFFFFF;
}
.shortreview-carousel .carousel-cell .review-card__text {
  padding-left: 8px;
}
.shortreview-carousel .carousel-cell .review-card__text span {
  color: #FFFFFF;
  font-weight: 600;
}
.shortreview-carousel .carousel-cell .review-card__text h4 {
  text-transform: none;
  color: #FFFFFF !important;
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.shortreview-carousel .carousel-cell .review-card__text p {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
.shortreview-carousel .include-spoiler-filter {
  filter: blur(3px);
}
.shortreview-carousel .include-spoiler-alert {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  background-color: #1C1C1C;
  color: #FFFFFF;
  padding: 15px;
}

.shorts-cta {
  overflow: hidden;
  position: relative;
  padding: 4rem 3rem;
}
@media screen and (max-width: 992px) {
  .shorts-cta {
    padding: 0rem 1rem;
  }
}
.shorts-cta .change-z {
  z-index: 900;
}
.shorts-cta h3 {
  color: #FFFFFF;
}
.shorts-cta .get-a-pass, .shorts-cta .free-shorts {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem;
  z-index: 400;
  position: relative;
}
.shorts-cta .get-a-pass .btn, .shorts-cta .free-shorts .btn {
  align-self: flex-start;
}
.shorts-cta .get-a-pass a:not(.btn), .shorts-cta .free-shorts a:not(.btn) {
  color: #fff !important;
  text-decoration: underline;
}
.shorts-cta .free-shorts {
  background: #007352;
  margin-right: 1rem;
}
.shorts-cta .free-shorts h3 {
  text-transform: uppercase;
}
.shorts-cta .get-a-pass {
  background: #BDB294;
  margin-left: 1rem;
}
.shorts-cta .get-a-pass h3, .shorts-cta .get-a-pass p {
  color: #000000;
}
@media screen and (max-width: 992px) {
  .shorts-cta .get-a-pass, .shorts-cta .free-shorts {
    padding: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .shorts-cta .free-shorts {
    margin-bottom: 1rem;
  }
}
.shorts-cta .shorts-page__intro {
  text-transform: uppercase;
}

.short-grid .item-page, .accountsection .item-page {
  display: none;
}
.short-grid .short-card, .accountsection .short-card {
  aspect-ratio: 2/3;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out all;
}
.short-grid .short-card:hover, .accountsection .short-card:hover {
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.3);
}
.short-grid .short-card:hover .short-card__image, .accountsection .short-card:hover .short-card__image {
  filter: brightness(1.1);
}
.short-grid .short-card__text, .accountsection .short-card__text {
  border-left: 3px solid;
  border-image: linear-gradient(#F24721, #F24721) 30;
  border-right: 0;
  padding-left: 8px;
}
.short-grid .short-card__text h4, .short-grid .short-card__text h5, .accountsection .short-card__text h4, .accountsection .short-card__text h5 {
  text-transform: none;
  margin-bottom: 0.5rem;
}
.short-grid .short-card__text h4, .accountsection .short-card__text h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.short-grid .short-card__text h5, .accountsection .short-card__text h5 {
  font-size: 0.85rem;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.short-grid .short-card__image, .accountsection .short-card__image {
  padding-top: 130%;
  width: 90%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1.75rem;
}
.short-grid .short-card .short-card__image, .accountsection .short-card .short-card__image {
  width: 100%;
  aspect-ratio: 2/3;
  background-position: center center;
  background-size: cover;
  position: relative;
  filter: brightness(1);
  transform: 0.3s ease-in-out all;
}
.short-grid .short-card .short-card__overlay, .accountsection .short-card .short-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.short-grid .short-card .short-card__image:hover .short-card__overlay, .accountsection .short-card .short-card__image:hover .short-card__overlay {
  transform: translateY(0);
}
.short-grid .short-card .short-title, .accountsection .short-card .short-title {
  margin: 0;
  font-size: 1.2rem;
}
.short-grid .short-card .short-synopsis, .accountsection .short-card .short-synopsis {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-grid .short-card .btn-favorite, .accountsection .short-card .btn-favorite {
  background: #000000;
}

.accountsection .short-card__text h4, .accountsection .short-card__text h5 {
  color: #FFFFFF;
}

.shorts-section {
  overflow: hidden;
}
.shorts-section h2 {
  color: #000000;
  background: #F24721;
  padding: 0.5rem;
}

.short-grid {
  position: relative;
}
.short-grid .fade-effect {
  z-index: 200;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(rgba(0, 0, 0, 0.55)));
  -webkit-mask-composite: initial;
}

.mustsees {
  background-color: #BDB294;
  padding: 30px;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .mustsees {
    margin-bottom: 4rem;
  }
}
.mustsees h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.mustsees ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.mustsees li {
  padding-left: 1.3em;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.mustsees li:last-child {
  margin-bottom: 0;
}
.mustsees li:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f105";
  display: inline-block;
  margin-left: -1.3em;
  width: 1em;
}

.accountsection .short-card__text h4 {
  color: #000000 !important;
}
.accountsection .short-card__text h5 {
  color: #000000 !important;
}

.short-filter-header {
  z-index: 900;
  position: relative;
}
@media screen and (max-width: 768px) {
  .short-filter-header {
    padding: 0 15px;
  }
}
.short-filter-header .search-input {
  height: 100%;
}
.short-filter-header .short-filter {
  position: relative;
  padding-top: 3px;
  font-size: 0.9rem;
}
.short-filter-header .short-filter .dropdown-toggle {
  padding: 1rem 1rem;
}
.short-filter-header .dropdown-menu {
  z-index: 10000 !important;
  padding: 0.5rem 1rem !important;
}
.short-filter-header .dropdown-menu .dropdown-item {
  color: #000000;
}
.short-filter-header .dropdown-menu .dropdown-item:hover {
  background-color: #d4d4d4;
  color: #000000;
}
.short-filter-header .dropdown-menu .dropdown-item.active {
  background-color: #d4d4d4;
  color: #000000;
}
.short-filter-header .search-input {
  border-left: unset;
  padding: 2px;
}
.short-filter-header .search-input input {
  width: 100%;
  padding: 12px 15px;
  height: 100%;
  border-radius: unset !important;
  -webkit-border-radius: 0 !important;
}
.short-filter-header .search-input .search-submit {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  padding: 16px 15px;
  color: #1C1C1C;
}
.short-filter-header #shortOrderFilter {
  padding-top: 3px;
}
@media screen and (max-width: 992px) {
  .short-filter-header .short-filter-button {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}
.short-filter-header .short-filter-button .btn-shortfavorite {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
  font-weight: 600;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  padding: 1rem;
}
.short-filter-header .short-filter-button .btn-shortfavorite i {
  color: #000;
  position: relative;
  top: 2px;
}
.short-filter-header .short-filter-button .btn-shortfavorite.active {
  background-color: rgba(255, 255, 255, 0.9);
}
.short-filter-header .short-filter-button .btn-shortfavorite.active i {
  color: #f94a3b;
}

.collection-card, .partner-card {
  margin-bottom: 4rem;
  position: relative;
  transition: 0.4s ease-out;
}
.collection-card__image, .partner-card__image {
  height: 100%;
  min-height: 215px;
  background: no-repeat center center;
  background-size: contain;
  background-color: #FFFFFF;
}
.collection-card__text, .partner-card__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #007352;
}
.collection-card__text h4, .partner-card__text h4 {
  font-size: 0.9rem;
  color: #FFFFFF;
  margin-bottom: 0;
}

.collection-grid .fade-effect {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(rgba(0, 0, 0, 0)));
  -webkit-mask-composite: initial;
}
.collection-grid-index a:hover {
  text-decoration: none;
}
.collection-grid-index .collection-card__image {
  border-radius: 15px;
  min-height: 270px;
}
.collection-grid-index .collection-card__text {
  position: relative;
  background: unset !important;
  padding: 30px;
}
.collection-grid-index .collection-card__text h4 {
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.collection-grid-index .collection-card:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f061";
  background: #F24721;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  border-radius: 0 0 15px 0;
}
.collection-grid .collection-grid-title {
  background: #F24721;
  color: #000000;
  padding: 0.5rem;
  text-transform: uppercase;
  display: inline-block;
}

.collection-spotlight {
  padding: 8rem 3rem;
  /* Collection spotlight */
}
.collection-spotlight .collection-spotlight-column {
  background: #1C1C1C;
}
@media screen and (max-width: 768px) {
  .collection-spotlight {
    padding: 4rem 15px 4rem 15px;
  }
}
.collection-spotlight .collection-info {
  padding: 4rem;
  min-height: 390px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .collection-spotlight .collection-info {
    padding: 2rem;
  }
}
.collection-spotlight .collection-info h3, .collection-spotlight .collection-info p {
  color: #000000;
}
.collection-spotlight .collection-info h4 {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.collection-spotlight .collection-carousel swiper-slide {
  cursor: pointer;
  width: auto;
}
.collection-spotlight .collection-carousel swiper-slide .short-card {
  overflow: hidden;
  aspect-ratio: 2/3;
  height: 375px;
}
.collection-spotlight .collection-carousel swiper-slide .short-card > a {
  display: block;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__text {
  border-left: 3px solid;
  border-image: linear-gradient(#F24721, #F24721) 30;
  border-right: 0;
  padding-left: 8px;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__text h4, .collection-spotlight .collection-carousel swiper-slide .short-card__text h5 {
  text-transform: none;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__text h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__text h5 {
  font-size: 0.85rem;
  margin-bottom: 0 !important;
  font-weight: 300;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__image {
  width: 100%;
  aspect-ratio: 2/3;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.collection-spotlight .collection-carousel swiper-slide .short-card__image:hover .short-card__overlay {
  transform: translateY(0);
}
.collection-spotlight .collection-carousel swiper-slide .short-title {
  margin: 0;
  font-size: 1.2rem;
}
.collection-spotlight .collection-carousel swiper-slide .short-synopsis {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-spotlight-reverse {
  padding: 0 3rem 8rem 0;
}
.collection-spotlight-reverse .bg-image {
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 768px) {
  .collection-spotlight-reverse {
    padding: 0 15px 4rem 15px;
  }
  .collection-spotlight-reverse .bg-image {
    border-radius: 15px;
  }
}
.collection-spotlight-three {
  padding: 0 35px 8rem 35px !important;
}
@media screen and (max-width: 768px) {
  .collection-spotlight-three {
    padding: 0 0 3rem 0 !important;
  }
}
.short-qa .short-question .review-form h3 {
  color: #000000;
}
.short-qa .short-question .review-form .custom-textarea input, .short-qa .short-question .review-form .custom-textarea textarea {
  background-color: #1C1C1C;
  color: #FFFFFF;
}
.short-qa .short-question .review-form .custom-textarea input:focus, .short-qa .short-question .review-form .custom-textarea textarea:focus {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.short-qa .short-question .review-form .custom-textarea input::placeholder, .short-qa .short-question .review-form .custom-textarea textarea::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.short-qa .short-question .review-form .custom-textarea input:-ms-input-placeholder, .short-qa .short-question .review-form .custom-textarea textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.short-qa .short-question .review-form .custom-textarea input::-ms-input-placeholder, .short-qa .short-question .review-form .custom-textarea textarea::-ms-input-placeholder {
  color: #FFFFFF;
}
.short-qa .short-question .review-form .custom-switch .custom-control-label {
  color: #FFFFFF;
}
.short-qa .short-question .review-form .custom-control-input:checked ~ .custom-control-label::before {
  background: #F24721;
  border-color: #FFFFFF !important;
}
.short-qa .short-question .review-form .custom-control-input:checked ~ .custom-control-label::after {
  background: #FFFFFF !important;
}
.short-qa .question-asked {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  background-color: #EBEBEB;
}
.short-qa .no-qaitems {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.short-qa .qaitems-accordion .card {
  border: none !important;
  color: #FFFFFF;
}
.short-qa .qaitems-accordion .card .card-header {
  border-top: 1.5px solid #000;
  border-bottom: 2px solid #FFFFFF;
  background-color: unset !important;
  cursor: pointer;
  position: relative;
  padding: 1rem 0 1rem 0 !important;
}
.short-qa .qaitems-accordion .card .card-header a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.short-qa .qaitems-accordion .card .card-header:first-child {
  padding-top: 0 !important;
  border-top: none;
}
.short-qa .qaitems-accordion .card .card-header .card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.short-qa .qaitems-accordion .card .card-header:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f077";
  position: absolute;
  top: 9px;
  right: 9px;
}
.short-qa .qaitems-accordion .card .card-header.collapsed:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078";
  position: absolute;
  top: 9px;
  right: 9px;
}
.short-qa .qaitems-accordion .card .card-body {
  padding: 1rem 0 1rem 0;
}
.short-qa .qaitems-accordion .card .card-body p {
  margin-bottom: 0;
}
.short-qa .qaitems-accordion .include-spoiler-filter {
  filter: blur(3px);
}
.short-qa .qaitems-accordion .include-spoiler-alert {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  background-color: #007352;
  color: #FFFFFF;
  padding: 7px 25px;
  font-size: 0.7rem;
}

.shortreviews-accordion .accordion-card-header, .masterclassreviews-accordion .accordion-card-header, .messages-accordion .accordion-card-header, .openpayments-accordion .accordion-card-header {
  border-top: 1.5px solid #3B3B3A;
  border-bottom: none !important;
  background-color: #000 !important;
  cursor: pointer;
  position: relative;
  padding: 20px 30px !important;
}
.shortreviews-accordion .accordion-card-header .card-title, .masterclassreviews-accordion .accordion-card-header .card-title, .messages-accordion .accordion-card-header .card-title, .openpayments-accordion .accordion-card-header .card-title {
  color: #FFFFFF;
}
.shortreviews-accordion .accordion-card-header .card-title h3, .masterclassreviews-accordion .accordion-card-header .card-title h3, .messages-accordion .accordion-card-header .card-title h3, .openpayments-accordion .accordion-card-header .card-title h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.shortreviews-accordion .accordion-card-header:after, .masterclassreviews-accordion .accordion-card-header:after, .messages-accordion .accordion-card-header:after, .openpayments-accordion .accordion-card-header:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f077";
  position: absolute;
  top: 17px;
  right: 30px;
}
.shortreviews-accordion .accordion-card-header.collapsed:after, .masterclassreviews-accordion .accordion-card-header.collapsed:after, .messages-accordion .accordion-card-header.collapsed:after, .openpayments-accordion .accordion-card-header.collapsed:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078";
  position: absolute;
  top: 17px;
  right: 30px;
}
.shortreviews-accordion .accordion-card .card-body, .masterclassreviews-accordion .accordion-card .card-body, .messages-accordion .accordion-card .card-body, .openpayments-accordion .accordion-card .card-body {
  padding: 0 !important;
}
.shortreviews-accordion .accordion-card .custom-card-header, .masterclassreviews-accordion .accordion-card .custom-card-header, .messages-accordion .accordion-card .custom-card-header, .openpayments-accordion .accordion-card .custom-card-header {
  padding: 10px 30px !important;
  background-color: #FFFFFF !important;
  color: #000000 !important;
  font-weight: 600;
}
.shortreviews-accordion .accordion-card .custom-card-body, .masterclassreviews-accordion .accordion-card .custom-card-body, .messages-accordion .accordion-card .custom-card-body, .openpayments-accordion .accordion-card .custom-card-body {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  padding: 30px !important;
}
.shortreviews-accordion .accordion-card .custom-card-body dl, .masterclassreviews-accordion .accordion-card .custom-card-body dl, .messages-accordion .accordion-card .custom-card-body dl, .openpayments-accordion .accordion-card .custom-card-body dl {
  margin-bottom: 0 !important;
}
.shortreviews-accordion .accordion-card .custom-card-body dl dd:last-child, .masterclassreviews-accordion .accordion-card .custom-card-body dl dd:last-child, .messages-accordion .accordion-card .custom-card-body dl dd:last-child, .openpayments-accordion .accordion-card .custom-card-body dl dd:last-child {
  margin-bottom: 0 !important;
}
.shortreviews-accordion .accordion-card .custom-card-body p, .masterclassreviews-accordion .accordion-card .custom-card-body p, .messages-accordion .accordion-card .custom-card-body p, .openpayments-accordion .accordion-card .custom-card-body p {
  color: #000000 !important;
}
.shortreviews-accordion .accordion-card .custom-card-body-sender, .masterclassreviews-accordion .accordion-card .custom-card-body-sender, .messages-accordion .accordion-card .custom-card-body-sender, .openpayments-accordion .accordion-card .custom-card-body-sender {
  background-color: #EBEBEB !important;
}
.shortreviews-accordion .accordion-card .custom-card-footer, .masterclassreviews-accordion .accordion-card .custom-card-footer, .messages-accordion .accordion-card .custom-card-footer, .openpayments-accordion .accordion-card .custom-card-footer {
  border-top: unset !important;
  background-color: #FFFFFF !important;
  padding: 0 30px 30px 30px !important;
}

.section-tools .tool-card {
  padding: 25px 53px 25px 25px;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  position: relative;
  background-color: #1C1C1C;
}
.section-tools .tool-card-header h3 {
  font-size: 1.3rem !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}
.section-tools .tool-card-body h4 {
  font-size: 1rem !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
}
.section-tools .tool-card-body p {
  margin-bottom: 0;
}
.section-tools .tool-card-footer {
  margin-top: auto;
}
.section-tools .tool-card-footer .underlined-link::after {
  background: #000000;
  opacity: 0.2;
}

.tool-page .tool-download {
  padding: 30px;
  background-color: #1C1C1C;
}
.tool-page .tool-download h3 {
  color: #FFFFFF !important;
  margin-bottom: 3rem;
}

.qa-card-header {
  padding-top: 1rem !important;
  padding-bottom: 0.5rem !important;
  cursor: pointer;
}
.qa-card-header span {
  font-weight: 600;
}
.qa-card-header:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f077";
  position: absolute;
  top: 17px;
  right: 30px;
}
.qa-card-header.collapsed:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078";
  position: absolute;
  top: 17px;
  right: 30px;
}
.qa-card-body {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.qa-card-body .qa-answer {
  background-color: #000;
  color: #FFFFFF !important;
  padding: 30px;
}
.qa-card-body .text-hint {
  color: #EBEBEB;
  font-size: 11px;
  line-height: 18px;
  margin: 5px 0 0 0;
  padding: 0;
}

.creator-sendmessage {
  border-bottom: 1.5px solid #000;
  padding-bottom: 1rem;
}
.creator-sendmessage .sendmessage-form h3 {
  color: #000000;
}
.creator-sendmessage .sendmessage-form .custom-textarea input, .creator-sendmessage .sendmessage-form .custom-textarea textarea {
  background-color: #f3f3f3;
  border-radius: unset;
  border: unset;
  border-bottom: 2px #000000 solid;
  color: #000000;
}
.creator-sendmessage .sendmessage-form .custom-textarea input:focus, .creator-sendmessage .sendmessage-form .custom-textarea textarea:focus {
  background-color: #f3f3f3;
  border: 0px;
  border-bottom: 2px solid;
  border-image: linear-gradient(#F24721, #F24721) 30;
  border-image-slice: 1;
  color: #000000;
  box-shadow: none !important;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.creator-sendmessage .sendmessage-form .custom-textarea input::placeholder, .creator-sendmessage .sendmessage-form .custom-textarea textarea::placeholder {
  color: #000000;
  opacity: 0.8;
}
.creator-sendmessage .sendmessage-form .custom-textarea .selectize-input {
  background-color: #f3f3f3 !important;
  border-radius: unset;
  border: unset;
  color: #000000;
}
.creator-sendmessage .sendmessage-form .custom-textarea .selectize-control.multi .selectize-input > div {
  border: none !important;
}
.creator-sendmessage .sendmessage-form .custom-textarea .selectize-control.single .selectize-input:after {
  top: 15px !important;
}
.creator-sendmessage .sendmessage-form .custom-textarea .selectize-control.multi .selectize-input:after {
  top: 12px !important;
}
.creator-sendmessage .sendmessage-form .custom-textarea .selectize-dropdown {
  background-color: #EBEBEB !important;
  border-radius: unset !important;
  color: #000000 !important;
}
.creator-sendmessage .sendmessage-form .custom-textarea .selectize-dropdown:focus {
  border-color: #000 !important;
  background-color: #EBEBEB !important;
  color: #000000 !important;
}
.creator-sendmessage .sendmessage-form .custom-textarea .form-actions .validation-errors {
  left: 135px !important;
  top: 12px !important;
}
.creator-sendmessage .sendmessage-form .custom-trumbowyg-box .trumbowyg-box, .creator-sendmessage .sendmessage-form .custom-trumbowyg-box .trumbowyg-editor {
  border: none !important;
}
.creator-sendmessage .sendmessage-form .custom-trumbowyg-box .trumbowyg-button-pane {
  background-color: #f3f3f3 !important;
}
.creator-sendmessage .sendmessage-form .custom-trumbowyg-box .trumbowyg-editor {
  background-color: #f3f3f3 !important;
}

.send-on {
  font-weight: 600;
  font-size: 0.7rem;
  padding-top: 0.5rem;
  border-top: 1px solid #000;
}

.message-card {
  padding: 30px;
  background-color: #FFFFFF;
}
.message-card-sender {
  background-color: #EBEBEB;
}
.message-card p {
  color: #000000;
}

.message-form {
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding: 30px;
  background-color: #4E4E4E;
}
.message-form .creator-sendmessage {
  border-bottom: unset !important;
  padding-bottom: 0;
}
.message-form .creator-sendmessage .underlined-link {
  color: #000000;
}

.cinemakers-awards {
  padding: 30px;
  background-color: #EBEBEB;
  margin-bottom: 5rem;
}
.cinemakers-awards p {
  margin-bottom: 0 !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.cinemakers-awards:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f2eb";
  position: absolute;
  top: -42px;
  left: -15px;
  font-size: 3.5rem;
  background: #F24721;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  opacity: 0.6;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .cinemakers-awards:before {
    left: 5px;
  }
}

.custom-view-modal {
  padding-right: 0 !important;
  overflow-y: hidden !important;
  left: 50% !important;
  top: 50% !important;
  height: unset !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.custom-view-modal .close {
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
}
.custom-view-modal .close:hover {
  opacity: 0.5;
}
.custom-view-modal .modal-content {
  border: unset !important;
  border-radius: unset !important;
  background-color: unset !important;
}

@media screen and (min-width: 992px) {
  .modal-xxl {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-xxl {
    max-width: 1600px;
  }
}

.short-view-page {
  padding: 0 1rem 1rem 1rem;
  background-color: #000;
  height: 100vh;
}
.short-view-page .view-short-content {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
}
.short-view-page .view-short-header {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  padding: 1.6rem 0 0 1.5rem;
  background-color: #000000;
}
.short-view-page .view-short-header .btn-backto {
  color: #FFFFFF;
}
.short-view-page .view-short-header .btn-backto:hover {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
  color: #FFFFFF;
}
.short-view-page .view-short-header h1 {
  font-size: 1.6rem;
}
.short-view-page .view-short-iframe {
  position: static;
  width: 100%;
  height: 100%;
  border: none;
}

.subscription-item {
  display: flex;
  flex-direction: column;
  background-color: #F24721;
  position: relative;
  text-align: center;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.subscription-item .subscription-item-footer {
  margin-top: auto;
}
.subscription-item.subscription-item-skip {
  background: #FFFFFF !important;
}
.subscription-item.subscription-item-skip:hover {
  background: #FFFFFF !important;
}
.subscription-item.subscription-item-skip p {
  color: #000000;
}
.subscription-item.subscription-item-skip .btn-white {
  background-color: #EBEBEB !important;
}
.subscription-item .subscription-item-disabled {
  display: none;
}
.subscription-item.disabled {
  pointer-events: none;
}
.subscription-item.disabled .subscription-item-disabled {
  position: absolute;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
}
.subscription-item.disabled .subscription-item-heading {
  opacity: 0.5;
}
.subscription-item.disabled .subscription-item-body, .subscription-item.disabled .subscription-item-footer {
  opacity: 0;
}
.subscription-item-heading {
  padding: 1.25em 1.25em 0 1.25em;
}
.subscription-item-heading h2 {
  font-size: 1.5rem;
}
.subscription-item-body {
  padding: 0 1.25em 0 1.25em;
}
.subscription-item-footer {
  width: 100%;
  padding: 1.25rem;
}
.subscription-item:hover {
  box-shadow: 0 0 10px 0 #323232;
  transform: scale(1.025);
  z-index: 2;
}
.subscription-item h3 {
  color: #FFFFFF;
}
.subscription-item ul {
  border-top: 1px solid #fff;
  padding-top: 0.75rem !important;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}
.subscription-item ul li {
  margin-bottom: 0.75rem;
}
.subscription-item.active {
  background: #F24721;
  border: unset !important;
  box-shadow: 0 0 10px 0 #323232;
  transform: scale(1.025);
  z-index: 2;
}

#flash_message_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 5%;
  background: #F24721;
  z-index: 20000;
}
#flash_message_wrapper.show {
  animation-name: flashAppear;
  animation-delay: 300ms;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}

#flash_message_text {
  flex: 1;
  text-align: center;
  font-size: 0.95rem;
  color: #FFF;
  padding: 0 1rem;
  font-weight: 600;
}
#flash_message_text i {
  color: #999;
}

.close-flash, .close-flash:hover {
  color: #FFF;
  padding: 0 1rem;
}

@keyframes flashAppear {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.footnote {
  margin-bottom: 0 !important;
  margin-top: 0.5rem !important;
  font-size: 0.7rem !important;
  font-style: italic !important;
}

.cart-row {
  margin-top: 1rem;
}
.cart-row:first-child {
  margin-top: 0;
}

.payment-method-card {
  border-radius: 0;
}
.payment-method-card a.payButton,
.payment-method-card button {
  display: none;
}
.payment-method-card.checked {
  background: #bde6b8;
}
.payment-method-card.checked a.payButton,
.payment-method-card.checked button {
  display: block;
}

.liveevent-wrapper, .collection-wrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: -27px;
}
@media screen and (max-width: 1200px) {
  .liveevent-wrapper, .collection-wrapper {
    flex-direction: column;
    align-items: flex-start;
    top: -31px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .liveevent-wrapper, .collection-wrapper {
    top: -54px;
  }
}
.liveevent-wrapper .btn-group .btn-gradient, .collection-wrapper .btn-group .btn-gradient {
  padding: 15px 20px;
  border-radius: 0;
}
.liveevent-wrapper .btn-group .btn-gradient-darken, .collection-wrapper .btn-group .btn-gradient-darken {
  padding: 15px 20px;
  border-radius: 0;
}
.liveevent-wrapper .btn-group .btn-gradient.disabled, .collection-wrapper .btn-group .btn-gradient.disabled {
  opacity: 1;
  filter: brightness(90%);
}
.liveevent-wrapper .btn-group:hover, .collection-wrapper .btn-group:hover {
  -webkit-animation: bouncebottom 0.3s alternate ease infinite;
  animation: bouncebottom 0.3s alternate ease infinite;
  color: #FFFFFF;
}
.liveevent-wrapper .right-child .product-upsell, .collection-wrapper .right-child .product-upsell {
  padding: 15px;
  background-color: #000;
  margin-top: 0 !important;
}

.collection-wrapper {
  top: -54px;
}
.collection-wrapper.collection-right {
  align-items: flex-end;
  right: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .collection-wrapper.collection-right {
    top: -29px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .collection-wrapper.collection-right {
    flex-direction: row-reverse;
    bottom: -25px;
    right: -40px;
  }
}

/* Live events */
.section-liveevents .custom-liveevent-card, .liveevent-grid .custom-liveevent-card {
  background-color: #000;
  border-radius: 0 !important;
  border: unset !important;
}
.section-liveevents .custom-liveevent-card-date, .liveevent-grid .custom-liveevent-card-date {
  position: absolute;
  background-color: #007352;
  padding: 10px;
  right: -15px;
  top: -15px;
  text-align: center;
  z-index: 36;
  color: #FFFFFF;
}
.section-liveevents .custom-liveevent-card-date .day, .liveevent-grid .custom-liveevent-card-date .day {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1;
}
.section-liveevents .custom-liveevent-card-date .month-year, .liveevent-grid .custom-liveevent-card-date .month-year {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
.section-liveevents .custom-liveevent-card .card-title, .liveevent-grid .custom-liveevent-card .card-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.section-liveevents .custom-liveevent-card .card-footer, .liveevent-grid .custom-liveevent-card .card-footer {
  background-color: unset !important;
  padding: 0 !important;
  border-top: unset !important;
}
.section-liveevents .custom-liveevent-card .disabled-card, .liveevent-grid .custom-liveevent-card .disabled-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 35;
}

.liveevent-page .custom-embed iframe {
  width: 100% !important;
  height: 600px !important;
}

.openpayments-accordion .table-black {
  color: #000000;
}
.openpayments-accordion .table-black th, .openpayments-accordion .table-black td {
  border-color: #000;
  color: #000000;
}

.flickity-resize .carousel-cell {
  height: 100%;
  min-height: 100%;
}

.contentblock-accordion {
  border: none;
  border-radius: unset !important;
}
.contentblock-accordion .card-header {
  background-color: #1C1C1C;
  color: #FFFFFF;
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  cursor: pointer;
}
.contentblock-accordion .card-header h3 {
  margin-bottom: 0;
  color: #FFFFFF !important;
}
.contentblock-accordion .card-header:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f077";
  position: absolute;
  top: 22px;
  right: 21px;
  font-size: 1.5rem;
}
.contentblock-accordion .card-header.collapsed:after {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078";
  position: absolute;
  top: 22px;
  right: 21px;
  font-size: 1.5rem;
}
.contentblock-accordion .card-body {
  background-color: #000;
  color: #FFFFFF;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.2rem;
}
.contentblock-accordion .card-body p {
  margin-bottom: 0;
  color: #FFFFFF !important;
}
.contentblock-accordion.white-accordion .card-header {
  background-color: #EBEBEB;
  color: #000000;
}
.contentblock-accordion.white-accordion .card-header h3 {
  color: #000000 !important;
}

.toggle-password-wrapper {
  position: relative;
}
.toggle-password-wrapper .toggle-password-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.75rem;
  opacity: 0.5;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-password-wrapper .toggle-password-btn:hover {
  opacity: 1;
}
.toggle-password-wrapper .toggle-password-btn i::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  width: 100%;
  height: 2px;
  background: #c02c2c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-password-wrapper .toggle-password-btn i.hide::after {
  height: 0;
}

.formHint-true .toggle-password-btn {
  top: 28% !important;
}

.text-del {
  text-decoration: line-through !important;
}

.contentblock-block.contentblock-html blockquote {
  color: #FFFFFF;
}

.provider-profile-page .image-header {
  width: 100%;
  height: 35vh;
  min-height: 200px;
  position: relative;
}

.flickity-carousel, .carousel {
  width: 100%;
  display: flex;
  overflow-x: auto;
  min-height: 300px;
}
.flickity-carousel.flickity-enabled, .carousel.flickity-enabled {
  display: block;
  overflow-x: visible;
}

tbody td {
  font-size: 0.9rem;
}

.btn.btn-outline-secondary {
  background-color: transparent;
  color: #ADB5BD;
  border-color: #ADB5BD;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn.btn-outline-secondary.active {
  background-color: #ADB5BD;
  color: #444;
}
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:focus-visible {
  box-shadow: 0 0 0 0.2rem #F8F9FAFF;
}

.dropdown-menu {
  z-index: 10000 !important;
  padding: 0.75rem 1rem !important;
  background: #444;
  border-color: #444;
}
.dropdown-menu li {
  padding: 0.25rem 0;
}
.dropdown-menu * {
  color: #fff;
}
.dropdown-menu *:hover {
  text-decoration: underline;
  color: #fff;
}
.dropdown-menu.main-menu-dropdown * {
  text-transform: uppercase;
}

.nav-item-icon {
  margin-left: 0;
  margin-right: -1rem;
}
.nav-item-icon *:hover {
  text-decoration: none !important;
}

.selectize-input {
  border-radius: 0;
}

dl dd {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.25rem;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  dl dt {
    font-size: 0.9rem;
  }
}

.dataTables_wrapper .table thead th {
  font-size: 1rem;
}

.knowledgebase_navigation_wrapper {
  position: relative;
  margin-top: -5rem;
  z-index: 100;
}
.knowledgebase_navigation_wrapper .nav-item {
  padding-right: 0.5rem;
}
.knowledgebase_navigation_wrapper .nav-item .nav-link {
  background-color: #F24721;
  color: #000000;
  font-weight: 600;
}
.knowledgebase_navigation_wrapper .nav-item .nav-link.disabled {
  background-color: #a3260a;
}
.knowledgebase_navigation_wrapper .nav-item .nav-link.active {
  background-color: #FFFFFF;
  color: #000000;
}

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