@import url(https://use.typekit.net/wkf6jqs.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700,700i&display=swap);
.checkout-details__header {
  margin-top: 0;
  font-size: 18px; }

.checkout-details__heading {
  margin: 0; }

.checkout-details__row {
  display: flex;
  justify-content: space-between; }

.checkout-details__details {
  margin-left: 20px;
  font-weight: 700;
  text-align: right; }

.checkout-details__name--small {
  color: #acacb7;
  font-size: 12px; }

.checkout-details__link, .checkout-details__quota {
  font-size: 16px; }

.payments-select__heading {
  font-weight: 300;
  font-size: 16px; }

.payments-select__buttons-container {
  position: relative;
  z-index: 1; }

.payments-select__checkout-container {
  max-width: 450px;
  box-shadow: 0 0 10px 0 #f5f5f5;
  margin: 0 auto;
  border-radius: 8px;
  border-top: 5px solid #2bbfb8;
  padding: 20px; }

.payments-select__checkout-container--secondary {
    max-width: 100%;
    box-shadow: none;
    margin: 20px 0 0;
    border: none;
    border-radius: 0;
    padding: 0; }

.payments-select__logo {
  max-width: 80px;
  margin: 0 10px; }

.payments-select__video-status {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.payments-select__btn {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 36px;
  margin: 10px auto;
  padding: 0 20px;
  background-color: #eee;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  transition: none; }

.payments-select__btn:hover {
    opacity: 1;
    filter: brightness(0.95); }

.payments-select__btn-container {
  display: block;
  margin: 25px 0; }

.payments-select__btn-container > div {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 36px;
    margin: 10px auto; }

.payments-select__loader-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.payments-select__loader-container .loader__container {
    top: 0;
    left: 25%;
    width: 50%; }

.pricing-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 10px 0 #f5f5f5;
  margin: 0 10px;
  border-radius: 8px;
  padding-bottom: 20px;
  background: #fff;
  text-align: center; }
  .pricing-box::before {
    content: '';
    display: block;
    height: 10px;
    background: #e6e6e6; }
  .pricing-box--green::before {
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%); }
  .pricing-box--small {
    width: 33%;
    margin: 0 auto; }
  .pricing-box ul,
  .pricing-box ol {
    padding: 0; }
  .pricing-box li {
    display: block;
    margin-bottom: 10px;
    list-style: none;
    font-weight: 300;
    font-size: 12px; }
  .pricing-box__btn {
    z-index: 2;
    min-width: 150px;
    height: 35px;
    margin: 35px 0;
    font-size: 13px; }
  @media (max-width: 1349px) {
      .pricing-box__btn {
        min-width: 100px;
        margin: 15px 0; } }
  .pricing-box__line {
    height: 1px;
    margin: 20px 0;
    border: none;
    background: #e6e6e6; }
  .pricing-box__title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    padding: 0 70px; }
  @media (max-width: 1349px) {
      .pricing-box__title-container {
        margin: 15px 0 0;
        padding: 0 40px; } }
  .pricing-box__title {
    font-weight: 700;
    font-size: 16px; }
  @media (max-width: 1349px) {
      .pricing-box__title {
        margin: 5px 0; } }
  .pricing-box__subtitle {
    margin: 5px 0 40px;
    padding: 0 60px;
    font-size: 12px; }
  @media (max-width: 1349px) {
      .pricing-box__subtitle {
        padding: 0 30px; } }
  .pricing-box__price {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px; }
  .pricing-box__price-info {
    margin: 0;
    font-size: 12px; }
  .pricing-box__price-container {
    min-height: 50px;
    padding: 0 30px; }
  .pricing-box__price-container--small {
      min-height: auto; }
  .pricing-box__badge {
    position: absolute;
    top: 30px;
    left: -50px;
    width: 200px;
    padding: 14px;
    background: linear-gradient(to right, #fae254, #efb600);
    color: #fff;
    font-weight: 700;
    text-align: center;
    transform: rotate(-45deg); }
  @media (max-width: 1349px) {
      .pricing-box__badge {
        top: 20px;
        left: -70px;
        width: 205px;
        padding: 8px;
        font-size: 11px; } }
  .pricing-box__info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 12px; }
  .pricing-box__select {
    width: 100%;
    max-width: 80px;
    margin: 0 10px; }
  .pricing-box__select-arrow--opened {
    transform: rotate(180deg); }
  .pricing-box__control {
    box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
    border: 2px solid #fff;
    padding: 0 5px; }
  .pricing-box__control--is-focused, .pricing-box__control--menu-is-open {
      box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15) !important;
      border-color: #2bbfb8 !important; }
  .pricing-box__option {
    padding: 15px !important; }
  .pricing-box__option--is-selected, .pricing-box__option:hover {
      background: linear-gradient(to right, #53eab3, #2bbfb8 100%) !important;
      color: #fff; }
  .pricing-box__input {
    padding: 5px 0; }
  .pricing-box__menu {
    z-index: 5;
    overflow: auto;
    opacity: 1;
    max-height: 250px; }
  .pricing-box__menu-list {
    max-height: 220px; }
  .pricing-box__indicator-separator {
    display: none; }
  .pricing-box__features p,
  .pricing-box__features li,
  .pricing-box__features a {
    margin: 10px 0;
    font-size: 13px;
    text-decoration: none; }
  .pricing-box__promotion {
    background-image: linear-gradient(transparent 9px, #229590 9px, #229590 11px, transparent 11px);
    text-decoration: none; }

.plans-select__container {
  position: relative;
  display: flex;
  width: 100%; }

.plans-select__loader {
  max-width: 200px;
  margin: 20px auto; }

.pricing-modal {
  overflow: hidden !important;
  width: 100%;
  max-width: 1300px !important;
  margin: 0 15px !important;
  padding: 40px 120px 80px !important; }
  @media (max-width: 1349px) {
    .pricing-modal {
      margin: 0;
      padding: 40px 80px 80px; } }
  .pricing-modal__heading {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    text-align: center; }
  .pricing-modal__heading-details {
    text-align: center; }
  .pricing-modal__heading-details p,
    .pricing-modal__heading-details li {
      margin: 10px 0; }
  .pricing-modal__image {
    position: absolute; }
  .pricing-modal__image--left {
      bottom: -300px;
      left: -80px; }
  .pricing-modal__image--right {
      right: -80px;
      bottom: -50px; }
  .pricing-modal__steps {
    display: flex;
    max-width: 800px;
    margin: 0 auto 20px;
    padding: 0; }
  .pricing-modal__step {
    position: relative;
    opacity: 0.4;
    width: 100%;
    padding: 0 15px 25px;
    list-style: none;
    font-size: 18px;
    text-align: center; }
  .pricing-modal__step--active {
      opacity: 1; }
  .pricing-modal__step--active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 8px;
        border-radius: 20px;
        background: #2bbfb8; }
  .pricing-modal__results-heading {
    margin-top: 30px;
    font-size: 24px; }
  .pricing-modal__downloads-text {
    margin: 40px 0; }
  .pricing-modal__downloads-info {
    display: inline-block;
    margin: 0 10px;
    font-weight: 900;
    font-size: 18px; }
  .pricing-modal__icon-container {
    margin: 0 auto 30px; }
  .pricing-modal__icon {
    font-size: 36px; }
  .pricing-modal__icon--success {
      color: #2bbfb8; }
  .pricing-modal__icon--error {
      color: #a31e0c; }

.video-type {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #2bbfb8; }
  .video-type__image {
    position: absolute;
    width: 330px; }
  @media (max-width: 1349px) {
      .video-type__image {
        width: 100px; } }
  .video-type__image--left {
      top: 0;
      left: -50px; }
  @media (max-width: 1349px) {
        .video-type__image--left {
          left: 0; } }
  .video-type__image--right {
      top: 0;
      right: -70px; }
  @media (max-width: 1349px) {
        .video-type__image--right {
          right: 0; } }
  .video-type__radio-container {
    position: relative;
    z-index: 2;
    margin-block: 20px 0 !important; }
  .video-type__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 30px; }
  .video-type__icon-green {
      color: #2bbfb8; }
  .video-type__icon-violet {
      color: #333; }
  .video-type__label {
    position: relative;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    max-width: 100%;
    height: 60px;
    margin: 0 1px !important;
    background-color: #e5e5e5;
    background-position: 10% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: center;
    cursor: pointer; }
  .video-type__label--checked, .video-type__label:hover {
      opacity: 1;
      background: linear-gradient(to right, #53eab3, #2bbfb8 100%) no-repeat;
      color: #fff;
      transform: translateY(0); }
  .video-type__label--checked .video-type__icon, .video-type__label:hover .video-type__icon {
        color: #fff; }
  .video-type__input {
    display: none; }
  .video-type__text {
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: normal;
    font-size: 18px; }
  .video-type__heading1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 20px 0;
    background-position: center top -280px;
    background-repeat: no-repeat;
    font-size: 30px; }
  @media (max-width: 1349px) {
      .video-type__heading1 {
        display: none; } }
  .video-type__heading2 {
    margin: 0;
    font-weight: 400;
    font-size: 26px; }
  @media (max-width: 1349px) {
      .video-type__heading2 {
        display: none; } }
  .video-type__tab-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 15px; }

.industry__select {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  max-height: 400px;
  border: 1px solid #acacb7;
  border-radius: 8px; }
  .industry__select .ScrollbarsCustom-Scroller {
    border-radius: 8px; }
  .industry__select-item {
    display: flex;
    flex-basis: 100%;
    height: 60px; }
  .industry__select-item-label {
      display: inline-flex;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 0 30px;
      background: #fff;
      font-size: 16px;
      text-align: left;
      cursor: pointer; }
  .industry__select-item-input {
      display: none;
      width: 0;
      height: 0; }
  .industry__select-item-input:checked + label {
        background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
        color: #fff; }
  .industry__select-item-input:disabled + label {
        cursor: default; }
  .industry__select--disabled {
    opacity: 0.3; }

.language__button-container {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-left: 20px;
  border: none;
  background: transparent;
  color: #000;
  font-size: 20px;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer; }

.language__button {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 20px; }

.language__button.icon-voice {
    color: #2bbfb8;
    font-size: 32px; }

.language__button.icon-pause {
    color: #2bbfb8; }

.language__voiceover-upload {
  display: flex;
  justify-content: center;
  width: 100%; }

.language__voiceover-upload .btn {
    margin: 0 10px; }

.language .select__single-value {
  overflow: visible; }

.mood__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 25%);
  transition: transform 0.4s ease-in-out;
  transform: translateY(-20%); }

.mood__title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.4s ease-in-out; }

.mood__audio-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  justify-content: center;
  width: 35px;
  height: 20px;
  color: #fff;
  transition: opacity 0.4s ease-in-out; }

.mood__audio-button > button {
    color: #fff;
    font-size: 20px; }

.mood__label {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in-out;
  transition-property: box-shadow, border-color;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  cursor: pointer; }

.mood__label:hover .mood__overlay {
    transform: translateY(35%); }

.mood__label:hover .mood__title {
    transform: translateY(35%); }

.mood__label:hover .mood__audio-button {
    opacity: 1; }

.mood__label-container {
    position: relative;
    width: calc(25% - 20px);
    height: 150px;
    margin: 10px;
    background: transparent; }

.mood__input {
  display: none; }

.mood__input:checked + .mood__label {
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #2bbfb8; }

.mood__input:checked + .mood__label .mood__overlay {
      transform: translateY(35%); }

.mood__input:checked + .mood__label .mood__title {
      transform: translateY(35%); }

.mood__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.theme-input-modal {
  height: 100%; }
  .theme-input-modal__body {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 6;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    padding: 10px 0 0 10px;
    background: #fff;
    pointer-events: none;
    touch-action: none; }
  .theme-input-modal__body > * {
      pointer-events: initial;
      touch-action: initial; }
  .theme-input-modal__body-close-button {
      position: absolute;
      top: 5px;
      right: 5px;
      opacity: 0.5;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      border: none;
      border-radius: 50%;
      background: #000;
      color: #fff;
      cursor: pointer; }
  .theme-input-modal__body-presets {
      width: 50%; }
  .theme-input-modal__body-presets-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 8px; }
  .theme-input-modal__body-presets-button {
        height: 50px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        border: 2px solid #f5f5f5;
        border-radius: 5px;
        background: transparent;
        font-size: 18px;
        cursor: pointer; }
  .theme-input-modal__body-presets-button:hover {
          border-color: #2bbfb8; }
  .theme-input-modal__body-presets-label {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        font-size: 10px;
        text-align: left; }
  .theme-input-modal__body-presets-text {
        font-weight: 700; }
  .theme-input-modal__body-tab {
      justify-content: space-evenly;
      margin: 0; }
  .theme-input-modal__body-tab > button {
        width: auto;
        font-size: 10px; }

.speech {
  margin-top: 150px; }
  .speech__input-placeholder {
    color: rgba(0, 0, 0, 0.5) !important; }
  .speech__textarea {
    position: relative; }
  .speech__textarea textarea::-moz-placeholder {
      padding-top: 48px;
      font-size: 18px;
      text-align: center; }
  .speech__textarea textarea:-ms-input-placeholder {
      padding-top: 48px;
      font-size: 18px;
      text-align: center; }
  .speech__textarea textarea::placeholder {
      padding-top: 48px;
      font-size: 18px;
      text-align: center; }
  .speech__textarea-wrapper.speech__textarea-container {
    position: relative;
    height: 280px;
    border: 2px solid #e9e9e9;
    padding: 20px 14px;
    background: #fff; }
  .speech__textarea-wrapper.speech__textarea-container--focus {
      box-shadow: 0 8px 40px 3px rgba(67, 52, 90, 0.15);
      outline: none;
      border-color: rgba(43, 191, 184, 0.3); }
  .speech__textarea-wrapper.speech__textarea-container--disabled {
      opacity: 0.5;
      background: #fff; }
  .speech__textarea-input {
    width: 100%;
    height: calc(100% - 80px);
    resize: none;
    border: none;
    color: #333;
    line-height: 20px; }
  .speech__textarea-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 2px solid #e9e9e9;
    padding: 15px; }
  .speech__picker-toggle {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .speech__picker-toggle:hover {
      opacity: 0.8;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
  .speech__picker-toggle-symbol {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 48px;
      margin: 0 10px 0 0;
      background: #2bbfb8;
      color: #fff;
      font-weight: 700;
      font-size: 18px; }
  .speech__picker-toggle-text {
      margin-right: 10px;
      font-size: 14px;
      white-space: nowrap; }
  .speech__instructions {
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px; }
  @media screen and (max-width: 600px) {
    .speech__instructions {
      height: 48px;
      margin: -50px auto 0;
      padding-top: 4px; }
    .speech__textarea textarea {
      padding-bottom: 56px; } }
  @media (max-width: 319px) {
    .speech__instructions {
      height: 56px;
      margin: -58px auto 0; }
    .speech__textarea textarea {
      padding-bottom: 64px; } }

.ratio--wizard {
  margin-top: 100px; }

.ratio__details {
  margin: 0;
  text-align: center; }

.ratio__info, .ratio__title {
  margin: 0; }

.ratio__title--large {
  font-weight: 900;
  font-size: 50px; }

.ratio__input {
  display: none; }

.ratio__container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto; }

.ratio__group {
  position: static;
  width: calc(100% + 30px);
  margin: 30px -15px; }

.ratio__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  box-shadow: inset 0 0 0 1px #acacb7;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  cursor: pointer; }

.ratio__label:hover, .ratio__label--checked {
    box-shadow: 0 0 10px #acacb7;
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
    color: #fff; }

.ratio__label:hover .ratio__image, .ratio__label--checked .ratio__image {
      background: #fff; }

.ratio__color-picker-toggle {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px; }

.ratio__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; }

.ratio__image {
  border-radius: 2px;
  background: #acacb7; }

.ratio__image--horizontal {
    width: 40px;
    height: 25px; }

.ratio__image--square {
    width: 40px;
    height: 40px; }

.ratio__image--square-alt {
    width: calc(40px * 4 / 5);
    height: 40px; }

.ratio__image--portrait {
    width: 25px;
    height: 40px; }

.ratio__header {
  margin-top: 50px;
  font-weight: normal; }

.ratio__objective {
  z-index: 1 !important; }

.dashboard__container {
  display: flex; }

.dashboard__menu-heading {
  font-weight: 700;
  font-size: 18px; }

.dashboard__menu-container {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
  margin-right: 40px;
  border-right: 1px solid #f5f5f5;
  padding: 0 40px;
  text-align: center; }

@media (max-width: 1349px) {
    .dashboard__menu-container {
      max-width: 220px; } }

.dashboard__list {
  margin-top: 50px;
  padding: 0; }

.dashboard__list-element {
  margin: 0 10px;
  list-style: none; }

.dashboard__link {
  position: relative;
  display: inline-block;
  padding: 20px 0 10px;
  color: #333;
  text-decoration: none;
  cursor: pointer; }

.dashboard__link--active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%); }

.dashboard__heading {
  display: flex;
  justify-content: space-between;
  margin-block: 20px 40px; }

.dashboard__heading__text {
    font-size: 24px; }

.dashboard__content {
  width: calc(100% - 340px);
  padding-bottom: 20px; }

@media (max-width: 1349px) {
    .dashboard__content {
      width: calc(100% - 260px); } }

.dashboard-content__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px 20px; }

.dashboard-content__subheading {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }

.dashboard-content__subheading-list {
    display: flex;
    margin: 0 -30px;
    padding: 0; }

.dashboard-content__subheading-list-element {
      margin: 0 30px;
      list-style: none; }

.dashboard-content__list-loader {
  width: 150px; }

.projects-tabs__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -25px; }

.projects-tabs__options {
  margin: 0 0 25px 0; }

.projects-tabs__views {
  display: flex;
  gap: 10px; }

.projects-tabs__view__button {
  display: flex;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer; }

.projects-tabs__button {
  position: relative;
  margin: 0;
  margin-right: 50px;
  border: none;
  padding: 0;
  padding-bottom: 8px;
  background: none;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer; }

.projects-tabs__button--active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%); }

.projects-list-view-element {
  position: relative;
  display: flex;
  border-radius: 8px;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 8px 8px 0;
  gap: 20px;
  background: #fff; }
  .projects-list-view-element__image {
    width: 140px;
    /* stylelint-disable property-no-unknown */
    aspect-ratio: 3 / 2;
    /* stylelint-enable property-no-unknown */
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover; }
  .projects-list-view-element__image-placeholder {
    width: 140px;
    height: 90px;
    border-radius: 8px; }
  .projects-list-view-element__info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    font-weight: 400;
    font-size: 14px; }
  .projects-list-view-element__info__title {
      font-weight: 600; }
  .projects-list-view-element__info__creator {
      font-weight: 600; }
  .projects-list-view-element__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto; }
  .projects-list-view-element__actions__button {
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      border: none;
      background: transparent;
      cursor: pointer; }
  .projects-list-view-element__generation_overlay {
    position: absolute;
    inset: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #fff; }

.projects-list-view {
  overflow: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 75vh; }

.toggle__switch {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 60px;
  height: 35px;
  margin-right: 15px;
  border-radius: 20px;
  background-color: #acacb7;
  cursor: pointer; }
  .toggle__switch::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    border-radius: 20px;
    background-color: #fff;
    transition: translate 0.4s ease-in-out; }
  .toggle__switch--disabled {
    opacity: 0.3; }
  .toggle__input {
  display: none; }
  .toggle__input:checked + .toggle__switch {
    background-color: #2bbfb8; }
  .toggle__input:checked + .toggle__switch::after {
      transform: translateX(100%); }
  .toggle__label {
  display: flex;
  align-items: center; }

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin: 5px 0;
  color: #333; }
  .checkbox__input-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border-color: #f5f5f5;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer; }
  .checkbox__checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: calc(25px * 0.8); }
  .checkbox__icon {
    position: absolute; }
  .checkbox--active .checkbox__input-wrapper {
    border-color: #2bbfb8;
    background-color: #2bbfb8;
    color: #fff; }
  .checkbox--disabled {
    opacity: 0.5; }
  .checkbox--disabled .checkbox__input-wrapper {
      cursor: default; }

.shared-users-modal__loader {
  max-width: 200px; }

.shared-users-modal__public-share-container {
  margin-bottom: 20px; }

.shared-users-modal__public-toggle {
  width: 150px; }

.shared-users-modal__public-link-container {
  position: relative; }

.shared-users-modal__copy-button-container {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
  height: 100%; }

.shared-users-modal__notify {
  width: 150px;
  margin-top: 25px; }

.shared-users-modal__validation {
  position: absolute;
  margin-top: 5px;
  margin-left: 15px; }

.project-title__title {
  overflow: hidden;
  max-width: 350px;
  border: none;
  border-radius: 5px;
  padding: 12px 17px;
  background: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; }
  @media (max-width: 1349px) {
    .project-title__title {
      max-width: 250px; } }
  .project-title__title:hover {
    background: #2bbfb8;
    color: #fff; }
  .project-title__title--disabled {
    opacity: 1;
    color: #333;
    cursor: default; }
  .project-title__text {
  overflow: hidden;
  max-width: 350px;
  margin: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 1349px) {
    .project-title__text {
      max-width: 250px; } }
  .project-title__container {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .project-title__form {
  overflow: hidden;
  display: inline-block;
  max-width: 350px;
  border: 2px solid #2bbfb8;
  border-radius: 5px;
  padding: 9px 13px;
  text-align: center; }
  @media (max-width: 1349px) {
    .project-title__form {
      max-width: 250px; } }
  .project-title__form-input {
  border: none;
  text-align: center;
  word-break: break-all; }
  .project-title__title-span {
  position: absolute;
  z-index: -1;
  visibility: hidden; }
  .project-title__icon {
  display: inline-block;
  margin: 0 10px; }
  .project-title__status {
  margin: 0 10px;
  font-weight: 700; }
  .project-title__status--disabled {
    border: none;
    background-color: transparent; }
  @media screen and (max-width: 1050px) {
  .project-title__container {
    justify-content: flex-start; }
  .project-title__title {
    display: none; } }

.header {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0 15px; }
  .header__heading {
    width: 350px;
    margin: 0; }
  .header__heading--right {
      margin-left: -100px; }
  .header__heading-container {
    margin: 0; }
  .header__user-container {
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header__user-container .select__menu {
      z-index: 6; }
  .header__user-container p {
      margin: 0 15px; }
  .header__username-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #fff;
    padding: 10px 15px;
    color: #333;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
  .header__username {
    overflow: hidden;
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .header__nav-list {
    position: absolute;
    right: 0;
    z-index: 3;
    display: none;
    width: 200px;
    box-shadow: 0 11px 34px 0 rgba(229, 227, 226, 0.83);
    margin: 0;
    padding: 0; }
  .header__nav-list-item {
    list-style: none; }
  .header__nav-button {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 20px 15px;
    background: #fff;
    color: #333;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.25s, border-color 0.25s;
    cursor: pointer; }
  .header__nav-button:hover {
      border-bottom: 1px solid #ddd;
      background: #f3f3f3; }
  .header__nav-group {
    position: relative;
    z-index: 3; }
  .header__nav-group:hover .header__nav-list {
      display: block; }
  .header__nav-group:hover .header__username-container {
      box-shadow: 0 11px 34px 0 rgba(229, 227, 226, 0.83);
      border-bottom: 2px solid #f5f5f5; }
  .header__timer {
    margin: 10px 0;
    text-align: center; }
  .header__current-time {
    display: inline-block;
    margin: 10px; }
  .header__btn {
    min-width: 110px;
    height: auto;
    margin: 0 5px;
    padding: 10px;
    font-size: 14px; }
  .header__btn--icon {
      min-width: auto;
      padding: 10px 12px; }
  .header__undo-redo-btn {
    border: none;
    background: transparent;
    color: #000;
    font-size: 40px;
    cursor: pointer; }
  .header__undo-redo-btn-disabled {
      color: #f5f5f5;
      cursor: default; }
  .header__btn-icon {
    display: inline-block;
    margin: 0 0 0 5px; }
  .header__icon {
    color: #2bbfb8;
    font-size: 32px; }
  .header__modal {
    max-width: 600px; }
  .header__modal-warn-icon {
    display: block;
    margin: 20px auto;
    color: #2bbfb8;
    font-size: 72px;
    text-align: center; }

.maintenance-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
  background: #ffdca8;
  background-size: 200% 200%;
  transition: all 0.3s ease;
  -webkit-animation: gradient-shift 3s ease infinite;
          animation: gradient-shift 3s ease infinite;
  cursor: pointer; }
  .maintenance-banner:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(0); }
  .maintenance-banner:active {
    transform: translateY(1px); }
  .maintenance-banner__text {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.3px; }
  .maintenance-banner__bold {
    font-weight: 700; }
  @-webkit-keyframes gradient-shift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  @keyframes gradient-shift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .maintenance-modal {
  /* Descending specificity fixes: place base link FIRST */ }
  .maintenance-modal__container {
    padding: 20px 0; }
  .maintenance-modal__heading {
    margin: 0 0 24px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .maintenance-modal__content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px; }
  .maintenance-modal__paragraph {
    margin: 0 0 16px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    text-align: center; }
  .maintenance-modal__date {
    display: block;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    font-size: 18px; }
  .maintenance-modal__text-block {
    display: block;
    margin-bottom: 12px; }
  .maintenance-modal__time {
    color: #000;
    font-weight: 600; }
  .maintenance-modal__info-box {
    display: block;
    margin-top: 16px;
    border-radius: 8px;
    padding: 12px 16px;
    background-color: #f1f8f4; }
  .maintenance-modal__link {
    display: inline-block;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease; }
  .maintenance-modal__link:hover {
      border-bottom-color: #000;
      color: #000;
      transform: translateY(-2px); }
  .maintenance-modal__info-text {
    color: #000; }
  .maintenance-modal__info-text .maintenance-modal__link {
      border-bottom: 2px solid #2196f3;
      color: #2196f3; }
  .maintenance-modal__info-text .maintenance-modal__link:hover {
        border-bottom-color: #1976d2;
        color: #1976d2;
        transform: translateY(-2px); }
  .maintenance-modal__footer {
    margin: 20px 0 0;
    color: #000;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6;
    text-align: center; }


@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em; }
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  height: 0;
  /* 1 */
  box-sizing: content-box;
  /* 1 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace;
  /* 1 */ }
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace;
  /* 1 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
.form--wizard {
  display: block;
  margin-top: 50px; }
.form__wizard-container {
  position: relative;
  z-index: 4;
  max-width: 1200px;
  margin: 0 auto; }
@media (max-width: 1349px) {
    .form__wizard-container {
      margin: 0 100px; } }
.form__textarea {
  display: block;
  width: 100%;
  height: 220px;
  box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
  resize: none;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 20px;
  background-clip: padding-box;
  color: #333;
  line-height: 24px;
  transition: all 0.4s ease-in-out; }
.form__textarea:focus {
    box-shadow: 0 8px 40px 3px rgba(67, 52, 90, 0.15);
    outline: none;
    border-color: rgba(43, 191, 184, 0.3); }
.form__textarea:disabled {
    opacity: 0.5;
    background: #fff; }
.form__textarea--error {
    border-color: #a31e0c; }
.form__textarea--secondary {
    height: 120px;
    box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
    margin-bottom: 20px;
    border: 2px solid rgba(67, 52, 90, 0.15);
    border-radius: 5px;
    padding: 14px;
    background: #fff;
    background-clip: padding-box;
    color: #333;
    transition: all 0.4s ease-in-out; }
.form__textarea-container {
  position: relative;
  z-index: 4;
  max-width: 620px;
  margin: 0 auto; }
.form__textarea-container--ratio {
    z-index: 7; }
.form__input {
  display: block;
  width: 100%;
  border: 1px solid #b0a0c1;
  border-radius: 8px;
  padding: 20px; }
.form__input--small {
    position: relative;
    z-index: 2;
    max-width: 80px;
    height: 54px;
    box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
    border: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #fff;
    background-clip: padding-box; }
.form__input--small-padding {
    padding: 14px; }
.form__input--secondary {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 8px 24px 0 rgba(67, 52, 90, 0.15);
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 14px;
    background: #fff;
    background-clip: padding-box;
    color: #333;
    transition: all 0.4s ease-in-out; }
.form__input--secondary:focus {
      box-shadow: 0 8px 40px 3px rgba(67, 52, 90, 0.15);
      outline: none;
      border-color: rgba(43, 191, 184, 0.3); }
.form__input--squared {
    border-radius: 0; }
.form__input--error {
    border-color: #a31e0c; }
.form__input--disabled {
    border-color: #f5f5f5;
    background: #f5f5f5; }
.form__input--bottom-border {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #acacb7;
    padding: 10px 15px; }
.form__input-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.form__radio-group > * {
  margin: 0 15px; }
.form__group {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 15px 0; }
.form__group--no-margin {
    margin: 0; }
.form__group--static {
    position: static;
    z-index: initial; }
.form__group--right {
    justify-content: flex-end; }
.form__group--column {
    flex-direction: column;
    align-items: center; }
.form__group--small {
    width: 120px; }
.form__button {
  display: inline-block;
  flex-grow: 0; }
.form__button span {
    font-size: 20px; }
.form__checkboxes, .form__radio-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 -5px; }
.form__checkboxes--left, .form__radio-container--left {
    justify-content: flex-start; }
.form__checkboxes--secondary, .form__radio-container--secondary {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
.form__checkboxes-container {
  max-width: 450px;
  margin: 0 auto 150px; }
.form__checkboxes-container--secondary {
    position: relative;
    left: 10px;
    max-width: 300px;
    margin: 0 auto; }
.form__checkbox-input {
  display: block;
  width: 20px;
  height: 20px; }
.form__checkbox-label, .form__radio-label {
  margin: 10px 5px; }
.form__checkbox-label--secondary, .form__radio-label--secondary {
    width: 100%;
    margin: 5px 0; }
.form__checkbox-label > input, .form__radio-label > input {
    display: none; }
.form__checkbox + span, .form__radio + span {
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 10px 15px;
  background: #f5f5f5;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.form__checkbox--secondary + span, .form__radio--secondary + span {
  position: relative;
  overflow: visible;
  display: block;
  background: transparent;
  text-align: left; }
.form__checkbox--secondary + span::before, .form__radio--secondary + span::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 25px;
    height: 25px;
    background-color: #f5f5f5; }
.form__checkbox--secondary:checked + span, .form__radio--secondary:checked + span {
  position: relative;
  background: transparent !important;
  color: #333 !important; }
.form__checkbox--secondary:checked + span::before, .form__radio--secondary:checked + span::before {
    content: '\2713';
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
    color: #fff;
    font-size: 16px; }
.form__checkbox:disabled + span, .form__radio:disabled + span {
  opacity: 0.3; }
.form__checkbox:checked + span, .form__radio:checked + span {
  background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
  color: #fff; }
.form__checkbox:checked + span > span, .form__radio:checked + span > span {
    border-color: #fff; }
.form__error {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  color: #a31e0c; }
.form__error--regular-margins {
    margin: 14px auto; }
.form__error-container {
  width: 100%; }
.form__success {
  color: #2bbfb8; }
.form__errors-container {
  border: 1px solid #a31e0c;
  padding: 0 15px;
  background: rgba(163, 30, 12, 0.2); }
.form__success-container {
  border: 1px solid #2bbfb8;
  padding: 0 15px;
  background: rgba(43, 191, 184, 0.2); }
.form__inline {
  display: flex; }
.form__inline--full {
    width: 100%; }
.form__inline--buttons {
    margin: 0 -10px; }
@media (max-width: 1349px) {
    .form__inline {
      justify-content: flex-end; } }
.form__label {
  display: block;
  margin: 20px 0 10px;
  color: #acacb7;
  font-weight: 400; }
.form__label--inline {
    position: relative;
    width: 100%;
    margin: 15px 0; }
.form__label--secondary {
    position: relative; }
.form__label-wrapper {
  position: relative;
  display: block; }
.form__label-container {
  width: 100%;
  margin: 0 5px; }
.form__dropdown {
  margin-bottom: 140px; }
@media (max-width: 1349px) {
    .form__dropdown {
      margin-bottom: 50px; } }
.form__dropdown--voice {
    margin-left: 50px; }
.form__dropdown--small-margin {
    margin-bottom: 30px; }
.form__dropdown--full-width {
    max-width: 100% !important; }
.form__dropdown--disabled {
    opacity: 0.2;
    cursor: default; }
.form__dropdown--on-top {
    z-index: 4; }
.form__dropdown--voice-style {
    z-index: 1;
    margin-bottom: 20px; }
.form__dropdown--voice-style .select__single-value,
    .form__dropdown--voice-style .select__option {
      text-transform: capitalize; }
.form__dropdown--with-style {
    margin-bottom: 30px; }
.form__dropdown--with-style .form__control {
      z-index: 4; }
.form__button-icon {
  font-size: 25px; }
.form__button-icon--fit {
    font-size: 25px; }
.form__info {
  display: flex;
  width: 100%; }
.form__count {
  display: block;
  width: 100%;
  margin-top: 0;
  text-align: end; }
.form__count--error {
    color: #a31e0c; }
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: 45px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  color: #333;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  vertical-align: middle; }
.btn:not(.btn--hidden):not(.btn--loading):not(.btn--disabled):not(.btn--no-shadow):not(.btn--link):hover {
    opacity: 0.8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); }
.btn--no-shadow {
    box-shadow: none; }
.btn--no-shadow:hover {
      opacity: 0.8; }
.btn--loading, .btn--disabled {
    cursor: default; }
.btn--loading::after, .btn--disabled::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0.8;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      border-radius: 5px; }
.btn--loading::before {
    content: url(/static/loader.gif);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
.btn--violet {
    background: linear-gradient(to right, #9e63df, #8839c4);
    color: #fff; }
.btn--orange {
    background: linear-gradient(to right, #ffa97e, #ff7047);
    color: #fff; }
.btn--green {
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
    color: #fff; }
.btn--green-border {
    border: 2px solid #2bbfb8;
    background: #fff;
    color: #2bbfb8; }
.btn--white {
    box-shadow: none;
    background: #fff; }
.btn--grey {
    background: #f5f5f5; }
.btn--grey .btn__arrow--next {
      background: transparent url(/static/arrow-right-black.png) no-repeat center center; }
@media (min-width: 1350px) {
    .btn--list-element:hover {
      background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
      color: #fff; } }
@media (max-width: 1349px) {
    .btn--list-element {
      opacity: 1 !important;
      box-shadow: none !important; }
      .btn--list-element:active {
        background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
        color: #fff; } }
.btn--no-effect:active {
    background: #f5f5f5;
    color: #333; }
.btn--layers-forward {
    background-image: url(/static/icon-layer-forward.svg); }
.btn--layers-backward {
    background-image: url(/static/icon-layer-backward.svg); }
.btn--dark-grey {
    background: #e6e6e6;
    color: #fff; }
.btn--fb {
    width: 100%;
    min-width: auto;
    margin: 0 5px;
    background: #435097;
    color: #fff; }
.btn--google {
    width: 100%;
    min-width: auto;
    margin: 0 5px;
    background: #bc434a;
    color: #fff; }
.btn--square {
    width: 30px;
    min-width: initial;
    height: 30px;
    padding: 3px;
    font-size: 14px; }
.btn--square-large {
    width: 45px;
    min-width: initial;
    height: 45px;
    margin: 0 5px;
    padding: 3px;
    font-size: 10px; }
.btn--squared {
    border-radius: 0; }
.btn--squared.btn--disabled::after, .btn--squared.btn--loading::after {
      border-radius: 0; }
.btn--full {
    width: 100%;
    min-width: auto; }
.btn--small {
    min-width: 100px;
    height: 30px;
    margin: 0 5px;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 12px; }
.btn--small.btn--disabled::after {
      border-radius: 20px; }
.btn--xsmall {
    min-width: auto;
    height: auto;
    margin: 0 5px;
    padding: 8px 15px;
    font-size: 10px; }
.btn--auth {
    margin: 0 10px; }
.btn--centered {
    margin-right: auto;
    margin-left: auto; }
.btn--inline {
    display: inline-block;
    padding: 15px;
    text-align: center; }
.btn--next:not(.btn--loading):not(.btn--disabled):hover .btn__arrow {
    transform: translateX(15px); }
.btn--back:not(.btn--loading):not(.btn--disabled):hover .btn__arrow {
    transform: translateX(-15px); }
.btn--circle {
    position: fixed;
    top: calc(50% - 35px);
    left: 0;
    z-index: 5;
    overflow: hidden;
    width: 70px;
    min-width: auto;
    height: 70px;
    margin: 0 40px;
    border-radius: 50%;
    background-position: center center; }
.btn--circle.btn--back {
      background-color: #f5f5f5; }
.btn--circle.btn--next {
      right: 0;
      left: initial; }
.btn--circle.btn--next .btn__arrow {
        background-image: url(/static/arrow-right-white.png); }
.btn--circle .btn__arrow {
      transform: translateX(0); }
.btn--circle-subpage {
      position: absolute;
      left: -35px;
      width: 55px;
      height: 55px;
      margin: 0; }
.btn--circle-subpage.btn--next {
        right: -35px;
        left: initial; }
.btn--link {
    box-shadow: none;
    margin: 5px 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: #2bbfb8;
    text-decoration: underline; }
.btn--black {
    color: #000; }
.btn--form {
    width: 45px;
    min-width: 45px;
    margin: 0 10px 10px; }
.btn--form:hover {
      background: linear-gradient(to right, #53eab3, #2bbfb8 100%);
      color: #fff; }
.btn--fit {
    margin: 10px 0; }
.btn--hidden {
    visibility: hidden;
    opacity: 0;
    cursor: default; }
.btn--hidden:hover {
      opacity: 0; }
.btn__arrow {
    display: block;
    width: 19px;
    height: 15px;
    transition: transform 0.4s ease-in-out; }
.btn__arrow--next {
      background: transparent url(/static/arrow-right-black.png) no-repeat center center;
      transform: translateX(10px); }
.btn__arrow--back {
      background: transparent url(/static/arrow-left-black.png) no-repeat center center; }
.btn__arrow--back:not(.btn__arrow--square) {
        transform: translateX(-10px); }
.btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    margin-top: 50px; }
.btn-container--right {
      justify-content: flex-end;
      width: 100%;
      min-width: auto; }
.btn-container--left {
      justify-content: flex-start; }
.btn-container--centered {
      margin: 0 auto;
      transform: translateX(-80px); }
.btn-container--middle {
      justify-content: center; }
.btn-container--no-margin {
      margin-top: 0; }
.btn-container--small-margin {
      margin: 20px -5px; }
.btn-container--wizard {
      position: relative;
      z-index: 1;
      margin-top: 0; }
.btn-container--buttons {
      display: flex; }
.btn-container--buttons > * {
        margin: 0 20px; }
.btn--delete {
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    background: transparent;
    color: #333;
    font-size: 25px;
    cursor: pointer; }
.btn--delete:disabled {
      opacity: 0.2 !important;
      box-shadow: none !important;
      cursor: auto; }
.btn--rhs {
    background: transparent; }
.btn--rhs:disabled {
      opacity: 0.2; }
.btn--rhs.btn--disabled {
      opacity: 0.2; }
.btn--rhs.btn--disabled::after {
        display: none; }
.btn--rhs *::-moz-selection {
      background-color: transparent;
      color: #333; }
.btn--rhs *::selection {
      background-color: transparent;
      color: #333; }
.btn--rhs .form__checkbox + span,
    .btn--rhs .form__radio + span {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      padding: 0;
      background-color: transparent;
      color: #333; }
.btn--rhs .form__checkbox:checked + span,
    .btn--rhs .form__radio:checked + span {
      background: #e6e6e6;
      color: #333; }
.btn--rhs-active *::-moz-selection {
      background-color: #e6e6e6; }
.btn--rhs-active *::selection {
      background-color: #e6e6e6; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: 'icomoon', serif !important;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.icon-bold::before {
  content: "\E90B"; }
.icon-italic::before {
  content: "\E90C"; }
.icon-capitalize::before {
  content: "\E904"; }
.icon-cc::before {
  content: "\E905"; }
.icon-resize::before {
  content: "\E906"; }
.icon-play::before {
  content: "\E903"; }
.icon-play-full::before {
  content: "\EA1C"; }
.icon-arrow-up::before {
  content: "\E900"; }
.icon-flag::before {
  content: "\E901"; }
.icon-pause::before {
  content: "\E902"; }
.icon-pause-full::before {
  content: "\E91A"; }
.icon-align-center::before {
  content: "\E907"; }
.icon-align-left::before {
  content: "\E908"; }
.icon-align-right::before {
  content: "\E909"; }
.icon-bin::before {
  content: "\E927"; }
.icon-save::before {
  content: "\E90E"; }
.icon-download::before {
  content: "\E90F"; }
.icon-error::before {
  content: "\E910"; }
.icon-view-line::before {
  content: "\E911"; }
.icon-view-square::before {
  content: "\E912"; }
.icon-success::before {
  content: "\E90D"; }
.icon-save2::before {
  content: "\E913"; }
.icon-edit::before {
  content: "\E915"; }
.icon-star::before {
  content: "\E916"; }
.icon-user::before {
  content: "\E917"; }
.icon-warn::before {
  content: "\E918"; }
.icon-audio::before {
  content: "\E914"; }
.icon-voice::before {
  content: "\E919"; }
.icon-plus::before {
  content: "\EA0A"; }
.icon-fit-to-height::before {
  content: "\E91B"; }
.icon-fit-to-width::before {
  content: "\E91C"; }
.icon-loop::before {
  content: "\EA2E"; }
.icon-fit-text::before {
  content: "\E91E"; }
.icon-scissors::before {
  content: "\EA5A"; }
.icon-minus::before {
  content: "\EA0B"; }
.icon-flip-horizontal::before {
  content: "\E91D"; }
.icon-rotate-clockwise::before {
  content: "\E91F"; }
.icon-ownfiletype-video::before {
  content: "\E921"; }
.icon-crown-gold::before {
  content: "\E922";
  color: #ffd600; }
.icon-editorial::before {
  content: "\E924";
  color: #fff; }
.icon-share::before {
  content: "\EA7D"; }
.icon-chat-bubble::before {
  content: "\E925"; }
.icon-ctrl::before {
  content: "\EA50"; }
.icon-scene-add::before {
  content: "\E926"; }
.icon-clock::before {
  content: "\E90A"; }
.icon-more-options::before {
  content: "\E928"; }
.icon-undo::before {
  content: "\E92A"; }
.icon-redo::before {
  content: "\E929"; }
.icon-wizard-text::before {
  content: "\E92B"; }
.icon-wizard-template::before {
  content: "\E92C"; }
.icon-wizard-own-media::before {
  content: "\E92D"; }
.icon-arrow-right::before {
  content: "\E92E"; }
.icon-arrow-left::before {
  content: "\E92E";
  display: inline-block;
  transform: rotate(180deg); }
.table {
  width: 100%;
  border-spacing: 0 1.5em;
  border-collapse: separate; }
.table__data--small {
    width: 150px; }
html,
body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }
html *,
  body * {
    box-sizing: border-box; }
html *:active, html *:focus,
    body *:active,
    body *:focus {
      outline: none; }
html *::-moz-selection, body *::-moz-selection {
      background: #2bbfb8;
      color: #fff; }
html *::selection,
    body *::selection {
      background: #2bbfb8;
      color: #fff; }
html p,
  html h1,
  html h2,
  html h3,
  html h4,
  html h5,
  html h6,
  html li,
  body p,
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body li {
    color: #333; }
html main,
  body main {
    position: relative; }
html h2,
  body h2 {
    margin: 40px 0 20px;
    font-weight: 600;
    font-size: 20px; }
html h3,
  body h3 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 16px; }
html p,
  body p {
    font-weight: 300; }
html a,
  body a {
    text-decoration: none; }
html .text-center,
  body .text-center {
    text-align: center; }
html #iframe,
  body #iframe {
    position: absolute;
    z-index: -1; }
.page-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-position: bottom center;
  background-repeat: no-repeat; }
@media (max-width: 1599px) {
    .page-wrapper {
      background-size: 1600px; } }
@media (max-width: 1349px) {
    .page-wrapper {
      background-size: 1300px; } }
.page-wrapper--project {
    /* static header height */
    margin: 56px auto 0; }
.content-wrapper {
  padding: 0 40px; }
@media (max-width: 1399px) {
    .content-wrapper {
      padding: 0 20px; } }
@media (max-width: 999px) {
    .content-wrapper {
      padding: 0 10px; } }
.no-margin {
  margin: 0; }
.wave {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  width: 100%;
  fill: #2bbfb8; }
.wave--secondary {
    bottom: -50px;
    opacity: 0.2; }
.text-capitalize {
  text-transform: capitalize; }
.skeleton {
  width: 100%; }

/*
 * Required for @designs-ai/react
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-family: "Poppins-Regular";
  src: local("Poppins Regular"),
    url("https://assets.designs.ai/fonts/Poppins-Regular.ttf")
      format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-display: block;
  font-family: "Poppins-Medium";
  src: local("Poppins Medium"),
    url("https://assets.designs.ai/fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-display: block;
  font-family: "Poppins-SemiBold";
  src: local("Poppins SemiBold"),
    url("https://assets.designs.ai/fonts/Poppins-SemiBold.ttf")
      format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-display: block;
  font-family: "Poppins-Bold";
  src: local("Poppins Bold"),
    url("https://assets.designs.ai/fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-display: block;
  font-family: "Poppins-ExtraBold";
  src: local("Poppins ExtraBold"),
    url("https://assets.designs.ai/fonts/Poppins-ExtraBold.ttf")
      format("truetype");
}

.mobile-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #fff; }

.notification {
  position: absolute;
  top: -200px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  min-height: 50px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin: 8px;
  border-radius: 5px;
  padding: 6px 16px;
  background-color: #1976d2;
  color: #fff;
  transition: 0.5s top ease-in, 0.5s right ease-in; }
  .notification--success {
    background-color: #43a047; }
  .notification--warning {
    background-color: #ffa000; }
  .notification--error {
    background-color: #a31e0c; }
  .notification__close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    font-weight: 500;
    transition: 0.15s background;
    cursor: pointer; }
  .notification__close-btn:hover {
      background: rgba(0, 0, 0, 0.2); }

.notifications {
  position: fixed;
  top: 75px;
  right: 50px;
  z-index: 2001;
  display: flex;
  flex-direction: column; }

.projects__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  min-height: 150px;
  margin: 0 -10px 20px; }

.projects__subheading {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 700;
  text-transform: uppercase; }

.projects__modal-warn-icon {
  display: block;
  margin: 20px auto;
  color: #2bbfb8;
  font-size: 72px;
  text-align: center; }

.projects__list-loader {
  max-width: 150px; }

.projects__list-loader-container {
    z-index: 4; }

.projects__inline {
  margin: 10px 0; }

.projects__inline-text {
  display: inline; }

.projects__remaining {
  margin-left: 20px; }

.projects__btn--underline {
  margin-left: 20px;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0;
  padding-bottom: 5px;
  background: transparent;
  cursor: pointer; }

.projects__tooltip {
  display: inline;
  margin-left: 5px; }

.projects__pagination {
  margin-top: 20px;
  margin-bottom: 100px; }

.template-page {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px; }

.uploads-tabs__options {
  margin: -25px 0 25px 0; }

.uploads-tabs__button {
  position: relative;
  margin: 0;
  margin-right: 50px;
  border: none;
  padding: 0;
  padding-bottom: 8px;
  background: none;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer; }

.uploads-tabs__button--active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #53eab3, #2bbfb8 100%); }

.captions-container {
  position: absolute;
  top: 0;
  left: 0; }

.video-player {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px; }

.video-player__players {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%; }

.video-player__content {
    position: relative; }

.video-player__content--active::after {
      opacity: 0; }

.video-player__content canvas {
      display: block;
      width: 100%; }

.video-player__buttons-container {
    display: flex;
    align-items: center;
    width: 100%; }

.video-player__buttons-container > * {
      margin: 0 10px !important; }

.video-player__buttons-container .btn,
    .video-player__buttons-container .btn--small,
    .video-player__buttons-container .btn--disabled::after {
      border-radius: 5px; }

.video-player__play-button-container {
    position: relative;
    width: 30px;
    height: 26px; }

.video-player__play-button {
    width: 30px;
    height: 26px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 20px;
    cursor: pointer; }

.video-player__play-button.icon-play-full {
      position: absolute;
      margin-left: 0;
      font-size: 26px; }

.video-player__play-button.icon-pause-full {
      position: absolute;
      margin-top: 2px;
      margin-left: 3px; }

.video-player__play-button--disabled {
      opacity: 0.2; }

.video-player__sound-button {
    width: 35px;
    height: 20px;
    border: none;
    background: transparent url(/static/icon-sound.png) no-repeat left center; }

.video-player__sound-button--active {
      background-image: url(/static/icon-sound-off.png); }

.video-player__menu {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    background: #d5d5db; }

.video-player__video-container {
    width: 100%;
    min-width: 700px;
    max-width: 700px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px; }

.video-player__video-container--disabled::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 1;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 100; }

.video-player__player-overlay {
    position: absolute;
    z-index: 650;
    height: 100%;
    background: #f5f5f5; }

.video-player__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 550;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.video-player__logo__image {
      width: 100%;
      height: 100%; }

.video-player__info {
    margin: 0;
    color: #a31e0c;
    text-align: center; }

.video-player__info-icon {
      margin: 0 10px;
      font-size: 18px;
      vertical-align: middle; }

.video-player__info-container {
      min-height: 15px;
      margin: 5px 0; }

@media (max-width: 1349px) {
        .video-player__info-container:empty {
          display: none; } }

.lottie-player .lottie-player,
.lottie-player .lottie-renderer,
.lottie-player .lottie-renderer__scene-container,
.lottie-player .lottie-renderer__animation {
  position: absolute;
  top: 0;
  left: 0; }

.lottie-player .lottie-renderer__animation {
  width: 150px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.lottie-player .lottie-renderer__animation-container {
  position: absolute;
  top: 0;
  left: 0; }

.lottie-player .lottie-renderer__animation-container--text svg, .lottie-player .lottie-renderer__animation-container--image svg {
    overflow: hidden; }

.lottie-player .lottie-renderer__animation-handle {
  position: relative;
  z-index: 1; }

.lottie-player .lottie-renderer__animation-handle .handle__center {
    position: relative;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.lottie-player .lottie-renderer__animation-handle .handle__number {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background: rgba(125, 125, 125, 0.8);
    color: #fff;
    font-size: 12px; }

.lottie-player .lottie-renderer--transitions {
  z-index: 500; }

.lottie-player .lottie-renderer--transitions .lottie-renderer__animation-container {
    opacity: 1;
    transition: none; }

.lottie-player .lottie-renderer--transitions .lottie-renderer__animation-container svg {
      width: initial;
      height: initial;
      transform: none !important; }

.interactive__handle {
  opacity: 0; }

.interactive__handle.moveable-control-box .moveable-origin {
  display: none; }

.interactive__handle.moveable-control-box .moveable-line {
  background: rgba(125, 125, 125, 0.5); }

.interactive__handle.moveable-control-box .moveable-rotation-line {
  margin-top: -3px;
  background: transparent; }

.interactive__handle.moveable-control-box .moveable-rotation-line .moveable-control.moveable-rotation {
    border-color: #c8c8c8;
    background-color: rgba(125, 125, 125, 0.5); }

.interactive__handle.moveable-control-box .moveable-rotation-line .moveable-control.moveable-rotation::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: contain; }

.interactive__handle.moveable-control-box .moveable-control {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid #c8c8c8;
  background: rgba(125, 125, 125, 0.5); }

.interactive__handle.moveable-control-box .moveable-n, .interactive__handle.moveable-control-box .moveable-s {
  width: 20px;
  height: 7px;
  margin-top: -3px;
  margin-left: -10px;
  border-radius: 40%; }

.interactive__handle.moveable-control-box .moveable-e, .interactive__handle.moveable-control-box .moveable-w {
  width: 6px;
  height: 20px;
  margin-top: -10px;
  margin-left: -3px;
  border-radius: 40%; }

/* stylelint-disable no-descending-specificity */
.caption-style {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased; }
.caption-style p,
  .caption-style span,
  .caption-style div {
    margin: 0;
    color: #000;
    font-weight: 300;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0; }
.caption-style .line {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 4px 0;
    white-space: pre; }
.caption-style .line:first-of-type {
      margin-top: 0; }
.caption-style .line:last-of-type {
      margin-bottom: 0; }
.caption-style.caption-style-rectangle, .caption-style.caption-style-underline, .caption-style.caption-style-underline-alt {
    position: relative; }
.caption-style.caption-style-rectangle .line, .caption-style.caption-style-underline .line, .caption-style.caption-style-underline-alt .line {
      z-index: 1;
      padding: 10px 20px; }
.caption-style.caption-style-rectangle .line:empty, .caption-style.caption-style-underline .line:empty, .caption-style.caption-style-underline-alt .line:empty {
        background-color: transparent !important; }
.caption-style.caption-style-circle {
    justify-content: center;
    border-radius: 100%;
    padding: 20px; }
.caption-style.caption-style-circle .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
.caption-style.caption-style-square {
    justify-content: center;
    border: 15px solid;
    border-radius: 5%;
    padding: 20px; }
.caption-style.caption-style-square .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
.caption-style.caption-style-with-markers .marker {
    position: absolute;
    top: 0;
    display: block; }
.caption-style.caption-style-dots .marker {
    border-radius: 100%; }
.caption-style.caption-style-squares .marker {
    border-radius: 20%; }
.caption-style.caption-style-underline .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6.5%; }
.caption-style.caption-style-underline-alt .underline {
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(75% - 40px);
    height: 6.5%; }
.caption-style.caption-style-quote .quote {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
.caption-style.caption-style-quote .quote--left {
      left: 0; }
.caption-style.caption-style-quote .quote--right {
      right: 0; }

.product-assets__container {
  position: absolute;
  top: 0;
  left: 0; }

.product-assets__image {
  width: 100%;
  height: 100%; }

.template-preview {
  width: 100%; }
  .template-preview__modal {
    max-width: 1200px; }
  @media (max-width: 1349px) {
      .template-preview__modal {
        top: 0; }
        .template-preview__modal .modal__close-button {
          position: fixed;
          top: 20px;
          right: 20px; } }
  .template-preview__top {
    display: flex;
    justify-content: space-between; }
  .template-preview__player {
    position: relative;
    overflow: hidden;
    width: 60%;
    border-radius: 5px; }
  .template-preview__title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; }
  .template-preview__rhs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%; }
  .template-preview__ratio {
    display: flex;
    align-items: center;
    margin-top: 20px; }
  .template-preview__clone-button {
    margin-top: 40px;
    margin-bottom: 0; }
  .template-preview__share-button {
    display: flex;
    align-items: center;
    width: 100px;
    margin-top: 30px;
    border: none;
    padding: 0;
    background: transparent;
    color: #333;
    text-align: left;
    cursor: pointer; }
  .template-preview__share-button:disabled {
      opacity: 0.5;
      cursor: default; }
  .template-preview__share-button .icon-share {
      margin-right: 5px;
      font-size: 24px; }
  .template-preview__categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(65% + 5px);
    margin-top: 20px;
    margin-left: -5px; }
  .template-preview__category {
    min-width: 80px;
    margin: 5px;
    padding: 0 10px; }
  .template-preview__more {
    width: 100%;
    margin-top: 30px; }
  .template-preview__more-title {
    font-weight: 700;
    font-size: 24px; }
  .template-preview__more-list {
    position: relative;
    width: calc(100% + 5px);
    margin-top: 20px;
    margin-left: -5px; }
  .template-preview .preview-player__video-container {
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    max-height: 500px;
    margin: 0; }
  .template-preview .preview-player__video-container video {
      max-width: 100%;
      max-height: 100%; }
  .template-preview--standalone {
    overflow-y: scroll;
    height: 100%;
    padding: 0 0 40px 40px; }

.preview-player__video-player {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto; }
  .preview-player__video-player video {
    display: block;
    width: 100% !important;
    max-width: 500px;
    height: 100% !important;
    max-height: 500px;
    margin: 0 auto; }
  .preview-player__video {
  margin: 0 auto; }
  .preview-player__control-bar {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 5px 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)) !important;
  transition: all 0.5s ease-in-out !important; }
  .preview-player__video-button {
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer; }
  .preview-player__buffer {
  width: 30px;
  height: 30px; }
  .preview-player__video-progress-container {
  position: relative;
  overflow: hidden;
  opacity: 0.7;
  width: 50%;
  height: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }
  .preview-player__video-progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #fff; }
  .preview-player__video-buffer-progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); }
  .preview-player__video-container {
  position: relative;
  overflow: hidden;
  width: 0;
  max-width: 500px;
  margin: 20px auto; }

.template-browser {
  width: 15%; }
  @media (max-width: 1349px) {
    .template-browser {
      width: 20%; } }
  .template-browser h3 {
    margin: 0;
    padding: 40px 0 20px 40px;
    font-weight: 700;
    font-size: 18px; }
  .template-browser__button {
    display: block;
    width: 100%;
    border: none;
    padding: 15px 40px;
    background: transparent;
    color: #333;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background 0.4s ease-in-out;
    cursor: pointer; }
  .template-browser__button--disabled {
      opacity: 0.5; }
  .template-browser__button:active, .template-browser__button:focus {
      color: #333; }
  .template-browser__button:hover, .template-browser__button--active {
      background-color: #f5f5f5; }
  .template-browser__custom-scroll {
    display: block;
    width: 100%; }
  .template-browser--standalone {
    margin: 0; }
  .template-browser--standalone h3 {
      padding-top: 0;
      padding-left: 15px; }
  .template-browser--standalone .template-browser__button {
      padding-left: 15px; }

.ratio-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 2px;
  padding: 2px;
  background-color: #fff;
  font-weight: 700;
  font-size: 8px; }
  .ratio-button__text {
    margin-top: 2px;
    color: #444; }
  .ratio-button__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px; }
  .ratio-button__icon {
    width: 100%;
    height: 100%;
    border: 1px solid #525252;
    background-color: #fff;
    transition: background-color 0.25s; }
  .ratio-button--landscape .ratio-button__icon {
    width: 15px;
    height: 7.5px; }
  .ratio-button--square .ratio-button__icon {
    width: 9.6px;
    height: 9.6px; }
  .ratio-button--square-alt .ratio-button__icon {
    width: calc(12px * 4 / 5);
    height: 12px; }
  .ratio-button--vertical .ratio-button__icon {
    width: 6.6px;
    height: 13.2px; }
  .ratio-button--active .ratio-button__text {
    color: #fff; }
  .ratio-button--active .ratio-button__icon {
    border: none;
    background-color: #fff; }
  .ratio-button--large {
    width: 50px;
    height: 50px;
    font-size: 10px; }
  .ratio-button--large .ratio-button__icon-wrapper {
      height: 30px; }

.template-preview__similar {
  position: absolute;
  width: 215px;
  max-width: 500px;
  margin: 0;
  margin: 5px;
  border: none;
  padding: 0;
  background: #ddd;
  cursor: pointer; }
  .template-preview__similar-preview {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .template-preview__similar-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%; }
  .template-preview__similar-image--loaded {
      opacity: 1; }
  .template-preview__similar-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .template-preview__similar-title {
    margin-top: 10px; }
  .template-preview__similar-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
    font-size: 16px; }
  .template-preview__similar-error-icon {
      color: #a31e0c;
      font-size: 20px; }
  .template-preview__similar-error-msg {
      margin-top: 10px; }
  .template-preview__similar--disabled {
    opacity: 0.5;
    cursor: default; }
  .template-preview__similar--square .template-preview__similar-preview {
    height: 215px; }
  .template-preview__similar--vertical .template-preview__similar-preview {
    height: calc(215px * 1.77777777); }
  .template-preview__similar--landscape .template-preview__similar-preview {
    height: calc(215px / 1.7777777); }
  .template-preview__similar--horizontal .template-preview__similar-preview {
    height: calc(215px * 1.25); }

.template-language-filter__container {
  width: 200px;
  margin-top: 30px; }

.templates__row {
  width: 100%; }

.templates__container {
  display: flex;
  width: calc(100% + 80px);
  margin: 0 0 0 -40px; }

@media (max-width: 1349px) {
    .templates__container {
      width: calc(100% + 40px);
      margin: 0 0 0 -20px; } }

.templates__heading {
  margin: 0;
  padding: 40px 0 20px;
  font-size: 32px; }

.templates__message {
  width: 100%;
  padding: 20px;
  text-align: center; }

.templates__templates-list-container {
  position: relative;
  width: 85%;
  padding: 0 20px; }

@media (max-width: 1349px) {
    .templates__templates-list-container {
      width: 80%; } }

.templates__templates-list {
  position: relative; }

.templates__tab {
  padding-bottom: 0; }

.templates__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.templates__button {
  position: relative;
  overflow: hidden;
  width: 220px;
  border: none;
  background: transparent center center / cover no-repeat;
  cursor: pointer; }

.templates__button--square {
    height: 220px; }

.templates__button--vertical {
    height: calc(220px * 1.77777777); }

.templates__button--landscape {
    height: calc(220px / 1.7777777); }

.templates__button--horizontal {
    height: calc(220px * 1.25); }

.templates__button figure {
    margin: 0; }

.templates__templates-header {
  display: flex;
  justify-content: space-between; }

.templates__image {
  display: block;
  width: 100%; }

.home__heading-container {
  width: calc(100% + 80px);
  margin-left: -40px;
  background: #fff; }

.home__content {
  position: relative; }

.home__own-upload--generate-btn {
  position: absolute;
  right: -75px !important;
  margin: 0; }

