@charset "UTF-8";
1&display=swap");
body.overflow {
  overflow-y: hidden; }

.ba-slider {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px; }
  .skew-mode .ba-slider {
    overflow: hidden; }
  .ba-slider__cont {
    position: relative;
    width: 100%;
    height: auto; }
  .ba-slider img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    right: 0; }
  .ba-slider__after {
    overflow: hidden;
    z-index: 3;
    border-left: 2px solid #ffffff; }
  .ba-slider__after, .ba-slider__fake {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .skew-mode .ba-slider__after, .skew-mode .ba-slider__fake {
      -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      transform: skew(-10deg);
      -webkit-transform-origin: left bottom 0px;
      -ms-transform-origin: left bottom 0px;
      transform-origin: left bottom 0px; }
    .ba-slider__after:after, .ba-slider__fake:after {
      content: "After";
      cursor: pointer;
      width: 100px;
      height: 28px;
      border: 0;
      text-decoration: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      outline: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin: auto;
      padding: 0 10px;
      color: #171717;
      font-family: "Roobert", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 30px;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.7);
      text-align: center;
      border-radius: 0px 0px 10px 0px; }
      .skew-mode .ba-slider__after:after, .skew-mode .ba-slider__fake:after {
        display: none; }
  .ba-slider__fake {
    z-index: 2;
    border-left: 2px solid transparent; }
    .ba-slider__fake:after {
      content: "Before";
      z-index: 2;
      left: -100px;
      border-radius: 0px 0px 0px 10px; }
      .skew-mode .ba-slider__fake:after {
        display: none; }
  .ba-slider__after img {
    position: absolute;
    width: 730px;
    height: 100%;
    min-height: 100%; }
    .skew-mode .ba-slider__after img {
      -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
      transform: skew(10deg);
      -webkit-transform-origin: left bottom 0px;
      -ms-transform-origin: left bottom 0px;
      transform-origin: left bottom 0px; }

body.overflow {
  overflow-y: hidden; }

.ba-slider-new {
  position: relative;
  width: 100%;
  height: 100%; }
  .ba-slider-new__cont {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .ba-slider-new__img,
  .ba-slider-new img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; }
  .ba-slider-new__img {
    background-size: cover;
    background-position: center;
    height: 700px; }
    @media (max-width: 1799px) {
      .ba-slider-new__img {
        height: 522px; } }
    @media (max-width: 767px) {
      .ba-slider-new__img {
        height: 400px; } }
  .ba-slider-new .ba-slider-new__fake {
    border: none;
    z-index: 3; }
  .ba-slider-new .ba-slider-new__after {
    border: none;
    overflow: hidden;
    z-index: 3; }
    .ba-slider-new .ba-slider-new__after:before {
      content: '';
      display: inline-block;
      position: absolute;
      z-index: 1;
      left: 0;
      width: 1px;
      height: 100%;
      top: 0;
      background: rgba(255, 255, 255, 0.7); }
  .ba-slider-new__after::after, .ba-slider-new__fake::after {
    display: none; }
  .ba-slider-new__label {
    font-family: "Roobert", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 3px;
    right: auto;
    left: 0;
    width: auto;
    background: transparent;
    min-width: 50px;
    font-size: 12px;
    white-space: nowrap;
    height: 20px;
    margin: auto;
    padding: 0 10px;
    border-radius: 0;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    opacity: .7; }
    @media (max-width: 767px) {
      .ba-slider-new__label {
        display: none; } }
    .ba-slider-new__label_before {
      background: transparent;
      color: #fff;
      right: 100%;
      left: auto;
      min-width: 50px;
      text-align: center; }
  .ba-slider-new__after, .ba-slider-new__fake {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .ba-slider-new__after .ba-slider-new__img,
  .ba-slider-new__after img {
    position: absolute;
    width: 730px;
    height: 100%;
    min-height: 100%; }

.sk-h1, .sk-h2, .sk-h3, .sk-h4, .sk-h5, .sk-h6 {
  font-family: "Roobert", Helvetica, Arial, sans-serif; }
  .sk-h1 b, .sk-h1 strong, .sk-h2 b, .sk-h2 strong, .sk-h3 b, .sk-h3 strong, .sk-h4 b, .sk-h4 strong, .sk-h5 b, .sk-h5 strong, .sk-h6 b, .sk-h6 strong {
    font-weight: 700; }

@media (min-width: 1280px) {
  .sk-grid-big .container {
    max-width: 1280px; } }

@media (min-width: 1800px) {
  .sk-grid-big .container {
    max-width: 1730px; } }

.sk-h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.03em; }
  @media (max-width: 1799px) {
    .sk-h1 {
      font-size: 42px;
      line-height: 1.1; } }
  @media (max-width: 767px) {
    .sk-h1 {
      font-size: 30px; } }
  @media (max-width: 575px) {
    .sk-h1 br {
      display: none; } }
  .sk-h1-big-sm {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: "Roobert", Helvetica, Arial, sans-serif; }
    @media (max-width: 1799px) {
      .sk-h1-big-sm {
        font-size: 70px; } }
    @media (max-width: 1279px) {
      .sk-h1-big-sm {
        font-size: 58px; } }
    @media (max-width: 767px) {
      .sk-h1-big-sm {
        font-size: 50px; } }
    @media (max-width: 575px) {
      .sk-h1-big-sm {
        font-size: 36px; } }
  .sk-h1-big-md {
    font-size: 160px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: "Roobert", Helvetica, Arial, sans-serif; }
    @media (max-width: 1799px) {
      .sk-h1-big-md {
        font-size: 120px; } }
    @media (max-width: 1279px) {
      .sk-h1-big-md {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .sk-h1-big-md {
        font-size: 50px; } }
    @media (max-width: 575px) {
      .sk-h1-big-md {
        font-size: 40px; } }
  .sk-h1-big {
    font-size: 230px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-family: "Roobert", Helvetica, Arial, sans-serif; }
    @media (max-width: 1799px) {
      .sk-h1-big {
        font-size: 180px; } }
    @media (max-width: 1279px) {
      .sk-h1-big {
        font-size: 120px; } }
    @media (max-width: 767px) {
      .sk-h1-big {
        font-size: 70px; } }
    @media (max-width: 575px) {
      .sk-h1-big {
        font-size: 50px; } }
  .sk-h1_of_b {
    padding-bottom: 40px; }
    @media (max-width: 1799px) {
      .sk-h1_of_b {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .sk-h1_of_b {
        padding-bottom: 15px; } }

.sk-h2 {
  font-size: 40px;
  font-weight: 600; }
  @media (max-width: 1279px) {
    .sk-h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .sk-h2 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .sk-h2 br {
      display: none; } }
  .sk-h2_of_b {
    padding-bottom: 30px; }
    @media (max-width: 1279px) {
      .sk-h2_of_b {
        padding-bottom: 20px; } }
  .sk-h2_of_b_large {
    padding-bottom: 50px; }
    @media (max-width: 1279px) {
      .sk-h2_of_b_large {
        padding-bottom: 40px; } }

.sk-h3 {
  font-size: 35px;
  font-weight: 600; }
  @media (max-width: 1279px) {
    .sk-h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .sk-h3 {
      font-size: 16px; } }
  @media (max-width: 575px) {
    .sk-h3 br {
      display: none; } }
  .sk-h3_of_b {
    padding-bottom: 20px; }
    @media (max-width: 1279px) {
      .sk-h3_of_b {
        padding-bottom: 10px; } }

.sk-h4 {
  font-size: 24px;
  font-weight: 700; }
  @media (max-width: 1279px) {
    .sk-h4 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .sk-h4 {
      font-size: 15px; } }
  .sk-h4_of_b {
    padding-bottom: 20px; }
    @media (max-width: 1279px) {
      .sk-h4_of_b {
        padding-bottom: 10px; } }

.sk-subtitle {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 400; }
  @media (max-width: 1279px) {
    .sk-subtitle {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .sk-subtitle {
      font-size: 20px; } }
  .sk-subtitle_of_b_large {
    padding-bottom: 30px; }
    @media (max-width: 1279px) {
      .sk-subtitle_of_b_large {
        padding-bottom: 20px; } }
  .sk-subtitle b, .sk-subtitle strong {
    font-weight: 700; }

.sk-text {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6; }
  @media (max-width: 1279px) {
    .sk-text {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .sk-text {
      font-size: 15px;
      line-height: 26px; } }
  .sk-text_s_sm {
    font-size: 15px; }
    @media (max-width: 1279px) {
      .sk-text_s_sm {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .sk-text_s_sm {
        font-size: 13px; } }
  .sk-text_s_xs {
    font-size: 12px;
    line-height: 1.2; }
  .sk-text_type_gray {
    color: #B3AABE; }
  .sk-text b, .sk-text strong {
    font-weight: 700; }

.sk-text-caption {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }
  @media (max-width: 1279px) {
    .sk-text-caption {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .sk-text-caption {
      font-size: 14px; } }
  .sk-text-caption_s_sm {
    font-size: 15px; }
    @media (max-width: 1279px) {
      .sk-text-caption_s_sm {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .sk-text-caption_s_sm {
        font-size: 13px; } }
  .sk-text-caption_s_xs {
    font-size: 13px; }
    @media (max-width: 1279px) {
      .sk-text-caption_s_xs {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .sk-text-caption_s_xs {
        font-size: 12px; } }
  .sk-text-caption b, .sk-text-caption strong {
    font-weight: 700; }

.sk-figure {
  display: block; }
  .sk-figure img, .sk-figure svg {
    display: block;
    width: 100%; }

.sk-btn {
  position: relative;
  z-index: 1;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  padding: 18px 25px;
  border-radius: 8px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  min-width: 175px; }
  @media (max-width: 1799px) {
    .sk-btn {
      padding: 16px 25px;
      font-size: 13px;
      letter-spacing: 1.04px; } }
  @media (max-width: 959px) {
    .sk-btn {
      padding: 14px 25px; } }
  @media (max-width: 767px) {
    .sk-btn {
      padding: 10px 25px;
      display: inline-block;
      width: auto;
      min-width: 160px; } }
  @media (max-width: 575px) {
    .sk-btn {
      width: 100%; } }
  .sk-btn_type_primary {
    min-width: 205px;
    margin-bottom: 10px;
    border: none;
    color: #ffffff;
    background: #a724b8;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
    .neon-btns .sk-btn_type_primary {
      -webkit-box-shadow: 12px -2px 31px 0px rgba(206, 5, 239, 0.51);
      box-shadow: 12px -2px 31px 0px rgba(206, 5, 239, 0.51); }
    .sk-btn_type_primary:focus, .sk-btn_type_primary:active, .sk-btn_type_primary:hover {
      color: #ffffff;
      background: rgba(167, 36, 184, 0.8); }
      .neon-btns .sk-btn_type_primary:focus, .neon-btns .sk-btn_type_primary:active, .neon-btns .sk-btn_type_primary:hover {
        -webkit-box-shadow: 12px -2px 40px 0px rgba(206, 5, 239, 0.61), -3px 2px 22px 0px rgba(112, 230, 255, 0.38);
        box-shadow: 12px -2px 40px 0px rgba(206, 5, 239, 0.61), -3px 2px 22px 0px rgba(112, 230, 255, 0.38); }
  .sk-btn_sale_secondary {
    padding: 0;
    letter-spacing: 0.08em; }
    .sk-btn_sale_secondary:hover span {
      color: #13122A;
      background: #fff; }
    .sk-btn_sale_secondary:before {
      content: '';
      position: absolute;
      display: inline-block;
      z-index: -1;
      top: -4px;
      left: -3px;
      width: -webkit-calc(100% + 6px);
      width: calc(100% + 6px);
      height: -webkit-calc(100% + 8px);
      height: calc(100% + 8px);
      background: -webkit-gradient(linear, left top, right top, from(#5ad7ff), color-stop(41%, #0086d7), color-stop(61%, #0086d7), to(#5ad7ff));
      background: -webkit-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
      background: -o-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
      background: linear-gradient(to right, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad7ff', endColorstr='#5ad7ff',GradientType=1 );
      border-radius: 60px;
      background-size: 300% 300%;
      -webkit-animation: gradientAnim 4s ease infinite;
      animation: gradientAnim 4s ease infinite; }
    .sk-btn_sale_secondary_w-100 {
      width: 100%; }
      .sk-btn_sale_secondary_w-100 span {
        width: 100%; }
    .sk-btn_sale_secondary span {
      color: #ffffff;
      background: #030308;
      padding: 13px 25px;
      border-radius: 40px;
      min-width: 170px;
      display: inline-block;
      position: relative;
      border: 1px solid #fff;
      -webkit-transition: background .3s, color .3s;
      -o-transition: background .3s, color .3s;
      transition: background .3s, color .3s; }
      @media (max-width: 1799px) {
        .sk-btn_sale_secondary span {
          padding: 10px 25px; } }
      .sk-btn_sale_secondary span:before {
        content: '';
        position: absolute;
        display: inline-block;
        z-index: -1;
        top: -3px;
        left: -3px;
        width: -webkit-calc(100% + 6px);
        width: calc(100% + 6px);
        height: -webkit-calc(100% + 6px);
        height: calc(100% + 6px);
        border: 3px solid #030308;
        border-radius: 60px; }
  .sk-btn_sale {
    padding: 0; }
    .sk-btn_sale:hover span {
      background: #7C2B90; }
    .sk-btn_sale:before {
      content: '';
      position: absolute;
      display: inline-block;
      z-index: -1;
      top: -3px;
      left: -3px;
      width: -webkit-calc(100% + 6px);
      width: calc(100% + 6px);
      height: -webkit-calc(100% + 6px);
      height: calc(100% + 6px);
      background: -webkit-gradient(linear, left top, right top, from(#5ad7ff), color-stop(41%, #0086d7), color-stop(61%, #0086d7), to(#5ad7ff));
      background: -webkit-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
      background: -o-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
      background: linear-gradient(to right, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad7ff', endColorstr='#5ad7ff',GradientType=1 );
      border-radius: 60px;
      background-size: 300% 300%;
      -webkit-animation: gradientAnim 4s ease infinite;
      animation: gradientAnim 4s ease infinite; }
    .sk-btn_sale span {
      color: #ffffff;
      background: #A724B8;
      padding: 10px 25px;
      border-radius: 40px;
      min-width: 200px;
      display: inline-block;
      position: relative;
      border: 4px solid #030308;
      -webkit-transition: background .3s ease-in-out;
      -o-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out; }
  .sk-btn_type_clean-border {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 17px 25px; }
    @media (max-width: 1799px) {
      .sk-btn_type_clean-border {
        padding: 15px 25px; } }
    @media (max-width: 959px) {
      .sk-btn_type_clean-border {
        padding: 13px 25px; } }
    @media (max-width: 767px) {
      .sk-btn_type_clean-border {
        padding: 9px 25px; } }
    .sk-btn_type_clean-border:hover {
      border-color: #fff;
      background-color: #fff;
      color: #555462; }
    .sk-btn_type_clean-border-2 {
      border-color: #555462; }
  .sk-btn_type_link {
    background: transparent;
    border: none;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0;
    text-transform: none; }
    @media (max-width: 767px) {
      .sk-btn_type_link {
        width: auto;
        min-width: auto; } }
    .sk-btn_type_link:hover {
      background: transparent; }
      .sk-btn_type_link:hover span:after {
        opacity: 0; }
    .sk-btn_type_link span {
      position: relative; }
      .sk-btn_type_link span:after {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 1px;
        opacity: 1;
        background-color: #fff;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
  .sk-btn-trial-flow {
    margin-right: 30px;
    min-width: 250px; }
    @media (max-width: 1799px) {
      .sk-btn-trial-flow {
        margin-right: 15px; } }
    @media (max-width: 1279px) {
      .sk-btn-trial-flow {
        margin-right: 0; } }
    @media (max-width: 959px) {
      .sk-btn-trial-flow_desk {
        display: none; } }
    .sk-btn-trial-flow_mob {
      display: none; }
      @media (max-width: 959px) {
        .sk-btn-trial-flow_mob {
          display: block; } }

@media (max-width: 959px) {
  .de .sk-btn, .fr .sk-btn {
    white-space: normal; } }

@-webkit-keyframes gradientAnim {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

@keyframes gradientAnim {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

.wrapper {
  background: #000;
  overflow: hidden; }
  .wrapper .sk-btn_type_primary {
    background: #FFA800;
    color: #000; }
    .wrapper .sk-btn_type_primary:hover {
      background: #FFA800;
      color: #000;
      opacity: .8; }

.js-hours-counter {
  color: #fff !important; }

.js-hours-counter-text-plural,
.js-hours-counter-text-singular {
  display: none; }
  .js-hours-counter-text-plural.is-active,
  .js-hours-counter-text-singular.is-active {
    display: block; }

.luminar-neo-page-wrap .container-fluid {
  max-width: 1920px;
  padding-left: 135px;
  padding-right: 135px; }
  @media (max-width: 1799px) {
    .luminar-neo-page-wrap .container-fluid {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1279px) {
    .luminar-neo-page-wrap .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.header {
  background: transparent !important; }
  @media (max-width: 767px) {
    .header .menu__sub-menu-wrap_acc {
      left: auto;
      min-width: 290px;
      right: 0; } }

.ai-label {
  font-size: 60%;
  vertical-align: super !important;
  font-weight: 600;
  display: inline-block; }

.sign-right {
  left: auto;
  right: 35px;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  bottom: 100px; }

.text-gradient {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(0.04deg, #7A93E6 2.06%, #7FBBDE 98.1%);
  background-image: -o-linear-gradient(0.04deg, #7A93E6 2.06%, #7FBBDE 98.1%);
  background-image: linear-gradient(89.96deg, #7A93E6 2.06%, #7FBBDE 98.1%);
  display: inline-block; }
  .text-gradient.is-ie {
    background: transparent;
    color: #008dff;
    -webkit-text-fill-color: #008dff; }

.text-gradient-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#0066FF), to(#F532C9));
  background-image: -webkit-linear-gradient(left, #0066FF 0%, #F532C9 100%);
  background-image: -o-linear-gradient(left, #0066FF 0%, #F532C9 100%);
  background-image: linear-gradient(90deg, #0066FF 0%, #F532C9 100%);
  display: inline-block; }
  .text-gradient-2.is-ie {
    background: transparent;
    color: #008dff;
    -webkit-text-fill-color: #008dff; }

.description {
  padding-top: 0;
  padding-bottom: 100px; }

.box-content__content {
  padding-top: 90px; }
  @media (max-width: 767px) {
    .box-content__content {
      padding-top: 40px; } }

.box-content__content-title {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 30px;
  position: relative; }
  .box-content__content-title .coming-soon-label {
    font-size: 13px;
    font-weight: 700;
    font-family: "Roobert", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/comming-soon.svg);
    height: 35px;
    padding-top: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 115px;
    padding-left: 15px;
    position: absolute;
    top: 6px;
    margin-left: 15px; }
    @media (max-width: 1279px) {
      .box-content__content-title .coming-soon-label {
        top: -63px;
        left: 55px;
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .box-content__content-title .coming-soon-label {
        top: 2px;
        left: unset;
        margin-left: 5px; } }
  @media (max-width: 767px) {
    .box-content__content-title {
      font-size: 24px;
      margin-bottom: 15px; } }

.box-content__content-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
  background: -o-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
  background: linear-gradient(92.14deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(24px);
  border-radius: 12px;
  margin-bottom: 5px; }

.tour-custom-switcher-input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden; }

.tour-custom-switcher-label {
  width: 67px;
  height: 32px;
  display: block;
  background-color: #3f3010;
  border-radius: 54px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: 35px; }
  @media (max-width: 959px) {
    .tour-custom-switcher-label {
      width: 40px;
      height: 20px;
      margin-right: 25px; } }

.tour-custom-switcher-label::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 959px) {
    .tour-custom-switcher-label::after {
      width: 17px;
      height: 17px;
      top: 2px;
      left: 2px; } }

.tour-custom-switcher-input:checked + .tour-custom-switcher-label:after {
  left: -webkit-calc(100% - 4px);
  left: calc(100% - 4px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media (max-width: 959px) {
    .tour-custom-switcher-input:checked + .tour-custom-switcher-label:after {
      left: -webkit-calc(100% - 2px);
      left: calc(100% - 2px); } }

.tour-custom-switcher-input:checked + .tour-custom-switcher-label {
  background-color: #fff; }

.tour-custom-switcher-input:checked + .tour-custom-switcher-label:after {
  background-color: #3f3010; }

.tour-custom-switcher-label:active:after {
  width: 27px; }
  @media (max-width: 959px) {
    .tour-custom-switcher-label:active:after {
      width: 26px; } }

.img-in-text-dust-remove-1,
.img-in-text-dust-remove-2,
.img-in-text-dust-remove-3,
.img-in-text-15,
.img-in-text-14,
.img-in-text-13,
.img-in-text-12,
.img-in-text-11,
.img-in-text-10,
.img-in-text-9,
.img-in-text-8,
.img-in-text-7,
.img-in-text-6,
.img-in-text-5,
.img-in-text-4,
.img-in-text-3,
.img-in-text-2,
.img-in-text-1 {
  background: transparent;
  color: #fff;
  -webkit-text-fill-color: #fff;
  display: inline-block; }
  .img-in-text-dust-remove-1 .ai-label,
  .img-in-text-dust-remove-2 .ai-label,
  .img-in-text-dust-remove-3 .ai-label,
  .img-in-text-15 .ai-label,
  .img-in-text-14 .ai-label,
  .img-in-text-13 .ai-label,
  .img-in-text-12 .ai-label,
  .img-in-text-11 .ai-label,
  .img-in-text-10 .ai-label,
  .img-in-text-9 .ai-label,
  .img-in-text-8 .ai-label,
  .img-in-text-7 .ai-label,
  .img-in-text-6 .ai-label,
  .img-in-text-5 .ai-label,
  .img-in-text-4 .ai-label,
  .img-in-text-3 .ai-label,
  .img-in-text-2 .ai-label,
  .img-in-text-1 .ai-label {
    display: inline; }
  .img-in-text-dust-remove-1.is-ie,
  .img-in-text-dust-remove-2.is-ie,
  .img-in-text-dust-remove-3.is-ie,
  .img-in-text-15.is-ie,
  .img-in-text-14.is-ie,
  .img-in-text-13.is-ie,
  .img-in-text-12.is-ie,
  .img-in-text-11.is-ie,
  .img-in-text-10.is-ie,
  .img-in-text-9.is-ie,
  .img-in-text-8.is-ie,
  .img-in-text-7.is-ie,
  .img-in-text-6.is-ie,
  .img-in-text-5.is-ie,
  .img-in-text-4.is-ie,
  .img-in-text-3.is-ie,
  .img-in-text-2.is-ie,
  .img-in-text-1.is-ie {
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff; }

.gif-in-text-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-glass-2-min.jpeg?q=75&f=webp); }
  .gif-in-text-1.is-ie {
    background: transparent;
    color: #008dff;
    -webkit-text-fill-color: #008dff; }

.gif-in-text-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-lights.jpg?q=75&f=webp); }
  .gif-in-text-2.is-ie {
    background: transparent;
    color: #008dff;
    -webkit-text-fill-color: #008dff; }

.gif-in-text-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-neon.jpg?q=75&f=webp); }
  .gif-in-text-3.is-ie {
    background: transparent;
    color: #008dff;
    -webkit-text-fill-color: #008dff; }

.preload .img-in-text-dust-remove-1,
.preload .img-in-text-dust-remove-2,
.preload .img-in-text-dust-remove-3,
.preload .img-in-text-15,
.preload .img-in-text-14,
.preload .img-in-text-13,
.preload .img-in-text-12,
.preload .img-in-text-11,
.preload .img-in-text-10,
.preload .img-in-text-9,
.preload .img-in-text-8,
.preload .img-in-text-7,
.preload .img-in-text-6,
.preload .img-in-text-5,
.preload .img-in-text-4,
.preload .img-in-text-3,
.preload .img-in-text-2,
.preload .img-in-text-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.preload .img-in-text-1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-9.jpg?q=75&f=webp); }

.preload .img-in-text-2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/remove-dust.jpg?q=75&f=webp); }

.preload .img-in-text-3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/remove-spots.jpg?q=75&f=webp); }

.preload .img-in-text-4 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/remove-dirt.jpg?q=75&f=webp); }

.preload .img-in-text-5 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/lean-unwanted-text.jpg?q=75&f=webp); }

.preload .img-in-text-6 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-7.jpg?q=75&f=webp); }

.preload .img-in-text-7 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-8.jpg?q=75&f=webp); }

.preload .img-in-text-8 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-9.jpg?q=75&f=webp); }

.preload .img-in-text-9 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-10.jpg?q=75&f=webp); }

.preload .img-in-text-10 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-11.jpg?q=75&f=webp); }

.preload .img-in-text-11 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-12.jpg?q=75&f=webp); }

.preload .img-in-text-12 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-13.jpg?q=75&f=webp); }

.preload .img-in-text-13 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-14.jpg?q=75&f=webp); }

.preload .img-in-text-14 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/bg-text-relight.jpg?q=75&f=webp); }

.preload .img-in-text-15 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/text-bg-15-min.jpg?q=75&f=webp); }

.preload .img-in-text-dust-remove-1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/neo-dust-remove-1.jpg?q=75&f=webp); }

.preload .img-in-text-dust-remove-2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/neo-dust-remove-2.jpg?q=75&f=webp); }

.preload .img-in-text-dust-remove-3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/neo-dust-remove-3.jpg?q=75&f=webp); }

.preload .gif-in-text-1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-glass-2.gif); }
  @media (max-width: 767px) {
    .preload .gif-in-text-1 {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-glass-2-min.jpeg?q=75&f=webp); } }

.preload .gif-in-text-2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-lights.gif); }

.preload .gif-in-text-3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-neon.gif); }

.sk-btn-trial {
  margin-left: 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 200px;
  padding: 9px 25px; }
  .sk-btn-trial_desk {
    display: block; }
    @media (max-width: 1279px) {
      .sk-btn-trial_desk {
        display: none; } }
  .sk-btn-trial_mob {
    display: none; }
    @media (max-width: 1279px) {
      .sk-btn-trial_mob {
        display: block; } }
    @media (max-width: 1279px) {
      .sk-btn-trial_mob {
        margin-left: 0; } }

.sk-btn-with-trial {
  min-width: 200px;
  padding: 13px 25px; }
  @media (max-width: 1799px) {
    .sk-btn-with-trial {
      padding: 10px 25px; } }

.sk-btn-for-sale-filling {
  background-color: #040309; }

.sk-btn_b_off {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .video-popup {
    padding-right: 0;
    padding-left: 0; } }

.video-popup__container.mainPopupContainer {
  max-width: 80%; }
  @media (max-width: 767px) {
    .video-popup__container.mainPopupContainer {
      max-width: 100%; } }

.video-popup__wrap {
  overflow: hidden;
  position: relative; }

.video-popup__video {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.video-popup .close {
  right: 9%;
  top: 5%;
  left: initial;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  .video-popup .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.ba-slider {
  overflow: hidden; }
  .ba-slider-ow-visible {
    overflow: visible; }
    .ba-slider-ow-visible .ba-slider__label {
      top: 50px; }
  .ba-slider .ba-slider__fake {
    border: none;
    z-index: 5; }
  .ba-slider .ba-slider__after {
    border: none; }
    .ba-slider .ba-slider__after:before {
      content: '';
      display: inline-block;
      position: absolute;
      z-index: 1;
      left: 0;
      width: 1px;
      height: 100%;
      top: 0;
      background: rgba(255, 255, 255, 0.7); }
  .ba-slider__after::after, .ba-slider__fake::after {
    display: none; }
  .ba-slider__label {
    font-family: "Roobert", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 3px;
    right: auto;
    left: 0;
    width: auto;
    background: transparent;
    min-width: 50px;
    font-size: 12px;
    white-space: nowrap;
    height: 20px;
    margin: auto;
    padding: 0 10px;
    border-radius: 0;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    opacity: .7; }
    @media (max-width: 767px) {
      .ba-slider__label {
        display: none; } }
    .ba-slider__label_before {
      background: transparent;
      color: #fff;
      right: 100%;
      left: auto;
      min-width: 50px;
      text-align: center; }
      .es .ba-slider__label_before {
        min-width: 90px; }
      .jp .ba-slider__label_before {
        min-width: 80px; }

.skew-mode .ba-slider__fake {
  width: 90%;
  z-index: 5;
  border-left: 2px solid transparent; }

.skew-mode .ba-slider__after {
  width: 90%;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.skew-mode .ba-slider__label {
  position: absolute;
  top: 5px;
  left: 0;
  width: auto;
  min-width: 100px;
  height: 28px;
  margin: auto;
  padding: 0 10px;
  border-radius: 0;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  background-color: transparent;
  color: #fff;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  .skew-mode .ba-slider__label_before {
    right: 100%;
    left: auto;
    min-width: 100px;
    text-align: center; }

.btn-trial-download {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block; }
  @media (max-width: 767px) {
    .btn-trial-download {
      margin-right: 10px;
      font-size: 11px; } }
  .btn-trial-download:hover {
    border-color: #A724B8; }
  @media (max-width: 959px) {
    .btn-trial-download_desc {
      display: none; } }
  .btn-trial-download_mob {
    display: none; }
    @media (max-width: 959px) {
      .btn-trial-download_mob {
        display: block; } }
  .btn-trial-download__gift {
    background: -webkit-linear-gradient(179.16deg, #4449D7 18.2%, #0140E3 108.92%);
    background: -o-linear-gradient(179.16deg, #4449D7 18.2%, #0140E3 108.92%);
    background: linear-gradient(-89.16deg, #4449D7 18.2%, #0140E3 108.92%);
    border-radius: 3px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 9px;
    position: absolute;
    top: -10px;
    left: -15%;
    white-space: nowrap;
    min-width: 100%; }
    .btn-trial-download__gift:before {
      content: "🎁";
      margin-right: 2px; }

.luminar-ai-buy__btn .btn-trial-download {
  margin-right: 11px; }

.fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
  font-size: 40px; }
  @media (max-width: 1799px) {
    .fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
      font-size: 36px; } }
  @media (max-width: 1279px) {
    .fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
      font-size: 26px; } }

.fr .sk-h2, .de .sk-h2, .nl .sk-h2, .es .sk-h2, .it .sk-h2, .jp .sk-h2, .ko .sk-h2 {
  font-size: 35px; }
  @media (max-width: 1279px) {
    .fr .sk-h2, .de .sk-h2, .nl .sk-h2, .es .sk-h2, .it .sk-h2, .jp .sk-h2, .ko .sk-h2 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .fr .sk-h2, .de .sk-h2, .nl .sk-h2, .es .sk-h2, .it .sk-h2, .jp .sk-h2, .ko .sk-h2 {
      font-size: 22px; } }

.fr .sk-h3, .de .sk-h3, .nl .sk-h3, .es .sk-h3, .it .sk-h3, .jp .sk-h3, .ko .sk-h3 {
  font-size: 30px; }
  @media (max-width: 1279px) {
    .fr .sk-h3, .de .sk-h3, .nl .sk-h3, .es .sk-h3, .it .sk-h3, .jp .sk-h3, .ko .sk-h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .fr .sk-h3, .de .sk-h3, .nl .sk-h3, .es .sk-h3, .it .sk-h3, .jp .sk-h3, .ko .sk-h3 {
      font-size: 16px; } }

@media (max-width: 1279px) {
  .ba-slider-new__label {
    display: block;
    font-size: 11px; } }

.hero {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  .hero__controls {
    z-index: 5;
    position: relative;
    padding: 40px 120px; }
    @media (max-width: 1279px) {
      .hero__controls {
        padding: 24px 0;
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 9px; } }
    .hero__controls-arrow {
      position: absolute;
      top: 65px;
      cursor: pointer;
      opacity: 0.4; }
      .hero__controls-arrow:hover {
        opacity: 1; }
      @media (max-width: 1279px) {
        .hero__controls-arrow {
          display: none; } }
      .hero__controls-arrow-l {
        left: 60px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .hero__controls-arrow-r {
        right: 60px; }
    @media (max-width: 1279px) {
      .hero__controls-list {
        overflow-x: scroll;
        padding-left: 15px;
        padding-bottom: 15px; } }
    .hero__controls-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      margin: 0 -14px; }
      @media (max-width: 1279px) {
        .hero__controls-wrap {
          width: 2625px;
          margin: 0; } }
      @media (max-width: 767px) {
        .hero__controls-wrap {
          width: 2385px; } }
    .hero__controls-title {
      font-weight: 600;
      font-size: 18px;
      padding-bottom: 20px; }
      @media (max-width: 575px) {
        .hero__controls-title {
          font-size: 15px;
          padding-bottom: 18px; } }
  .hero__control {
    width: -webkit-calc(25% - 23px);
    width: calc(25% - 23px);
    padding: 0 14px; }
    @media (max-width: 1279px) {
      .hero__control {
        width: 300px;
        padding: 0 0; } }
    @media (max-width: 767px) {
      .hero__control {
        width: 270px; } }
    @media (max-width: 575px) {
      .hero__control {
        width: 211px; } }
    .hero__control-title {
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      padding: 0; }
      .hero__control-title svg {
        margin-right: 5px;
        position: relative;
        top: -1px;
        vertical-align: middle; }
      .hero__control-title-recent {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; }
        .hero__control-title-recent:before {
          content: "";
          position: absolute;
          display: block;
          width: 8px;
          height: 8px;
          background: #c5124e;
          border-radius: 50%;
          top: 4px;
          left: -14px; }
    .hero__control .hero__tabs-control {
      background: rgba(255, 255, 255, 0.03);
      border: 2px solid rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(72px);
      border-radius: 16px;
      padding: 18px 10px;
      margin-bottom: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: border ease 0.5s;
      -o-transition: border ease 0.5s;
      transition: border ease 0.5s;
      height: 80px; }
      .hero__control .hero__tabs-control:hover {
        border: 2px solid rgba(255, 255, 255, 0.25); }
      .hero__control .hero__tabs-control-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .hero__control .hero__tabs-control-title .icon {
          margin-right: 12px;
          width: 16px;
          height: 16px;
          overflow: hidden; }
          .hero__control .hero__tabs-control-title .icon.big {
            width: 28px;
            height: 28px; }
          .hero__control .hero__tabs-control-title .icon img {
            width: 100%; }
        .hero__control .hero__tabs-control-title .title {
          font-weight: 600;
          font-size: 14px;
          line-height: 120%;
          color: #fff;
          -webkit-filter: blur(10px);
          filter: blur(10px); }
          .hero__control .hero__tabs-control-title .title span {
            font-size: 10px;
            vertical-align: super; }
          .hero__control .hero__tabs-control-title .title span.bottom {
            font-size: 13px;
            opacity: 0.4;
            vertical-align: middle; }
          .hero__control .hero__tabs-control-title .title_clear {
            -webkit-filter: none;
            filter: none; }
      .hero__control .hero__tabs-control-subtitle {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
        opacity: 0.5; }
        @media (max-width: 575px) {
          .hero__control .hero__tabs-control-subtitle br {
            display: none; } }
      .hero__control .hero__tabs-control-btn {
        border: 2px solid rgba(255, 255, 255, 0.1);
        border-radius: 100px;
        height: 32px;
        line-height: 28px;
        padding: 0 10px;
        font-weight: 556;
        font-size: 14px;
        text-align: center;
        text-transform: none;
        pointer-events: none; }
    .hero__control .js-tab-control {
      cursor: pointer;
      position: relative; }
      .hero__control .js-tab-control .hero__tabs-control-title {
        position: relative;
        z-index: 2; }
        .hero__control .js-tab-control .hero__tabs-control-title img {
          margin-right: 8px; }
        .hero__control .js-tab-control .hero__tabs-control-title .title {
          -webkit-filter: none;
          filter: none;
          opacity: 1; }
  .hero .sign {
    bottom: 15px;
    left: -webkit-calc(100% - 36px);
    left: calc(100% - 36px);
    width: 150px;
    z-index: 1; }
  .hero__btn-wr {
    position: relative; }
  .hero__btn-label-link {
    display: block;
    position: absolute; }
    .hero__btn-label-link-special {
      width: auto;
      top: auto;
      right: unset;
      margin-left: 185px; }
      @media (max-width: 767px) {
        .hero__btn-label-link-special {
          display: none; } }
      .hero__btn-label-link-special_mod {
        top: 35%; }
  .hero__btn-sale-text {
    margin-top: 11px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: "Roobert", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .hero__btn-sale-text {
        display: none; } }
  .hero__btn-label-link-4th-july {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-54%, -69%);
    -ms-transform: translate(-54%, -69%);
    transform: translate(-54%, -69%);
    width: 122%; }
    @media (max-width: 767px) {
      .hero__btn-label-link-4th-july {
        display: none; } }
  .hero__btn-label-special {
    width: 98px; }
    @media (max-width: 1279px) {
      .hero__btn-label-special {
        width: 78px; } }
    @media (max-width: 767px) {
      .hero__btn-label-special {
        width: 72px; } }
    .hero__btn-label-special img {
      display: block;
      width: 100%;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-animation: rotation360 60s linear infinite;
      animation: rotation360 60s linear infinite; }
  .hero__btn-label-special-text {
    position: absolute;
    top: 49%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #009d40;
    font-family: "Roobert", Helvetica, Arial, sans-serif;
    font-weight: 700;
    width: 100%;
    display: inline-block; }
    @media (max-width: 1279px) {
      .hero__btn-label-special-text {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .hero__btn-label-special-text {
        font-size: 9px; } }
    .nl .hero__btn-label-special-text {
      font-size: 9px; }
      @media (max-width: 1279px) {
        .nl .hero__btn-label-special-text {
          font-size: 8px; } }
      @media (max-width: 767px) {
        .nl .hero__btn-label-special-text {
          font-size: 7px; } }
    .it .hero__btn-label-special-text {
      font-size: 10px; }
      @media (max-width: 1279px) {
        .it .hero__btn-label-special-text {
          font-size: 9px; } }
      @media (max-width: 767px) {
        .it .hero__btn-label-special-text {
          font-size: 8px; } }
  .hero__image {
    position: absolute;
    left: -15px;
    top: 0;
    right: -15px;
    bottom: 0; }
    .hero__image .sky-last-image {
      position: absolute;
      top: 0;
      left: 0;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      visibility: hidden;
      -webkit-animation: 6s infinite;
      animation: 6s infinite; }
      @media (max-width: 1279px) {
        .hero__image .sky-last-image {
          background-position: center bottom; } }
      .hero__image .sky-last-image-1 {
        -webkit-animation-name: anim1;
        animation-name: anim1; }
      .hero__image .sky-last-image-2 {
        -webkit-animation-name: anim2;
        animation-name: anim2; }
      .hero__image .sky-last-image-3 {
        -webkit-animation-name: anim3;
        animation-name: anim3; }
      .hero__image .sky-last-image-4 {
        -webkit-animation-name: anim4;
        animation-name: anim4; }
      .hero__image .sky-last-image.is-active {
        visibility: visible; }
  .hero__content {
    display: none;
    height: -webkit-calc(100vh - 190px);
    height: calc(100vh - 190px);
    padding: 0;
    position: relative;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1799px) {
      .hero__content {
        min-height: 710px;
        height: auto; } }
    @media (max-width: 1279px) {
      .hero__content {
        min-height: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 100px;
        padding-left: 0;
        height: 560px; } }
    @media (max-width: 575px) {
      .hero__content {
        max-height: 551px;
        height: 551px;
        padding-top: 50px; } }
    .hero__content.is-active {
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .hero__content-2 .sk-btn-trial_mob, .hero__content-5 .sk-btn-trial_mob {
      display: none; }
  @media (max-width: 575px) {
    .hero__brand-icon {
      max-width: 125px;
      margin: 0 auto; } }
  @media (max-width: 575px) {
    .hero__brand-icon svg {
      width: 100%; } }
  .hero__info {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
    width: 90%;
    max-width: 3600px;
    padding: 40px;
    margin: 140px auto 0;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat; }
    @media (max-width: 1279px) {
      .hero__info {
        margin-top: 20px;
        padding: 15px 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .hero__info.second, .hero__info.six, .hero__info.focus-stacking, .hero__info.magic-light {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      pointer-events: none;
      z-index: 5;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-2.svg); }
      @media (max-width: 1279px) {
        .hero__info.second, .hero__info.six, .hero__info.focus-stacking, .hero__info.magic-light {
          width: 100%;
          padding-right: 0;
          height: 100%;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 30px;
          text-align: center;
          pointer-events: all; } }
      @media (max-width: 575px) {
        .hero__info.second, .hero__info.six, .hero__info.focus-stacking, .hero__info.magic-light {
          margin-top: 70px;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-ai-mob.svg);
          background-size: 100%;
          padding: 50px 20px; } }
      .hero__info.second .title, .hero__info.six .title, .hero__info.focus-stacking .title, .hero__info.magic-light .title {
        padding-bottom: 16px;
        max-width: 470px;
        font-size: 50px;
        line-height: 60px; }
        @media (max-width: 1279px) {
          .hero__info.second .title, .hero__info.six .title, .hero__info.focus-stacking .title, .hero__info.magic-light .title {
            max-width: unset;
            font-size: 42px;
            line-height: 45px; } }
        @media (max-width: 767px) {
          .hero__info.second .title, .hero__info.six .title, .hero__info.focus-stacking .title, .hero__info.magic-light .title {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .hero__info.second .title, .hero__info.six .title, .hero__info.focus-stacking .title, .hero__info.magic-light .title {
            font-size: 30px;
            margin: 0 auto;
            text-align: center;
            max-width: 290px;
            padding-bottom: 12px;
            line-height: 30px; } }
    @media (max-width: 767px) {
      .hero__info.magic-light {
        background: none !important; } }
    .hero__info.magic-light .logo {
      display: none; }
      @media (max-width: 767px) {
        .hero__info.magic-light .logo {
          display: block; } }
    .hero__info.upscale {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      pointer-events: none;
      z-index: 5;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-ui.svg); }
      @media (max-width: 1279px) {
        .hero__info.upscale {
          width: 100%;
          padding-right: 0;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 30px;
          text-align: left;
          pointer-events: all;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-orient: horizontal;
          -moz-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (max-width: 767px) {
        .hero__info.upscale {
          padding-right: 0;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; }
          .hero__info.upscale .hero__btn-wr {
            max-width: 205px;
            margin: 20px auto 0; } }
      @media (max-width: 575px) {
        .hero__info.upscale {
          margin-top: 40px;
          margin-bottom: 20px;
          background-size: 100%;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-ai-mob.svg); } }
      @media (max-width: 1279px) {
        .hero__info.upscale .right {
          margin-left: 30px; } }
      @media (max-width: 767px) {
        .hero__info.upscale .right {
          margin-left: unset; } }
      .hero__info.upscale .left {
        pointer-events: auto; }
        @media (max-width: 1279px) {
          .hero__info.upscale .left {
            position: relative;
            margin-top: 10px; } }
      .hero__info.upscale .upscale-top {
        position: absolute;
        top: 85px;
        right: 40px;
        width: 32%; }
        @media (max-width: 1279px) {
          .hero__info.upscale .upscale-top {
            position: relative;
            top: auto;
            left: auto;
            width: 85%;
            max-width: 650px;
            margin: 19px auto 0;
            right: auto;
            border: 4.93px solid;
            border-image-slice: 1;
            border-image-source: linear-gradient(0deg, #C5F8FF 0%, #00C2FF 47.8%, #0094FF 100%); } }
        @media (max-width: 767px) {
          .hero__info.upscale .upscale-top {
            max-width: 300px; } }
        .hero__info.upscale .upscale-top img {
          width: 100%;
          display: block; }
        .hero__info.upscale .upscale-top.blue {
          border: 2px solid;
          display: none;
          border-image-source: linear-gradient(0deg, #C5F8FF 0%, #00C2FF 47.8%, #0094FF 100%);
          border-image-slice: 1; }
          @media (max-width: 1279px) {
            .hero__info.upscale .upscale-top.blue {
              top: 1px;
              position: absolute;
              right: 29px;
              z-index: 999; } }
          @media (max-width: 767px) {
            .hero__info.upscale .upscale-top.blue {
              top: 2px;
              position: absolute;
              right: 23px;
              z-index: 999; } }
          .hero__info.upscale .upscale-top.blue .text {
            color: white;
            background-color: #01A3FF; }
            .hero__info.upscale .upscale-top.blue .text .small {
              font-size: 6px;
              line-height: 120%;
              vertical-align: top; }
          .hero__info.upscale .upscale-top.blue .text-right {
            color: white;
            background-color: #01A3FF;
            padding: 4px 7px;
            font-weight: 600;
            font-size: 13px;
            line-height: 120%;
            position: absolute;
            top: 16px;
            right: 0; }
        .hero__info.upscale .upscale-top .text {
          background-color: #fff;
          padding: 4px 7px;
          font-weight: 600;
          font-size: 13px;
          line-height: 120%;
          color: #052213;
          position: absolute;
          top: 16px;
          left: 0; }
        .hero__info.upscale .upscale-top .upscale-btn {
          width: 90%;
          max-width: 328px;
          background: #00A793;
          border: 2px solid rgba(255, 255, 255, 0.23);
          -webkit-box-shadow: 0 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
          backdrop-filter: blur(10.4065px);
          border-radius: 8px;
          position: absolute;
          bottom: 30px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-weight: 700;
          font-size: 14px;
          line-height: 15px;
          color: white;
          padding: 12px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          .hero__info.upscale .upscale-top .upscale-btn img {
            margin: 0 3px;
            width: 16px;
            height: 16px; }
          .hero__info.upscale .upscale-top .upscale-btn:hover {
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #00A793;
            background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #00A793;
            background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #00A793;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #00A793;
            border: 2px solid rgba(255, 255, 255, 0.23);
            -webkit-box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
            backdrop-filter: blur(10.4065px); }
          @media (max-width: 1279px) {
            .hero__info.upscale .upscale-top .upscale-btn {
              font-size: 12px;
              line-height: 12px;
              padding: 8px;
              bottom: 10px; } }
        .hero__info.upscale .upscale-top .upscale-back {
          position: absolute;
          bottom: 20px;
          right: 20px;
          background-color: transparent;
          border: none;
          border-radius: 100%; }
      .hero__info.upscale .upscale-bottom {
        position: absolute;
        left: 50%;
        bottom: 36%;
        width: 22%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); }
        @media (max-width: 1279px) {
          .hero__info.upscale .upscale-bottom {
            display: none; } }
        .hero__info.upscale .upscale-bottom::before {
          content: '';
          width: 132px;
          height: 124px;
          position: absolute;
          top: -173px;
          right: -12px;
          background-size: cover;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-arrow.svg); }
        .hero__info.upscale .upscale-bottom img {
          width: 100%; }
      .hero__info.upscale .title {
        padding-bottom: 16px;
        max-width: 470px;
        font-size: 50px;
        line-height: 60px; }
        @media (max-width: 1279px) {
          .hero__info.upscale .title {
            max-width: unset;
            font-size: 42px;
            line-height: 45px; } }
        @media (max-width: 767px) {
          .hero__info.upscale .title {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .hero__info.upscale .title {
            font-size: 30px;
            line-height: 30px;
            margin: 0 auto;
            margin-top: 60px;
            text-align: center;
            max-width: 290px;
            padding-bottom: 12px; } }
    .hero__info.luminar-neo {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      pointer-events: none;
      z-index: 5;
      border-radius: 10px;
      overflow: hidden;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-luminar-neo-ui-2.svg); }
      .hero__info.luminar-neo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        max-width: 510px;
        width: 100%;
        opacity: 0.5;
        background-blend-mode: color-burn;
        mix-blend-mode: normal;
        z-index: -1;
        -webkit-animation: 6s infinite animBefore 1.1s;
        animation: 6s infinite animBefore 1.1s;
        background-image: -webkit-radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%);
        background-image: -o-radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%);
        background-image: radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%); }
        .sky-gradient-image-1 .hero__info.luminar-neo:before {
          -webkit-animation: none;
          animation: none; }
        .sky-gradient-image-2 .hero__info.luminar-neo:before {
          -webkit-animation: none;
          animation: none;
          background-image: -webkit-radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%);
          background-image: -o-radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%);
          background-image: radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%); }
        .sky-gradient-image-3 .hero__info.luminar-neo:before {
          -webkit-animation: none;
          animation: none;
          background: -webkit-radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%);
          background: -o-radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%);
          background: radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%); }
        .sky-gradient-image-4 .hero__info.luminar-neo:before {
          -webkit-animation: none;
          animation: none;
          background: -webkit-radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%);
          background: -o-radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%);
          background: radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%); }
      @media (max-width: 1279px) {
        .hero__info.luminar-neo {
          width: 100%;
          padding-right: 0;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 70px;
          text-align: left;
          pointer-events: all;
          height: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 767px) {
        .hero__info.luminar-neo {
          padding-right: 0;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; } }
      @media (max-width: 575px) {
        .hero__info.luminar-neo {
          margin-top: 40px;
          margin-bottom: 20px;
          background-size: 100%;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-ai-mob.svg); } }
      .hero__info.luminar-neo .left {
        pointer-events: auto; }
        @media (max-width: 1279px) {
          .hero__info.luminar-neo .left {
            position: relative;
            margin-top: 10px; } }
      .hero__info.luminar-neo .upscale-top {
        position: absolute;
        top: 85px;
        right: 40px;
        width: 32%; }
        @media (max-width: 1279px) {
          .hero__info.luminar-neo .upscale-top {
            position: relative;
            top: auto;
            left: auto;
            width: 85%;
            max-width: 650px;
            margin: 19px auto 0;
            right: auto;
            border: 4.93px solid;
            border-image-slice: 1;
            border-image-source: linear-gradient(0deg, #C5F8FF 0%, #00C2FF 47.8%, #0094FF 100%); } }
        @media (max-width: 767px) {
          .hero__info.luminar-neo .upscale-top {
            max-width: 300px; } }
        .hero__info.luminar-neo .upscale-top img {
          width: 100%;
          display: block; }
        .hero__info.luminar-neo .upscale-top.blue {
          border: 2px solid;
          display: none;
          border-image-source: linear-gradient(0deg, #C5F8FF 0%, #00C2FF 47.8%, #0094FF 100%);
          border-image-slice: 1; }
          @media (max-width: 1279px) {
            .hero__info.luminar-neo .upscale-top.blue {
              top: 1px;
              position: absolute;
              right: 29px;
              z-index: 999; } }
          @media (max-width: 767px) {
            .hero__info.luminar-neo .upscale-top.blue {
              top: 2px;
              position: absolute;
              right: 23px;
              z-index: 999; } }
          .hero__info.luminar-neo .upscale-top.blue .text {
            color: white;
            background-color: #01A3FF; }
            .hero__info.luminar-neo .upscale-top.blue .text .small {
              font-size: 6px;
              line-height: 120%;
              vertical-align: top; }
          .hero__info.luminar-neo .upscale-top.blue .text-right {
            color: white;
            background-color: #01A3FF;
            padding: 4px 7px;
            font-weight: 600;
            font-size: 13px;
            line-height: 120%;
            position: absolute;
            top: 16px;
            right: 0; }
        .hero__info.luminar-neo .upscale-top .text {
          background-color: #fff;
          padding: 4px 7px;
          font-weight: 600;
          font-size: 13px;
          line-height: 120%;
          color: #052213;
          position: absolute;
          top: 16px;
          left: 0; }
        .hero__info.luminar-neo .upscale-top .upscale-btn {
          width: 90%;
          max-width: 328px;
          background: #00A793;
          border: 2px solid rgba(255, 255, 255, 0.23);
          -webkit-box-shadow: 0 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
          backdrop-filter: blur(10.4065px);
          border-radius: 8px;
          position: absolute;
          bottom: 30px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-weight: 700;
          font-size: 14px;
          line-height: 15px;
          color: white;
          padding: 12px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          .hero__info.luminar-neo .upscale-top .upscale-btn img {
            margin: 0 3px;
            width: 16px;
            height: 16px; }
          .hero__info.luminar-neo .upscale-top .upscale-btn:hover {
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #00A793;
            background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #00A793;
            background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #00A793;
            background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #00A793;
            border: 2px solid rgba(255, 255, 255, 0.23);
            -webkit-box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
            backdrop-filter: blur(10.4065px); }
          @media (max-width: 1279px) {
            .hero__info.luminar-neo .upscale-top .upscale-btn {
              font-size: 12px;
              line-height: 12px;
              padding: 8px;
              bottom: 10px; } }
        .hero__info.luminar-neo .upscale-top .upscale-back {
          position: absolute;
          bottom: 20px;
          right: 20px;
          background-color: transparent;
          border: none;
          border-radius: 100%; }
      .hero__info.luminar-neo .upscale-bottom {
        position: absolute;
        left: 50%;
        bottom: 36%;
        width: 22%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); }
        @media (max-width: 1279px) {
          .hero__info.luminar-neo .upscale-bottom {
            display: none; } }
        .hero__info.luminar-neo .upscale-bottom::before {
          content: '';
          width: 132px;
          height: 124px;
          position: absolute;
          top: -173px;
          right: -12px;
          background-size: cover;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-arrow.svg); }
        .hero__info.luminar-neo .upscale-bottom img {
          width: 100%; }
      .hero__info.luminar-neo .title {
        padding-bottom: 16px;
        max-width: 470px;
        font-size: 50px;
        line-height: 60px; }
        @media (max-width: 1279px) {
          .hero__info.luminar-neo .title {
            max-width: unset;
            font-size: 42px;
            line-height: 45px; } }
        @media (max-width: 767px) {
          .hero__info.luminar-neo .title {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .hero__info.luminar-neo .title {
            font-size: 30px;
            margin: 0 auto;
            text-align: center;
            max-width: 290px;
            padding-bottom: 12px;
            line-height: 30px; } }
    .hero__info.remove {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      pointer-events: none;
      z-index: 5;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-ui.svg); }
      @media (max-width: 1279px) {
        .hero__info.remove {
          width: 100%;
          padding-right: 0;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 30px;
          text-align: center;
          pointer-events: all;
          padding-top: 51px;
          height: 100%; } }
      @media (max-width: 575px) {
        .hero__info.remove {
          margin-top: 40px;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          background-size: 100%;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-ai-mob.svg); } }
      .hero__info.remove .remove-back {
        pointer-events: auto;
        position: absolute;
        top: 90px;
        background-color: transparent;
        border: none;
        right: 45px;
        display: none;
        opacity: 0.5;
        cursor: pointer;
        -webkit-transition: opacity ease 0.5s;
        -o-transition: opacity ease 0.5s;
        transition: opacity ease 0.5s; }
        .hero__info.remove .remove-back:hover {
          opacity: 1; }
      .hero__info.remove .remove-btn {
        pointer-events: auto;
        background: #C48D00;
        border: 2px solid rgba(255, 255, 255, 0.23);
        -webkit-box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(10.4065px);
        border-radius: 7.76px;
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 328px;
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        position: absolute;
        bottom: 130px;
        right: 230px;
        padding: 12px 8px;
        cursor: pointer; }
        .hero__info.remove .remove-btn img {
          margin: 0 3px;
          width: 16px;
          height: 16px; }
        @media (max-width: 1279px) {
          .hero__info.remove .remove-btn {
            display: none; } }
        .hero__info.remove .remove-btn:hover {
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #C48D00;
          background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #C48D00;
          background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #C48D00;
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #C48D00;
          border: 2px solid rgba(255, 255, 255, 0.23);
          -webkit-box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2.79165px 8.37495px rgba(0, 0, 0, 0.12);
          backdrop-filter: blur(10.4065px); }
        @media (max-width: 1279px) {
          .hero__info.remove .remove-btn {
            display: none; } }
      .hero__info.remove .title {
        padding-bottom: 16px;
        max-width: 470px;
        font-size: 50px;
        line-height: 60px; }
        @media (max-width: 1279px) {
          .hero__info.remove .title {
            max-width: unset;
            font-size: 42px;
            line-height: 45px; } }
        @media (max-width: 767px) {
          .hero__info.remove .title {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .hero__info.remove .title {
            font-size: 30px;
            line-height: 30px;
            margin: 30px auto 0;
            text-align: center;
            max-width: 290px;
            padding-bottom: 12px; } }
      @media (max-width: 767px) {
        .hero__info.remove .hero__btn-wr {
          max-width: 208px;
          margin-left: auto;
          margin-right: auto; } }
    .hero__info.hdr {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      pointer-events: none;
      padding: 40px 55px 40px 40px;
      z-index: 5;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-hdr-ui.svg); }
      @media (max-width: 1279px) {
        .hero__info.hdr {
          width: 100%;
          padding-right: 0;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 30px;
          pointer-events: all;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: 100%;
          text-align: left; } }
      @media (max-width: 575px) {
        .hero__info.hdr {
          margin-top: 40px;
          text-align: center;
          background-size: 100%;
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-hdr-ui-mob.svg);
          padding: 40px 20px 0; } }
      .hero__info.hdr .left {
        width: 100%;
        max-width: 52%;
        position: relative; }
        @media (max-width: 1279px) {
          .hero__info.hdr .left {
            max-width: 350px;
            margin: 0 auto; } }
      .hero__info.hdr .hdr-back {
        position: absolute;
        bottom: 15px;
        right: 15px;
        display: none;
        pointer-events: auto; }
        @media (max-width: 1279px) {
          .hero__info.hdr .hdr-back {
            display: none !important; } }
      .hero__info.hdr .hdr-pic {
        background-size: contain;
        padding-top: 55%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-hdr-ui.png); }
        .hero__info.hdr .hdr-pic-img {
          position: absolute;
          width: 24%;
          height: 100%;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          -webkit-transition: width ease 0.5s;
          -o-transition: width ease 0.5s;
          transition: width ease 0.5s; }
          @media (max-width: 1279px) {
            .hero__info.hdr .hdr-pic-img {
              -webkit-animation: full 6s ease infinite;
              animation: full 6s ease infinite; } }
          .hero__info.hdr .hdr-pic-img .logo {
            position: absolute;
            top: 15px;
            left: 15px;
            width: 23px;
            height: 23px;
            z-index: 8; }
            .hero__info.hdr .hdr-pic-img .logo img {
              width: 100%; }
          .hero__info.hdr .hdr-pic-img.full {
            width: 100%; }
            .hero__info.hdr .hdr-pic-img.full .hdr-back {
              display: block; }
          .hero__info.hdr .hdr-pic-img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
          .hero__info.hdr .hdr-pic-img::before {
            content: '';
            position: absolute;
            left: -4px;
            top: -4px;
            width: -webkit-calc(100% + 8px);
            width: calc(100% + 8px);
            height: -webkit-calc(100% + 8px);
            height: calc(100% + 8px);
            border-radius: 4px;
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(8.42%, #8237FF), color-stop(58.43%, #F562BD), color-stop(70.44%, #FF7D96), color-stop(87.49%, #FFAC71));
            background-image: -webkit-linear-gradient(bottom, #8237FF 8.42%, #F562BD 58.43%, #FF7D96 70.44%, #FFAC71 87.49%);
            background-image: -o-linear-gradient(bottom, #8237FF 8.42%, #F562BD 58.43%, #FF7D96 70.44%, #FFAC71 87.49%);
            background-image: linear-gradient(360deg, #8237FF 8.42%, #F562BD 58.43%, #FF7D96 70.44%, #FFAC71 87.49%); }
      .hero__info.hdr .hdr-ui {
        position: absolute;
        width: 40%;
        right: -25px;
        background: -webkit-linear-gradient(330.64deg, rgba(4, 31, 57, 0.7) 0%, rgba(1, 15, 30, 0.7) 100%);
        background: -o-linear-gradient(330.64deg, rgba(4, 31, 57, 0.7) 0%, rgba(1, 15, 30, 0.7) 100%);
        background: linear-gradient(119.36deg, rgba(4, 31, 57, 0.7) 0%, rgba(1, 15, 30, 0.7) 100%);
        backdrop-filter: blur(3.44312px);
        bottom: -50px;
        border-radius: 7.70149px;
        padding: 11px 8px 8px;
        border: 1px solid rgba(255, 255, 255, 0.3); }
        @media (max-width: 1279px) {
          .hero__info.hdr .hdr-ui {
            display: none !important; } }
        .hero__info.hdr .hdr-ui h3 {
          margin: 0 0 12px;
          font-weight: 500;
          font-size: 13.3951px;
          line-height: 19px;
          color: #C4C4C4; }
        .hero__info.hdr .hdr-ui .pic-list {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          background: rgba(0, 0, 0, 0.16);
          border-radius: 3.82716px;
          padding: 8px;
          margin-bottom: 8px; }
        .hero__info.hdr .hdr-ui .pic-item {
          margin: 0 4px;
          width: 61px; }
          .hero__info.hdr .hdr-ui .pic-item img {
            width: 61px;
            height: 61px; }
        .hero__info.hdr .hdr-ui .pic-text {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .hero__info.hdr .hdr-ui .pic-text span {
            width: 61px;
            text-align: center;
            margin: 0 4px;
            font-size: 12px;
            line-height: 16px;
            color: #C4C4C4; }
        .hero__info.hdr .hdr-ui .hdr-btn {
          width: 100%;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, right top, from(#06CFFF), color-stop(52.19%, #6F5EF8), to(#AD3CFF));
          background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(left, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%);
          background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -o-linear-gradient(left, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%);
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(90deg, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%);
          border-radius: 3.82716px;
          color: white;
          border: none;
          margin-top: 15px;
          pointer-events: auto;
          padding: 6px;
          font-weight: 500;
          font-size: 14px;
          line-height: 14px;
          -webkit-animation: gradient 2s ease infinite;
          animation: gradient 2s ease infinite;
          -webkit-transition: background ease 0.4s;
          -o-transition: background ease 0.4s;
          transition: background ease 0.4s; }
      .hero__info.hdr .title {
        padding-bottom: 16px;
        max-width: 470px;
        font-size: 50px;
        line-height: 60px; }
        @media (max-width: 1279px) {
          .hero__info.hdr .title {
            max-width: unset;
            font-size: 42px;
            line-height: 45px; } }
        @media (max-width: 767px) {
          .hero__info.hdr .title {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .hero__info.hdr .title {
            font-size: 30px;
            margin: 30px auto 0;
            text-align: center;
            max-width: 290px;
            padding-bottom: 12px;
            line-height: 30px; } }
      @media (max-width: 767px) {
        .hero__info.hdr .hero__btn-wr {
          max-width: 208px;
          margin-left: auto;
          margin-right: auto; } }
    @media (max-width: 1279px) {
      .hero__info {
        width: 100%;
        padding-right: 0;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 30px;
        text-align: center;
        pointer-events: all; } }
    .hero__info .title {
      padding-bottom: 16px;
      max-width: 470px;
      font-size: 50px;
      line-height: 60px; }
      @media (max-width: 1279px) {
        .hero__info .title {
          max-width: unset;
          font-size: 42px;
          line-height: 45px; } }
      @media (max-width: 767px) {
        .hero__info .title {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .hero__info .title {
          font-size: 24px;
          margin: 0 auto;
          text-align: center;
          max-width: 290px;
          padding-bottom: 12px; } }
  .hero__ui {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/sky-tabs-ui-min.png);
    background-size: cover;
    width: 232px;
    height: 300px;
    backdrop-filter: blur(7px);
    border-radius: 13px; }
    @media (max-width: 1279px) {
      .hero__ui {
        display: none; } }
  .hero .hero-sky-last__actions-wrapper {
    position: absolute;
    top: 19%;
    height: 18%;
    width: 85%;
    right: 16px;
    z-index: 2;
    pointer-events: auto; }
  .hero .dropdown-nav-item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5%;
    margin-bottom: 4%; }
    @media (max-width: 767px) {
      .hero .dropdown-nav-item {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 60px;
        max-width: 60px;
        height: 60px;
        max-height: 60px;
        margin-left: 15px;
        margin-right: 0; } }
    .hero .dropdown-nav-item:nth-child(2) {
      margin-right: 0; }
      @media (max-width: 1279px) {
        .hero .dropdown-nav-item:nth-child(2) {
          margin-right: 10px; } }
    .hero .dropdown-nav-item:last-child {
      margin-right: 0; }
      @media (max-width: 1279px) {
        .hero .dropdown-nav-item:last-child {
          margin-right: 10px; } }
    .hero .dropdown-nav-item.active {
      -webkit-box-shadow: 0 0 0 2px #0A84FF;
      box-shadow: 0 0 0 2px #0A84FF; }
  .hero .item-bg-1 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/sky-panel-4-min.jpg); }
  .hero .item-bg-2 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/sky-panel-5-min.jpg); }
  .hero .item-bg-3 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/sky-panel-3-min.jpg); }
  .hero .item-bg-4 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/sky-panel-2-min.jpg); }
  .hero .sk-subtitle {
    max-width: 380px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px; }
    @media (max-width: 1279px) {
      .hero .sk-subtitle {
        margin: 0 auto; } }
    @media (max-width: 575px) {
      .hero .sk-subtitle {
        font-size: 15px;
        max-width: 240px;
        line-height: 20px; } }
    .hero .sk-subtitle.small {
      max-width: 350px; }
  .hero__btn-wr {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px; }
    @media (max-width: 1279px) {
      .hero__btn-wr {
        margin-top: 30px;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (max-width: 575px) {
      .hero__btn-wr {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px; } }
    .hero__btn-wr .puzzle {
      width: 80px;
      height: 80px;
      left: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute; }
      @media (max-width: 1279px) {
        .hero__btn-wr .puzzle {
          width: 56px;
          height: 56px; } }
      @media (max-width: 767px) {
        .hero__btn-wr .puzzle {
          left: -45px;
          top: -8px; } }
      .hero__btn-wr .puzzle img {
        width: 27px;
        height: 27px; }
        @media (max-width: 1279px) {
          .hero__btn-wr .puzzle img {
            width: 19px;
            height: 19px; } }
      .hero__btn-wr .puzzle .img {
        width: 100%;
        height: 100%;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-pazzle.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-animation: rotation360 60s linear infinite;
        animation: rotation360 60s linear infinite;
        position: absolute;
        top: 0;
        left: 0; }
    .hero__btn-wr a {
      pointer-events: auto; }
    .hero__btn-wr .sk-btn_type_primary {
      padding: 11px 25px;
      margin-bottom: 0; }
      @media (max-width: 575px) {
        .hero__btn-wr .sk-btn_type_primary {
          max-width: 250px; } }
    .hero__btn-wr .sk-btn-trial {
      padding: 10px 25px; }
    .hero__btn-wr .sk-btn-trial_mob {
      margin-left: 24px; }
      @media (max-width: 575px) {
        .hero__btn-wr .sk-btn-trial_mob {
          margin-left: 0;
          margin-top: 14px; } }
    .hero__btn-wr .sk-btn__see {
      border: none;
      border-color: transparent;
      padding-right: 0;
      padding-left: 0;
      min-width: unset;
      margin: 0 20px;
      width: auto; }
      .hero__btn-wr .sk-btn__see:hover, .hero__btn-wr .sk-btn__see:focus {
        background-color: transparent;
        color: #a724b8; }
  .hero__watch-video-btn {
    margin-left: 24px;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (max-width: 575px) {
      .hero__watch-video-btn {
        margin: 25px 0 0; } }
  .hero .hero__content-1 .sky-last-image-1 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/last-sky-1-min-v2.png?q=75); }
  .hero .hero__content-1 .sky-last-image-2 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/last-sky-2-min-v2.png?q=75); }
  .hero .hero__content-1 .sky-last-image-3 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/last-sky-3-min-v2.png?q=75); }
  .hero .hero__content-1 .sky-last-image-4 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/last-sky-4-min-v2.png?q=75); }
  .hero .hero__content-2 .hero__image {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-bg-2.png?q=70);
    background-size: cover;
    background-position: center right; }
    @media (max-width: 1279px) {
      .hero .hero__content-2 .hero__image {
        top: 0; } }
    @media (max-width: 1279px) {
      .hero .hero__content-2 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-upscale-bg-mob.jpg?q=80);
        background-position: center; } }
  .hero .hero__content-3 .hero__image {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-5.jpg);
    background-size: cover;
    background-position: center right; }
    @media (max-width: 1279px) {
      .hero .hero__content-3 .hero__image {
        top: 0; } }
    @media (max-width: 1279px) {
      .hero .hero__content-3 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-mob-before.png?q=80);
        background-position: bottom center;
        -webkit-animation: bearAdaptiv 4s ease infinite;
        animation: bearAdaptiv 4s ease infinite; } }
  @media (max-width: 1279px) {
    .hero .hero__content-4 .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-new-1.jpg?q=80);
      background-size: cover;
      background-position: top center; } }
  @media (max-width: 1279px) {
    .hero .hero__content-4 .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-before.jpg?q=80);
      background-size: cover;
      background-position: bottom center;
      -webkit-animation: flowerAdaptiv 4s ease infinite;
      animation: flowerAdaptiv 4s ease infinite; } }
  .hero .hero__content-4 .hero__info-subtitle {
    max-width: 350px; }
  @media (max-width: 1279px) {
    .hero .hero__content-noiseless .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-new-2.jpg?q=80); } }
  @media (max-width: 575px) {
    .hero .hero__content-noiseless .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-xs-new-2.jpg?q=80); } }
  @media (max-width: 1279px) {
    .hero .hero__content-noiseless .hero__image.active {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-after-new-2.jpg?q=80); } }
  @media (max-width: 575px) {
    .hero .hero__content-noiseless .hero__image.active {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-after-xs-new-2.jpg?q=80); } }
  .hero .hero__content-5 .hero__image {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-hdr-bg.png?q=80);
    background-size: cover;
    background-position: top center; }
    @media (max-width: 575px) {
      .hero .hero__content-5 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-hdr-bg.png?q=80);
        background-size: cover;
        background-position: center; } }
  .hero .hero__content-5 .hero__info-subtitle {
    max-width: 320px; }
  .hero .hero__content-6 .hero__image {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-1.png);
    background-size: cover;
    background-position: center top; }
    @media (max-width: 1279px) {
      .hero .hero__content-6 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-1-laptop.png);
        background-size: cover;
        background-position: center top; } }
    @media (max-width: 767px) {
      .hero .hero__content-6 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-1-tablet.png);
        background-size: cover;
        background-position: center top; } }
    @media (max-width: 575px) {
      .hero .hero__content-6 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-1-mobile.png);
        background-size: cover;
        background-position: center top; } }
    @media (max-width: 360px) {
      .hero .hero__content-6 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-1-mobile-min.png);
        background-size: cover;
        background-position: center top; } }
    .hero .hero__content-6 .hero__image.second {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-2.png);
      background-size: cover;
      background-position: center top; }
      @media (max-width: 1279px) {
        .hero .hero__content-6 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-2-laptop.png);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 767px) {
        .hero .hero__content-6 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-2-tablet.png);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 575px) {
        .hero .hero__content-6 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-2-mobile.png);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 360px) {
        .hero .hero__content-6 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-2-mobile-min.png);
          background-size: cover;
          background-position: center top; } }
    .hero .hero__content-6 .hero__image.third {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-3.png);
      background-size: cover;
      background-position: center top; }
      @media (max-width: 1279px) {
        .hero .hero__content-6 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-3-laptop-new.png);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 767px) {
        .hero .hero__content-6 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-3-tablet.png);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 575px) {
        .hero .hero__content-6 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-3-mobile.png);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 360px) {
        .hero .hero__content-6 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/stacking-3-mobile-min.png);
          background-size: cover;
          background-position: center top; } }
  .hero .hero__content-6 .hero__info {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
    @media (max-width: 1279px) {
      .hero .hero__content-6 .hero__info {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    @media (max-width: 1279px) {
      .hero .hero__content-6 .hero__info .sk-subtitle {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .hero .hero__content-6 .hero__info .hero__btn-wr {
        margin: 30px auto 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  @media (max-width: 1279px) {
    .hero .hero__content-7 .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-before-new-2.jpg?q=80);
      background-size: cover;
      background-position: top center;
      -webkit-animation: yellowBgMd 4s ease infinite;
      animation: yellowBgMd 4s ease infinite; } }
  @media (max-width: 575px) {
    .hero .hero__content-7 .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg?q=80);
      background-size: cover;
      background-position: top center;
      -webkit-animation: yellowBgXm 4s ease infinite;
      animation: yellowBgXm 4s ease infinite; } }
  .hero .hero__content-8 .hero__image {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-State1.jpg?q=80);
    background-size: cover;
    background-position: center top; }
    @media (max-width: 1279px) {
      .hero .hero__content-8 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-md-State1.jpg?q=80);
        background-size: cover;
        background-position: center top; } }
    @media (max-width: 767px) {
      .hero .hero__content-8 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-sm-State1.jpg?q=80);
        background-size: cover;
        background-position: center top; } }
    @media (max-width: 575px) {
      .hero .hero__content-8 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-xs-State1.jpg?q=80);
        background-size: cover;
        background-position: center top; } }
    @media (max-width: 360px) {
      .hero .hero__content-8 .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-min-State1.jpg?q=80);
        background-size: cover;
        background-position: center top; } }
    .hero .hero__content-8 .hero__image.second {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-State2.jpg?q=80);
      background-size: cover;
      background-position: center top; }
      @media (max-width: 1279px) {
        .hero .hero__content-8 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-md-State2.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 767px) {
        .hero .hero__content-8 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-sm-State2.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 575px) {
        .hero .hero__content-8 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-xs-State2.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 360px) {
        .hero .hero__content-8 .hero__image.second {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-min-State2.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
    .hero .hero__content-8 .hero__image.third {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-State3.jpg?q=80);
      background-size: cover;
      background-position: center top; }
      @media (max-width: 1279px) {
        .hero .hero__content-8 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-md-State3.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 767px) {
        .hero .hero__content-8 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-sm-State3.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 575px) {
        .hero .hero__content-8 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-xs-State3.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
      @media (max-width: 360px) {
        .hero .hero__content-8 .hero__image.third {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/landings/magic-light-min-State3.jpg?q=80);
          background-size: cover;
          background-position: center top; } }
  .hero .hero__content-8 .hero__info {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
    @media (max-width: 1279px) {
      .hero .hero__content-8 .hero__info {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    @media (max-width: 1279px) {
      .hero .hero__content-8 .hero__info .sk-subtitle {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .hero .hero__content-8 .hero__info .hero__btn-wr {
        margin: 30px auto 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .hero .sky-slider__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .hero .nsSlide_details {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-new-1.jpg?q=80);
    background-size: -webkit-calc((100vw - 1560px) / 2 + 1730px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
    background-size: calc((100vw - 1560px) / 2 + 1730px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); }
    @media screen and (min-width: 1921px) {
      .hero .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 1880px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 1880px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
    @media screen and (min-width: 2050px) {
      .hero .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 2480px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 2480px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
  .hero .nsSlide_details_noiseless {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-new-2.jpg?q=80); }
  .hero .nsSlide_details .zoomImg {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-after-new-1.jpg);
    background-size: -webkit-calc((100vw - 1560px) / 2 + 1730px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
    background-size: calc((100vw - 1560px) / 2 + 1730px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); }
    @media screen and (min-width: 1921px) {
      .hero .nsSlide_details .zoomImg {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 1880px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 1880px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
    @media screen and (min-width: 2050px) {
      .hero .nsSlide_details .zoomImg {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 2480px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 2480px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
  .hero .nsSlide_details_noiseless .zoomImg {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-after-new-2.jpg); }
  .hero.preload .nsSlide_details {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-new-1.jpg?q=80);
    background-size: -webkit-calc((100vw - 1560px) / 2 + 1730px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
    background-size: calc((100vw - 1560px) / 2 + 1730px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); }
    @media screen and (min-width: 1921px) {
      .hero.preload .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 1880px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 1880px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
    @media screen and (min-width: 2050px) {
      .hero.preload .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 2480px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 2480px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
  @media (min-width: 2050px) {
    .hero.preload .hero__content-7 .magnifier {
      left: 39%; } }
  .hero.preload .hero__content-7 .nsSlide_details {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-before-new-2.jpg?q=80);
    background-size: -webkit-calc((100vw - 1560px) / 2 + 1800px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.38);
    background-size: calc((100vw - 1560px) / 2 + 1800px) calc(((100vw + 480px) / 2 + 1530px) * 0.38); }
    @media (min-width: 2050px) {
      .hero.preload .hero__content-7 .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 2060px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 2060px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
    @media (max-width: 1799px) {
      .hero.preload .hero__content-7 .nsSlide_details {
        background-size: -webkit-calc((100vw - 2064px) / 2 + 2404px) -webkit-calc(((100vw + 1950px) / 2 + 1650px) * 0.3);
        background-size: calc((100vw - 2064px) / 2 + 2404px) calc(((100vw + 1950px) / 2 + 1650px) * 0.3); } }
    @media (max-width: 1600px) {
      .hero.preload .hero__content-7 .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 2060px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.3);
        background-size: calc((100vw - 1560px) / 2 + 2060px) calc(((100vw + 480px) / 2 + 1530px) * 0.3); } }
    @media (max-width: 1279px) {
      .hero.preload .hero__content-7 .nsSlide_details {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 1730px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.3);
        background-size: calc((100vw - 1560px) / 2 + 1730px) calc(((100vw + 480px) / 2 + 1530px) * 0.3); } }
    .hero.preload .hero__content-7 .nsSlide_details .zoomImg {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-after-new-2.jpg?q=80);
      background-size: -webkit-calc((100vw - 1560px) / 2 + 1800px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.38);
      background-size: calc((100vw - 1560px) / 2 + 1800px) calc(((100vw + 480px) / 2 + 1530px) * 0.38); }
      @media (min-width: 2050px) {
        .hero.preload .hero__content-7 .nsSlide_details .zoomImg {
          background-size: -webkit-calc((100vw - 1560px) / 2 + 2060px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
          background-size: calc((100vw - 1560px) / 2 + 2060px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
      @media (max-width: 1799px) {
        .hero.preload .hero__content-7 .nsSlide_details .zoomImg {
          background-size: -webkit-calc((100vw - 2064px) / 2 + 2404px) -webkit-calc(((100vw + 1950px) / 2 + 1650px) * 0.3);
          background-size: calc((100vw - 2064px) / 2 + 2404px) calc(((100vw + 1950px) / 2 + 1650px) * 0.3); } }
      @media (max-width: 1600px) {
        .hero.preload .hero__content-7 .nsSlide_details .zoomImg {
          background-size: -webkit-calc((100vw - 1560px) / 2 + 2060px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.3);
          background-size: calc((100vw - 1560px) / 2 + 2060px) calc(((100vw + 480px) / 2 + 1530px) * 0.3); } }
      @media (max-width: 1279px) {
        .hero.preload .hero__content-7 .nsSlide_details .zoomImg {
          background-size: -webkit-calc((100vw - 1560px) / 2 + 1730px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.3);
          background-size: calc((100vw - 1560px) / 2 + 1730px) calc(((100vw + 480px) / 2 + 1530px) * 0.3); } }
  .hero.preload .nsSlide_details_noiseless {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-before-new-2.jpg?q=80); }
  .hero.preload .nsSlide_details .zoomImg {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-after-new-1.jpg);
    background-size: -webkit-calc((100vw - 1560px) / 2 + 1730px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
    background-size: calc((100vw - 1560px) / 2 + 1730px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); }
    @media screen and (min-width: 1921px) {
      .hero.preload .nsSlide_details .zoomImg {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 1880px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 1880px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
    @media screen and (min-width: 2050px) {
      .hero.preload .nsSlide_details .zoomImg {
        background-size: -webkit-calc((100vw - 1560px) / 2 + 2480px) -webkit-calc(((100vw + 480px) / 2 + 1530px) * 0.48);
        background-size: calc((100vw - 1560px) / 2 + 2480px) calc(((100vw + 480px) / 2 + 1530px) * 0.48); } }
  .hero.preload .nsSlide_details_noiseless .zoomImg {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/hero-neo-after-new-2.jpg); }
  .hero .zoomImg {
    background-color: #121315 !important;
    width: 390px;
    height: 390px;
    background-position: -905px -135px; }
    @media screen and (min-width: 1921px) {
      .hero .zoomImg {
        background-position: -980px -135px; } }
    @media screen and (min-width: 2050px) {
      .hero .zoomImg {
        background-position: 45.5% -135px; } }
    @media screen and (max-width: 1680px) {
      .hero .zoomImg {
        background-position: -785px -135px; } }
    @media screen and (max-width: 1560px) {
      .hero .zoomImg {
        background-position: -725px -135px; } }
    @media screen and (max-width: 1520px) {
      .hero .zoomImg {
        background-position: -705px -135px; } }
    @media screen and (max-width: 1440px) {
      .hero .zoomImg {
        background-position: -665px -135px; } }
    @media screen and (max-width: 1366px) {
      .hero .zoomImg {
        background-position: -628px -135px; } }
    .hero .zoomImg:before {
      content: "";
      position: absolute;
      width: 34px;
      height: 9px;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/after.svg);
      background-size: 34px;
      background-repeat: no-repeat;
      background-position: center;
      top: 10px;
      left: -webkit-calc(50% - 17px);
      left: calc(50% - 17px); }
    .hero .zoomImg:after {
      content: "";
      width: 120px;
      height: 52px;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/try.svg);
      display: block;
      position: absolute;
      bottom: 0;
      right: -60px;
      background-size: 120px;
      background-repeat: no-repeat;
      background-position: center; }
  .hero .magnifier {
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    top: 135px;
    width: 390px;
    height: 390px; }
    .hero .magnifier.active .zoomImg {
      background-position: inherit; }
      .hero .magnifier.active .zoomImg:before, .hero .magnifier.active .zoomImg:after {
        display: none; }
  .hero .nsSlide {
    height: 100%; }
    @media (max-width: 767px) {
      .hero .nsSlide_details {
        position: relative;
        text-align: center; } }
    .hero .nsSlide__mob-btn {
      display: none; }
      @media (max-width: 767px) {
        .hero .nsSlide__mob-btn {
          margin: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 10;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -moz-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .hero .nsSlide__mob-btn button {
            pointer-events: none;
            display: inline-block;
            width: auto;
            max-width: 150px;
            position: relative;
            margin-bottom: 20px;
            z-index: 5; } }
  @media (max-width: 1279px) {
    .hero .js-noise-tools-denoise {
      display: none; } }

.green-item.hero__control .hero__tabs-control.hero__tabs-control_4 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-neo-hero-upscale.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.green-item.hero__control .hero__tabs-control-title .title {
  -webkit-filter: none;
  filter: none;
  opacity: 1; }
  .green-item.hero__control .hero__tabs-control-title .title span {
    font-size: 10px;
    vertical-align: super; }

.grey-item.hero__control .hero__tabs-control.hero__tabs-control_5 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-neo-hero-green-item3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.grey-item.hero__control .hero__tabs-control-title .title {
  opacity: 1;
  -webkit-filter: none;
  filter: none; }
  @media (max-width: 575px) {
    .grey-item.hero__control .hero__tabs-control-title .title {
      width: -webkit-calc(100% - 52px);
      width: calc(100% - 52px); } }

@-webkit-keyframes rotation360 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation360 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes bearDesktop {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-5.jpg); }
  33% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/bear-anim-3.jpg); }
  66% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/bear-anim-4.jpg); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/bear-anim-5.jpg); } }

@keyframes bearDesktop {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-5.jpg); }
  33% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/bear-anim-3.jpg); }
  66% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/bear-anim-4.jpg); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/bear-anim-5.jpg); } }

@-webkit-keyframes bearAdaptiv {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-mob-before.png); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-mob-after.png); } }

@keyframes bearAdaptiv {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-mob-before.png); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-remove-bg-mob-after.png); } }

@-webkit-keyframes flowerAdaptiv {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-before.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-after.jpg); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-before.jpg); } }

@keyframes flowerAdaptiv {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-before.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-after.jpg); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2020-hero-flower-bg-mob-before.jpg); } }

@-webkit-keyframes gradient {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, right top, from(#06CFFF), color-stop(52.19%, #6F5EF8), to(#AD3CFF));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(left, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(90deg, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%); }
  33% {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(0.01deg, #06CFFF 0%, #6F5EF8 95.87%, #AD3CFF 183.71%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(89.99deg, #06CFFF 0%, #6F5EF8 95.87%, #AD3CFF 183.71%); }
  66% {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(0.02deg, #06CFFF 0.02%, #6F5EF8 24.94%, #AD3CFF 47.77%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(89.98deg, #06CFFF 0.02%, #6F5EF8 24.94%, #AD3CFF 47.77%); } }

@keyframes gradient {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), -webkit-gradient(linear, left top, right top, from(#06CFFF), color-stop(52.19%, #6F5EF8), to(#AD3CFF));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(left, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -o-linear-gradient(left, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(90deg, #06CFFF 0%, #6F5EF8 52.19%, #AD3CFF 100%); }
  33% {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(0.01deg, #06CFFF 0%, #6F5EF8 95.87%, #AD3CFF 183.71%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -o-linear-gradient(0.01deg, #06CFFF 0%, #6F5EF8 95.87%, #AD3CFF 183.71%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(89.99deg, #06CFFF 0%, #6F5EF8 95.87%, #AD3CFF 183.71%); }
  66% {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -webkit-linear-gradient(0.02deg, #06CFFF 0.02%, #6F5EF8 24.94%, #AD3CFF 47.77%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), -o-linear-gradient(0.02deg, #06CFFF 0.02%, #6F5EF8 24.94%, #AD3CFF 47.77%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), linear-gradient(89.98deg, #06CFFF 0.02%, #6F5EF8 24.94%, #AD3CFF 47.77%); } }

.hero__image.anim {
  -webkit-animation: bearDesktop 6s linear;
  animation: bearDesktop 6s linear;
  -webkit-animation-name: bearDesktop;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes full {
  0% {
    width: 24%; }
  50% {
    width: 100%; }
  100% {
    width: 24%; } }

@keyframes full {
  0% {
    width: 24%; }
  50% {
    width: 100%; }
  100% {
    width: 24%; } }

@-webkit-keyframes anim1 {
  0% {
    visibility: hidden; }
  25% {
    visibility: visible; } }

@keyframes anim1 {
  0% {
    visibility: hidden; }
  25% {
    visibility: visible; } }

@-webkit-keyframes anim2 {
  25% {
    visibility: hidden; }
  50% {
    visibility: visible; } }

@keyframes anim2 {
  25% {
    visibility: hidden; }
  50% {
    visibility: visible; } }

@-webkit-keyframes anim3 {
  50% {
    visibility: hidden; }
  75% {
    visibility: visible; } }

@keyframes anim3 {
  50% {
    visibility: hidden; }
  75% {
    visibility: visible; } }

@-webkit-keyframes anim4 {
  75% {
    visibility: hidden; }
  99% {
    visibility: visible; } }

@keyframes anim4 {
  75% {
    visibility: hidden; }
  99% {
    visibility: visible; } }

@-webkit-keyframes yellowBgMd {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-before-new-2.jpg?q=80); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-after-new-2.jpg?q=80); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-before-new-2.jpg?q=80); } }

@keyframes yellowBgMd {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-before-new-2.jpg?q=80); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-after-new-2.jpg?q=80); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-1800-before-new-2.jpg?q=80); } }

@-webkit-keyframes yellowBgXm {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-after-new-2-mob.jpg); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg); } }

@keyframes yellowBgXm {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-after-new-2-mob.jpg); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg); } }

@-webkit-keyframes yellowBgSm {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-after-new-2-mob.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-after-new-2-mob.jpg); } }

@keyframes yellowBgSm {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-after-new-2-mob.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-before-new-2-mob.jpg); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-after-new-2-mob.jpg); } }

@-webkit-keyframes yellowBgXs {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-320-after-new.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-320-before-new.jpg); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-320-after-new.jpg); } }

@keyframes yellowBgXs {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-320-after-new.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-320-before-new.jpg); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/supersharp-320-after-new.jpg); } }

@-webkit-keyframes animBefore {
  0% {
    background-image: -webkit-radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%);
    background-image: radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%); }
  25% {
    background-image: -webkit-radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%);
    background-image: radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%); }
  50% {
    background-image: -webkit-radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%);
    background-image: radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%); }
  75% {
    background-image: -webkit-radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%);
    background-image: radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%); } }

@keyframes animBefore {
  0% {
    background-image: -webkit-radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%);
    background-image: -o-radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%);
    background-image: radial-gradient(56.37% 82.16% at 42.66% 11.57%, #003668 8.09%, rgba(0, 64, 124, 0.68) 72.04%, rgba(0, 65, 127, 0) 100%); }
  25% {
    background-image: -webkit-radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%);
    background-image: -o-radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%);
    background-image: radial-gradient(54.91% 79.83% at 42.66% 11.57%, #323E49 8.09%, rgba(0, 64, 124, 0.68) 39.97%, rgba(0, 65, 127, 0) 100%); }
  50% {
    background-image: -webkit-radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%);
    background-image: -o-radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%);
    background-image: radial-gradient(48.13% 65.11% at 29.27% 18.11%, #6C2121 4.07%, rgba(140, 31, 31, 0.21) 76.51%, rgba(255, 117, 54, 0) 100%); }
  75% {
    background-image: -webkit-radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%);
    background-image: -o-radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%);
    background-image: radial-gradient(79.47% 95.46% at 20.78% 15.63%, #612278 0.34%, rgba(98, 48, 120, 0.37) 64.99%, rgba(82, 38, 143, 0) 100%); } }

.hero__content.is-active {
  overflow: visible; }

.header {
  background-color: rgba(13, 11, 31, 0.35) !important; }

@font-face {
  font-family: 'Branding Aliskaje Italic';
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje-italic.otf);
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje-italic.woff) format("woff"), url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje-italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Branding Aliskaje';
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje.otf);
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje.woff) format("woff"), url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@media (max-width: 1279px) {
  .holiday {
    padding-top: 0px; } }

@media (max-width: 767px) {
  .holiday {
    padding-top: 65px; } }

.holiday .hero__image {
  background-image: none !important;
  background-color: #000D3A; }

.holiday-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  z-index: 15; }
  @media (max-width: 1279px) {
    .holiday-container {
      height: 100%; } }
  @media (max-width: 767px) {
    .holiday-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      top: -42px;
      position: relative; } }

.holiday-info {
  position: relative;
  width: 40%;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%; }
  @media (max-width: 1279px) {
    .holiday-info {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .holiday-info {
      width: 100%;
      text-align: center;
      font-size: 15px; } }
  .holiday-info img {
    width: 100%;
    display: inline-block;
    margin-bottom: 24px; }
    .holiday-info img.adaptiv {
      display: block;
      max-width: 400px; }
      @media (max-width: 767px) {
        .holiday-info img.adaptiv {
          margin: 0 auto; } }
      @media (min-width: 1280px) {
        .holiday-info img.adaptiv {
          display: none; } }
    .holiday-info img.desctop {
      display: none; }
      @media (min-width: 1280px) {
        .holiday-info img.desctop {
          display: block; } }
  .holiday-info h1 {
    font-weight: 400;
    font-size: 75px;
    line-height: 120%;
    margin-bottom: 8px;
    text-shadow: 0 0 65px rgba(0, 194, 255, 0.9);
    font-family: 'Branding Aliskaje', sans-serif; }
    @media (max-width: 1279px) {
      .holiday-info h1 {
        font-size: 40px;
        line-height: 56px; } }
    @media (max-width: 767px) {
      .holiday-info h1 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 12px; } }
  .holiday-info h3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEEB3), to(#C49B5E));
    background: -webkit-linear-gradient(top, #FFEEB3 0%, #C49B5E 100%);
    background: -o-linear-gradient(top, #FFEEB3 0%, #C49B5E 100%);
    background: linear-gradient(180deg, #FFEEB3 0%, #C49B5E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 24px;
    letter-spacing: 0.2em; }
    @media (max-width: 1279px) {
      .holiday-info h3 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .holiday-info h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 12px; } }
  .holiday-info p {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .holiday-info p {
        margin-bottom: 12px; } }
  @media (max-width: 1279px) {
    .holiday-info .hero__btn-wr {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .holiday-info .hero__btn-wr .sk-btn-trial_mob {
        margin-left: 0 !important; } }
  @media (max-width: 767px) {
    .holiday-info .hero__btn-wr {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .holiday-info .hero__btn-wr .sk-btn-trial_mob {
        display: none; } }
  @media (max-width: 1279px) {
    .holiday-info .hero__btn-wr .puzzle {
      width: 80px;
      height: 80px;
      top: auto; } }
  .holiday-info .hero__btn-wr .puzzle .img {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-en.svg); }
  .holiday-info .hero__countdown {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 30.3158px;
    line-height: 36px;
    display: none; }
    .holiday-info .hero__countdown.is-active {
      display: block; }
    .holiday-info .hero__countdown span {
      width: 75px;
      height: 60px;
      background: rgba(255, 255, 255, 0.04);
      border-radius: 11.3684px; }
  .holiday-info .btn-wrap {
    position: relative;
    margin-right: 30px;
    margin-bottom: 10px; }

.holiday-pic {
  position: relative;
  max-width: 780px;
  width: 43%;
  margin-left: 30px; }
  @media (max-width: 1279px) {
    .holiday-pic {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .holiday-pic {
      width: 100%;
      max-width: 270px;
      margin: -50px auto 0; } }
  @media (max-width: 560px) {
    .holiday-pic {
      max-width: 270px; } }
  .holiday-pic img {
    width: 100%; }

.de .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-de.svg); }

.nl .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-nl.svg); }

.fr .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-fr.svg); }

.it .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-it.svg); }

.jp .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-jp.svg); }

.es .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-es.svg); }

.holiday-info .btn-wrap {
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px; }
  .holiday-info .btn-wrap .puzzle {
    right: -21px;
    left: auto;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); }
    @media (max-width: 1279px) {
      .holiday-info .btn-wrap .puzzle {
        -webkit-transform: translateY(-23%);
        -ms-transform: translateY(-23%);
        transform: translateY(-23%);
        right: -18px; } }

.extended {
  display: none; }

.easy-use {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .easy-use {
      padding: 50px 0; } }
  .easy-use__header {
    text-align: center;
    max-width: 1010px;
    margin: 0 auto; }
  .easy-use__title span {
    margin-bottom: 32px;
    display: block; }
  .easy-use__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 32px; }
  .easy-use__slider {
    position: relative; }
    .easy-use__slider .swiper {
      overflow: hidden; }
      @media (max-width: 767px) {
        .easy-use__slider .swiper {
          overflow: initial; } }
    .easy-use__slider .swiper-button-prev:after, .easy-use__slider .swiper-button-next:after {
      color: #74757A;
      font-size: 37px; }
    .easy-use__slider .swiper-button-prev {
      left: -65px; }
    .easy-use__slider .swiper-button-next {
      right: -65px; }
  .easy-use-slide {
    width: 100%;
    height: 765px;
    position: relative; }
    @media (max-width: 1799px) {
      .easy-use-slide {
        height: 650px; } }
    @media (max-width: 1279px) {
      .easy-use-slide {
        height: 550px; } }
    .easy-use-slide__title {
      font-weight: 600;
      font-size: 48px;
      line-height: 60px;
      position: absolute;
      top: 64px;
      left: 64px;
      z-index: 100; }
      @media (max-width: 1799px) {
        .easy-use-slide__title {
          top: 30px;
          left: 30px; } }
      @media (max-width: 1279px) {
        .easy-use-slide__title {
          font-size: 38px;
          line-height: 50px; } }
      @media (max-width: 767px) {
        .easy-use-slide__title {
          top: 24px;
          left: 15px;
          font-size: 24px;
          line-height: 29px;
          max-width: 300px; }
          .easy-use-slide__title br {
            display: none; } }
      .easy-use-slide__title span {
        margin-bottom: 32px;
        display: inline-block;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: cover; }
      .preload .easy-use-slide__title_bg-1 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/_W4A7457.jpg); }
      .preload .easy-use-slide__title_bg-2 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/_W4A7457q.jpg); }
      .preload .easy-use-slide__title_bg-3 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/1233442345.jpg); }
      .preload .easy-use-slide__title_bg-4 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/213123.jpg); }
      .preload .easy-use-slide__title_bg-5 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/5646546.jpg); }
      .preload .easy-use-slide__title_bg-6 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/5646546.jpg); }
      .preload .easy-use-slide__title_bg-7 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/IMG_4517_beforewqe.jpg); }
      .preload .easy-use-slide__title_bg-8 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/IMG_4517_before.jpg); }
      .preload .easy-use-slide__title_bg-9 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Before223434355.jpg); }
      .preload .easy-use-slide__title_bg-10 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Before212334543.jpg); }
      .preload .easy-use-slide__title_bg-11 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/IMG_4517_before1.jpg); }
      .preload .easy-use-slide__title_bg-12 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/IMG_4517_before2131.jpg); }
    .easy-use-slide .ba-slider-new__img {
      height: 100%; }
    .easy-use-slide__tab {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .easy-use-slide__tab_1 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/easy-to-use-wildlife-tab-1-before-min.jpg); }
      .easy-use-slide__tab_2 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/easy-to-use-wildlife-tab-1-before-min-1.jpg); }
      .easy-use-slide__tab_3 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Before-wildlife-new-min.jpg); }
      .easy-use-slide__tab.is-active {
        opacity: 1;
        visibility: visible; }
      .easy-use-slide__tab .tab-screen {
        width: 400px; }
        .easy-use-slide__tab .tab-screen img {
          width: 100%;
          height: 100%; }
        .easy-use-slide__tab .tab-screen_1 {
          position: absolute;
          bottom: 15%;
          left: 5%; }
        .easy-use-slide__tab .tab-screen_2 {
          position: absolute;
          bottom: 32%;
          left: 35%; }
        .easy-use-slide__tab .tab-screen_3 {
          position: absolute;
          top: 9%;
          right: 7%; }
          .easy-use-slide__tab .tab-screen_3:hover .easy-use-slide__tab {
            background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/easy-to-use-landscape-tab-1-before-sky-min.jpg); }
      .easy-use-slide__tab .sign {
        left: 5px;
        bottom: -10px; }
        @media (max-width: 767px) {
          .easy-use-slide__tab .sign {
            left: -5px;
            bottom: -15px; } }
      @media (max-width: 767px) {
        .easy-use-slide__tab.mobile-mod {
          background-position-x: 63%; } }
      @media (max-width: 767px) {
        .easy-use-slide__tab.mobile-mod .easy-use-effect {
          background-position-x: 63%; } }
    .easy-use-slide__tab-controls {
      position: absolute;
      bottom: 0;
      left: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 100; }
      @media (max-width: 767px) {
        .easy-use-slide__tab-controls {
          bottom: -25px; } }
    .easy-use-slide__tab-control {
      width: 103px;
      height: 63px;
      margin: 0 6px;
      cursor: pointer;
      border: 2px solid transparent; }
      @media (max-width: 767px) {
        .easy-use-slide__tab-control {
          width: 63px;
          height: 38px; } }
      .easy-use-slide__tab-control.is-active {
        border: 2px solid #FFA800; }
      .easy-use-slide__tab-control .sk-figure {
        width: 100%;
        height: 100%;
        background-size: cover; }
  .easy-use-controls {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .easy-use-controls {
        overflow: hidden;
        position: relative;
        margin-bottom: 0; } }
    .easy-use-controls__wrap {
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 100px;
      margin-bottom: 24px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .easy-use-controls__wrap {
          width: 100%;
          overflow: scroll;
          scrollbar-width: none; }
          .easy-use-controls__wrap::-webkit-scrollbar {
            display: none; } }
    .easy-use-controls__descr {
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      text-align: center; }
      @media (max-width: 767px) {
        .easy-use-controls__descr {
          font-size: 13px;
          line-height: 17px;
          text-align: start; }
          .easy-use-controls__descr br {
            display: none; } }
  .easy-use-control {
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    min-width: 150px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 100px;
    border: 1px solid transparent; }
    .easy-use-control svg {
      margin-right: 4px; }
    .easy-use-control .ai-label {
      color: #FFAF75;
      font-weight: 700;
      font-size: 8px;
      line-height: 16px;
      margin-left: 4px; }
    .easy-use-control.is-active {
      border: 1px solid rgba(255, 255, 255, 0.2); }

.easy-use-effect {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: content-box;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .easy-use-effect.is-hidden {
    opacity: 0; }
  .easy-use-effect__content {
    z-index: 1111;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.19);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .easy-use-effect__content {
        padding: 12px; } }
    .easy-use-effect__content:before, .easy-use-effect__content:after {
      content: " ";
      position: absolute;
      left: 0;
      width: 100%;
      height: 80px;
      background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(53.12%, rgba(0, 0, 0, 0.46875)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.46875) 53.12%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.46875) 53.12%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.46875) 53.12%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.2; }
    .easy-use-effect__content:before {
      top: 0; }
    .easy-use-effect__content:after {
      bottom: 0;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .easy-use-effect__content:hover {
      -webkit-box-shadow: 3px 4px 36px -3px rgba(255, 252, 226, 0.27);
      box-shadow: 3px 4px 36px -3px rgba(255, 252, 226, 0.27); }
      .easy-use-effect__content:hover .easy-use-effect__icon {
        display: none; }
  .easy-use-effect__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: relative; }
    @media (max-width: 767px) {
      .easy-use-effect__title {
        font-size: 11px; } }
  .easy-use-effect__category {
    z-index: 1;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .easy-use-effect__category .ai-label {
      color: #FFB680;
      position: relative;
      top: -5px; }
    .easy-use-effect__category svg {
      margin-right: 4px; }
  .easy-use-effect__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite; }

@-webkit-keyframes bounce {
  0% {
    width: 60px;
    @media (max-width: 767px) {
      width: 40px; } }
  15% {
    width: 70px;
    @media (max-width: 767px) {
      width: 50px; } }
  30% {
    width: 80px;
    @media (max-width: 767px) {
      width: 60px; } }
  60% {
    width: 70px;
    @media (max-width: 767px) {
      width: 50px; } }
  100% {
    width: 60px;
    @media (max-width: 767px) {
      width: 40px; } } }

@keyframes bounce {
  0% {
    width: 60px;
    @media (max-width: 767px) {
      width: 40px; } }
  15% {
    width: 70px;
    @media (max-width: 767px) {
      width: 50px; } }
  30% {
    width: 80px;
    @media (max-width: 767px) {
      width: 60px; } }
  60% {
    width: 70px;
    @media (max-width: 767px) {
      width: 50px; } }
  100% {
    width: 60px;
    @media (max-width: 767px) {
      width: 40px; } } }
  .easy-use-effect_left {
    padding-right: 70%;
    padding-bottom: 10%;
    padding-top: 26%;
    padding-left: 4%; }
    @media (max-width: 1799px) {
      .easy-use-effect_left {
        padding-right: 68%;
        padding-bottom: 10%;
        padding-top: 28%;
        padding-left: 5%; } }
    @media (max-width: 767px) {
      .easy-use-effect_left {
        padding-left: 15px;
        padding-top: 402px;
        padding-bottom: 27px;
        padding-right: 125px; } }
    .easy-use-effect_left-center {
      padding-right: 51%;
      padding-bottom: 10%;
      padding-top: 26%;
      padding-left: 23%; }
      @media (max-width: 1799px) {
        .easy-use-effect_left-center {
          padding-right: 51%;
          padding-bottom: 12%;
          padding-top: 26%;
          padding-left: 22%; } }
      @media (max-width: 767px) {
        .easy-use-effect_left-center {
          padding-left: 15px;
          padding-top: 265px;
          padding-bottom: 164px;
          padding-right: 80px; } }
  .easy-use-effect_center {
    padding-right: 39.5%;
    padding-bottom: 20%;
    padding-top: 16%;
    padding-left: 33.5%; }
    @media (max-width: 1799px) {
      .easy-use-effect_center {
        padding-right: 36.5%;
        padding-top: 21%;
        padding-bottom: 17%;
        padding-left: 36.5%; } }
    @media (max-width: 767px) {
      .easy-use-effect_center {
        padding-left: 15px;
        padding-top: 265px;
        padding-bottom: 164px;
        padding-right: 80px; } }
  .easy-use-effect_right {
    padding-left: 63%;
    padding-top: 3%;
    padding-bottom: 33%;
    padding-right: 11%; }
    @media (max-width: 1799px) {
      .easy-use-effect_right {
        padding-left: 68%;
        padding-top: 8%;
        padding-bottom: 30%;
        padding-right: 5%; } }
    @media (max-width: 767px) {
      .easy-use-effect_right {
        padding-left: 15px;
        padding-top: 130px;
        padding-bottom: 300px;
        padding-right: 40px; } }
    .easy-use-effect_right-center {
      padding-left: 55%;
      padding-top: 14%;
      padding-bottom: 22%;
      padding-right: 19%; }
      @media (max-width: 1799px) {
        .easy-use-effect_right-center {
          padding-left: 55%;
          padding-top: 16%;
          padding-bottom: 22%;
          padding-right: 18%; } }
      @media (max-width: 767px) {
        .easy-use-effect_right-center {
          padding-left: 15px;
          padding-top: 130px;
          padding-bottom: 300px;
          padding-right: 40px; } }

.discover {
  padding: 65px 0; }
  .discover__header {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
    font-family: 'Roobert'; }
    .discover__header .title {
      font-weight: 600;
      font-size: 48px;
      line-height: 1.2;
      margin-bottom: 25px;
      color: #FFA800; }
      @media (max-width: 1279px) {
        .discover__header .title {
          font-size: 35px; } }
      @media (max-width: 959px) {
        .discover__header .title {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .discover__header .title {
          font-size: 24px; } }
    .discover__header .subtitle {
      font-weight: 400;
      font-size: 18px;
      opacity: .7;
      line-height: 150%; }
      @media (max-width: 767px) {
        .discover__header .subtitle {
          font-size: 15px; } }
  .discover__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .discover__content-line {
      width: 20%; }
      @media (max-width: 959px) {
        .discover__content-line {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: stretch;
          -moz-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; } }
      .discover__content-line .item {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        min-height: 140px; }
        @media (max-width: 959px) {
          .discover__content-line .item {
            width: 50%;
            min-height: auto; } }
        .discover__content-line .item:last-child {
          margin: 0; }
          @media (max-width: 959px) {
            .discover__content-line .item:last-child {
              margin-bottom: 20px; } }
        .discover__content-line .item__icon {
          margin: 0 auto 15px;
          max-width: 64px; }
          @media (max-width: 959px) {
            .discover__content-line .item__icon {
              max-width: 48px; } }
          .discover__content-line .item__icon img {
            width: 100%; }
        .discover__content-line .item__title {
          font-weight: 600;
          font-size: 18px;
          line-height: 150%; }
          @media (max-width: 959px) {
            .discover__content-line .item__title {
              font-size: 15px; } }
        .discover__content-line .item__info {
          font-weight: 400;
          font-size: 15px;
          line-height: 150%;
          text-align: center;
          max-width: 360px;
          width: 100%;
          padding: 10px;
          background: #2A2C38;
          border-radius: 8px;
          display: none;
          position: absolute;
          left: 50%;
          top: -10px;
          z-index: 5;
          -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
          @media (max-width: 959px) {
            .discover__content-line .item__info {
              font-size: 12px; } }
          .discover__content-line .item__info:after {
            content: '';
            display: block;
            position: absolute;
            background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/info-arrow.svg);
            width: 20px;
            height: 10px;
            left: -webkit-calc(50% - 20px/2);
            left: calc(50% - 20px/2);
            bottom: -9px;
            z-index: 55; }
        .discover__content-line .item:hover .item__info {
          display: block; }
    .discover__content:hover .discover__content-line .item {
      opacity: .3; }
      .discover__content:hover .discover__content-line .item:hover {
        opacity: 1; }

.hero-ab-test {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-gen-ai-bg.jpg);
  background-size: cover;
  background-position: center; }
  @media (max-width: 959px) {
    .hero-ab-test {
      padding-bottom: 106px; } }
  @media (max-width: 767px) {
    .hero-ab-test {
      padding-bottom: 70px; } }
  .hero-ab-test__before-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .hero-ab-test__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 54px 7.5%;
    z-index: 3;
    height: 100vh; }
    @media (max-width: 959px) {
      .hero-ab-test__content {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top: 74px; } }
    .hero-ab-test__content:before {
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 14, 0)), color-stop(78.12%, #05050E));
      background: -webkit-linear-gradient(top, rgba(5, 5, 14, 0) 0%, #05050E 78.12%);
      background: -o-linear-gradient(top, rgba(5, 5, 14, 0) 0%, #05050E 78.12%);
      background: linear-gradient(180deg, rgba(5, 5, 14, 0) 0%, #05050E 78.12%);
      width: 100%;
      height: 266px;
      position: absolute;
      left: 0;
      bottom: -1px; }
    .hero-ab-test__content-info {
      position: relative;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      z-index: 9;
      max-width: 720px;
      pointer-events: none;
      width: 45%;
      padding-right: 15px; }
      @media (max-width: 959px) {
        .hero-ab-test__content-info {
          width: 100%;
          padding: 0; } }
      @media (max-width: 1279px) {
        .hero-ab-test__content-info {
          font-size: 18px; } }
      @media (max-width: 959px) {
        .hero-ab-test__content-info {
          max-width: 350px; } }
      @media (max-width: 767px) {
        .hero-ab-test__content-info {
          text-align: center;
          font-weight: 400;
          font-size: 15px;
          line-height: 150%; } }
      .hero-ab-test__content-info .title {
        font-weight: 600;
        font-size: 60px;
        line-height: 72px; }
        .hero-ab-test__content-info .title span {
          color: #FFA800; }
        @media (max-width: 1279px) {
          .hero-ab-test__content-info .title {
            font-size: 48px;
            line-height: 1.2; } }
        @media (max-width: 959px) {
          .hero-ab-test__content-info .title {
            font-size: 36px; } }
        @media (max-width: 767px) {
          .hero-ab-test__content-info .title {
            font-weight: 600;
            font-size: 30px;
            line-height: 37px; } }
        .hero-ab-test__content-info .title .small {
          font-weight: 600;
          font-size: 20px;
          line-height: 72px;
          vertical-align: super;
          margin-left: 5px; }
          @media (max-width: 767px) {
            .hero-ab-test__content-info .title .small {
              font-weight: 600;
              font-size: 12px;
              line-height: 72px; } }
      .hero-ab-test__content-info .text {
        margin-top: 16px; }
        @media (max-width: 575px) {
          .hero-ab-test__content-info .text {
            font-size: 14px; } }
      .hero-ab-test__content-info .text-copy {
        pointer-events: auto;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text; }
      .hero-ab-test__content-info .luminar-logo {
        width: 182px;
        margin-bottom: 24px; }
        @media (max-width: 959px) {
          .hero-ab-test__content-info .luminar-logo {
            margin: 0 auto 20px;
            width: 242px; } }
  .hero-ab-test__video {
    width: 55%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .hero-ab-test__video_owe:before {
      display: none; }
    @media (max-width: 959px) {
      .hero-ab-test__video {
        width: 100%; } }
    .hero-ab-test__video:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      border: 1px solid #555;
      z-index: 2;
      pointer-events: none; }
      @media (max-width: 767px) {
        .hero-ab-test__video:before {
          border-radius: 10px; } }
      @media (max-width: 575px) {
        .hero-ab-test__video:before {
          border-radius: 5px; } }
    .hero-ab-test__video video, .hero-ab-test__video figure {
      width: 100%;
      height: auto;
      border-radius: 16px; }
      @media (max-width: 767px) {
        .hero-ab-test__video video, .hero-ab-test__video figure {
          border-radius: 10px; } }
      @media (max-width: 575px) {
        .hero-ab-test__video video, .hero-ab-test__video figure {
          border-radius: 5px; } }
      .hero-ab-test__video video img, .hero-ab-test__video figure img {
        width: 100%;
        height: 100%; }
  .hero-ab-test__video-slide {
    width: 100%;
    height: auto;
    border-radius: 9px;
    display: none; }
    .hero-ab-test__video-slide.active {
      display: block; }
    @media (max-width: 767px) {
      .hero-ab-test__video-slide {
        border-radius: 10px; } }
    @media (max-width: 575px) {
      .hero-ab-test__video-slide {
        border-radius: 5px; } }
  .hero-ab-test__video-head {
    opacity: 0.875;
    background: #363a40;
    backdrop-filter: blur(7px);
    padding: 18px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 16px 16px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .hero-ab-test__video-head {
        border-radius: 10px 10px 0 0; } }
    @media (max-width: 575px) {
      .hero-ab-test__video-head {
        border-radius: 5px 5px 0 0;
        padding: 14px 16px; } }
    .hero-ab-test__video-head img {
      max-width: 124px;
      height: auto; }
      @media (max-width: 575px) {
        .hero-ab-test__video-head img {
          max-width: 100px; } }
  .hero-ab-test__btn-wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
    position: relative;
    z-index: 10;
    pointer-events: none;
    margin-bottom: 10px; }
    @media (max-width: 1279px) {
      .hero-ab-test__btn-wr {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 22px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start;
        -moz-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start; } }
    @media (max-width: 959px) {
      .hero-ab-test__btn-wr {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .hero-ab-test__btn-wr .sk-btn {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      pointer-events: auto;
      margin-bottom: 0; }
      @media (max-width: 1279px) {
        .hero-ab-test__btn-wr .sk-btn {
          min-width: 250px; } }
      @media (max-width: 767px) {
        .hero-ab-test__btn-wr .sk-btn {
          width: auto;
          min-width: 0; } }
      @media (max-width: 1279px) {
        .hero-ab-test__btn-wr .sk-btn:last-child {
          margin-top: 15px; } }
      .hero-ab-test__btn-wr .sk-btn.sk-btn-trial {
        padding: 13px 25px; }
      .hero-ab-test__btn-wr .sk-btn img {
        position: absolute;
        width: 34px; }
        @media (max-width: 767px) {
          .hero-ab-test__btn-wr .sk-btn img {
            right: -25px;
            top: 8px; } }
    .hero-ab-test__btn-wr.anniversary {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 959px) {
        .hero-ab-test__btn-wr.anniversary {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .hero-ab-test__btn-wr.anniversary .sk-btn {
        min-width: 175px; }
      .hero-ab-test__btn-wr.anniversary .anniversary-img {
        width: 63px;
        top: 50%;
        right: -45px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 959px) {
          .hero-ab-test__btn-wr.anniversary .anniversary-img {
            display: none; } }
      .hero-ab-test__btn-wr.anniversary .anniversary-img-experiment {
        width: 76px;
        margin: 0 7px; }
      .hero-ab-test__btn-wr.anniversary .anniversary-text-experiment {
        color: #C319FF;
        max-width: 155px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        -webkit-box-flex: min-content;
        -moz-box-flex: min-content;
        -ms-flex: min-content;
        flex: min-content; }
        @media (max-width: 959px) {
          .hero-ab-test__btn-wr.anniversary .anniversary-text-experiment {
            -webkit-box-ordinal-group: 4;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            max-width: 100%;
            width: 100%;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: auto;
            flex: auto; } }
      .hero-ab-test__btn-wr.anniversary .anniversary-text {
        color: #FFA800;
        max-width: 205px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        -webkit-box-flex: min-content;
        -moz-box-flex: min-content;
        -ms-flex: min-content;
        flex: min-content;
        margin-left: 60px; }
        .hero-ab-test__btn-wr.anniversary .anniversary-text_summer {
          color: #FF5C00;
          max-width: 230px; }
          .hero-ab-test__btn-wr.anniversary .anniversary-text_summer span {
            color: #FFA800; }
        @media (max-width: 959px) {
          .hero-ab-test__btn-wr.anniversary .anniversary-text {
            -webkit-box-ordinal-group: 4;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
            max-width: 100%;
            width: 100%;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            margin-left: 0; } }
        .hero-ab-test__btn-wr.anniversary .anniversary-text span {
          display: block; }
      .hero-ab-test__btn-wr.anniversary .anniversary-timer {
        margin-top: 32px; }
  .hero-ab-test__trial-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px; }
    @media (max-width: 1279px) {
      .hero-ab-test__trial-list {
        margin-top: 10px; } }
    .hero-ab-test__trial-list li {
      margin-right: 10px;
      padding-left: 24px;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      position: relative; }
      .hero-ab-test__trial-list li:last-child {
        margin-right: 0; }
      .hero-ab-test__trial-list li svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px; }
  .hero-ab-test.hero-ab-test__634 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/anniversary-3-hero-main-bgi.jpg) !important; }
    @media (max-width: 575px) {
      .hero-ab-test.hero-ab-test__634 {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/anniversary-3-hero-main-bgi-mobile.jpg) !important; } }
    .hero-ab-test.hero-ab-test__634.owe {
      background-image: url(https://media.macphun.com/img/uploads/uploads/marketplace/main-hero-owe-peakto.jpg) !important; }
    .hero-ab-test.hero-ab-test__634 .hero-ab-test__content {
      min-height: 960px; }
      @media (max-width: 1440px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__content {
          min-height: 820px; } }
      @media (max-width: 1279px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__content {
          min-height: 670px; } }
      @media (max-width: 959px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__content {
          min-height: auto; } }
    .hero-ab-test.hero-ab-test__634 .hero-ab-test__content-info {
      margin-bottom: 160px; }
      @media (max-width: 1440px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__content-info {
          margin-bottom: 100px; } }
      @media (max-width: 959px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__content-info {
          margin-bottom: 0; } }
    .hero-ab-test.hero-ab-test__634 .hero-ab-test__video {
      padding: 15px 15px 120px 15px;
      position: relative;
      display: block;
      width: 66%;
      max-width: 920px; }
      @media (max-width: 1440px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__video {
          padding-bottom: 88px; } }
      @media (max-width: 959px) {
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__video {
          padding: 0;
          width: 100%; } }
      .hero-ab-test.hero-ab-test__634 .hero-ab-test__video::before {
        display: none; }
      .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-screen {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 959px) {
          .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-screen {
            display: none; } }
      .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc {
        color: #CCCDCC;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin: 25px 0 0 0;
        position: relative;
        pointer-events: none; }
        @media (max-width: 575px) {
          .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc {
            font-size: 13px; } }
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc span {
          font-weight: 700; }
        .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc svg {
          position: relative;
          bottom: -4px;
          margin: 0 3px; }
          @media (max-width: 575px) {
            .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc svg {
              width: 17px;
              height: auto; } }
      .hero-ab-test.hero-ab-test__634 .hero-ab-test__video video {
        position: relative; }
  .hero-ab-test.bf-24 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-0506-bgi-2.jpg) !important; }
  .hero-ab-test.hero-ab-test__669 .intro-label {
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
    .hero-ab-test.hero-ab-test__669 .intro-label .intro-label-text {
      font-weight: 400; }
  @media (max-width: 1500px) {
    .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 20px 0 22px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: self-start;
      -moz-box-align: self-start;
      -ms-flex-align: self-start;
      align-items: self-start; }
      .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr .hero__countdown {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
      .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr .countdown-timer {
        margin-left: 0; } }
  .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr a.sk-btn {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content; }
    @media (max-width: 1500px) {
      .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr a.sk-btn {
        margin-bottom: 5px;
        width: 100%; } }
    .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr a.sk-btn img.hero-ab-test__btn-label {
      position: absolute;
      right: -20px;
      top: -15px;
      width: 55px; }
  .hero-ab-test .sign {
    bottom: 15px;
    width: 250px;
    right: 36px;
    text-align: right;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    z-index: 8; }
    @media (max-width: 767px) {
      .hero-ab-test .sign {
        bottom: 5px; } }
  .hero-ab-test .countdown-timer .countdown-timer__digit p {
    background: none; }
  .hero-ab-test .promo-label {
    color: #00B200;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1799px) {
      .hero-ab-test .promo-label {
        font-size: 14px; } }
    @media (max-width: 1279px) {
      .hero-ab-test .promo-label {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .hero-ab-test .promo-label {
        font-size: 15px;
        text-align: center; } }
    .hero-ab-test .promo-label img {
      width: 50px;
      height: 50px;
      margin-right: 15px; }
      @media (max-width: 1279px) {
        .hero-ab-test .promo-label img {
          display: none; } }
  .hero-ab-test__feature-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px; }
    @media (max-width: 959px) {
      .hero-ab-test__feature-list {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px; } }
  .hero-ab-test__feature {
    color: #E0E0E0;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px; }

.intro-july-test.hero-ab-test__636 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/hero-0573-bgi-min.jpg); }
  @media (max-width: 959px) {
    .intro-july-test.hero-ab-test__636 {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/hero-0573-bgi-xs.jpg); } }
  @media (min-width: 2100px) {
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content {
      padding: 175px 7.5% 50px;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 92vh; } }
  @media (max-width: 1799px) {
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content {
      padding: 125px 7.5% 50px;
      height: auto;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    z-index: 9;
    max-width: 610px;
    pointer-events: none;
    width: 38%;
    padding-right: 15px; }
    @media (min-width: 2100px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
        padding-top: 50px; } }
    @media (max-width: 1799px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
        padding-top: 50px; } }
    @media (max-width: 1279px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
        font-size: 18px; } }
    @media (max-width: 959px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
        width: 100%;
        padding: 0;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
        text-align: center;
        font-weight: 400;
        font-size: 15px;
        line-height: 150%; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
      font-weight: 600;
      font-size: 60px;
      line-height: 1.25; }
      @media (max-width: 1799px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
          font-size: 40px;
          max-width: 540px; } }
      @media (max-width: 1560px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
          font-size: 36px; } }
      @media (max-width: 959px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
          font-size: 34px;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
          font-weight: 600;
          font-size: 30px;
          line-height: 37px; } }
      .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title .small {
        font-weight: 600;
        font-size: 20px;
        line-height: 72px;
        vertical-align: super;
        margin-left: 5px; }
        @media (max-width: 767px) {
          .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title .small {
            font-weight: 600;
            font-size: 12px;
            line-height: 72px; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .intro-label {
      font-size: 20px; }
      @media (max-width: 1560px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .intro-label-text-color {
          display: inline; } }
      @media (max-width: 575px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .intro-label-text-color {
          display: block; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .text {
      margin-top: 16px; }
      @media (max-width: 575px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .text {
          font-size: 14px; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .text-copy {
      pointer-events: auto;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .luminar-logo {
      width: 182px;
      margin-bottom: 24px; }
      @media (max-width: 959px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .luminar-logo {
          margin: 0 auto 20px;
          width: 242px; } }
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
    padding: 15px 15px 120px 15px;
    position: relative;
    display: block;
    width: 47vw; }
    @media (max-width: 1799px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
        padding: 15px 15px 90px 15px; } }
    @media (max-width: 1560px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
        width: 42vw; } }
    @media (max-width: 1350px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
        width: 50vw;
        padding: 15px 15px 130px 15px; } }
    @media (max-width: 959px) {
      .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
        padding: 0;
        width: 100%; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__video::before {
      display: none; }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__video-screen {
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 959px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__video-screen {
          display: none; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc {
      color: #CCCDCC;
      text-align: center;
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin: 25px 0 0 0;
      position: relative;
      pointer-events: none; }
      @media (max-width: 1799px) {
        .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc {
          font-size: 13px; } }
      .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc span {
        font-weight: 700; }
      .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc svg {
        position: relative;
        bottom: -4px;
        margin: 0 3px; }
        @media (max-width: 575px) {
          .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc svg {
            width: 17px;
            height: auto; } }
    .intro-july-test.hero-ab-test__636 .hero-ab-test__video video, .intro-july-test.hero-ab-test__636 .hero-ab-test__video figure {
      position: relative; }

.anniversary-timer.hero__countdown {
  width: 100%; }
  @media (max-width: 959px) {
    .anniversary-timer.hero__countdown {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: auto;
      margin: 15px 0; } }
  .anniversary-timer.hero__countdown .countdown-timer__digit {
    border-radius: 11.368px;
    background: rgba(255, 255, 255, 0.04);
    padding: 2px 7px; }
    @media (max-width: 992px) {
      .anniversary-timer.hero__countdown .countdown-timer__digit {
        padding: 1px 3px; } }
  .anniversary-timer.hero__countdown .countdown-timer__devider {
    margin: 0 3px; }
  .anniversary-timer.hero__countdown .countdown-timer .countdown-timer__digit p, .anniversary-timer.hero__countdown .countdown-timer__devider {
    color: #FFF;
    text-align: center;
    font-size: 30.316px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.379px; }
    @media (max-width: 992px) {
      .anniversary-timer.hero__countdown .countdown-timer .countdown-timer__digit p, .anniversary-timer.hero__countdown .countdown-timer__devider {
        font-size: 17px;
        line-height: 20px; } }
  .anniversary-timer.hero__countdown.hide {
    display: none !important; }

.awards-for-jp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  margin: 30px auto 0;
  gap: 30px;
  padding-right: 30px; }
  @media (max-width: 1279px) {
    .awards-for-jp {
      gap: 15px; } }
  @media (max-width: 959px) {
    .awards-for-jp {
      padding: 0;
      margin-bottom: 15px; } }
  .awards-for-jp__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
    .awards-for-jp__item:nth-child(1), .awards-for-jp__item:nth-child(3) {
      width: 30%; }
    .awards-for-jp__item:nth-child(2) {
      width: 40%; }
    .awards-for-jp__item img {
      max-height: 90px;
      width: auto; }
      @media (max-width: 1799px) {
        .awards-for-jp__item img {
          max-height: 70px; } }
      @media (max-width: 1279px) {
        .awards-for-jp__item img {
          max-height: 50px; } }
      @media (max-width: 767px) {
        .awards-for-jp__item img {
          max-height: 30px; } }
    .awards-for-jp__item p {
      font-size: 12px;
      font-weight: 600;
      line-height: 125%;
      text-align: center; }
      @media (max-width: 1279px) {
        .awards-for-jp__item p {
          font-size: 10px; } }

.hero__tabs-inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .hero__tabs-inner img {
    width: 100%; }
    .hero__tabs-inner img.hero__tabs-height {
      opacity: 1; }
  .hero__tabs-inner .hero__tabs-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-size: cover;
    background-position: center; }
    .hero__tabs-inner .hero__tabs-img.is-active {
      opacity: 1; }

@font-face {
  font-family: 'Branding Aliskaje Italic';
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje-italic.otf);
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje-italic.woff) format("woff"), url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje-italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Branding Aliskaje';
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje.otf);
  src: url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje.woff) format("woff"), url(https://media.macphun.com/uploads/uploads/fonts/branding-aliskaje/branding-aliskaje.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.hero-section {
  font-family: "Roobert", Helvetica, Arial, sans-serif; }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item::before {
    opacity: 1; }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-1::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8380E0), color-stop(39.53%, #454295), to(#563994));
    background-image: -webkit-linear-gradient(top, #8380E0 0%, #454295 39.53%, #563994 100%);
    background-image: -o-linear-gradient(top, #8380E0 0%, #454295 39.53%, #563994 100%);
    background-image: linear-gradient(180deg, #8380E0 0%, #454295 39.53%, #563994 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-2::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#FF9901), to(#F4C941));
    background-image: -webkit-linear-gradient(left, #FF9901 0%, #F4C941 100%);
    background-image: -o-linear-gradient(left, #FF9901 0%, #F4C941 100%);
    background-image: linear-gradient(to right, #FF9901 0%, #F4C941 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-3::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF3100), to(#FB7800));
    background-image: -webkit-linear-gradient(top, #FF3100 0%, #FB7800 100%);
    background-image: -o-linear-gradient(top, #FF3100 0%, #FB7800 100%);
    background-image: linear-gradient(to bottom, #FF3100 0%, #FB7800 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-4::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD43C), to(#D89B00));
    background-image: -webkit-linear-gradient(top, #FFD43C 0%, #D89B00 100%);
    background-image: -o-linear-gradient(top, #FFD43C 0%, #D89B00 100%);
    background-image: linear-gradient(to bottom, #FFD43C 0%, #D89B00 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-5::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59F3BC), to(#63E49F));
    background-image: -webkit-linear-gradient(top, #59F3BC 0%, #63E49F 100%);
    background-image: -o-linear-gradient(top, #59F3BC 0%, #63E49F 100%);
    background-image: linear-gradient(to bottom, #59F3BC 0%, #63E49F 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-6::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#AE59F3), to(#6E63E4));
    background-image: -webkit-linear-gradient(top, #AE59F3 0%, #6E63E4 100%);
    background-image: -o-linear-gradient(top, #AE59F3 0%, #6E63E4 100%);
    background-image: linear-gradient(to bottom, #AE59F3 0%, #6E63E4 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-7::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00B5FF), to(#0FD984));
    background-image: -webkit-linear-gradient(top, #00B5FF 0%, #0FD984 100%);
    background-image: -o-linear-gradient(top, #00B5FF 0%, #0FD984 100%);
    background-image: linear-gradient(to bottom, #00B5FF 0%, #0FD984 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-8::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8B9E48), color-stop(47.97%, #CEC200), to(#6F7E05));
    background-image: -webkit-linear-gradient(top, #8B9E48 0%, #CEC200 47.97%, #6F7E05 100%);
    background-image: -o-linear-gradient(top, #8B9E48 0%, #CEC200 47.97%, #6F7E05 100%);
    background-image: linear-gradient(180deg, #8B9E48 0%, #CEC200 47.97%, #6F7E05 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-9::before {
    background-image: -webkit-linear-gradient(276.1deg, #AC0039 4.83%, #CA1196 53.01%, #FF41C7 97.25%);
    background-image: -o-linear-gradient(276.1deg, #AC0039 4.83%, #CA1196 53.01%, #FF41C7 97.25%);
    background-image: linear-gradient(173.9deg, #AC0039 4.83%, #CA1196 53.01%, #FF41C7 97.25%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-10::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#81E0FF), color-stop(48.17%, #00C1FF), to(#3ECCFF));
    background-image: -webkit-linear-gradient(top, #81E0FF 0%, #00C1FF 48.17%, #3ECCFF 100%);
    background-image: -o-linear-gradient(top, #81E0FF 0%, #00C1FF 48.17%, #3ECCFF 100%);
    background-image: linear-gradient(180deg, #81E0FF 0%, #00C1FF 48.17%, #3ECCFF 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-11::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ED9D1), color-stop(35.17%, #00FFDF), color-stop(70.17%, #FBCEAE), to(#308074));
    background-image: -webkit-linear-gradient(top, #9ED9D1 0%, #00FFDF 35.17%, #FBCEAE 70.17%, #308074 100%);
    background-image: -o-linear-gradient(top, #9ED9D1 0%, #00FFDF 35.17%, #FBCEAE 70.17%, #308074 100%);
    background-image: linear-gradient(180deg, #9ED9D1 0%, #00FFDF 35.17%, #FBCEAE 70.17%, #308074 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-12::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#51CE8E), color-stop(33.19%, #4ACF8B), to(rgba(66, 206, 136, 0.49)));
    background-image: -webkit-linear-gradient(top, #51CE8E 0%, #4ACF8B 33.19%, rgba(66, 206, 136, 0.49) 100%);
    background-image: -o-linear-gradient(top, #51CE8E 0%, #4ACF8B 33.19%, rgba(66, 206, 136, 0.49) 100%);
    background-image: linear-gradient(180deg, #51CE8E 0%, #4ACF8B 33.19%, rgba(66, 206, 136, 0.49) 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-13::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#81E0FF), color-stop(39.53%, #00C1FF), to(#3ECCFF));
    background-image: -webkit-linear-gradient(top, #81E0FF 0%, #00C1FF 39.53%, #3ECCFF 100%);
    background-image: -o-linear-gradient(top, #81E0FF 0%, #00C1FF 39.53%, #3ECCFF 100%);
    background-image: linear-gradient(180deg, #81E0FF 0%, #00C1FF 39.53%, #3ECCFF 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-14::before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFD035), to(#FFEEB7));
    background-image: -webkit-linear-gradient(bottom, #FFD035 0%, #FFEEB7 100%);
    background-image: -o-linear-gradient(bottom, #FFD035 0%, #FFEEB7 100%);
    background-image: linear-gradient(0deg, #FFD035 0%, #FFEEB7 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-15::before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F12E8A), color-stop(53.07%, #FF41C7), to(#F7A9E0));
    background-image: -webkit-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
    background-image: -o-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
    background-image: linear-gradient(0deg, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-16::before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F12E8A), color-stop(53.07%, #FF41C7), to(#F7A9E0));
    background-image: -webkit-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
    background-image: -o-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
    background-image: linear-gradient(0deg, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%); }
  .hero-section .swiper-slide.swiper-slide-active .hero__control-item-17::before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#D5A200), to(#FFD242));
    background-image: -webkit-linear-gradient(bottom, #D5A200 0%, #FFD242 100%);
    background-image: -o-linear-gradient(bottom, #D5A200 0%, #FFD242 100%);
    background-image: linear-gradient(0deg, #D5A200 0%, #FFD242 100%); }
  .hero-section .hero {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .hero-section .hero__list {
      width: 100%; }
      .hero-section .hero__list-item {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 54px 7.5% 220px;
        height: 100vh;
        min-height: 670px; }
        @media (min-width: 1900px) {
          .hero-section .hero__list-item {
            min-height: 860px; } }
        @media (max-width: 767px) {
          .hero-section .hero__list-item {
            padding: 0 10px 215px;
            height: 94vh;
            min-height: 620px; } }
        @media (max-width: 575px) {
          .hero-section .hero__list-item {
            padding: 0 10px 170px; } }
        .hero-section .hero__list-item:before {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 520px;
          opacity: 0.89;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(9.89%, rgba(0, 0, 0, 0)), color-stop(60.94%, rgba(0, 0, 0, 0.53)), color-stop(96.68%, rgba(0, 0, 0, 0.78)));
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          mix-blend-mode: normal;
          bottom: 0;
          left: 0;
          z-index: 5;
          pointer-events: none; }
        .hero-section .hero__list-item:after {
          content: '';
          display: block;
          position: absolute;
          width: 60%;
          height: 100%;
          background: -webkit-linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(89deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background-blend-mode: darken;
          top: 0;
          left: 0;
          z-index: 5;
          pointer-events: none; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item:after {
              display: none; } }
        .hero-section .hero__list-item .play {
          background: rgba(255, 255, 255, 0.03);
          -webkit-box-shadow: 0 4px 78px -1px rgba(1, 20, 48, 0.4);
          box-shadow: 0 4px 78px -1px rgba(1, 20, 48, 0.4);
          backdrop-filter: blur(183px);
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 100%;
          border: 5px solid #404040;
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s;
          cursor: pointer; }
          .hero-section .hero__list-item .play:hover {
            background: rgba(255, 255, 255, 0.1); }
          .hero-section .hero__list-item .play svg {
            position: relative;
            right: -4px; }
        .hero-section .hero__list-item.is-active {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .de .hero-section .hero__list-item[data-tab="1"],
        .es .hero-section .hero__list-item[data-tab="1"],
        .nl .hero-section .hero__list-item[data-tab="1"],
        .fr .hero-section .hero__list-item[data-tab="1"] {
          padding-top: 80px; }
          @media (max-width: 767px) {
            .de .hero-section .hero__list-item[data-tab="1"],
            .es .hero-section .hero__list-item[data-tab="1"],
            .nl .hero-section .hero__list-item[data-tab="1"],
            .fr .hero-section .hero__list-item[data-tab="1"] {
              padding-top: 50px; } }
          .de .hero-section .hero__list-item[data-tab="1"] .title br,
          .es .hero-section .hero__list-item[data-tab="1"] .title br,
          .nl .hero-section .hero__list-item[data-tab="1"] .title br,
          .fr .hero-section .hero__list-item[data-tab="1"] .title br {
            display: none; }
        .hero-section .hero__list-item[data-tab="1"] .hero__list-info {
          pointer-events: auto; }
        .hero-section .hero__list-item[data-tab="1"]:before, .hero-section .hero__list-item[data-tab="1"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="3"]:before {
          opacity: 0.45;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(9.89%, rgba(0, 0, 0, 0)), color-stop(60.94%, rgba(0, 0, 0, 0.53)), color-stop(96.68%, rgba(0, 0, 0, 0.78)));
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%); }
        .hero-section .hero__list-item[data-tab="3"]:after {
          background: -webkit-linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(89deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
          @media (max-width: 767px) {
            .hero-section .hero__list-item[data-tab="3"]:after {
              display: none; } }
        .hero-section .hero__list-item[data-tab="4"]:before {
          opacity: 0.45;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(9.89%, rgba(0, 0, 0, 0)), color-stop(60.94%, rgba(0, 0, 0, 0.53)), color-stop(96.68%, rgba(0, 0, 0, 0.78)));
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.89%, rgba(0, 0, 0, 0.53) 60.94%, rgba(0, 0, 0, 0.78) 96.68%); }
        .hero-section .hero__list-item[data-tab="4"]:after {
          background: -webkit-linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: -o-linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(89deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
          @media (max-width: 767px) {
            .hero-section .hero__list-item[data-tab="4"]:after {
              display: none; } }
        .hero-section .hero__list-item[data-tab="5"]:before {
          opacity: 0.45 !important;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(9.89%, rgba(17, 30, 7, 0)), color-stop(60.94%, rgba(17, 30, 7, 0.53)), color-stop(96.68%, #111E07));
          background: -webkit-linear-gradient(top, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%);
          background: -o-linear-gradient(top, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%);
          background: linear-gradient(180deg, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%); }
        .hero-section .hero__list-item[data-tab="5"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="6"]:before {
          opacity: 0.45;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(9.89%, rgba(17, 30, 7, 0)), color-stop(60.94%, rgba(17, 30, 7, 0.53)), color-stop(96.68%, #111E07));
          background: -webkit-linear-gradient(top, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%);
          background: -o-linear-gradient(top, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%);
          background: linear-gradient(180deg, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%); }
        .hero-section .hero__list-item[data-tab="6"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="7"]:before {
          opacity: 0.6;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(9.89%, rgba(17, 30, 7, 0)), color-stop(60.94%, rgba(17, 30, 7, 0.53)), color-stop(96.68%, #111E07));
          background: -webkit-linear-gradient(top, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%);
          background: -o-linear-gradient(top, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%);
          background: linear-gradient(180deg, rgba(17, 30, 7, 0) 9.89%, rgba(17, 30, 7, 0.53) 60.94%, #111E07 96.68%); }
        .hero-section .hero__list-item[data-tab="7"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="8"]:before {
          opacity: 1;
          background: -webkit-linear-gradient(270.02deg, rgba(22, 67, 107, 0) 40.74%, rgba(19, 54, 85, 0.695361) 70%, #11314B 97.71%);
          background: -o-linear-gradient(270.02deg, rgba(22, 67, 107, 0) 40.74%, rgba(19, 54, 85, 0.695361) 70%, #11314B 97.71%);
          background: linear-gradient(179.98deg, rgba(22, 67, 107, 0) 40.74%, rgba(19, 54, 85, 0.695361) 70%, #11314B 97.71%); }
        .hero-section .hero__list-item[data-tab="8"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="9"]:before {
          background: -webkit-linear-gradient(270.02deg, rgba(37, 20, 14, 0) 38.23%, rgba(37, 20, 14, 0.8) 73.21%, rgba(37, 20, 14, 0.8) 97.71%);
          background: -o-linear-gradient(270.02deg, rgba(37, 20, 14, 0) 38.23%, rgba(37, 20, 14, 0.8) 73.21%, rgba(37, 20, 14, 0.8) 97.71%);
          background: linear-gradient(179.98deg, rgba(37, 20, 14, 0) 38.23%, rgba(37, 20, 14, 0.8) 73.21%, rgba(37, 20, 14, 0.8) 97.71%);
          opacity: 1; }
        .hero-section .hero__list-item[data-tab="9"]:after {
          background: -webkit-linear-gradient(1.02deg, rgba(0, 0, 0, 0.5) 2.75%, rgba(0, 0, 0, 0) 99.23%);
          background: -o-linear-gradient(1.02deg, rgba(0, 0, 0, 0.5) 2.75%, rgba(0, 0, 0, 0) 99.23%);
          background: linear-gradient(88.98deg, rgba(0, 0, 0, 0.5) 2.75%, rgba(0, 0, 0, 0) 99.23%);
          opacity: 1; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item[data-tab="9"]:after {
              display: none; } }
        .hero-section .hero__list-item[data-tab="10"]:before {
          opacity: 1 !important;
          background: -webkit-linear-gradient(270.02deg, rgba(38, 103, 177, 0) 40.74%, rgba(42, 109, 180, 0.34) 65.66%, #276AB1 97.71%);
          background: -o-linear-gradient(270.02deg, rgba(38, 103, 177, 0) 40.74%, rgba(42, 109, 180, 0.34) 65.66%, #276AB1 97.71%);
          background: linear-gradient(179.98deg, rgba(38, 103, 177, 0) 40.74%, rgba(42, 109, 180, 0.34) 65.66%, #276AB1 97.71%); }
        .hero-section .hero__list-item[data-tab="10"]:after {
          background: -webkit-linear-gradient(1.02deg, rgba(0, 0, 0, 0.5) 2.75%, rgba(0, 0, 0, 0) 99.23%);
          background: -o-linear-gradient(1.02deg, rgba(0, 0, 0, 0.5) 2.75%, rgba(0, 0, 0, 0) 99.23%);
          background: linear-gradient(88.98deg, rgba(0, 0, 0, 0.5) 2.75%, rgba(0, 0, 0, 0) 99.23%);
          opacity: 1; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item[data-tab="10"]:after {
              display: none; } }
        .hero-section .hero__list-item[data-tab="11"]:before {
          opacity: 1;
          background: -webkit-linear-gradient(270.02deg, rgba(52, 54, 51, 0) 40.74%, #3B3D3D 97.71%);
          background: -o-linear-gradient(270.02deg, rgba(52, 54, 51, 0) 40.74%, #3B3D3D 97.71%);
          background: linear-gradient(179.98deg, rgba(52, 54, 51, 0) 40.74%, #3B3D3D 97.71%); }
        .hero-section .hero__list-item[data-tab="11"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="12"]:before {
          opacity: 1;
          background: -webkit-linear-gradient(270.02deg, rgba(67, 34, 24, 0) 42.16%, #432218 97.71%);
          background: -o-linear-gradient(270.02deg, rgba(67, 34, 24, 0) 42.16%, #432218 97.71%);
          background: linear-gradient(179.98deg, rgba(67, 34, 24, 0) 42.16%, #432218 97.71%); }
        .hero-section .hero__list-item[data-tab="12"]:after {
          display: none; }
        .hero-section .hero__list-item[data-tab="13"]:before {
          opacity: 1;
          background: -webkit-linear-gradient(270.02deg, rgba(11, 10, 9, 0) 40.74%, #2B1606 97.71%);
          background: -o-linear-gradient(270.02deg, rgba(11, 10, 9, 0) 40.74%, #2B1606 97.71%);
          background: linear-gradient(179.98deg, rgba(11, 10, 9, 0) 40.74%, #2B1606 97.71%); }
        .hero-section .hero__list-item[data-tab="13"]:after {
          display: none; }
        .hero-section .hero__list-item .hero__image {
          position: absolute;
          left: -15px;
          top: 0;
          right: -15px;
          bottom: 0;
          background-size: cover;
          background-repeat: no-repeat;
          overflow: hidden; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .hero__image {
              background-position: center; }
              .hero-section .hero__list-item .hero__image:after {
                content: '';
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 4;
                height: 100%;
                width: 100%;
                -webkit-animation: opacitySlideBA 4s ease infinite;
                animation: opacitySlideBA 4s ease infinite; } }
          .hero-section .hero__list-item .hero__image video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top center;
            object-position: top center;
            opacity: 0.8; }
          .hero-section .hero__list-item .hero__image .play {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            z-index: 15;
            width: 100px;
            height: 100px; }
            @media (max-width: 767px) {
              .hero-section .hero__list-item .hero__image .play {
                display: none; } }
        .hero-section .hero__list-item .puzzle {
          width: 80px;
          height: 80px;
          right: -24px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute; }
          @media (max-width: 1279px) {
            .hero-section .hero__list-item .puzzle {
              width: 56px;
              height: 56px;
              right: -17px; } }
          @media (max-width: 575px) {
            .hero-section .hero__list-item .puzzle {
              top: -7px; } }
          .hero-section .hero__list-item .puzzle img {
            width: 27px;
            height: 27px; }
            @media (max-width: 1279px) {
              .hero-section .hero__list-item .puzzle img {
                width: 19px;
                height: 19px; } }
          .hero-section .hero__list-item .puzzle .img {
            width: 100%;
            height: 100%;
            background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/2022-extensions/extentension-2022-pazzle.svg);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-animation: rotation360 60s linear infinite;
            animation: rotation360 60s linear infinite;
            position: absolute;
            top: 0;
            left: 0; }
        .hero-section .hero__list-item .hero__btn-img {
          width: 100%;
          max-width: 220px; }
          .fr .hero-section .hero__list-item .hero__btn-img {
            max-width: 260px; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .hero__btn-img {
              display: none; } }
          .hero-section .hero__list-item .hero__btn-img-mob {
            display: none; }
            @media (max-width: 767px) {
              .hero-section .hero__list-item .hero__btn-img-mob {
                margin: 10px;
                max-width: 155px;
                display: inline-block; } }
        .hero-section .hero__list-item .hero__btn-icon {
          font-size: 60px;
          display: inline-block;
          margin: 0 10px; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .hero__btn-icon {
              display: none; } }
        .hero-section .hero__list-item .hero__btn-wr {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 32px;
          position: relative;
          z-index: 10;
          pointer-events: none; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .hero__btn-wr {
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              margin-top: 24px;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -moz-box-orient: vertical;
              -moz-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
          .hero-section .hero__list-item .hero__btn-wr .sk-btn {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 14px 25px;
            pointer-events: auto; }
            @media (max-width: 767px) {
              .hero-section .hero__list-item .hero__btn-wr .sk-btn {
                width: auto;
                min-width: 0; } }
            .hero-section .hero__list-item .hero__btn-wr .sk-btn.sk-btn-trial {
              padding: 13px 25px; }
            .hero-section .hero__list-item .hero__btn-wr .sk-btn img {
              position: absolute;
              width: 34px; }
              @media (max-width: 767px) {
                .hero-section .hero__list-item .hero__btn-wr .sk-btn img {
                  right: -25px;
                  top: 8px; } }
        .hero-section .hero__list-item .hero__btn-label {
          max-width: 400px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          position: relative;
          left: 12px;
          z-index: 10; }
          @media (max-width: 959px) {
            .hero-section .hero__list-item .hero__btn-label {
              left: 0; } }
          .hero-section .hero__list-item .hero__btn-label img {
            margin-right: 10px; }
          .hero-section .hero__list-item .hero__btn-label p {
            font-size: 20px;
            font-style: normal;
            font-weight: 900;
            line-height: 120%;
            text-transform: uppercase; }
            @media (max-width: 1279px) {
              .hero-section .hero__list-item .hero__btn-label p {
                font-size: 18px; } }
            @media (max-width: 959px) {
              .hero-section .hero__list-item .hero__btn-label p {
                font-size: 15px; } }
            @media (max-width: 1799px) {
              .fr .hero-section .hero__list-item .hero__btn-label p,
              .nl .hero-section .hero__list-item .hero__btn-label p,
              .de .hero-section .hero__list-item .hero__btn-label p {
                font-size: 16px; } }
            @media (max-width: 959px) {
              .fr .hero-section .hero__list-item .hero__btn-label p,
              .nl .hero-section .hero__list-item .hero__btn-label p,
              .de .hero-section .hero__list-item .hero__btn-label p {
                font-size: 15px; } }
            .hero-section .hero__list-item .hero__btn-label p span {
              color: #3ED052;
              text-shadow: 0 2.6px 22.9px rgba(0, 255, 0, 0.6), 0 0.5px 2.1px rgba(0, 0, 0, 0.05); }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .hero__btn-label {
              display: none; } }
        .hero-section .hero__list-item .hero__btn-label-icon {
          width: 34px;
          -webkit-transform: rotate(-18deg);
          -ms-transform: rotate(-18deg);
          transform: rotate(-18deg); }
          .hero-section .hero__list-item .hero__btn-label-icon_mob {
            display: none;
            -webkit-transform: rotate(14deg);
            -ms-transform: rotate(14deg);
            transform: rotate(14deg); }
            @media (max-width: 767px) {
              .hero-section .hero__list-item .hero__btn-label-icon_mob {
                display: block; } }
        .hero-section .hero__list-item .sign {
          bottom: 15px;
          width: 250px;
          right: 36px;
          text-align: right;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          left: auto;
          z-index: 8; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .sign {
              bottom: 5px; } }
        .hero-section .hero__list-item .ba-slider-new {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          @media (max-width: 767px) {
            .hero-section .hero__list-item .ba-slider-new {
              display: none; } }
          .hero-section .hero__list-item .ba-slider-new__img {
            height: 100%; }
          .hero-section .hero__list-item .ba-slider-new__label {
            top: 95px; }
          .hero-section .hero__list-item .ba-slider-new__cont.shadow::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 100%);
            background: -o-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(88.66deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 100%);
            z-index: 9;
            max-width: 1018px; }
      .hero-section .hero__list-info {
        position: relative;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        z-index: 9;
        max-width: 720px;
        pointer-events: none; }
        @media (max-width: 1279px) {
          .hero-section .hero__list-info {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .hero-section .hero__list-info {
            max-width: 100%;
            text-align: center;
            font-weight: 400;
            font-size: 15px;
            line-height: 150%; } }
        .hero-section .hero__list-info .play {
          width: 48px;
          height: 48px;
          margin: 20px auto 0;
          display: none;
          cursor: pointer; }
          @media (max-width: 767px) {
            .hero-section .hero__list-info .play {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex; } }
        .hero-section .hero__list-info .title {
          font-weight: 600;
          font-size: 60px;
          line-height: 72px; }
          @media (max-width: 1279px) {
            .hero-section .hero__list-info .title {
              font-size: 48px;
              line-height: 1.2; } }
          @media (max-width: 767px) {
            .hero-section .hero__list-info .title {
              font-weight: 600;
              font-size: 30px;
              line-height: 37px; } }
          @media (max-width: 767px) {
            .hero-section .hero__list-info .title br {
              display: none; } }
          .hero-section .hero__list-info .title .small {
            font-weight: 600;
            font-size: 20px;
            line-height: 72px;
            vertical-align: super;
            margin-left: 5px; }
            @media (max-width: 767px) {
              .hero-section .hero__list-info .title .small {
                font-weight: 600;
                font-size: 12px;
                line-height: 72px; } }
        .hero-section .hero__list-info .text {
          margin-top: 16px; }
        .hero-section .hero__list-info .luminar-logo {
          width: 182px;
          margin-bottom: 11px; }
          @media (max-width: 767px) {
            .hero-section .hero__list-info .luminar-logo {
              margin: 0 auto; } }
    .hero-section .hero__list-info-subtitle {
      margin: 20px 0 0 0; }
      @media (max-width: 767px) {
        .hero-section .hero__list-info-subtitle {
          margin: 15px auto 0; } }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="2"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-before-mob.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="2"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-after-mob.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="2"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-before.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="2"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-after.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="3"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-before-mob.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="3"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-after-mob.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="3"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-before.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="3"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-after.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="4"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-before-mob.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="4"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-after-mob.jpg?f=web); } }
    .hero-section .hero.preload [data-tab="4"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-before.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="4"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-after.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="5"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-before-mob.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="5"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-after-mob.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="5"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-before.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="5"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-after.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="6"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-before-mob.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="6"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-after-mob.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="6"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-before.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="6"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-after.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="7"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-before-mob.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="7"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-after-mob.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="7"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-before.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="7"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-after.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="8"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-enhance-min-2-min.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="8"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-enhance-min-2-min.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="8"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/before-enhance-min-2-min.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="8"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/after-enhance-min-2-min.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="9"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-sky-2-min.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="9"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-sky-2-min.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="9"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/before-sky-2-min.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="9"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/after-sky-2-min.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="10"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-relight-min-2-min.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="10"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-relight-min-2-min.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="10"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/BEFORERelight-min-upd.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="10"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/AFTERRelight-min-upd.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="11"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-erase-min.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="11"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-erase-min.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="11"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/before-erase-min.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="11"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/after-erase-min.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="12"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-skin-min.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="12"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-skin.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="12"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/before-skin-min.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="12"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/after-skin-min.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="13"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrastafter-min.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="13"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrast-min.jpg?f=webp); } }
    .hero-section .hero.preload [data-tab="13"] .ba-slider-new__img-before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/BEFORESupercontrast-min.jpg?f=webp); }
    .hero-section .hero.preload [data-tab="13"] .ba-slider-new__img-after {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/AFTERSupercontrast-min.jpg?f=webp); }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="14"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-after1.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="14"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-before1.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="14"] .hero__image:before {
          content: '';
          background: -webkit-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: -o-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: linear-gradient(88.66deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          height: 100%; } }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="15"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-after1.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="15"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-before1.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="15"] .hero__image:before {
          content: '';
          background: -webkit-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: -o-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: linear-gradient(88.66deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          height: 100%; } }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="16"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-after.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="16"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-beforejpg.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="16"] .hero__image:before {
          content: '';
          background: -webkit-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: -o-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: linear-gradient(88.66deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          height: 100%; } }
    @media (max-width: 767px) {
      .hero-section .hero.preload [data-tab="17"] .hero__image {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-after.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="17"] .hero__image:after {
          background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-before.jpg?f=webp); }
        .hero-section .hero.preload [data-tab="17"] .hero__image:before {
          content: '';
          background: -webkit-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: -o-linear-gradient(1.34deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          background: linear-gradient(88.66deg, rgba(0, 0, 0, 0.5) 3.03%, rgba(0, 0, 0, 0) 108.04%);
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9;
          height: 100%; } }
    .hero-section .hero__control {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 7.5% 40px;
      width: 100%;
      z-index: 15; }
      @media (max-height: 750px) {
        .hero-section .hero__control {
          padding-bottom: 26px; } }
      @media (max-width: 767px) {
        .hero-section .hero__control {
          padding: 0 10px 30px; } }
      .hero-section .hero__control-list {
        overflow: hidden;
        padding: 2px; }
        @media (max-width: 767px) {
          .hero-section .hero__control-list .swiper-slide {
            width: auto; } }
        .hero-section .hero__control-list .swiper-slide .background {
          overflow: hidden;
          border-radius: 14px; }
        .hero-section .hero__control-list:hover .swiper-button-prev {
          opacity: 0.8; }
        .hero-section .hero__control-list:hover .swiper-button-next {
          opacity: 0.8; }
        .hero-section .hero__control-list .swiper-button-next, .hero-section .hero__control-list .swiper-button-prev {
          opacity: 0;
          width: 40px;
          height: 40px;
          margin: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 55%; }
          @media (max-width: 767px) {
            .hero-section .hero__control-list .swiper-button-next, .hero-section .hero__control-list .swiper-button-prev {
              display: none; } }
          .hero-section .hero__control-list .swiper-button-next::after, .hero-section .hero__control-list .swiper-button-prev::after {
            display: none; }
          .hero-section .hero__control-list .swiper-button-next:hover, .hero-section .hero__control-list .swiper-button-prev:hover {
            opacity: 1; }
        .hero-section .hero__control-list .swiper-button-next {
          right: 4.5%; }
          @media (max-width: 767px) {
            .hero-section .hero__control-list .swiper-button-next {
              right: 0; } }
        .hero-section .hero__control-list .swiper-button-prev {
          left: 4.5%; }
          @media (max-width: 767px) {
            .hero-section .hero__control-list .swiper-button-prev {
              left: 0; } }
      .hero-section .hero__control .background {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100px;
        padding: 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 14px;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative; }
        @media (min-width: 1900px) {
          .hero-section .hero__control .background {
            height: 140px; } }
        @media (max-width: 1279px) {
          .hero-section .hero__control .background {
            padding: 10px; } }
        .hero-section .hero__control .background .text {
          text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          font-size: 15px;
          line-height: 150%;
          font-weight: 600; }
        .hero-section .hero__control .background .text-small {
          color: #FFF;
          text-shadow: -3px 0 3px rgba(0, 0, 0, 0.21);
          font-size: 13px;
          font-weight: 500;
          line-height: 1.25; }
      .hero-section .hero__control-item {
        cursor: pointer;
        border-radius: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        padding: 2px; }
        @media (max-width: 767px) {
          .hero-section .hero__control-item {
            width: 232px; } }
        .hero-section .hero__control-item::before {
          content: '';
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          border-radius: 16px;
          opacity: 0;
          -webkit-transition: opacity ease 0.5s;
          -o-transition: opacity ease 0.5s;
          transition: opacity ease 0.5s;
          position: absolute;
          z-index: -1; }
        .hero-section .hero__control-item:hover::before {
          opacity: 1; }
        .hero-section .hero__control-item-1 .background {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: relative; }
          .hero-section .hero__control-item-1 .background img {
            display: block;
            margin: 0 auto;
            position: absolute;
            width: 60%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
        .hero-section .hero__control-item-1:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#AA80E0), color-stop(47.97%, #664295), to(#563994));
          background-image: -webkit-linear-gradient(top, #AA80E0 0%, #664295 47.97%, #563994 100%);
          background-image: -o-linear-gradient(top, #AA80E0 0%, #664295 47.97%, #563994 100%);
          background-image: linear-gradient(180deg, #AA80E0 0%, #664295 47.97%, #563994 100%); }
        .hero-section .hero__control-item-2:hover::before, .hero-section .hero__control-item-2.slide-active::before {
          background-image: -webkit-gradient(linear, left top, right top, from(#FF9901), to(#F4C941));
          background-image: -webkit-linear-gradient(left, #FF9901 0%, #F4C941 100%);
          background-image: -o-linear-gradient(left, #FF9901 0%, #F4C941 100%);
          background-image: linear-gradient(to right, #FF9901 0%, #F4C941 100%); }
        .hero-section .hero__control-item-3:hover::before, .hero-section .hero__control-item-3.slide-active::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#FF3100), to(#FB7800));
          background-image: -webkit-linear-gradient(top, #FF3100 0%, #FB7800 100%);
          background-image: -o-linear-gradient(top, #FF3100 0%, #FB7800 100%);
          background-image: linear-gradient(to bottom, #FF3100 0%, #FB7800 100%); }
        .hero-section .hero__control-item-4:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD43C), to(#D89B00));
          background-image: -webkit-linear-gradient(top, #FFD43C 0%, #D89B00 100%);
          background-image: -o-linear-gradient(top, #FFD43C 0%, #D89B00 100%);
          background-image: linear-gradient(to bottom, #FFD43C 0%, #D89B00 100%); }
        .hero-section .hero__control-item-5:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#59F3BC), to(#63E49F));
          background-image: -webkit-linear-gradient(top, #59F3BC 0%, #63E49F 100%);
          background-image: -o-linear-gradient(top, #59F3BC 0%, #63E49F 100%);
          background-image: linear-gradient(to bottom, #59F3BC 0%, #63E49F 100%); }
        .hero-section .hero__control-item-6:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#AE59F3), to(#6E63E4));
          background-image: -webkit-linear-gradient(top, #AE59F3 0%, #6E63E4 100%);
          background-image: -o-linear-gradient(top, #AE59F3 0%, #6E63E4 100%);
          background-image: linear-gradient(to bottom, #AE59F3 0%, #6E63E4 100%); }
        .hero-section .hero__control-item-7:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#00B5FF), to(#0FD984));
          background-image: -webkit-linear-gradient(top, #00B5FF 0%, #0FD984 100%);
          background-image: -o-linear-gradient(top, #00B5FF 0%, #0FD984 100%);
          background-image: linear-gradient(to bottom, #00B5FF 0%, #0FD984 100%); }
        .hero-section .hero__control-item-8:hover::before, .hero-section .hero__control-item-8.slide-active::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#8B9E48), color-stop(47.97%, #CEC200), to(#6F7E05));
          background-image: -webkit-linear-gradient(top, #8B9E48 0%, #CEC200 47.97%, #6F7E05 100%);
          background-image: -o-linear-gradient(top, #8B9E48 0%, #CEC200 47.97%, #6F7E05 100%);
          background-image: linear-gradient(180deg, #8B9E48 0%, #CEC200 47.97%, #6F7E05 100%); }
        .hero-section .hero__control-item-9:hover::before {
          background-image: -webkit-linear-gradient(276.1deg, #AC0039 4.83%, #CA1196 53.01%, #FF41C7 97.25%);
          background-image: -o-linear-gradient(276.1deg, #AC0039 4.83%, #CA1196 53.01%, #FF41C7 97.25%);
          background-image: linear-gradient(173.9deg, #AC0039 4.83%, #CA1196 53.01%, #FF41C7 97.25%); }
        .hero-section .hero__control-item-10:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#81E0FF), color-stop(48.17%, #00C1FF), to(#3ECCFF));
          background-image: -webkit-linear-gradient(top, #81E0FF 0%, #00C1FF 48.17%, #3ECCFF 100%);
          background-image: -o-linear-gradient(top, #81E0FF 0%, #00C1FF 48.17%, #3ECCFF 100%);
          background-image: linear-gradient(180deg, #81E0FF 0%, #00C1FF 48.17%, #3ECCFF 100%); }
        .hero-section .hero__control-item-11:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#9ED9D1), color-stop(35.17%, #00FFDF), color-stop(70.17%, #FBCEAE), to(#308074));
          background-image: -webkit-linear-gradient(top, #9ED9D1 0%, #00FFDF 35.17%, #FBCEAE 70.17%, #308074 100%);
          background-image: -o-linear-gradient(top, #9ED9D1 0%, #00FFDF 35.17%, #FBCEAE 70.17%, #308074 100%);
          background-image: linear-gradient(180deg, #9ED9D1 0%, #00FFDF 35.17%, #FBCEAE 70.17%, #308074 100%); }
        .hero-section .hero__control-item-12:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#51CE8E), color-stop(33.19%, #4ACF8B), to(rgba(66, 206, 136, 0.49)));
          background-image: -webkit-linear-gradient(top, #51CE8E 0%, #4ACF8B 33.19%, rgba(66, 206, 136, 0.49) 100%);
          background-image: -o-linear-gradient(top, #51CE8E 0%, #4ACF8B 33.19%, rgba(66, 206, 136, 0.49) 100%);
          background-image: linear-gradient(180deg, #51CE8E 0%, #4ACF8B 33.19%, rgba(66, 206, 136, 0.49) 100%); }
        .hero-section .hero__control-item-13:hover::before {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#81E0FF), color-stop(39.53%, #00C1FF), to(#3ECCFF));
          background-image: -webkit-linear-gradient(top, #81E0FF 0%, #00C1FF 39.53%, #3ECCFF 100%);
          background-image: -o-linear-gradient(top, #81E0FF 0%, #00C1FF 39.53%, #3ECCFF 100%);
          background-image: linear-gradient(180deg, #81E0FF 0%, #00C1FF 39.53%, #3ECCFF 100%); }
        .hero-section .hero__control-item-14:hover::before {
          background-image: -webkit-gradient(linear, left bottom, left top, from(#FFD035), to(#FFEEB7));
          background-image: -webkit-linear-gradient(bottom, #FFD035 0%, #FFEEB7 100%);
          background-image: -o-linear-gradient(bottom, #FFD035 0%, #FFEEB7 100%);
          background-image: linear-gradient(0deg, #FFD035 0%, #FFEEB7 100%); }
        .hero-section .hero__control-item-15:hover::before {
          background-image: -webkit-gradient(linear, left bottom, left top, from(#F12E8A), color-stop(53.07%, #FF41C7), to(#F7A9E0));
          background-image: -webkit-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
          background-image: -o-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
          background-image: linear-gradient(0deg, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%); }
        .hero-section .hero__control-item-16:hover::before {
          background-image: -webkit-gradient(linear, left bottom, left top, from(#F12E8A), color-stop(53.07%, #FF41C7), to(#F7A9E0));
          background-image: -webkit-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
          background-image: -o-linear-gradient(bottom, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%);
          background-image: linear-gradient(0deg, #F12E8A 0%, #FF41C7 53.07%, #F7A9E0 100%); }
        .hero-section .hero__control-item-17:hover::before {
          background-image: -webkit-gradient(linear, left bottom, left top, from(#D5A200), to(#FFD242));
          background-image: -webkit-linear-gradient(bottom, #D5A200 0%, #FFD242 100%);
          background-image: -o-linear-gradient(bottom, #D5A200 0%, #FFD242 100%);
          background-image: linear-gradient(0deg, #D5A200 0%, #FFD242 100%); }
        .hero-section .hero__control-item .text {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 15px;
          line-height: 150%;
          color: #fff; }
          @media (max-width: 1279px) {
            .hero-section .hero__control-item .text {
              font-size: 12px; } }
          .hero-section .hero__control-item .text span {
            color: #D29263;
            font-weight: 700;
            font-size: 9px;
            line-height: 16px;
            margin-bottom: 10px; }
          .hero-section .hero__control-item .text svg {
            margin-right: 5px; }
      .hero-section .hero__control-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 16px;
        text-align: left; }
        @media (max-width: 767px) {
          .hero-section .hero__control-title {
            font-size: 15px;
            margin-bottom: 8px; } }
    .hero-section .hero.preload .hero__control-item-1 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-tab-bgr.jpg); }
    .hero-section .hero.preload .hero__control-item-2 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-control.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-3 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-control.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-4 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-control.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-5 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-control.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-6 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-control.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-7 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-control.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-8 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/control-Enhance-min.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-9 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/control-Sky-min.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-10 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/control-Relight-min.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-11 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/control-Erase-min.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-12 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/control-Skin-min.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-13 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/control-Supercontrast-min.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-14 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-min-pic1.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-15 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-min-pic1.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-16 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrays-min-pic2.jpg?f=webp); }
    .hero-section .hero.preload .hero__control-item-17 .background {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-min-pic1.jpg?f=webp); }
    .hero-section .hero.hero-june-photo-bundle .hero__countdown {
      display: none; }
      .hero-section .hero.hero-june-photo-bundle .hero__countdown.is-active {
        display: block; }
    .hero-section .hero.hero-june-photo-bundle .popup-right {
      display: none; }
    .hero-section .hero.hero-june-photo-bundle .hero__content-bundle {
      position: relative;
      z-index: 9;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 60px; }
      @media (max-width: 767px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-bundle {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -moz-box-orient: vertical;
          -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          padding-top: 20px; } }
    .hero-section .hero.hero-june-photo-bundle .hero__list-info-wr {
      width: 60%;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .hero-section .hero.hero-june-photo-bundle .hero__list-info-wr {
          width: 100%;
          padding: 10px 0 0; } }
    .hero-section .hero.hero-june-photo-bundle .hero__content-cube {
      width: 40%; }
      @media (max-width: 767px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-cube {
          width: 100%;
          max-width: 200px; } }
      @media (max-width: 575px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-cube {
          max-width: 114px; } }
    .hero-section .hero.hero-june-photo-bundle .hero__content-cube-img {
      max-width: 490px;
      width: 100%;
      position: relative; }
    .hero-section .hero.hero-june-photo-bundle .hero__content-cube-label {
      position: absolute;
      width: 157px;
      left: 100%;
      top: 6px; }
      @media (max-width: 1799px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-cube-label {
          left: 86%; } }
      @media (max-width: 1279px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-cube-label {
          left: auto;
          right: -45px;
          top: auto;
          bottom: 16px; } }
      @media (max-width: 959px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-cube-label {
          width: 128px; } }
      @media (max-width: 767px) {
        .hero-section .hero.hero-june-photo-bundle .hero__content-cube-label {
          right: -70px;
          bottom: 8px; } }
    .hero-section .hero.hero-june-photo-bundle .text-violet {
      background: -webkit-linear-gradient(0.01deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
      background: -o-linear-gradient(0.01deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
      background: linear-gradient(89.99deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-weight: 600; }
      @media (max-width: 1799px) {
        .hero-section .hero.hero-june-photo-bundle .text-violet br {
          display: none; } }
      @media (max-width: 959px) {
        .hero-section .hero.hero-june-photo-bundle .text-violet {
          font-size: 16px;
          line-height: 1.2; } }
    .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .hero__image {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar/luminar-june-photo-bundle-bg.jpg); }
      .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .hero__image::before {
        background: #0B051A;
        -webkit-filter: blur(23px);
        filter: blur(23px);
        height: 328px; }
      .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .hero__image::after {
        content: '';
        background: -webkit-linear-gradient(1.34deg, rgba(11, 5, 27, 0.4) 3.03%, rgba(14, 7, 33, 0) 108.04%);
        background: -o-linear-gradient(1.34deg, rgba(11, 5, 27, 0.4) 3.03%, rgba(14, 7, 33, 0) 108.04%);
        background: linear-gradient(88.66deg, rgba(11, 5, 27, 0.4) 3.03%, rgba(14, 7, 33, 0) 108.04%);
        background-blend-mode: darken;
        height: 100%;
        width: 60%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 8; }
    .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .hero__list-info {
      max-width: 850px; }
    .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .title {
      -webkit-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto; }
      @media (max-width: 1799px) {
        .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .title br {
          display: none; } }
      @media (max-width: 1279px) {
        .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .title {
          line-height: 1.2; } }
      @media (max-width: 959px) {
        .hero-section .hero.hero-june-photo-bundle [data-tab="1"] .title {
          font-size: 30px; } }
    .hero-section .hero .ba-slider-new .ba-slider-new__after:before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.8)), color-stop(20%, #fff), color-stop(80%, #fff), color-stop(85%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 15%, #fff 20%, #fff 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 15%, #fff 20%, #fff 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 15%, #fff 20%, #fff 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
      opacity: .5;
      border-radius: 8px; }
    .hero-section .hero .ba-slider-new .ba-slider-new__fake:after {
      display: block;
      content: '';
      position: absolute;
      top: 92px;
      left: 0;
      width: 32px;
      height: 32px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjQ2IiB2aWV3Qm94PSIwIDAgNDYgNDYiIHdpZHRoPSI0NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGZpbHRlciBpZD0iYSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGhlaWdodD0iNDYiIHdpZHRoPSI0NiIgeD0iMCIgeT0iMCI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0iaGFyZEFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQgZHk9IjQiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyLjUiLz48ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz48ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yNSAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIG1vZGU9Im5vcm1hbCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTM3XzYyNjMiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTM3XzYyNjMiIG1vZGU9Im5vcm1hbCIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxnIGZpbHRlcj0idXJsKCNhKSI+PGcgb3BhY2l0eT0iLjgiPjxjaXJjbGUgY3g9IjIzIiBjeT0iMTkiIGZpbGw9IiMxZDFkMWQiIHI9IjE2Ii8+PGNpcmNsZSBjeD0iMjMiIGN5PSIxOSIgcj0iMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW9wYWNpdHk9Ii4zIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTIuNTAwMiAxOC4wMzAxYy0uNjY2OS40MzA4LS42NjY5IDEuNTA5IDAgMS45Mzk4bDUuOTk5OSAzLjg3ODRjLjY2Ny40MzA4IDEuNS0uMTA3MSAxLjUtLjk2OTl2LTcuNzU2OGMwLS44NjI4LS44MzMtMS40MDA3LTEuNS0uOTY5OXptMjAuOTk5NiAxLjkzOThjLjY2NjktLjQzMDguNjY2OS0xLjUwOSAwLTEuOTM5OGwtNS45OTk5LTMuODc4NGMtLjY2Ny0uNDMwOC0xLjUuMTA3MS0xLjUuOTY5OXY3Ljc1NjhjMCAuODYyOC44MzMgMS40MDA3IDEuNS45Njk5eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9nPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      -webkit-transform: translateX(-webkit-calc(-50% + 1px));
      -ms-transform: translateX(calc(-50% + 1px));
      transform: translateX(calc(-50% + 1px)); }
    .hero-section .hero .ba-slider-new .ba-slider-new__label {
      left: 12px; }
    .hero-section .hero .ba-slider-new .ba-slider-new__label_before {
      right: -webkit-calc(100% + 12px);
      right: calc(100% + 12px);
      left: auto; }
  @media (max-width: 1279px) {
    .hero-section .holiday {
      padding-top: 0px; } }
  .hero-section .holiday .hero__image {
    background-image: none !important;
    background-color: #000D3A; }
  .hero-section .holiday-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    z-index: 15; }
    @media (max-width: 1279px) {
      .hero-section .holiday-container {
        height: 100%; } }
    @media (max-width: 767px) {
      .hero-section .holiday-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .hero-section .holiday-info {
    position: relative;
    width: 40%;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%; }
    @media (max-width: 1279px) {
      .hero-section .holiday-info {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .hero-section .holiday-info {
        width: 100%;
        text-align: center;
        font-size: 15px; } }
    .hero-section .holiday-info img {
      width: 100%;
      display: inline-block;
      margin-bottom: 24px; }
      .hero-section .holiday-info img.adaptiv {
        display: block;
        max-width: 400px; }
        @media (max-width: 767px) {
          .hero-section .holiday-info img.adaptiv {
            margin: 0 auto; } }
        @media (min-width: 1280px) {
          .hero-section .holiday-info img.adaptiv {
            display: none; } }
      .hero-section .holiday-info img.desctop {
        display: none; }
        @media (min-width: 1280px) {
          .hero-section .holiday-info img.desctop {
            display: block; } }
    .hero-section .holiday-info h1 {
      font-weight: 400;
      font-size: 75px;
      line-height: 120%;
      margin-bottom: 8px;
      text-shadow: 0 0 65px rgba(0, 194, 255, 0.9);
      font-family: 'Branding Aliskaje', sans-serif; }
      @media (max-width: 1279px) {
        .hero-section .holiday-info h1 {
          font-size: 40px;
          line-height: 56px; } }
      @media (max-width: 767px) {
        .hero-section .holiday-info h1 {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 12px; } }
    .hero-section .holiday-info h3 {
      background: -webkit-gradient(linear, left top, left bottom, from(#FFEEB3), to(#C49B5E));
      background: -webkit-linear-gradient(top, #FFEEB3 0%, #C49B5E 100%);
      background: -o-linear-gradient(top, #FFEEB3 0%, #C49B5E 100%);
      background: linear-gradient(180deg, #FFEEB3 0%, #C49B5E 100%);
      letter-spacing: 0.2em;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-weight: 600;
      font-size: 30px;
      line-height: 100%;
      margin-bottom: 24px; }
      @media (max-width: 1279px) {
        .hero-section .holiday-info h3 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .hero-section .holiday-info h3 {
          font-size: 15px;
          line-height: 18px;
          margin-bottom: 12px; } }
    .hero-section .holiday-info p {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .hero-section .holiday-info p {
          margin-bottom: 12px; } }
    .hero-section .holiday-info .hero__btn-wr {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media (max-width: 1279px) {
        .hero-section .holiday-info .hero__btn-wr {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .hero-section .holiday-info .hero__btn-wr .sk-btn-trial_mob {
            margin-left: 0 !important; } }
      @media (max-width: 767px) {
        .hero-section .holiday-info .hero__btn-wr {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .hero-section .holiday-info .hero__btn-wr .sk-btn-trial_mob {
            display: none; } }
      .hero-section .holiday-info .hero__btn-wr .puzzle {
        right: -24px;
        position: absolute;
        top: -18px;
        left: auto; }
        @media (max-width: 1279px) {
          .hero-section .holiday-info .hero__btn-wr .puzzle {
            width: 80px;
            height: 80px; } }
      .hero-section .holiday-info .hero__btn-wr .puzzle .img {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-en.svg); }
    .hero-section .holiday-info .hero__countdown {
      margin-bottom: 24px;
      font-weight: 600;
      font-size: 30.3158px;
      line-height: 36px;
      display: none; }
      .hero-section .holiday-info .hero__countdown.is-active {
        display: block; }
      .hero-section .holiday-info .hero__countdown span {
        width: 75px;
        height: 60px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 11.3684px; }
    .hero-section .holiday-info .btn-wrap {
      position: relative;
      margin-right: 30px;
      margin-bottom: 10px; }
  .hero-section .holiday-pic {
    position: relative;
    max-width: 780px;
    width: 43%;
    margin-left: 30px; }
    @media (max-width: 1279px) {
      .hero-section .holiday-pic {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .hero-section .holiday-pic {
        width: 100%;
        max-width: 320px;
        margin: 10px auto 0; } }
    @media (max-width: 560px) {
      .hero-section .holiday-pic {
        max-width: 290px; } }
    .hero-section .holiday-pic img {
      width: 100%; }
  .hero-section .neo-slide {
    padding-bottom: 180px; }
    @media (min-width: 1900px) {
      .hero-section .neo-slide {
        min-height: 860px; } }
    @media (max-width: 1279px) {
      .hero-section .neo-slide {
        padding-top: 50px; } }
    @media (max-width: 959px) {
      .hero-section .neo-slide {
        padding-bottom: 235px; } }
    .hero-section .neo-slide .hero__image {
      background-color: #000; }
    .hero-section .neo-slide__container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      z-index: 15;
      max-width: 100%; }
      @media (max-width: 1279px) {
        .hero-section .neo-slide__container {
          height: 100%; } }
    .hero-section .neo-slide__logo {
      max-width: 182px;
      margin-bottom: 16px; }
      @media (max-width: 959px) {
        .hero-section .neo-slide__logo {
          margin: 0 auto 16px; } }
    .hero-section .neo-slide__title {
      font-size: 60px;
      max-width: 490px;
      margin-bottom: 16px; }
      @media (max-height: 780px) and (max-width: 1799px) {
        .hero-section .neo-slide__title {
          font-size: 48px; } }
      @media (max-width: 1279px) {
        .hero-section .neo-slide__title {
          font-size: 48px; } }
      @media (max-width: 959px) {
        .hero-section .neo-slide__title {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .hero-section .neo-slide__title {
          font-size: 30px; } }
    .hero-section .neo-slide__subtitle {
      max-width: 490px;
      margin-bottom: 32px; }
    .hero-section .neo-slide__info {
      position: relative;
      width: 40%;
      min-width: 432px;
      font-weight: 400;
      font-size: 24px;
      line-height: 150%; }
      @media (max-width: 1279px) {
        .hero-section .neo-slide__info {
          font-size: 20px; } }
      @media (max-width: 959px) {
        .hero-section .neo-slide__info {
          margin-top: 120px;
          width: 100%;
          text-align: center;
          min-width: 100%; } }
      @media (max-width: 959px) {
        .hero-section .neo-slide__info .hero__btn-wr {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .hero-section .neo-slide__info .hero__btn-wr .sk-btn {
            min-width: 190px; } }
      @media (max-width: 767px) {
        .hero-section .neo-slide__info .hero__btn-label {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          left: 0;
          margin-top: 15px;
          font-size: 15px; } }
      .hero-section .neo-slide__info .hero__countdown {
        margin: 16px 0 16px 12px;
        font-weight: 600;
        font-size: 19px;
        line-height: 120%;
        display: none; }
        .hero-section .neo-slide__info .hero__countdown.is-active {
          display: block; }
          @media (max-width: 959px) {
            .hero-section .neo-slide__info .hero__countdown.is-active {
              margin: 16px 0; } }
        .hero-section .neo-slide__info .hero__countdown .countdown-timer {
          margin-top: 0; }
          @media (max-width: 959px) {
            .hero-section .neo-slide__info .hero__countdown .countdown-timer {
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          .hero-section .neo-slide__info .hero__countdown .countdown-timer__digit p {
            padding: 0;
            background: none;
            border-radius: 0;
            font-weight: 600;
            font-size: 19px;
            line-height: 1.5;
            margin: 0 3px;
            text-align: center; }
      .hero-section .neo-slide__info .btn-wrap {
        position: relative;
        margin-right: 30px;
        margin-bottom: 10px; }
    .hero-section .neo-slide__pic {
      position: relative;
      width: -webkit-calc(60% - 30px);
      width: calc(60% - 30px);
      margin: 50px 0 0 30px; }
      @media (max-width: 959px) {
        .hero-section .neo-slide__pic {
          max-width: 100%;
          width: 100%;
          margin: 0;
          position: absolute;
          left: 0;
          top: 20px;
          z-index: -1;
          opacity: 0.8; } }
  .hero-section .fix-time .timer {
    opacity: 1; }
  .hero-section .fix-time .timer.on {
    opacity: 1;
    -webkit-animation: time 15s linear;
    animation: time 15s linear; }

.hero-section .hero__list-item .hero__btn-wr-copies-counter {
  padding: 5px;
  border-radius: 33px;
  margin: 0 0 20px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media (max-width: 767px) {
    .hero-section .hero__list-item .hero__btn-wr-copies-counter {
      padding: 5px;
      border-radius: 25px; } }
  .hero-section .hero__list-item .hero__btn-wr-copies-counter:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 33px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3FD15280), to(#3FD15226));
    background: -webkit-linear-gradient(top, #3FD15280 0%, #3FD15226 100%);
    background: -o-linear-gradient(top, #3FD15280 0%, #3FD15226 100%);
    background: linear-gradient(180deg, #3FD15280 0%, #3FD15226 100%);
    z-index: 1; }
    @media (max-width: 767px) {
      .hero-section .hero__list-item .hero__btn-wr-copies-counter:before {
        border-radius: 25px; } }
  .hero-section .hero__list-item .hero__btn-wr-copies-counter:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 31px;
    background: #05050f;
    z-index: 2; }
    @media (max-width: 767px) {
      .hero-section .hero__list-item .hero__btn-wr-copies-counter:after {
        border-radius: 23px; } }
  .hero-section .hero__list-item .hero__btn-wr-copies-counter .hero__btn-wr-copies-counter-bg {
    position: absolute;
    left: 1px;
    top: 1px;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 31px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 208, 82, 0.2)), to(rgba(62, 208, 82, 0)));
    background: -webkit-linear-gradient(top, rgba(62, 208, 82, 0.2) 0%, rgba(62, 208, 82, 0) 100%);
    background: -o-linear-gradient(top, rgba(62, 208, 82, 0.2) 0%, rgba(62, 208, 82, 0) 100%);
    background: linear-gradient(180deg, rgba(62, 208, 82, 0.2) 0%, rgba(62, 208, 82, 0) 100%);
    z-index: 3; }
    @media (max-width: 767px) {
      .hero-section .hero__list-item .hero__btn-wr-copies-counter .hero__btn-wr-copies-counter-bg {
        border-radius: 23px; } }
  .hero-section .hero__list-item .hero__btn-wr-copies-counter .sk-btn {
    min-width: 176px;
    margin-right: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 4; }
    @media (max-width: 767px) {
      .hero-section .hero__list-item .hero__btn-wr-copies-counter .sk-btn {
        width: 100%;
        min-width: 192px;
        margin: 0 0 5px 0;
        padding: 10px 25px; } }

.hero-section .hero__list-item .hero__btn-label-copies-counter {
  position: static; }
  @media (max-width: 959px) {
    .hero-section .hero__list-item .hero__btn-label-copies-counter {
      max-width: 100%;
      text-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 767px) {
    .hero-section .hero__list-item .hero__btn-label-copies-counter {
      margin-top: 0; } }
  .hero-section .hero__list-item .hero__btn-label-copies-counter br {
    display: none; }
    @media (max-width: 767px) {
      .hero-section .hero__list-item .hero__btn-label-copies-counter br {
        display: block; } }
  .hero-section .hero__list-item .hero__btn-label-copies-counter p {
    color: #3ED052;
    text-shadow: 0 2.6px 22.9px rgba(0, 255, 0, 0.6), 0 0.5px 2.1px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif; }

.de .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-de.svg); }

.nl .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-nl.svg); }

.fr .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-fr.svg); }

.it .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-it.svg); }

.jp .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-jp.svg); }

.es .hero__btn-wr .puzzle .img {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ny-puzzle-es.svg); }

@-webkit-keyframes opacitySlideBA {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacitySlideBA {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes moveSlideshow {
  100% {
    background-position: 0 4252px; } }

@keyframes moveSlideshow {
  100% {
    background-position: 0 4252px; } }

@-webkit-keyframes moveSlideshowAdaptiv {
  100% {
    background-position: 0 2192px; } }

@keyframes moveSlideshowAdaptiv {
  100% {
    background-position: 0 2192px; } }

@-webkit-keyframes enhanceSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-enhance-min-2-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-enhance-min-2-min.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-enhance-min-2-min.jpg?f=webp); } }

@keyframes enhanceSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-enhance-min-2-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-enhance-min-2-min.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-enhance-min-2-min.jpg?f=webp); } }

@-webkit-keyframes skySlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-sky-2-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-sky-2-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-sky-2-min.jpg?f=webp); } }

@keyframes skySlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-sky-2-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-sky-2-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-sky-2-min.jpg?f=webp); } }

@-webkit-keyframes supercontrastSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrastafter-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrast-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrastafter-min.jpg?f=webp); } }

@keyframes supercontrastSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrastafter-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrast-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-supercontrastafter-min.jpg?f=webp); } }

@-webkit-keyframes structureSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-structure-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-structure-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-structure-min.jpg?f=webp); } }

@keyframes structureSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-structure-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-structure-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-structure-min.jpg?f=webp); } }

@-webkit-keyframes skinSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-skin-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-skin.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-skin-min.jpg?f=webp); } }

@keyframes skinSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-skin-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-skin.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-skin-min.jpg?f=webp); } }

@-webkit-keyframes relightSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-relight-min-2-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-relight-min-2-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-relight-min-2-min.jpg?f=webp); } }

@keyframes relightSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-relight-min-2-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-relight-min-2-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-relight-min-2-min.jpg?f=webp); } }

@-webkit-keyframes eraseSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-erase-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-erase-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-erase-min.jpg?f=webp); } }

@keyframes eraseSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-erase-min.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-before-erase-min.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/mob-after-erase-min.jpg?f=webp); } }

@-webkit-keyframes atmosphereSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-after1.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-before1.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-after1.jpg?f=webp); } }

@keyframes atmosphereSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-after1.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-before1.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-atmosphere-after1.jpg?f=webp); } }

@-webkit-keyframes sunraysSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-after.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-beforejpg.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-after.jpg?f=webp); } }

@keyframes sunraysSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-after.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-beforejpg.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-sunrais-after.jpg?f=webp); } }

@-webkit-keyframes bokehSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-after1.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-before1.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-after1.jpg?f=webp); } }

@keyframes bokehSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-after1.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-before1.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-after1.jpg?f=webp); } }

@-webkit-keyframes bokehProSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-after.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-before.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-after.jpg?f=webp); } }

@keyframes bokehProSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-after.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-before.jpg?f=webp); }
  99% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-portrait-bokeh-pro-after.jpg?f=webp); } }

@-webkit-keyframes generaseSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-before-mob.jpg?f=webp); } }

@keyframes generaseSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-generase-before-mob.jpg?f=webp); } }

@-webkit-keyframes sceneexpandSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-before-mob.jpg?f=webp); } }

@keyframes sceneexpandSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneexpand-before-mob.jpg?f=webp); } }

@-webkit-keyframes sceneswapSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-before-mob.jpg?f=webp); } }

@keyframes sceneswapSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-sceneswap-before-mob.jpg?f=webp); } }

@-webkit-keyframes studioLightSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-before-mob.jpg?f=webp); } }

@keyframes studioLightSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-studio-light-before-mob.jpg?f=webp); } }

@-webkit-keyframes neonGlowSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-before-mob.jpg?f=webp); } }

@keyframes neonGlowSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-neon-glow-before-mob.jpg?f=webp); } }

@-webkit-keyframes waterEnhancerSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-before-mob.jpg?f=webp); } }

@keyframes waterEnhancerSlide {
  0% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-before-mob.jpg?f=webp); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-after-mob.jpg?f=webp); }
  100% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-water-enhancer-before-mob.jpg?f=webp); } }

@media (min-width: 1280px) {
  .it .hero-section .holiday-info h1 {
    font-size: 60px;
    line-height: 1; }
  .it .hero-section .hero__list-item .hero__btn-wr {
    margin-top: 20px; }
  .it .hero-section .holiday-info {
    font-size: 20px; } }

.timer {
  z-index: 10; }

.countdown-timer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0; }
  @media (max-width: 767px) {
    .countdown-timer {
      -webkit-box-pack: center !important;
      -moz-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; } }
  .countdown-timer .countdown-timer__digit p {
    padding: 2px;
    font-weight: 600;
    font-size: 19.22px;
    line-height: 120%;
    margin: 0 3px;
    min-width: 38px;
    color: white; }
  .countdown-timer .countdown-timer__divider {
    font-weight: 600;
    font-size: 19.22px;
    line-height: 120%; }
    @media (max-width: 767px) {
      .countdown-timer .countdown-timer__divider {
        font-size: 16px; } }

@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 42px; } }

@media (max-width: 767px) {
  .hero-section {
    padding-bottom: 42px; } }

.popup-right {
  position: absolute;
  right: 0;
  top: -30%; }
  @media (max-width: 767px) {
    .popup-right {
      top: auto;
      bottom: -42px;
      right: 0;
      width: 100%;
      height: 52px; } }
  .popup-right .popup-btn {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-radius: 30px 0px 0px 30px;
    background: -webkit-linear-gradient(200.76deg, #F5EC02 -17.79%, #E11F00 63.5%);
    background: -o-linear-gradient(200.76deg, #F5EC02 -17.79%, #E11F00 63.5%);
    background: linear-gradient(249.24deg, #F5EC02 -17.79%, #E11F00 63.5%);
    height: 373px;
    width: 52px;
    padding: 12px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 15; }
    @media (max-width: 767px) {
      .popup-right .popup-btn {
        width: 100%;
        height: 52px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 12px 20px;
        border-radius: 16px 16px 0px 0px; } }
    .popup-right .popup-btn-arrow {
      width: 32px; }
    .popup-right .popup-btn-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: rotate(-90deg) translateY(-195%);
      -ms-transform: rotate(-90deg) translateY(-195%);
      transform: rotate(-90deg) translateY(-195%);
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 53px;
      position: relative;
      top: -27%; }
      .es .popup-right .popup-btn-text {
        height: 35px; }
      .fr .popup-right .popup-btn-text {
        height: 40px; }
      .de .popup-right .popup-btn-text {
        top: -30%;
        height: 45px; }
      .it .popup-right .popup-btn-text {
        top: -21%;
        height: 31px; }
      .nl .popup-right .popup-btn-text {
        top: -23%;
        height: 40px; }
      .jp .popup-right .popup-btn-text {
        top: -22%;
        height: 35px; }
      @media (max-width: 767px) {
        .popup-right .popup-btn-text {
          top: 0; } }
      .de .popup-right .popup-btn-text {
        -webkit-transform: rotate(-90deg) translateY(-230%);
        -ms-transform: rotate(-90deg) translateY(-230%);
        transform: rotate(-90deg) translateY(-230%); }
        @media (max-width: 767px) {
          .de .popup-right .popup-btn-text {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      @media (max-width: 767px) {
        .popup-right .popup-btn-text {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          height: auto; } }
      .popup-right .popup-btn-text img {
        width: 32px;
        margin-right: 15px; }
      .popup-right .popup-btn-text p {
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        color: #FFEAEA;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
  .popup-right .popup-content {
    z-index: 20;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    right: -290px;
    width: 290px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    background-size: cover; }
    @media (max-width: 767px) {
      .popup-right .popup-content {
        width: 100%;
        right: -100%;
        bottom: 0;
        top: auto;
        border-radius: 0;
        position: absolute;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .popup-right .popup-content.active {
      right: -2px; }
      @media (max-width: 767px) {
        .popup-right .popup-content.active {
          right: 0; } }
    .popup-right .popup-content-header {
      background: #111614;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px;
      background: -webkit-linear-gradient(200.76deg, #F5EC02 -17.79%, #E11F00 63.5%);
      background: -o-linear-gradient(200.76deg, #F5EC02 -17.79%, #E11F00 63.5%);
      background: linear-gradient(249.24deg, #F5EC02 -17.79%, #E11F00 63.5%); }
      .popup-right .popup-content-header-text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .popup-right .popup-content-header-text img {
          width: 32px; }
        .popup-right .popup-content-header-text p {
          margin-left: 12px;
          color: #FFEAEA;
          font-weight: 600;
          font-size: 15px;
          line-height: 150%; }
      .popup-right .popup-content-header-close {
        cursor: pointer; }
    .popup-right .popup-content-wrap {
      width: 100%;
      max-width: 345px;
      padding: 15px;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-1.jpg);
      -webkit-animation: bg-сhange 4s infinite;
      animation: bg-сhange 4s infinite;
      background-size: cover; }
      @media (max-width: 767px) {
        .popup-right .popup-content-wrap {
          max-width: 100%; } }
      .popup-right .popup-content-wrap .sign {
        font-size: 10px;
        left: -webkit-calc(100% - 22px);
        left: calc(100% - 22px); }
        .popup-right .popup-content-wrap .sign.first {
          -webkit-animation: opacityFirst 4s infinite;
          animation: opacityFirst 4s infinite; }
        .popup-right .popup-content-wrap .sign.second {
          -webkit-animation: opacitySecond 4s infinite;
          animation: opacitySecond 4s infinite; }
      .popup-right .popup-content-wrap-img {
        width: 198px; }
      .popup-right .popup-content-wrap-text {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #FFEAEA;
        margin: 15px 0; }
      .popup-right .popup-content-wrap-title {
        font-weight: 700;
        font-size: 42px;
        line-height: 120%;
        color: #FFF3EB;
        margin-bottom: 12px;
        text-shadow: 0 4px 13px rgba(0, 0, 0, 0.44); }
        .es .popup-right .popup-content-wrap-title {
          font-size: 34px; }
      .popup-right .popup-content-wrap-subtitle {
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 30px;
        line-height: 120%;
        color: #FFF3EB;
        text-shadow: 0 4px 13px rgba(0, 0, 0, 0.44); }
      .popup-right .popup-content-wrap-btn {
        display: block;
        font-weight: 600;
        font-size: 13.0244px;
        line-height: 20px;
        width: 100%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #171A26;
        background-color: #fff;
        border-radius: 40px;
        padding: 14px;
        text-align: center;
        margin-bottom: 10px; }
        .popup-right .popup-content-wrap-btn:hover {
          background: rgba(255, 255, 255, 0.8); }

img.popup-content-header-close {
  display: none;
  width: 32px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  @media (max-width: 767px) {
    img.popup-content-header-close {
      display: block; } }

@-webkit-keyframes bg-сhange {
  from {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-1.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-2.jpg); }
  to {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-1.jpg); } }

@keyframes bg-сhange {
  from {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-1.jpg); }
  50% {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-2.jpg); }
  to {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-sale-hero-popup-1.jpg); } }

@-webkit-keyframes opacityFirst {
  from {
    opacity: 1; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opacityFirst {
  from {
    opacity: 1; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes opacitySecond {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes opacitySecond {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

.extensions-pack {
  background: #171921;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .extensions-pack {
      padding: 40px 15px; } }
  .extensions-pack__inner {
    width: 100%; }
  .extensions-pack__head {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .extensions-pack__head {
        max-width: 100%;
        margin-bottom: 24px;
        text-align: start; } }
  .extensions-pack__title {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .extensions-pack__title {
        margin-bottom: 8px;
        font-size: 28px;
        line-height: 37px; } }
    .extensions-pack__title span {
      display: block;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/extensions-pack-title-bg.png); }
  .extensions-pack__subtitle {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .extensions-pack__subtitle {
        font-size: 15px;
        line-height: 20px; } }
  .extensions-pack__btn {
    min-width: 141px; }
  .extensions-pack__slider {
    width: 100%; }
    .extensions-pack__slider .swiper-container {
      overflow: initial; }
    .extensions-pack__slider .swiper-button-prev, .extensions-pack__slider .swiper-button-next {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: rgba(82, 82, 82, 0.5); }
      .extensions-pack__slider .swiper-button-prev:after, .extensions-pack__slider .swiper-button-next:after {
        color: #fff;
        font-size: 20px;
        font-weight: bold; }
      .extensions-pack__slider .swiper-button-prev:hover, .extensions-pack__slider .swiper-button-next:hover {
        background: rgba(82, 82, 82, 0.8);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .extensions-pack__slider .swiper-button-prev.swiper-button-disabled, .extensions-pack__slider .swiper-button-next.swiper-button-disabled {
        display: none; }
      @media (max-width: 767px) {
        .extensions-pack__slider .swiper-button-prev, .extensions-pack__slider .swiper-button-next {
          display: none; } }
    .extensions-pack__slider .swiper-button-prev {
      left: 0; }
    .extensions-pack__slider .swiper-button-next {
      right: 0; }
  .extensions-pack .extensions-item {
    width: 220px;
    min-height: 213px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 30px;
    -webkit-transition: border ease 0.5s;
    -o-transition: border ease 0.5s;
    transition: border ease 0.5s; }
    .extensions-pack .extensions-item:hover {
      border: 1px solid rgba(255, 255, 255, 0.25); }
    @media (max-width: 767px) {
      .extensions-pack .extensions-item {
        padding: 24px;
        width: 160px;
        min-height: 200px; } }
    .extensions-pack .extensions-item__icon {
      width: 40px;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .extensions-pack .extensions-item__icon {
          width: 30px; } }
    .extensions-pack .extensions-item__title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .extensions-pack .extensions-item__title {
          font-size: 13px;
          line-height: 16px; } }
      .extensions-pack .extensions-item__title_grey {
        opacity: 0.6; }
      .extensions-pack .extensions-item__title span {
        font-size: 60%;
        vertical-align: super;
        font-weight: 600;
        display: inline-block; }
    .extensions-pack .extensions-item__subtitle {
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .extensions-pack .extensions-item__subtitle {
          font-size: 12px;
          line-height: 12px; } }
      .extensions-pack .extensions-item__subtitle_grey {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0.6; }
        .extensions-pack .extensions-item__subtitle_grey svg {
          margin-right: 4px; }
    .extensions-pack .extensions-item__text {
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      color: #B3AABE;
      opacity: 0.8; }

@-webkit-keyframes time {
  0% {
    width: 0%; }
  50% {
    width: 50%; }
  100% {
    width: 100%; } }

@keyframes time {
  0% {
    width: 0%; }
  50% {
    width: 50%; }
  100% {
    width: 100%; } }

.hero__tabs-control.is-active {
  overflow: hidden;
  position: relative; }
  .hero__tabs-control.is-active .time {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(14.47deg, #BE987C 10.26%, #CC7878 28.5%, #C336B5 49.59%, #623BE5 68.22%, #3286B5 87.26%);
    background: -o-linear-gradient(14.47deg, #BE987C 10.26%, #CC7878 28.5%, #C336B5 49.59%, #623BE5 68.22%, #3286B5 87.26%);
    background: linear-gradient(75.53deg, #BE987C 10.26%, #CC7878 28.5%, #C336B5 49.59%, #623BE5 68.22%, #3286B5 87.26%); }
    .hero__tabs-control.is-active .time.anim {
      -webkit-animation: time 15s linear;
      animation: time 15s linear; }

.face-ai {
  padding: 80px 0 103px; }
  @media (max-width: 1279px) {
    .face-ai {
      padding: 40px 0 60px;
      padding-top: 210px; } }
  @media (max-width: 767px) {
    .face-ai {
      padding-top: 210px !important; } }
  @media (max-width: 575px) {
    .face-ai {
      padding-top: 250px !important; } }
  .face-ai__inner {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 80px 100px; }
    @media (max-width: 767px) {
      .face-ai__inner {
        padding: 60px; } }
    @media (max-width: 575px) {
      .face-ai__inner {
        padding: 30px 15px; } }
  @media (max-width: 1279px) {
    .face-ai .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .face-ai {
      padding: 24px 0; } }
  @media (max-width: 1279px) {
    .face-ai__text-block {
      position: absolute;
      bottom: 855px; } }
  @media (max-width: 767px) {
    .face-ai__text-block {
      bottom: 580px; } }
  @media (max-width: 575px) {
    .face-ai__text-block {
      bottom: 450px; } }
  .face-ai__title {
    max-width: 470px;
    display: block; }
    .face-ai__title span {
      color: #FFA800; }
  .face-ai__navigation {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .face-ai__descr {
    margin-top: 20px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .face-ai__descr {
        font-size: 15px; } }
    .face-ai__descr_top {
      font-weight: 600;
      margin-bottom: 12px; }
  .face-ai__block-box {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top; }
    .face-ai__block-box:hover {
      cursor: pointer; }
      .face-ai__block-box:hover .face-ai__box:before {
        opacity: 1; }
  .face-ai__steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px; }
    @media (max-width: 1279px) {
      .face-ai__steps {
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .face-ai__steps {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px; } }
  .face-ai__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    background: -webkit-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
    background: -o-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
    background: linear-gradient(92.14deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(24px);
    border-radius: 12px;
    margin-right: 8px;
    overflow: hidden; }
    @media (max-width: 1799px) {
      .face-ai__box {
        width: 54px;
        height: 54px; } }
    @media (max-width: 575px) {
      .face-ai__box {
        width: 40px;
        height: 40px; }
        .face-ai__box svg {
          height: 13px; } }
    .face-ai__box:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(357.86deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
      background: -o-linear-gradient(357.86deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
      background: linear-gradient(92.14deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .face-ai__box-name {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px; }
  .face-ai .eye-icon {
    stroke: #fff; }
  .face-ai__active-box .face-ai__box {
    background-color: #ffffff; }
    .face-ai__active-box .face-ai__box:before {
      opacity: 0; }
    .face-ai__active-box .face-ai__box svg path {
      fill: #19172a; }
    .face-ai__active-box .face-ai__box .eye-icon path:first-child {
      stroke: #19172a; }
  .face-ai__active-box:hover .face-ai__box:before {
    opacity: 0; }
  .face-ai .js-origin-box.js-origin-active .face-ai__box {
    background-color: #ffffff; }
    .face-ai .js-origin-box.js-origin-active .face-ai__box:before {
      opacity: 0; }
    .face-ai .js-origin-box.js-origin-active .face-ai__box svg path {
      fill: #19172a; }
  .face-ai__box-filters {
    background-color: #000;
    padding: 70px 40px 50px 40px;
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1799px) {
      .face-ai__box-filters {
        padding: 40px; } }
    @media (max-width: 767px) {
      .face-ai__box-filters {
        height: 364px;
        padding: 30px; } }
    @media (max-width: 575px) {
      .face-ai__box-filters {
        height: 274px;
        padding: 20px 0;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px; } }
  .face-ai__left-image, .face-ai__right-image {
    position: relative;
    height: 100%; }
    .face-ai__left-image figure, .face-ai__right-image figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .face-ai__left-image figure img, .face-ai__right-image figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top; }
    .face-ai__left-image .face-active, .face-ai__right-image .face-active {
      z-index: 1; }
  .face-ai__left-image {
    width: 45%; }
    @media (max-width: 575px) {
      .face-ai__left-image {
        width: 50%; } }
  .face-ai__right-image {
    width: 55%;
    margin-left: 30px; }
    @media (max-width: 575px) {
      .face-ai__right-image {
        margin-left: 15px;
        width: 50%; } }

.extension {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  padding: 80px 7%; }
  @media (max-width: 992px) {
    .extension {
      padding: 40px 7%; } }
  .extension-header {
    text-align: center;
    margin-bottom: 50px; }
    .extension-header .title {
      font-weight: 600;
      font-size: 48px;
      line-height: 60px;
      color: #fff;
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .extension-header .title {
          font-size: 30px;
          line-height: 37px; } }
      .extension-header .title span {
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: cover;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-extension-title.jpg); }
    .extension-header .subtitle {
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      width: 100%;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .extension-header .subtitle {
          font-size: 15px;
          line-height: 150%; } }
      .extension-header .subtitle span {
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-right: 5px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(#ffaf75), to(white));
        background-image: -webkit-linear-gradient(bottom, white, #ffaf75, white);
        background-image: -o-linear-gradient(bottom, white, #ffaf75, white);
        background-image: linear-gradient(to top, white, #ffaf75, white); }
      .extension-header .subtitle svg {
        position: relative;
        top: 6px; }
    .extension-header .button-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .extension-header .button-list a {
        margin: 0 12px;
        padding: 10px 25px;
        min-width: 0; }
        @media (max-width: 992px) {
          .extension-header .button-list a {
            margin-bottom: 15px;
            width: auto;
            min-width: 200px; } }
  .extension-list {
    position: relative; }
    @media (min-width: 2100px) {
      .extension-list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; } }
    .extension-list_small, .extension-list_big {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 30px; }
      @media (max-width: 992px) {
        .extension-list_small, .extension-list_big {
          gap: 24px;
          overflow: auto; } }
      @media (max-width: 768px) {
        .extension-list_small, .extension-list_big {
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: start; } }
  .extension-item {
    position: relative;
    width: 230px;
    overflow: hidden;
    border: 1px solid #171921;
    border-radius: 12px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 1px; }
    @media (max-width: 992px) {
      .extension-item {
        border-width: 2px;
        border-color: transparent; } }
    .extension-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #171921;
      opacity: 1;
      -webkit-transition: opacity ease 0.5s;
      -o-transition: opacity ease 0.5s;
      transition: opacity ease 0.5s; }
      @media (max-width: 992px) {
        .extension-item::before {
          display: none; } }
    .extension-item:hover {
      border-radius: 12px; }
      .extension-item:hover::before {
        opacity: 0; }
      .extension-item:hover .gradient {
        opacity: 1; }
      .extension-item:hover .bottom {
        bottom: 24px; }
        .extension-item:hover .bottom p {
          opacity: 0.8; }
    .extension-item .gradient {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity ease 0.5s;
      -o-transition: opacity ease 0.5s;
      transition: opacity ease 0.5s;
      border-radius: 12px; }
    .extension-item .pic {
      padding-top: 0;
      height: 100%;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      background-size: cover; }
    .extension-item .bottom {
      position: absolute;
      bottom: 24px;
      left: 24px;
      z-index: 999;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      font-weight: 400;
      font-size: 15px;
      line-height: 150%;
      background-size: cover; }
      .extension-item .bottom-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .extension-item .bottom-title img {
          width: 32px;
          height: 32px;
          margin-right: 7px; }
        .extension-item .bottom-title h3 {
          font-weight: 600;
          font-size: 14px;
          line-height: 150%; }
          .extension-item .bottom-title h3 span {
            vertical-align: super;
            font-size: 10px;
            line-height: 1; }
      .extension-item .bottom-link {
        color: #fff;
        display: block;
        margin-top: 20px;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.08em;
        text-transform: uppercase; }
      .extension-item .bottom p {
        opacity: 0;
        -webkit-transition: opacity ease 0.5s;
        -o-transition: opacity ease 0.5s;
        transition: opacity ease 0.5s; }
        @media (max-width: 992px) {
          .extension-item .bottom p {
            opacity: 1; } }
    .extension-item .ba-slider-new {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 992px) {
        .extension-item .ba-slider-new {
          display: none; } }
      .extension-item .ba-slider-new__img {
        overflow: hidden;
        border-radius: 12px;
        height: 100%; }
      .extension-item .ba-slider-new__after::before {
        display: none; }
      .extension-item .ba-slider-new__after .line {
        width: 1px;
        position: absolute;
        height: 100%;
        left: 0;
        display: inline-block;
        z-index: 20;
        top: 0; }
        .extension-item .ba-slider-new__after .line::before {
          content: '';
          width: 20px;
          height: 20px;
          top: 20px;
          left: 0;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: red; }
      .extension-item .ba-slider-new__fake .circle {
        width: 25px;
        height: 25px;
        background-color: #1D1D1D;
        position: relative;
        left: -13px;
        border-radius: 100%;
        top: 30px;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/line-arrows.png);
        background-size: 14px 7px;
        background-position: center;
        background-repeat: no-repeat; }
    .extension-item_small {
      width: 490px;
      height: 350px; }
      @media (max-width: 992px) {
        .extension-item_small {
          min-width: 184px;
          width: 184px;
          height: 280px; } }
      .extension-item_small .pic {
        height: 100%;
        padding-top: 0; }
      .extension-item_small.extension-item_2 .ba-slider-new__img {
        background-position: left; }
    .extension-item_big {
      width: 490px;
      height: 510px; }
      @media (max-width: 992px) {
        .extension-item_big {
          min-width: 184px;
          width: 184px;
          height: 280px; } }
  .extension .swiper-button-prev,
  .extension .swiper-button-next {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(82, 82, 82, 0.8);
    cursor: pointer; }
    @media (max-width: 992px) {
      .extension .swiper-button-prev,
      .extension .swiper-button-next {
        display: none; } }
    @media (min-width: 1920px) {
      .extension .swiper-button-prev,
      .extension .swiper-button-next {
        display: none; } }
    .extension .swiper-button-prev::after,
    .extension .swiper-button-next::after {
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
    .extension .swiper-button-prev.swiper-button-disabled,
    .extension .swiper-button-next.swiper-button-disabled {
      display: none; }

.reason {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .reason {
      padding: 50px 0; } }
  .reason .section-title {
    text-align: center;
    font-size: 48px; }
    @media (max-width: 1280px) {
      .reason .section-title {
        font-size: 44px; } }
    @media (max-width: 992px) {
      .reason .section-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .reason .section-title {
        font-size: 36px; } }
    .reason .section-title span {
      display: block;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-size: cover;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/tex-bg-new.png); }
  .reason-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .reason-col {
    width: 33%;
    padding: 0 15px;
    margin-bottom: 30px; }
    @media (max-width: 1280px) {
      .reason-col {
        width: 50%; } }
    @media (max-width: 767px) {
      .reason-col {
        width: 100%;
        padding: 0; } }
  .reason-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 30px;
    height: 100%; }
    @media (max-width: 1560px) {
      .reason-item {
        padding: 20px; } }
    .reason-item .pic {
      margin-bottom: 25px; }
      .reason-item .pic img {
        width: 100%;
        border-radius: 12px; }
    .reason-item .title {
      font-weight: 700;
      font-size: 24px;
      line-height: 150%;
      margin-bottom: 14px;
      color: white; }
      @media (max-width: 1560px) {
        .reason-item .title {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .reason-item .title {
          font-size: 18px; } }
    .reason-item .text {
      color: #828282;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%; }
      @media (max-width: 1560px) {
        .reason-item .text {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .reason-item .text {
          font-size: 14px; } }

.luminar-neo-awards {
  padding: 32px 0; }
  @media (max-width: 767px) {
    .luminar-neo-awards {
      padding: 24px 0; } }
  .luminar-neo-awards .container-fluid {
    padding: 0 15px; }
  .luminar-neo-awards__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .luminar-neo-awards__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .luminar-neo-awards__item_red-dot {
    max-width: 152px; }
  .luminar-neo-awards__item_trustpilot {
    max-width: 230px; }
  .luminar-neo-awards__item_tipa {
    max-width: 232px; }
    .luminar-neo-awards__item_tipa .tipa-desc {
      display: block; }

.trustpilot-widget {
  margin: 0 15px; }
  @media (max-width: 992px) {
    .trustpilot-widget {
      margin: 0 30px; } }
  @media (max-width: 767px) {
    .trustpilot-widget {
      margin: 0 10px; } }

.luminar-neo-platform {
  padding-bottom: 112px; }
  @media (max-width: 767px) {
    .luminar-neo-platform {
      padding-bottom: 24px; } }
  .luminar-neo-platform__head {
    text-align: center;
    max-width: 865px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .luminar-neo-platform__head {
        margin-bottom: 32px; } }
  .luminar-neo-platform__title {
    display: block;
    max-width: 570px;
    margin: 0 auto 24px; }
    @media (max-width: 767px) {
      .luminar-neo-platform__title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 16px; } }
  .luminar-neo-platform__descr {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .luminar-neo-platform__descr {
        font-size: 15px;
        line-height: 20px; } }
  .luminar-neo-platform__slider {
    display: none; }
    .luminar-neo-platform__slider.is-active {
      display: block; }
    .luminar-neo-platform__slider .swiper-button-prev:after, .luminar-neo-platform__slider .swiper-button-next:after {
      font-size: 30px;
      color: #444445; }
      @media (max-width: 767px) {
        .luminar-neo-platform__slider .swiper-button-prev:after, .luminar-neo-platform__slider .swiper-button-next:after {
          font-size: 25px; } }
    .luminar-neo-platform__slider .swiper-button-prev:hover:after, .luminar-neo-platform__slider .swiper-button-next:hover:after {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      color: #737373; }
    .luminar-neo-platform__slider .swiper-button-prev {
      left: 0; }
    .luminar-neo-platform__slider .swiper-button-next {
      right: 0; }
  .luminar-neo-platform__video-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    cursor: pointer; }
    .luminar-neo-platform__video-btn-text {
      font-weight: 600;
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-left: 8px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .luminar-neo-platform__video-btn svg path {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .luminar-neo-platform__video-btn .sk-btn {
      min-width: 170px;
      margin: 0 7px; }
      .luminar-neo-platform__video-btn .sk-btn.transparent {
        background-color: transparent;
        color: white;
        border: 1px solid white; }
        .luminar-neo-platform__video-btn .sk-btn.transparent:hover {
          background-color: #fff;
          color: black; }
    .luminar-neo-platform__video-btn:hover .luminar-neo-platform__video-btn-text {
      color: #ffa800; }
    .luminar-neo-platform__video-btn:hover svg path {
      fill: #ffa800; }
  .luminar-neo-platform .platform-controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .luminar-neo-platform .platform-controls {
        display: block; } }
    .luminar-neo-platform .platform-controls__text {
      font-size: 15px;
      line-height: 20px; }
      @media (max-width: 767px) {
        .luminar-neo-platform .platform-controls__text {
          margin-bottom: 8px; } }
      @media (max-width: 767px) {
        .luminar-neo-platform .platform-controls__text_short {
          margin-bottom: 0;
          display: inline-block;
          position: relative;
          top: -5px; } }
    .luminar-neo-platform .platform-controls__btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 700;
      color: #CCCDCC;
      font-size: 15px;
      line-height: 20px;
      margin: 0 6px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .luminar-neo-platform .platform-controls__btn {
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      .luminar-neo-platform .platform-controls__btn span {
        border-bottom: 1px dotted #CCCDCC; }
      .luminar-neo-platform .platform-controls__btn svg {
        margin-right: 4px; }
        .luminar-neo-platform .platform-controls__btn svg path {
          fill: #CCCDCC; }
      .luminar-neo-platform .platform-controls__btn.is-active {
        color: #4AAFFF; }
        .luminar-neo-platform .platform-controls__btn.is-active svg path {
          fill: #4AAFFF; }
        .luminar-neo-platform .platform-controls__btn.is-active span {
          border-color: #4AAFFF; }
  .luminar-neo-platform .platform-slide__img {
    max-width: 1200px;
    margin: 0 auto; }
    .luminar-neo-platform .platform-slide__img:hover .platform-slide__hover {
      opacity: 1; }
  .luminar-neo-platform .platform-slide__hover {
    position: absolute;
    width: 680px;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .luminar-neo-platform .platform-slide__hover-btn {
      background: #FFF;
      border-radius: 40px;
      padding: 18px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #0D0B1F;
      font-weight: 600;
      font-size: 13px;
      line-height: 16px;
      cursor: pointer;
      min-width: 177px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .luminar-neo-platform .slider__tabs {
    position: relative; }
    .luminar-neo-platform .slider__tabs-height {
      opacity: 0; }
    .luminar-neo-platform .slider__tabs-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0; }
      .luminar-neo-platform .slider__tabs-img.is-active {
        opacity: 1; }

.color-tools {
  padding: 80px 0; }
  @media (max-width: 1279px) {
    .color-tools {
      padding: 40px 0 60px;
      padding-top: 210px; } }
  @media (max-width: 767px) {
    .color-tools {
      padding-bottom: 10px !important; } }
  @media (max-width: 575px) {
    .color-tools {
      padding-top: 290px; } }
  @media (max-width: 1279px) {
    .color-tools__text-block {
      position: absolute;
      bottom: 810px;
      left: -15px; } }
  @media (max-width: 959px) {
    .color-tools__text-block {
      bottom: 500px; } }
  @media (max-width: 575px) {
    .color-tools__text-block {
      bottom: 370px; } }
  .color-tools__left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 15px; }
    @media (max-width: 1279px) {
      .color-tools__left-content {
        position: relative; } }
  .color-tools__tab {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    .color-tools__tab.is-active {
      opacity: 1;
      visibility: visible; }
  .color-tools__right-ba {
    width: 100%;
    height: 760px; }
    @media (max-width: 1799px) {
      .color-tools__right-ba {
        height: 650px; } }
    @media (max-width: 959px) {
      .color-tools__right-ba {
        height: 338px; } }
    @media (max-width: 575px) {
      .color-tools__right-ba {
        height: 250px;
        margin-left: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px); } }
    .color-tools__right-ba .ba-slider-new__img {
      height: 100%; }
  .color-tools__title {
    max-width: 470px;
    display: block; }
    .color-tools__title span {
      color: #FFA800; }
  .color-tools__descr {
    margin: 20px 0 30px 0; }
    @media (max-width: 767px) {
      .color-tools__descr {
        margin: 20px 0; } }
    @media (max-width: 767px) {
      .color-tools__descr {
        font-size: 15px; } }
    .color-tools__descr_top {
      font-weight: 600;
      margin-bottom: 12px; }
  .color-tools__block-box {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top; }
    .color-tools__block-box:hover {
      cursor: pointer; }
      .color-tools__block-box:hover .color-tools__box:before {
        opacity: 1; }
    .color-tools__block-box.is-active .color-tools__box {
      background: #FFF;
      -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05); }
      .color-tools__block-box.is-active .color-tools__box svg path {
        fill: #181626; }
  .color-tools__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px; }
    @media (max-width: 1279px) {
      .color-tools__steps {
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .color-tools__steps {
        grid-gap: 16px; } }
  .color-tools-controls {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .color-tools-controls__img {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 88px;
      height: 53px;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      cursor: pointer;
      margin: 0 4px; }
      @media (max-width: 767px) {
        .color-tools-controls__img {
          width: 63px;
          height: 38px; } }
      .color-tools-controls__img.is-active {
        border: 2px solid #FFA800;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); }
  .color-tools__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 60px;
    height: 60px;
    background: -webkit-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
    background: -o-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
    background: linear-gradient(92.14deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(24px);
    border-radius: 12px;
    margin-right: 8px;
    overflow: hidden; }
    .color-tools__box svg path {
      fill: #D9D9D9; }
    @media (max-width: 1799px) {
      .color-tools__box {
        width: 54px;
        height: 54px; } }
    @media (max-width: 575px) {
      .color-tools__box {
        width: 40px;
        height: 40px; }
        .color-tools__box svg {
          height: 13px; } }
    .color-tools__box:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(357.86deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
      background: -o-linear-gradient(357.86deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
      background: linear-gradient(92.14deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
      opacity: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  .color-tools__box-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px; }
  .color-tools.preload .ba-slider-new__img-before_1 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Enhance-before-min.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-after_1 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Enhance-after-min.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-before_2 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/eric-han-WJ6fmN1D-h0-unsplash-min.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-after_2 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/eric-han-WJ6fmN1D-h0-unsplash-min-1.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-before_3 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/atm-harmony-before-min.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-after_3 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/atm-harmony-after-min.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-before_4 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Supercontrast-before-min.jpg?f=webp); }
  .color-tools.preload .ba-slider-new__img-after_4 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Supercontrast-after-min.jpg?f=webp); }
  .color-tools.preload .color-tools-controls__img_1 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Enhance-after-min.jpg?w=212&h=124&resize=cover&q=75&f=webp); }
  .color-tools.preload .color-tools-controls__img_2 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/eric-han-WJ6fmN1D-h0-unsplash-min-1.jpg?w=212&h=124&resize=cover&q=75&f=webp); }
  .color-tools.preload .color-tools-controls__img_3 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/atm-harmony-after-min.jpg?w=212&h=124&resize=cover&q=75&f=webp); }
  .color-tools.preload .color-tools-controls__img_4 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/Supercontrast-after-min.jpg?w=212&h=124&resize=cover&q=75&f=webp); }

.luminar-ai-faq {
  width: 100%;
  position: relative;
  padding: 50px 0; }
  .luminar-ai-faq__head {
    text-align: center;
    padding-bottom: 32px; }
  .luminar-ai-faq__list {
    max-width: 750px;
    margin: 0 auto; }
  .luminar-ai-faq__full-guide-btn-wr {
    padding-top: 25px; }
    @media (max-width: 767px) {
      .luminar-ai-faq__full-guide-btn-wr {
        text-align: center; } }
  @media (max-width: 959px) {
    .luminar-ai-faq__full-guide-btn {
      white-space: normal; } }
  .luminar-ai-faq .accordion {
    width: 100%;
    margin: 0 auto; }
    .luminar-ai-faq .accordion ul {
      padding-left: 25px;
      padding-bottom: 20px; }
      .luminar-ai-faq .accordion ul li {
        position: relative; }
        .luminar-ai-faq .accordion ul li:before {
          left: -14px;
          top: 10px;
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 50%; }
    .luminar-ai-faq .accordion-content-wr {
      padding: 20px; }
      @media (max-width: 380px) {
        .luminar-ai-faq .accordion-content-wr {
          padding: 15px; } }
    .luminar-ai-faq .accordion-btn {
      cursor: pointer;
      position: relative;
      font-size: 18px; }
      @media (max-width: 767px) {
        .luminar-ai-faq .accordion-btn {
          padding-right: 15px; } }
      .luminar-ai-faq .accordion-btn:before {
        content: '';
        position: absolute;
        left: -25px;
        top: 6px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 12px;
        height: 12px;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        @media (max-width: 767px) {
          .luminar-ai-faq .accordion-btn:before {
            left: -20px;
            top: 4px; } }
    .luminar-ai-faq .accordion-hidden-content {
      padding-top: 17px;
      display: none; }
      .luminar-ai-faq .accordion-hidden-content .sk-text {
        color: #B6B6BC;
        padding-bottom: 15px; }
        .luminar-ai-faq .accordion-hidden-content .sk-text:last-child {
          padding-bottom: 0; }
        .luminar-ai-faq .accordion-hidden-content .sk-text a {
          font-size: inherit !important;
          font-weight: inherit;
          color: inherit;
          line-height: inherit;
          text-decoration: underline;
          -webkit-transition: all .35s ease-in-out;
          -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out; }
          .luminar-ai-faq .accordion-hidden-content .sk-text a:hover {
            color: inherit;
            text-decoration: none; }
    .luminar-ai-faq .accordion .show-content .accordion-btn:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .luminar-ai-faq.preload .accordion-btn:before {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-ai-release/faq-arrow.svg); }

.plug .reason {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .plug .reason {
      padding: 50px 0; } }
  .plug .reason .section-title {
    text-align: center;
    font-size: 48px; }
    @media (max-width: 1280px) {
      .plug .reason .section-title {
        font-size: 44px; } }
    @media (max-width: 992px) {
      .plug .reason .section-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .plug .reason .section-title {
        font-size: 36px; } }
    .plug .reason .section-title span {
      display: block;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-size: cover;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-extension-title.jpg); }
  .plug .reason .subtitle {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 950px; }
  .plug .reason-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .plug .reason-col {
    width: 33%;
    padding: 0 15px;
    margin-bottom: 30px; }
    @media (max-width: 1280px) {
      .plug .reason-col {
        width: 50%; } }
    @media (max-width: 767px) {
      .plug .reason-col {
        width: 100%;
        padding: 0; } }
  .plug .reason-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 30px;
    height: 100%; }
    @media (max-width: 1560px) {
      .plug .reason-item {
        padding: 20px; } }
    .plug .reason-item .pic {
      margin-bottom: 25px;
      position: relative; }
      .plug .reason-item .pic img {
        width: 100%; }
      .plug .reason-item .pic:hover .gif {
        display: block; }
      .plug .reason-item .pic:hover .play {
        display: none; }
      .plug .reason-item .pic:hover .pic-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .plug .reason-item .pic-btn {
      display: none;
      border: 1px solid #FFFFFF;
      position: absolute;
      top: 50%;
      left: 50%;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      border-radius: 40px;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 18px;
      cursor: pointer;
      font-size: 13px; }
    .plug .reason-item .play {
      width: 56px;
      height: 56px;
      border: 1px solid #FFFFFF;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      border-radius: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .plug .reason-item .gif {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .plug .reason-item .title {
      font-weight: 700;
      font-size: 24px;
      line-height: 150%;
      margin-bottom: 14px;
      color: white;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .plug .reason-item .title svg {
        margin-right: 10px; }
      @media (max-width: 1560px) {
        .plug .reason-item .title {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .plug .reason-item .title {
          font-size: 18px; } }
    .plug .reason-item .text {
      color: #828282;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%; }
      @media (max-width: 1560px) {
        .plug .reason-item .text {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .plug .reason-item .text {
          font-size: 14px; } }

.trustpilot {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .trustpilot {
      padding: 50px 0; } }

.intro-july-test {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-0506-bgi.jpg); }
  .intro-july-test .trustpilot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding: 0;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; }
    @media (max-width: 959px) {
      .intro-july-test .trustpilot {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px; } }
    .intro-july-test .trustpilot span {
      margin: 0 4px 0 11px;
      font-size: 14px; }
    .intro-july-test .trustpilot-name {
      font-size: 13px; }
  .intro-july-test .hero-ab-test__content-info.owe {
    margin-bottom: 30px; }
    @media (max-width: 959px) {
      .intro-july-test .hero-ab-test__content-info.owe {
        margin-bottom: 0; } }
  .intro-july-test .hero-ab-test__content-info .title {
    color: #F5F5F5;
    font-size: 45px;
    max-width: 485px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 15px; }
    @media (max-width: 1560px) {
      .intro-july-test .hero-ab-test__content-info .title {
        font-size: 36px;
        line-height: 135%; } }
    @media (max-width: 1280px) {
      .intro-july-test .hero-ab-test__content-info .title {
        font-size: 28px; } }
    @media (max-width: 959px) {
      .intro-july-test .hero-ab-test__content-info .title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 13px; } }
    .intro-july-test .hero-ab-test__content-info .title.owe {
      font-size: 38px;
      line-height: 125%; }
      @media (max-width: 1560px) {
        .intro-july-test .hero-ab-test__content-info .title.owe {
          font-size: 36px; } }
      @media (max-width: 1280px) {
        .intro-july-test .hero-ab-test__content-info .title.owe {
          font-size: 28px; } }
      @media (max-width: 959px) {
        .intro-july-test .hero-ab-test__content-info .title.owe {
          font-size: 24px; } }
    .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
      font-size: 38px;
      line-height: 125%; }
      @media (max-width: 1560px) {
        .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
          font-size: 32px; } }
      @media (max-width: 1280px) {
        .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
          font-size: 26px; } }
      @media (max-width: 959px) {
        .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
          font-size: 22px; } }
      .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
        font-size: 32px; }
        @media (max-width: 1560px) {
          .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
            font-size: 26px; } }
        @media (max-width: 1280px) {
          .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
            font-size: 22px; } }
        @media (max-width: 959px) {
          .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
            font-size: 22px; } }
      .jp .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
        font-size: 45px; }
        @media (max-width: 1560px) {
          .jp .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
            font-size: 22px; } }
    .intro-july-test .hero-ab-test__content-info .title-owe-cl {
      max-width: 516px; }
  .intro-july-test .hero-ab-test__content-info .subtitle.owe-subtitle p {
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 960px) {
      .intro-july-test .hero-ab-test__content-info .subtitle.owe-subtitle p {
        font-size: 15px;
        line-height: 150%; } }
  .intro-july-test .intro-label-owe-cl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px; }
    @media (max-width: 959px) {
      .intro-july-test .intro-label-owe-cl {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px; } }
    .intro-july-test .intro-label-owe-cl p {
      font-size: 18px;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.18px;
      color: #fff;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.05);
      background: rgba(255, 255, 255, 0.1);
      padding: 8px 15px; }
      @media (max-width: 1280px) {
        .intro-july-test .intro-label-owe-cl p {
          font-size: 15px; } }
  .intro-july-test .intro-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 959px) {
      .intro-july-test .intro-label {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .intro-july-test .intro-label-pic {
      margin-right: 5px;
      position: relative;
      font-size: 50px;
      line-height: 110%; }
      @media (max-width: 1560px) {
        .intro-july-test .intro-label-pic {
          font-size: 40px;
          line-height: 130%; } }
      @media (max-width: 1280px) {
        .intro-july-test .intro-label-pic {
          font-size: 35px; } }
      @media (max-width: 959px) {
        .intro-july-test .intro-label-pic {
          display: none; } }
      .intro-july-test .intro-label-pic.old {
        margin-right: 2px;
        margin-left: -16px;
        margin-top: -8px;
        width: 77px; }
        @media (max-width: 1280px) {
          .intro-july-test .intro-label-pic.old {
            width: 60px; } }
        @media (max-width: 959px) {
          .intro-july-test .intro-label-pic.old {
            width: 45px;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
      @media (max-width: 959px) {
        .intro-july-test .intro-label-pic {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .intro-july-test .intro-label-text {
      font-size: 20px;
      font-style: normal;
      text-align: left;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      line-height: 120%;
      /* 24px */
      letter-spacing: 0.4px;
      text-transform: uppercase; }
      @media (max-width: 1560px) {
        .intro-july-test .intro-label-text {
          font-size: 15px; } }
      @media (max-width: 1280px) {
        .intro-july-test .intro-label-text {
          font-size: 13px; } }
      @media (max-width: 959px) {
        .intro-july-test .intro-label-text {
          text-align: center;
          margin-bottom: 25px; } }
      .intro-july-test .intro-label-text-color {
        color: #FFA800;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 1280px) {
          .intro-july-test .intro-label-text-color {
            display: inline-block; } }
      .intro-july-test .intro-label-text strong {
        display: block;
        margin-top: 6px;
        font-weight: 400;
        text-transform: none;
        color: rgba(255, 255, 255, 0.7);
        max-width: 330px; }
        .intro-july-test .intro-label-text strong span {
          color: #FFA800;
          font-weight: 700; }
      .intro-july-test .intro-label-text .pic {
        display: none; }
        @media (max-width: 959px) {
          .intro-july-test .intro-label-text .pic {
            display: inline;
            font-size: inherit;
            top: 6px;
            position: relative; } }
  .intro-july-test .hero-ab-test__btn-wr {
    border-radius: 12px;
    margin-top: 0;
    margin-bottom: 14px;
    background: rgba(0, 0, 0, 0.25);
    padding: 4px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .intro-july-test .hero-ab-test__btn-wr.owe {
      background-color: transparent; }
    .intro-july-test .hero-ab-test__btn-wr.owe-btn .sk-btn {
      width: auto; }
    .intro-july-test .hero-ab-test__btn-wr.owe-btn .anniversary-timer.hero__countdown.is-active {
      width: auto;
      margin-left: 0; }
    .intro-july-test .hero-ab-test__btn-wr .sk-btn {
      min-width: 170px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      background: #FFA800; }
      .intro-july-test .hero-ab-test__btn-wr .sk-btn.transparent {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        margin: 0 10px; }
        .intro-july-test .hero-ab-test__btn-wr .sk-btn.transparent:hover {
          background-color: #fff;
          color: black; }
      @media (max-width: 1280px) {
        .intro-july-test .hero-ab-test__btn-wr .sk-btn {
          margin-bottom: 5px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-right: 0; } }
      .intro-july-test .hero-ab-test__btn-wr .sk-btn img {
        position: absolute;
        width: 78px;
        top: -17px;
        right: -42px; }
        @media (max-width: 992px) {
          .intro-july-test .hero-ab-test__btn-wr .sk-btn img {
            display: none; } }
    .intro-july-test .hero-ab-test__btn-wr-owe-cl {
      margin: 5px 0 30px; }
      @media (max-width: 959px) {
        .intro-july-test .hero-ab-test__btn-wr-owe-cl {
          margin: 5px 0 15px; } }
    .intro-july-test .hero-ab-test__btn-wr .anniversary-timer .countdown-timer, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer .countdown-timer-account {
      margin-left: 10px; }
    .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account {
      display: none; }
      .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown.is-active, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account.is-active {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 10px; }
        @media (max-width: 959px) {
          .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown.is-active, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account.is-active {
            margin-left: 0; } }
    .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown .countdown-timer__digit, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account .countdown-timer__digit {
      background-color: transparent;
      border-radius: 0;
      padding: 0; }
      .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown .countdown-timer__digit p, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account .countdown-timer__digit p {
        font-size: 18px;
        font-weight: 600;
        line-height: 120%; }
    .intro-july-test .hero-ab-test__btn-wr .countdown-timer__devider {
      font-size: 18px;
      font-weight: 600;
      line-height: 120%;
      margin: 0; }
  .intro-july-test .intro-days {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #FFF;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-right: 15px; }
    @media (max-width: 959px) {
      .intro-july-test .intro-days {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 5px 10px; } }
    .intro-july-test .intro-days svg {
      margin-right: 6px; }
    .intro-july-test .intro-days-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 959px) {
        .intro-july-test .intro-days-wrap {
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 32px; } }
  .intro-july-test .hero-ab-test__video video {
    border-radius: 5px; }
  .intro-july-test .hero-ab-test__video::before {
    border-radius: 4px; }

.banner {
  padding: 100px 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .banner {
      padding: 50px 0; } }
  .banner__wrap {
    max-width: 1530px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .banner__wrap {
        padding: 20px;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-banner-bg-xs.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px;
        max-width: 500px; } }
  .banner__trustpilot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; }
    .banner__trustpilot span {
      margin: 0 4px 0 11px;
      font-size: 14px; }
    .banner__trustpilot-name {
      font-size: 13px; }
  .banner__title {
    color: #F5F5F5;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      .banner__title {
        font-size: 24px;
        margin-bottom: 0; } }
    .banner__title span {
      color: #FFA800; }
  .banner__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    padding: 50px;
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/main-banner-bg.jpg);
    background-size: cover;
    border-radius: 16px; }
    @media (max-width: 1279px) {
      .banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .banner__inner {
        padding: 0;
        background: none;
        border-radius: 0; } }
  .banner__col {
    max-width: 575px;
    width: 100%; }
    @media (max-width: 1279px) {
      .banner__col {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content; } }
  .banner__systems {
    color: #CCCDCC;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 25px 0 0 0;
    position: relative;
    pointer-events: none; }
    @media (max-width: 767px) {
      .banner__systems {
        margin: 18px 0 0 0;
        font-size: 13px; } }
    .banner__systems span {
      font-weight: 700; }
    .banner__systems svg {
      position: relative;
      bottom: -4px;
      margin: 0 3px; }
      @media (max-width: 575px) {
        .banner__systems svg {
          width: 17px;
          height: auto; } }
  @media (max-width: 1279px) {
    .banner__list {
      margin-top: 45px; } }
  @media (max-width: 767px) {
    .banner__list {
      margin: 20px 0;
      padding: 0 10px; } }
  .banner__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .banner__list-item {
        margin-bottom: 13px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px; } }
    .banner__list-item:last-of-type {
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .banner__list-item:last-of-type {
          display: none; } }
    .banner__list-item .icon {
      width: 42px;
      height: 42px;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(50px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .banner__list-item .icon {
          width: 30px;
          height: 30px; } }
    .banner__list-item .text {
      color: #F5F5F5;
      font-size: 24px;
      font-weight: 500;
      line-height: 150%;
      margin: 0; }
      @media (max-width: 767px) {
        .banner__list-item .text {
          font-size: 13px; } }
  .banner__btn-wr {
    border-radius: 12px;
    margin: 35px auto 0;
    background: rgba(0, 0, 0, 0.25);
    padding: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px; }
    @media (max-width: 767px) {
      .banner__btn-wr {
        padding: 0 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0; } }
    .banner__btn-wr .sk-btn {
      min-width: 170px;
      background: #FFA800;
      margin: 0; }
      @media (max-width: 1280px) {
        .banner__btn-wr .sk-btn {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .banner__btn-wr .sk-btn {
          width: 100%; } }
      .banner__btn-wr .sk-btn.transparent {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        margin-left: 15px; }
        .banner__btn-wr .sk-btn.transparent:hover {
          background-color: #fff;
          color: black; }
        @media (max-width: 767px) {
          .banner__btn-wr .sk-btn.transparent {
            margin-left: 0;
            margin-top: 10px; } }
    @media (max-width: 767px) {
      .banner__btn-wr .countdown-timer {
        margin-top: 10px; } }
    .banner__btn-wr .countdown-timer__digit p {
      background: none; }
      @media (max-width: 767px) {
        .banner__btn-wr .countdown-timer__digit p {
          font-size: 15px; } }
  .banner__img {
    max-width: 495px;
    margin: 0 auto; }
  .banner .money-back {
    display: none; }
    @media (max-width: 767px) {
      .banner .money-back {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        opacity: .7;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-top: 20px; } }

.df-section {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .df-section {
      padding-bottom: 50px; } }
  .df-section__inner {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto; }
  .df-section__title-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .df-section__title-wrapper {
        text-align: left; } }
  .df-section__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff; }
    @media (max-width: 1799px) {
      .df-section__title {
        font-size: 42px; } }
    @media (max-width: 1279px) {
      .df-section__title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .df-section__title {
        font-size: 24px; } }
  .df-section__subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px; }
    @media (max-width: 767px) {
      .df-section__subtitle {
        display: none; } }
  .df-section-tabs {
    border-radius: 24px;
    background: #1F1F1F;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
    height: 730px; }
    @media (max-width: 1799px) {
      .df-section-tabs {
        height: 600px; } }
    @media (max-width: 1279px) {
      .df-section-tabs {
        border-radius: 20px;
        padding: 15px 15px 15px 20px;
        grid-template-columns: 1.25fr 3fr;
        height: 465px; } }
    @media (max-width: 959px) {
      .df-section-tabs {
        grid-template-columns: 1fr;
        padding: 0;
        background: none;
        gap: 10px;
        height: auto; } }
    .df-section-tabs__controls {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 14px;
      overflow-y: auto; }
      .df-section-tabs__controls::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: transparent; }
      .df-section-tabs__controls::-webkit-scrollbar-track {
        background: transparent; }
      .df-section-tabs__controls::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2); }
      @media (max-width: 1279px) {
        .df-section-tabs__controls {
          gap: 10px; } }
      @media (max-width: 959px) {
        .df-section-tabs__controls {
          width: 100%; } }
    .df-section-tabs__controls-wrap {
      overflow: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 10px;
      padding-bottom: 10px;
      position: relative; }
    .df-section-tabs__content {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: auto;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      @media (max-width: 959px) {
        .df-section-tabs__content {
          display: none; } }
    .df-section-tabs__content-wrapper {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow-y: auto; }
      .df-section-tabs__content-wrapper::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background: transparent; }
      .df-section-tabs__content-wrapper::-webkit-scrollbar-track {
        background: transparent; }
      .df-section-tabs__content-wrapper::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2); }
    .df-section-tabs__control {
      font-size: 20px;
      color: #fff;
      font-weight: 600;
      line-height: 150%;
      padding: 12px 14px 12px 20px;
      border: 1px solid transparent;
      border-radius: 10px;
      cursor: pointer;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px; }
      @media (max-width: 1279px) {
        .df-section-tabs__control {
          font-size: 15px;
          padding: 10px 15px; } }
      .df-section-tabs__control:before {
        content: '';
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/svg/camp-faq-arrow-3.svg);
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-filter: invert(1);
        filter: invert(1);
        width: 24px;
        height: 24px;
        opacity: 0.5; }
        @media (max-width: 1279px) {
          .df-section-tabs__control:before {
            width: 20px;
            height: 20px; } }
      .df-section-tabs__control.is-active {
        border-color: #FFA800;
        opacity: 1; }
    .df-section-tabs__control-content {
      padding: 0 14px 12px 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 14px; }
      @media (max-width: 1279px) {
        .df-section-tabs__control-content {
          padding: 0 15px 10px;
          gap: 10px; } }
      .df-section-tabs__control-content .sk-text {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        line-height: 1.2; }
        @media (max-width: 1279px) {
          .df-section-tabs__control-content .sk-text {
            font-size: 13px; } }
    .df-section-tabs__tab {
      display: none; }
      .df-section-tabs__tab.is-active {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .df-section-tabs .tab-header {
      -webkit-transition: 0.2s ease-in-out opacity;
      -o-transition: 0.2s ease-in-out opacity;
      transition: 0.2s ease-in-out opacity;
      opacity: 0.5; }
      .df-section-tabs .tab-header.is-active {
        opacity: 1; }
        @media (max-width: 959px) {
          .df-section-tabs .tab-header.is-active {
            opacity: 0.5; } }
      @media (max-width: 959px) {
        .df-section-tabs .tab-header.show-content {
          opacity: 1; } }
    .df-section-tabs__heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px;
      cursor: pointer; }
      .df-section-tabs__heading > .sk-text span {
        font-size: 12px;
        font-weight: 700;
        vertical-align: super; }
        @media (max-width: 1279px) {
          .df-section-tabs__heading > .sk-text span {
            font-size: 9px; } }
      .df-section-tabs__heading figure {
        width: 24px;
        height: 24px; }
        @media (max-width: 1279px) {
          .df-section-tabs__heading figure {
            width: 20px;
            height: 20px; } }
        .df-section-tabs__heading figure img {
          width: 100%;
          height: 100%;
          -o-object-position: center;
          object-position: center;
          -o-object-fit: contain;
          object-fit: contain; }
  .df-section__tag {
    font-size: 8px;
    color: #000;
    line-height: 1.5;
    font-weight: 600;
    background-color: #FFA800;
    padding: 0 2px; }
  .df-section__divider-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1279px) {
      .df-section__divider-text {
        font-size: 11px; } }
  .df-section__bottom-wrapper {
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .df-section__bottom-wrapper {
        margin-top: 30px; } }
  .df-section__btn-wr {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      .df-section__btn-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24px; } }
    @media (max-width: 767px) {
      .df-section__btn-wr {
        width: 100%; } }
    .df-section__btn-wr .sk-btn {
      max-width: none;
      min-width: 170px;
      width: 100%;
      margin: 0; }
      @media (max-width: 767px) {
        .df-section__btn-wr .sk-btn {
          min-width: 100%; } }
  .df-section .accordion-content-wr {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-transition: 0.2s ease-in-out border-color;
    -o-transition: 0.2s ease-in-out border-color;
    transition: 0.2s ease-in-out border-color; }
    .df-section .accordion-content-wr.show-content {
      border-color: #FFA800; }
      .df-section .accordion-content-wr.show-content .df-section-tabs__control:before {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
  .df-section .accordion-content-subitem .accordion-subitem-content-wrapper {
    display: none;
    padding-top: 10px; }
    @media (max-width: 959px) {
      .df-section .accordion-content-subitem .accordion-subitem-content-wrapper {
        display: block; } }
  .df-section-video {
    position: relative;
    width: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 959px) {
      .df-section-video {
        height: auto;
        border-radius: 4px; } }
    .df-section-video img {
      width: 100%;
      height: 100%; }
    .df-section-video video {
      width: 100%;
      height: auto;
      border-radius: inherit; }

.landscape {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .landscape {
      padding: 50px 0; } }
  .landscape__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px; }
    @media (max-width: 1279px) {
      .landscape__inner {
        gap: 40px; } }
    @media (max-width: 767px) {
      .landscape__inner {
        gap: 30px; } }
  .landscape__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    max-width: 890px;
    text-align: center; }
    @media (max-width: 1279px) {
      .landscape__title {
        font-size: 35px; } }
    @media (max-width: 959px) {
      .landscape__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .landscape__title {
        text-align: left;
        font-size: 24px; } }
  .landscape__content {
    display: grid;
    grid-template-columns: 1fr 2.061fr;
    gap: 30px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 1799px) {
      .landscape__content {
        grid-template-columns: auto 1fr; } }
    @media (max-width: 1279px) {
      .landscape__content {
        grid-template-columns: 1fr;
        gap: 32px; } }
  .landscape__btn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }
    @media (max-width: 767px) {
      .landscape__btn-wrapper {
        gap: 20px; } }
  .landscape__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .landscape__btn {
        gap: 8px; } }
    .landscape__btn-icon {
      position: relative;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 12px;
      background: -webkit-linear-gradient(358deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
      background: -o-linear-gradient(358deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
      background: linear-gradient(92deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
      -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(12px);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
      .landscape__btn-icon::before {
        content: '';
        border-radius: inherit;
        position: absolute;
        inset: 0;
        background: -webkit-linear-gradient(357.86deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
        background: -o-linear-gradient(357.86deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
        background: linear-gradient(92.14deg, rgba(255, 255, 255, 0.3) 0.68%, rgba(197, 189, 187, 0.3) 98.76%);
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      @media (max-width: 767px) {
        .landscape__btn-icon {
          width: 32px;
          height: 32px;
          border-radius: 6px;
          -webkit-box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, 0.05);
          backdrop-filter: blur(6px); } }
      .landscape__btn-icon svg {
        width: 30px; }
        @media (max-width: 767px) {
          .landscape__btn-icon svg {
            width: 15px; } }
    .landscape__btn-label {
      color: #F5F5F5;
      font-size: 18px;
      font-weight: 600;
      line-height: 150%; }
      @media (max-width: 767px) {
        .landscape__btn-label {
          font-size: 13px; } }
      .landscape__btn-label span {
        vertical-align: super;
        font-size: 13px; }
        @media (max-width: 767px) {
          .landscape__btn-label span {
            font-size: 9px; } }
    .landscape__btn:hover .landscape__btn-icon::before {
      opacity: 1; }
    .landscape__btn.is-active .landscape__btn-icon {
      background: #FFF; }
      .landscape__btn.is-active .landscape__btn-icon::before {
        visibility: hidden; }
      .landscape__btn.is-active .landscape__btn-icon svg path {
        fill: #1A1A1A; }
  .landscape__timer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1279px) {
      .landscape__timer {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 767px) {
      .landscape__timer {
        width: 100%; } }
    .landscape__timer-wr {
      border-radius: 12px;
      margin-top: 30px;
      padding: 4px 14px 4px 4px;
      background: rgba(0, 0, 0, 0.25);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px; }
      @media (max-width: 767px) {
        .landscape__timer-wr {
          width: 100%;
          padding: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-top: 20px; } }
      .landscape__timer-wr .sk-btn {
        min-width: 170px;
        background: #FFA800;
        margin: 0; }
        @media (max-width: 1279px) {
          .landscape__timer-wr .sk-btn {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 0; } }
        @media (max-width: 767px) {
          .landscape__timer-wr .sk-btn {
            width: 100%; } }
        .landscape__timer-wr .sk-btn.transparent {
          background-color: transparent;
          color: white;
          border: 1px solid white;
          margin-left: 15px; }
          .landscape__timer-wr .sk-btn.transparent:hover {
            background-color: #fff;
            color: black; }
          @media (max-width: 767px) {
            .landscape__timer-wr .sk-btn.transparent {
              margin-left: 0;
              margin-top: 10px; } }
      @media (max-width: 767px) {
        .landscape__timer-wr .countdown-timer {
          margin-top: 10px; } }
      .landscape__timer-wr .countdown-timer__digit p {
        background: none; }
        @media (max-width: 767px) {
          .landscape__timer-wr .countdown-timer__digit p {
            font-size: 15px; } }
  .landscape .ba-slider-new {
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .landscape .ba-slider-new {
        border-radius: 15px; } }
    .landscape .ba-slider-new.disabled .ba-slider-new__after, .landscape .ba-slider-new.disabled .ba-slider-new__fake {
      display: none; }
    .landscape .ba-slider-new__img {
      height: 650px; }
      @media (max-width: 1799px) {
        .landscape .ba-slider-new__img {
          height: 530px; } }
      @media (max-width: 1279px) {
        .landscape .ba-slider-new__img {
          height: 480px; } }
      @media (max-width: 959px) {
        .landscape .ba-slider-new__img {
          height: 400px; } }
      @media (max-width: 767px) {
        .landscape .ba-slider-new__img {
          height: 350px; } }
      @media (max-width: 575px) {
        .landscape .ba-slider-new__img {
          height: 290px; } }
    .landscape .ba-slider-new__label {
      top: 0;
      bottom: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 150%; }

.luminar-neo-requirements {
  background-color: #000;
  padding: 50px 0 20px; }
  @media (max-width: 1279px) {
    .luminar-neo-requirements {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .luminar-neo-requirements__body {
      padding: 0; } }
  .luminar-neo-requirements__title {
    text-align: center; }
  .luminar-neo-requirements__item-name {
    padding-bottom: 15px; }
  .luminar-neo-requirements__item-desc {
    padding-bottom: 15px;
    color: #ffffff;
    opacity: 0.7; }
  .luminar-neo-requirements__item_title {
    padding-bottom: 20px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .luminar-neo-requirements__item_title figure {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 29px; }
      .luminar-neo-requirements__item_title figure svg {
        display: block; }
  .luminar-neo-requirements__req-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px; }
    @media (max-width: 767px) {
      .luminar-neo-requirements__req-title {
        font-size: 24px;
        margin-bottom: 15px; } }
    .luminar-neo-requirements__req-title figure:first-child {
      margin: 0 15px; }
  .luminar-neo-requirements__req-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (max-width: 575px) {
      .luminar-neo-requirements__req-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .luminar-neo-requirements__content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .luminar-neo-requirements .active-content {
    max-height: 600px; }
    @media (max-width: 1279px) {
      .luminar-neo-requirements .active-content {
        max-height: 820px; } }
    @media (max-width: 767px) {
      .luminar-neo-requirements .active-content {
        max-height: 1070px; } }
  .luminar-neo-requirements .active-text {
    display: none; }
  .luminar-neo-requirements .mobile-req-btn {
    display: none; }
    @media (max-width: 575px) {
      .luminar-neo-requirements .mobile-req-btn {
        display: block; } }
  .luminar-neo-requirements .desktop-req-btn {
    display: block; }
    @media (max-width: 575px) {
      .luminar-neo-requirements .desktop-req-btn {
        display: none; } }
  .luminar-neo-requirements__link {
    display: inline-block;
    margin-top: 10px; }
  .luminar-neo-requirements__wrap {
    margin-top: 30px; }
    @media (max-width: 575px) {
      .luminar-neo-requirements__wrap .row:last-child {
        padding-bottom: 15px; } }

.luminar-neo-fix {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  background: #000;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  z-index: 9999; }
  .luminar-neo-fix .fix-block-timer {
    display: none; }
    .luminar-neo-fix .fix-block-timer.is-active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .luminar-neo-fix.is-active {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .luminar-neo-fix_owe {
    background: -webkit-linear-gradient(184deg, rgba(0, 0, 0, 0.7) 14.8%, rgba(168, 81, 0, 0.7) 52.77%, rgba(0, 0, 0, 0.7) 88.5%), #000;
    background: -o-linear-gradient(184deg, rgba(0, 0, 0, 0.7) 14.8%, rgba(168, 81, 0, 0.7) 52.77%, rgba(0, 0, 0, 0.7) 88.5%), #000;
    background: linear-gradient(266deg, rgba(0, 0, 0, 0.7) 14.8%, rgba(168, 81, 0, 0.7) 52.77%, rgba(0, 0, 0, 0.7) 88.5%), #000; }
  .luminar-neo-fix__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 767px) {
      .luminar-neo-fix__text {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
        .luminar-neo-fix__text svg {
          display: none; } }
    .luminar-neo-fix__text img {
      max-width: 256px; }
      @media (max-width: 1280px) {
        .luminar-neo-fix__text img {
          max-width: 200px; } }
      @media (max-width: 820px) {
        .luminar-neo-fix__text img {
          max-width: 120px; } }
    .luminar-neo-fix__text p {
      text-align: right;
      font-weight: 600;
      font-size: 15px;
      line-height: 120%;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .luminar-neo-fix__text p {
          font-size: 11px; } }
  @media (max-width: 767px) {
    .luminar-neo-fix__btn {
      min-width: 0; } }
  .luminar-neo-fix__list-wr {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 960px) {
      .luminar-neo-fix__list-wr .sk-figure {
        width: 36px;
        height: 36px;
        overflow: hidden;
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/new-icon-for-syicky-header.svg);
        background-size: contain; } }
    .luminar-neo-fix__list-wr .sk-figure img {
      width: 200px;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left; }
      @media (max-width: 960px) {
        .luminar-neo-fix__list-wr .sk-figure img {
          display: none; } }
    .luminar-neo-fix__list-wr .sk-btn-trial {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .luminar-neo-fix__list-wr .sk-btn-trial_mob {
        display: none; } }
  .luminar-neo-fix__logo {
    width: auto;
    height: 40px; }
    .luminar-neo-fix__logo:hover {
      cursor: pointer; }
  .luminar-neo-fix__label {
    margin-right: 14px; }
  @media (max-width: 1799px) {
    .luminar-neo-fix .anchor__list {
      margin: 8px auto 8px 0; } }
  .luminar-neo-fix__btns-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
  .luminar-neo-fix .product-tour-link {
    display: block;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .luminar-neo-fix .product-tour-link {
        display: none; } }
  .luminar-neo-fix__btn {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .luminar-neo-fix__btn {
        width: auto; } }
  .luminar-neo-fix__btn-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-left: 15px;
    padding-right: 20px; }
    @media (max-width: 959px) {
      .luminar-neo-fix__btn-label {
        display: none; } }
    @media (max-width: 1279px) {
      .fr .luminar-neo-fix__btn-label {
        display: none; } }
    .luminar-neo-fix__btn-label img {
      width: 100%;
      height: auto; }
  .luminar-neo-fix .is-sale-link {
    margin-right: 12px;
    display: inline-block; }
    @media (max-width: 959px) {
      .luminar-neo-fix .is-sale-link {
        display: none; } }
    .luminar-neo-fix .is-sale-link span {
      display: inline-block;
      font-weight: 900;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      padding-right: 3px;
      background: -webkit-linear-gradient(345.53deg, #FFC83A 2.05%, #FE69AE 91.37%);
      background: -o-linear-gradient(345.53deg, #FFC83A 2.05%, #FE69AE 91.37%);
      background: linear-gradient(104.47deg, #FFC83A 2.05%, #FE69AE 91.37%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: "Roobert", Helvetica, Arial, sans-serif; }
  .luminar-neo-fix_travel-camp-2021 .luminar-neo-fix__btns-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .luminar-neo-fix_travel-camp-2021 .product-tour-link {
    margin: 0 0 0 15px; }
  .luminar-neo-fix__travel-camp-2021 {
    width: 133px;
    height: 31px;
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%); }
    @media (max-width: 959px) {
      .luminar-neo-fix__travel-camp-2021 {
        display: none; } }
    .luminar-neo-fix__travel-camp-2021 .sk-figure img {
      width: 100%;
      height: auto; }
  .luminar-neo-fix__bf-2021 {
    width: 321px;
    height: 60px;
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%); }
    @media (max-width: 959px) {
      .luminar-neo-fix__bf-2021 {
        display: none; } }
    .luminar-neo-fix__bf-2021 .sk-figure.luminar-neo-fix__bf-2021-label {
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px); }
      .luminar-neo-fix__bf-2021 .sk-figure.luminar-neo-fix__bf-2021-label img {
        width: 100%;
        height: auto; }
  .luminar-neo-fix .ny-fixedbar-link {
    margin-right: 15px; }
    @media (max-width: 959px) {
      .luminar-neo-fix .ny-fixedbar-link {
        display: none; } }
  .luminar-neo-fix__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 14px; }
    @media (max-width: 959px) {
      .luminar-neo-fix__label {
        display: none; } }
    .luminar-neo-fix__label-text {
      letter-spacing: -0.02em;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 100%; }
      .luminar-neo-fix__label-text_color {
        margin-bottom: 4px;
        font-size: 14px;
        letter-spacing: initial; }
        .luminar-neo-fix__label-text_color span {
          background: -webkit-gradient(linear, left top, right top, from(#FC8865), to(#FC504A));
          background: -webkit-linear-gradient(left, #FC8865 0%, #FC504A 100%);
          background: -o-linear-gradient(left, #FC8865 0%, #FC504A 100%);
          background: linear-gradient(90deg, #FC8865 0%, #FC504A 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          display: inline-block;
          margin-left: 2px; }

.fix-menu__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 14px; }
  @media (max-width: 575px) {
    .fix-menu__label {
      display: none; } }
  .fix-menu__label-text {
    letter-spacing: -0.02em;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%; }
    .fix-menu__label-text_color {
      margin-bottom: 4px;
      font-size: 14px;
      letter-spacing: initial; }
      .fix-menu__label-text_color span {
        background: -webkit-gradient(linear, left top, right top, from(#FC8865), to(#FC504A));
        background: -webkit-linear-gradient(left, #FC8865 0%, #FC504A 100%);
        background: -o-linear-gradient(left, #FC8865 0%, #FC504A 100%);
        background: linear-gradient(90deg, #FC8865 0%, #FC504A 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        margin-left: 2px; }
  .fix-menu__label .sk-figure img {
    max-width: 145px; }

.sk-uikit-v2 .fix-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #000;
  z-index: 9999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: hidden; }
  .sk-uikit-v2 .fix-menu.bf-23 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/cw-sticky-header-min.png); }
    @media (max-width: 1560px) {
      .sk-uikit-v2 .fix-menu.bf-23 {
        background-position-x: -webkit-calc(50% - 110px);
        background-position-x: calc(50% - 110px); } }
    @media (max-width: 1279px) {
      .sk-uikit-v2 .fix-menu.bf-23 {
        background-position-x: -webkit-calc(50% + 20px);
        background-position-x: calc(50% + 20px); } }
    @media (max-width: 959px) {
      .sk-uikit-v2 .fix-menu.bf-23 {
        background-position-x: -webkit-calc(50% + 50px);
        background-position-x: calc(50% + 50px); } }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu.bf-23 {
        background-position-x: center; } }
    @media (max-width: 575px) {
      .sk-uikit-v2 .fix-menu.bf-23 {
        background-position-x: -webkit-calc(50% - 20px);
        background-position-x: calc(50% - 20px);
        background-size: 650px;
        background-repeat: no-repeat;
        background-position-y: center;
        background-color: #0a070d; } }
  .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle {
    background: #120730;
    height: 56px; }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .fix-menu__btns-wrap {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .fix-menu__label-text_color {
      background: -webkit-linear-gradient(0.01deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
      background: -o-linear-gradient(0.01deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
      background: linear-gradient(89.99deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-weight: 600;
      font-size: 15px;
      line-height: 120%;
      text-transform: none;
      margin-right: 20px;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .fix-menu__label-text_color {
          font-size: 11px;
          line-height: 17px;
          margin: 0 10px 0 0; } }
    .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .countdown-timer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 10px 0 0; }
      @media (max-width: 959px) {
        .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .countdown-timer {
          display: none; } }
      .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .countdown-timer .countdown-timer__digit p {
        padding: 5px 9px;
        background: none;
        border-radius: 0;
        font-weight: 600;
        font-size: 25px;
        line-height: 120%;
        margin: 0 3px;
        min-width: 50px; }
      .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .countdown-timer .countdown-timer__divider {
        font-weight: 600;
        font-size: 25px;
        line-height: 120%; }
  .sk-uikit-v2 .fix-menu__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px; }
    @media (max-width: 580px) {
      .sk-uikit-v2 .fix-menu__text {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
        .sk-uikit-v2 .fix-menu__text svg {
          display: none; } }
    .sk-uikit-v2 .fix-menu__text img {
      max-width: 256px; }
      @media (max-width: 1280px) {
        .sk-uikit-v2 .fix-menu__text img {
          max-width: 200px; } }
      @media (max-width: 820px) {
        .sk-uikit-v2 .fix-menu__text img {
          max-width: 120px; } }
    .sk-uikit-v2 .fix-menu__text p {
      text-align: right;
      font-weight: 600;
      font-size: 15px;
      line-height: 120%;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__text p {
          font-size: 11px; } }
  .sk-uikit-v2 .fix-menu__btn {
    padding: 11px 25px;
    margin-bottom: 0;
    margin-left: 16px;
    min-width: 170px; }
    @media (max-width: 992px) {
      .sk-uikit-v2 .fix-menu__btn {
        min-width: 160px !important; } }
    .sk-uikit-v2 .fix-menu__btn .icon {
      display: none; }
      @media (max-width: 992px) {
        .sk-uikit-v2 .fix-menu__btn .icon {
          display: block;
          position: absolute;
          top: 50%;
          right: -30px;
          font-size: 48px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .sk-uikit-v2 .fix-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .sk-uikit-v2 .fix-menu__col {
    position: relative; }
  .sk-uikit-v2 .fix-menu__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    height: 50px;
    max-width: 1650px;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      .sk-uikit-v2 .fix-menu__wrap {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .sk-uikit-v2 .fix-menu__wrap.is-active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .sk-uikit-v2 .fix-menu__logo-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sk-uikit-v2 .fix-menu__logo-wrap figure {
      width: 40px;
      height: 45px;
      margin-right: 12px;
      overflow: hidden; }
      .sk-uikit-v2 .fix-menu__logo-wrap figure svg {
        width: 100%;
        height: 100%; }
  .sk-uikit-v2 .fix-menu__luminar-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu__luminar-logo {
        position: relative;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; } }
    .sk-uikit-v2 .fix-menu__luminar-logo figure {
      width: 100%;
      max-width: 200px;
      -webkit-transition: width .3s ease-in-out;
      -o-transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__luminar-logo figure {
          margin: 0; } }
      @media (max-width: 575px) {
        .sk-uikit-v2 .fix-menu__luminar-logo figure {
          max-width: 150px; } }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu__luminar-logo_desc {
        display: none; } }
    .sk-uikit-v2 .fix-menu__luminar-logo_mob {
      display: none; }
      @media (max-width: 425px) {
        .fr .sk-uikit-v2 .fix-menu__luminar-logo_mob {
          margin-right: 10px; } }
      .sk-uikit-v2 .fix-menu__luminar-logo_mob img {
        max-width: 40px; }
        @media (max-width: 425px) {
          .fr .sk-uikit-v2 .fix-menu__luminar-logo_mob img {
            width: 30px; } }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__luminar-logo_mob {
          display: block; } }
  .sk-uikit-v2 .fix-menu__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 960px) {
      .sk-uikit-v2 .fix-menu__title {
        display: none; } }
    .sk-uikit-v2 .fix-menu__title_owe {
      font-size: 18px;
      font-weight: 600;
      line-height: 20px; }
      @media (max-width: 960px) {
        .sk-uikit-v2 .fix-menu__title_owe {
          display: block; } }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__title_owe {
          font-size: 9px;
          font-weight: 600;
          line-height: 12px; } }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__title_owe span {
          color: #FFA800; } }
  .sk-uikit-v2 .fix-menu__btns-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    .sk-uikit-v2 .fix-menu__btns-wrap img {
      width: 40px;
      margin: 0 8px 0 12px; }
    .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download__gift {
      top: -5px; }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu__btns-wrap .sk-btn {
        font-size: 11px;
        min-width: 120px !important;
        padding: 8px 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        margin-left: 5px; }
      .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download_mob.sk-btn {
        padding: 7px 7px; }
      .fr .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download {
        white-space: initial;
        font-size: 10px;
        line-height: 10px; } }
    @media (max-width: 425px) {
      .fr .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-buy.sk-btn {
        white-space: initial;
        line-height: 12px;
        padding: 5px; }
      .fr .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download_mob.sk-btn {
        white-space: initial;
        line-height: 12px;
        padding: 5px; } }
    .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 10; }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label {
          right: 0; } }
      @media (max-width: 1279px) {
        .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label {
          display: none; } }
      .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label img {
        margin-left: 10px; }
        @media (max-width: 767px) {
          .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label img {
            display: none; } }
      .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p {
        font-size: 15px;
        font-weight: 700;
        line-height: 130%;
        text-align: end;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block; }
        @media (max-width: 767px) {
          .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p {
            font-size: 12px;
            line-height: 125%; } }
        .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span {
          text-shadow: 0px 5.544642925262451px 33.26785659790039px 0px #40C6FF80;
          display: inline-block;
          text-transform: uppercase;
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          background-size: cover;
          background-image: -webkit-linear-gradient(357.09deg, #30E794 0.99%, #2CC1DF 78.59%), -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF);
          background-image: -o-linear-gradient(357.09deg, #30E794 0.99%, #2CC1DF 78.59%), -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
          background-image: linear-gradient(92.91deg, #30E794 0.99%, #2CC1DF 78.59%), linear-gradient(0deg, #FFFFFF, #FFFFFF); }
          @media (max-width: 992px) {
            .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span.desc {
              display: none; } }
          .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span.mob {
            display: none; }
            @media (max-width: 992px) {
              .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span.mob {
                display: block;
                text-transform: uppercase; } }
        .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p img {
          width: 235px;
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
          @media (max-width: 992px) {
            .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p img {
              display: none; } }
    .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label-icon {
      width: 34px;
      -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
      transform: rotate(14deg); }
      .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label-icon_mob {
        display: none;
        -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
        transform: rotate(14deg); }
        @media (max-width: 767px) {
          .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label-icon_mob {
            display: block; } }
  .sk-uikit-v2 .fix-menu .luminar-neo-fix__btn-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    margin-left: 15px;
    line-height: 20px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu .luminar-neo-fix__btn-label {
        display: none; } }
  .sk-uikit-v2 .fix-menu__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -moz-box-orient: initial;
    -moz-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    margin-right: 10px; }
    .sk-uikit-v2 .fix-menu__label-text {
      font-size: 14px;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 700;
      line-height: 15px;
      color: white;
      text-align: right;
      max-width: 322px; }
      @media (max-width: 575px) {
        .sk-uikit-v2 .fix-menu__label-text {
          font-size: 12px;
          line-height: 130%; } }
      .sk-uikit-v2 .fix-menu__label-text_color {
        color: #FFEA00; }
        @media (max-width: 768px) {
          .sk-uikit-v2 .fix-menu__label-text_color {
            display: block; } }
    .sk-uikit-v2 .fix-menu__label .sk-figure img {
      width: 45px; }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__label .sk-figure img {
          display: none; } }
  .sk-uikit-v2 .fix-menu__label-experiment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 9px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .sk-uikit-v2 .fix-menu__label-experiment {
        gap: 4px;
        margin-right: 0;
        position: relative;
        right: -25px;
        z-index: 10; } }
    .sk-uikit-v2 .fix-menu__label-experiment-text {
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      color: white;
      text-align: right; }
      @media (max-width: 575px) {
        .sk-uikit-v2 .fix-menu__label-experiment-text {
          font-size: 11px;
          line-height: 13px; } }
      .sk-uikit-v2 .fix-menu__label-experiment-text_color {
        color: #FF5C00;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px; }
        .sk-uikit-v2 .fix-menu__label-experiment-text_color span {
          display: block;
          color: #FFA800; }
    .sk-uikit-v2 .fix-menu__label-experiment-logo {
      width: 43px; }
    .sk-uikit-v2 .fix-menu__label-experiment .sk-figure img {
      width: 45px; }
      @media (max-width: 767px) {
        .sk-uikit-v2 .fix-menu__label-experiment .sk-figure img {
          display: none; } }
  .sk-uikit-v2 .fix-menu .promo-label {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: end; }
    @media (max-width: 575px) {
      .sk-uikit-v2 .fix-menu .promo-label {
        font-size: 11px;
        line-height: 130%;
        letter-spacing: 0.6px; } }
    @media (max-width: 575px) {
      .sk-uikit-v2 .fix-menu .promo-label__desk {
        display: none; } }
    .sk-uikit-v2 .fix-menu .promo-label__mob {
      display: none; }
      @media (max-width: 575px) {
        .sk-uikit-v2 .fix-menu .promo-label__mob {
          display: inline; } }

.luminar-neo-fix__btn-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  padding-right: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFEAEA;
  font-weight: 700;
  font-size: 14px;
  line-height: 139.5%; }
  @media (max-width: 959px) {
    .luminar-neo-fix__btn-label {
      display: none; } }
  @media (max-width: 1279px) {
    .fr .luminar-neo-fix__btn-label {
      display: none; } }
  .luminar-neo-fix__btn-label img {
    width: 100%;
    height: auto; }

@-webkit-keyframes Color {
  0% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  50% {
    background: -webkit-linear-gradient(27.75deg, #BB67FF -43.58%, #8D25BF 3.61%, #DD68D0 51.48%, #FFA0E1 107.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  100% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

@keyframes Color {
  0% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  50% {
    background: -webkit-linear-gradient(27.75deg, #BB67FF -43.58%, #8D25BF 3.61%, #DD68D0 51.48%, #FFA0E1 107.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  100% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.nl .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .fr .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .de .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .it .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .es .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p {
  font-size: 13px; }

.luminar-neo-fix {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 60px; }
  @media (max-width: 1120px) {
    .luminar-neo-fix {
      background-position: center;
      background-size: cover; } }
  .luminar-neo-fix__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .luminar-neo-fix__label-text {
      color: #FFF;
      text-align: right;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      max-width: 530px; }

@media (max-width: 575px) {
  .luminar-neo-fix__label-text {
    font-size: 9px;
    line-height: 1.2; } }
      .luminar-neo-fix__label-text-color {
        color: #FFA800; }
      .luminar-neo-fix__label-text-pic {
        font-size: 43px;
        line-height: 38px;
        margin-left: 9px; }
        @media (max-width: 959px) {
          .luminar-neo-fix__label-text-pic {
            display: none; } }
      .luminar-neo-fix__label-text .pic {
        display: none; }
        @media (max-width: 959px) {
          .luminar-neo-fix__label-text .pic {
            display: inline;
            font-size: inherit; } }
      .luminar-neo-fix__label-text strong {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 600;
        text-transform: uppercase; }
        @media (max-width: 959px) {
          .luminar-neo-fix__label-text strong {
            display: none; } }

.luminar-neo-fix-aniversary {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/anniversary-fix-bgi-with-pic.jpg); }
  @media (max-width: 1120px) {
    .luminar-neo-fix-aniversary {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/anniversary-fix-bgi.jpg); } }

.anniversary__label.fix-menu__label {
  max-width: 400px; }
  @media (max-width: 375px) {
    .anniversary__label.fix-menu__label {
      display: none; } }

.anniversary__label-experiment.fix-menu__label-experiment {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 400px; }

.anniversary__icon {
  margin-right: 9px;
  display: inline-block;
  width: 52px; }
  @media (max-width: 768px) {
    .anniversary__icon {
      display: none; } }

.anniversary__btn.sk-btn_type_primary {
  min-width: 170px; }
  @media (max-width: 768px) {
    .anniversary__btn.sk-btn_type_primary {
      min-width: 120px;
      margin-right: 20px;
      position: relative; } }
  @media (max-width: 575px) {
    .anniversary__btn.sk-btn_type_primary {
      margin-right: 0; } }
  .anniversary__btn.sk-btn_type_primary .anniversary__btn-icon {
    display: none; }
    @media (max-width: 768px) {
      .anniversary__btn.sk-btn_type_primary .anniversary__btn-icon {
        position: absolute;
        top: 50%;
        right: -24px;
        width: 44px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block; } }

.fix-block-timer {
  margin: 0 8px; }
  .fix-block-timer.is-active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1439px) {
      .fix-block-timer.is-active {
        display: none !important; } }
  @media (max-width: 1799px) {
    .fix-block-timer {
      display: none; } }
  .fix-block-timer .countdown-timer_d_text {
    font-size: 17px;
    line-height: 20px; }

@media (max-width: 960px) {
  .luminar-neo-fix__list-wr .sk-figure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.buy {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .buy {
      padding: 40px 0; } }
  .buy__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 165px 0;
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/neo-new-buy-bg-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 16px; }
    @media (max-width: 767px) {
      .buy__content {
        padding: 40px 0;
        min-height: 375px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .buy__card-footer-text {
    margin-top: 6px;
    color: #B3AABE;
    font-size: 15px;
    max-width: 315px;
    padding-bottom: 50px;
    text-align: center; }
    @media (max-width: 1279px) {
      .buy__card-footer-text {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .buy__card-footer-text {
        padding-bottom: 0; } }
    .buy__card-footer-text span {
      display: block;
      color: #F6D247;
      text-align: center; }
  .buy__logo {
    width: 86px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .buy__logo {
        width: 66px;
        margin-bottom: 25px; } }
  .buy__title, .buy__text {
    text-align: center; }
  .buy__title {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .buy__title {
        margin-bottom: 25px;
        font-size: 20px;
        max-width: 314px; } }
  .buy__title-after {
    display: none; }
  .buy__text {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .buy__text {
        font-size: 16px; } }
  .buy__list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1279px) {
      .buy__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 300px; } }
  .buy__list-item {
    margin: 0 15px 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1279px) {
      .buy__list-item {
        margin: 0 0 15px; } }
    .buy__list-item:last-child {
      margin: 0 0 15px 0; }
    .buy__list-item:before {
      content: '';
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/pricing-check-circle-new.svg);
      width: 24px;
      min-width: 24px;
      height: 24px;
      margin-right: 10px;
      vertical-align: middle; }
  .buy__btn-wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .buy .sk-btn {
    background: #FFA800;
    color: #000;
    margin: 0 7px;
    min-width: 170px; }
    .buy .sk-btn:hover {
      background: #FFA800;
      opacity: .8; }
    .buy .sk-btn.transparent {
      background-color: transparent;
      color: white;
      border: 1px solid white; }
      .buy .sk-btn.transparent:hover {
        background-color: #fff;
        color: black; }

.holiday-img {
  width: 443px;
  position: relative;
  margin-left: -115px;
  margin-bottom: -65px; }
  @media (max-width: 959px) {
    .holiday-img {
      display: none; } }

.holiday-label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background: #8A0C00;
  padding: 12px 16px;
  margin-bottom: 30px;
  position: relative;
  pointer-events: auto; }
  @media (max-width: 1560px) {
    .holiday-label {
      padding: 8px 12px; } }
  @media (max-width: 1560px) {
    .holiday-label {
      margin-bottom: 45px; } }
  .holiday-label__title {
    font-family: "DM Serif Display", serif;
    color: #F2AC3D;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1560px) {
      .holiday-label__title {
        font-size: 22px; } }
    @media (max-width: 1160px) {
      .holiday-label__title {
        font-size: 18px; } }
  .holiday-label__sale {
    border-radius: 20px;
    background: #F2AC3D;
    padding: 8px 12px;
    color: #6E0000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase; }
    @media (max-width: 1560px) {
      .holiday-label__sale {
        font-size: 16px;
        padding: 6px 8px; } }
    @media (max-width: 1160px) {
      .holiday-label__sale {
        font-size: 14px; } }
    @media (max-width: 960px) {
      .holiday-label__sale {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: transparent;
        color: #F2AC3D;
        font-size: 12px; } }
  .holiday-label svg {
    margin: 0 8px; }
  .holiday-label__icon-mob {
    display: none; }
    @media (max-width: 960px) {
      .holiday-label__icon-mob {
        display: block;
        margin-right: 15px; } }

.intro-july-test .hero-ab-test__content-info .subtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px; }
  @media (max-width: 959px) {
    .intro-july-test .hero-ab-test__content-info .subtitle {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .intro-july-test .hero-ab-test__content-info .subtitle.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    max-width: 365px; }
    .intro-july-test .hero-ab-test__content-info .subtitle.flex img {
      width: 40px;
      margin: 0; }
      @media (max-width: 959px) {
        .intro-july-test .hero-ab-test__content-info .subtitle.flex img {
          display: none; } }
    .intro-july-test .hero-ab-test__content-info .subtitle.flex p {
      max-width: -webkit-calc(100% - 50px);
      max-width: calc(100% - 50px);
      text-transform: inherit; }
  .intro-july-test .hero-ab-test__content-info .subtitle .summer-icon {
    width: 20px;
    position: relative;
    margin: 0 3px -2px 0; }
  .intro-july-test .hero-ab-test__content-info .subtitle svg {
    margin-right: 10px; }
  .intro-july-test .hero-ab-test__content-info .subtitle p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize; }
    @media (max-width: 960px) {
      .intro-july-test .hero-ab-test__content-info .subtitle p {
        font-size: 15px;
        line-height: 150%; } }
    .intro-july-test .hero-ab-test__content-info .subtitle p span {
      color: #F2AC3D; }

.stiky-hs.luminar-neo-fix {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-bg.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden; }

.stiky-hs.indpendence {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/independence-2025-sticky-bg.jpg);
  background-position: center center;
  background-size: cover; }

.stiky-hs.luminar-neo-fix_owe .bf-timer.hero__countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 575px) {
    .stiky-hs.luminar-neo-fix_owe .bf-timer.hero__countdown {
      width: 100%;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.stiky-hs.luminar-neo-fix_owe .bf-timer .hero__countdown-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.138px;
  margin-right: 8px;
  color: #fff; }
  @media (max-width: 767px) {
    .stiky-hs.luminar-neo-fix_owe .bf-timer .hero__countdown-title {
      font-size: 10px;
      line-height: 17px; } }

.stiky-hs.luminar-neo-fix_owe .bf-timer .countdown-timer p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.467px;
  border-radius: 4.833px;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 2px;
  color: white;
  min-width: 0; }

.stiky-hs.luminar-neo-fix_owe .anniversary__label.fix-menu__label {
  max-width: 400px; }
  @media (max-width: 575px) {
    .stiky-hs.luminar-neo-fix_owe .anniversary__label.fix-menu__label {
      margin: 0 15px; } }

.stiky-hs.luminar-neo-fix_owe .luminar-neo-fix__label-text {
  margin: 0 5px;
  position: absolute;
  left: 50%;
  top: 50%; }

.stiky-hs.luminar-neo-fix_owe .fix-block-timer.hide {
  display: none !important; }

.stiky-hs.luminar-neo-fix_owe .luminar-neo-fix__label-text::before {
  top: 50%;
  left: -130px;
  width: 259px;
  height: 56px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: 259px auto; }

.stiky-hs .countdown-timer .countdown-timer__digit p {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08); }

@media (max-width: 575px) {
  .stiky-hs .luminar-neo-fix__btns-wrap {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    width: 100%; } }

@media (max-width: 575px) {
  .stiky-hs .luminar-neo-fix__btns-wrap .luminar-neo-fix__label-text {
    text-align: left;
    max-width: 190px; } }

@media (max-width: 575px) {
  .stiky-hs .luminar-neo-fix__btns-wrap .luminar-neo-fix__label-text br {
    display: none; } }

.stiky-hs .luminar-neo-fix__label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%; }
  @media (max-width: 1180px) {
    .stiky-hs .luminar-neo-fix__label {
      left: 60%; } }
  @media (max-width: 960px) {
    .stiky-hs .luminar-neo-fix__label {
      display: none; }
      .stiky-hs .luminar-neo-fix__label.owe-label {
        display: block; } }
  .stiky-hs .luminar-neo-fix__label-mob {
    display: none; }
    @media (max-width: 960px) {
      .stiky-hs .luminar-neo-fix__label-mob {
        display: block;
        margin-left: 15px;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: auto; } }
  .stiky-hs .luminar-neo-fix__label svg {
    margin: 0 16px; }
    @media (max-width: 960px) {
      .stiky-hs .luminar-neo-fix__label svg {
        display: none; } }
  .stiky-hs .luminar-neo-fix__label-text {
    color: #fff;
    max-width: 360px;
    font-size: 18px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 120%;
    position: relative; }
    .stiky-hs .luminar-neo-fix__label-text.independence {
      font-size: 20px; }
    .stiky-hs .luminar-neo-fix__label-text::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -270px;
      width: 259px;
      height: 56px;
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block.png);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-position: center;
      background-size: 259px auto;
      background-repeat: no-repeat;
      z-index: -1; }
      @media (max-width: 959px) {
        .stiky-hs .luminar-neo-fix__label-text::before {
          display: none; } }
      .de .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-de.png); }
      .es .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-es.png); }
      .fr .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-fr.png); }
      .cs .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-cz.png); }
      .it .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-it.png); }
      .jp .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-jp.png); }
      .ko .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-ko.png); }
      .nl .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-nl.png); }
      .pl .stiky-hs .luminar-neo-fix__label-text::before {
        background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/summer-2025-fix-block-pl.png); }
    .stiky-hs .luminar-neo-fix__label-text.independence:before {
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/independence-2025-label-header.png) !important;
      height: 60px;
      left: -280px; }
    @media (max-width: 960px) {
      .stiky-hs .luminar-neo-fix__label-text {
        font-size: 12px;
        text-align: right; } }
    .stiky-hs .luminar-neo-fix__label-text.owe-text {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1560px) {
        .stiky-hs .luminar-neo-fix__label-text.owe-text {
          font-size: 13px; } }
      @media (max-width: 960px) {
        .stiky-hs .luminar-neo-fix__label-text.owe-text {
          font-size: 10px;
          margin-left: 10px;
          display: block; } }
      .stiky-hs .luminar-neo-fix__label-text.owe-text .icon {
        margin: 0 10px; }
        @media (max-width: 960px) {
          .stiky-hs .luminar-neo-fix__label-text.owe-text .icon {
            display: none; } }
      @media (max-width: 560px) {
        .stiky-hs .luminar-neo-fix__label-text.owe-text {
          font-size: 9px; } }
    .stiky-hs .luminar-neo-fix__label-text span {
      color: #F2AC3D; }

.stiky-hs.tanabata {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/tanabata-sticky-bg.png); }
  .stiky-hs.tanabata .luminar-neo-fix__label {
    height: 100%;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (max-width: 960px) {
      .stiky-hs.tanabata .luminar-neo-fix__label {
        top: auto;
        bottom: auto;
        left: auto;
        margin: 0 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .stiky-hs.tanabata .luminar-neo-fix__label::before, .stiky-hs.tanabata .luminar-neo-fix__label::after {
      content: '';
      position: absolute;
      top: 0;
      width: 79px;
      height: 100%;
      background-size: contain; }
      @media (max-width: 960px) {
        .stiky-hs.tanabata .luminar-neo-fix__label::before, .stiky-hs.tanabata .luminar-neo-fix__label::after {
          content: none; } }
    .stiky-hs.tanabata .luminar-neo-fix__label::before {
      right: -webkit-calc(100% + 20px);
      right: calc(100% + 20px);
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/tanabata-sticky-left.png); }
    .stiky-hs.tanabata .luminar-neo-fix__label::after {
      left: -webkit-calc(100% + 20px);
      left: calc(100% + 20px);
      background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/tanabata-sticky-right.png); }
    .stiky-hs.tanabata .luminar-neo-fix__label-text {
      font-size: 24px; }
      @media (max-width: 1799px) {
        .stiky-hs.tanabata .luminar-neo-fix__label-text {
          font-size: 18px; } }
      @media (max-width: 960px) {
        .stiky-hs.tanabata .luminar-neo-fix__label-text {
          font-size: 12px; } }
      .stiky-hs.tanabata .luminar-neo-fix__label-text::before {
        content: none; }

@media (max-width: 768px) {
  .anniversary__btn.sk-btn_type_primary {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.hs-hero__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 370px;
  margin-bottom: 20px; }
  @media (max-width: 1560px) {
    .hs-hero__label {
      max-width: 330px; } }
  @media (max-width: 959px) {
    .hs-hero__label {
      max-width: 100%; } }
  .hs-hero__label-icon {
    font-size: 60px;
    line-height: 28px;
    margin-right: 12px; }
    @media (max-width: 1560px) {
      .hs-hero__label-icon {
        font-size: 48px; } }
    @media (max-width: 959px) {
      .hs-hero__label-icon {
        display: none; } }
  .hs-hero__label-text {
    color: #FFA800;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 138.889% */
    letter-spacing: 0.36px;
    text-transform: uppercase; }
    @media (max-width: 1560px) {
      .hs-hero__label-text {
        font-size: 14px;
        line-height: 120%; } }
    .hs-hero__label-text .red {
      color: #FF4533;
      border-bottom: 3px dotted #FF4533;
      pointer-events: auto; }
    .hs-hero__label-text .icon {
      display: none; }
      @media (max-width: 959px) {
        .hs-hero__label-text .icon {
          display: inline-block; } }

.luminar-neo-fix-owe.luminar-neo-fix {
  background-image: url(https://media.macphun.com/img/uploads/uploads/marketplace/hero-fix-block-owe.jpg);
  background-size: cover;
  background-position: center; }
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label {
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 959px) {
      .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin-right: 15px;
        margin-left: 15px; } }
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative; }
    .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text span {
      color: #01DBC9; }
    @media (max-width: 959px) {
      .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text {
        font-size: 12px;
        text-align: right;
        max-width: 200px; }
        .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text br {
          display: none; } }
    @media (max-width: 560px) {
      .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text {
        font-size: 10px; } }
    .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -160px;
      width: 149px;
      height: 35px;
      background-image: url(https://media.macphun.com/img/uploads/uploads/marketplace/peackto-logo-main-fix-block.png);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1; }
      @media (max-width: 1280px) {
        .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text::before {
          display: none; } }