@font-face {
  font-family: 'Nexa';
  src: url("../fonts/Nexa-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  font-style: normal; }

.bold {
  font-weight: 700; }

.red {
  color: #ee6d4d !important; }

.red-bg {
  background-color: #fef3f0 !important; }

.green {
  color: #22fb6f !important; }

.green-bg {
  background-color: #dbfee8 !important; }

.blue {
  color: #2291fb !important; }

.blue-bg {
  background-color: #dbedfe !important; }

.yellow {
  color: #FFBF6C; }

.orange {
  color: #FE620F; }

.strike {
  text-decoration: line-through; }

.black {
  color: #0A1334; }

.white {
  color: #fff; }

.thank-you-page .header {
  background-size: 210%; }

.inner-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }

.top-bar {
  position: relative;
  padding: 27px 0;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#1A2263), to(#5647A6));
  background-image: -webkit-linear-gradient(left, #1A2263, #5647A6);
  background-image: -o-linear-gradient(left, #1A2263, #5647A6);
  background-image: linear-gradient(to right, #1A2263, #5647A6);
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2; }
  .top-bar span {
    text-transform: initial;
    margin: 0 10px;
    font-size: 24px; }

.contact-badge {
  position: relative;
  width: 266px;
  padding: 25px 35px 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  background-color: #1A2263;
  color: #fff;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: 5;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .contact-badge.small {
    padding: 20px 30px 20px;
    width: 240px; }
    .contact-badge.small .contact-badge-title {
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 10px; }
    .contact-badge.small .contact-badge-trigger {
      font-size: 12px;
      line-height: 16px; }
    .contact-badge.small .contact-badge-content.open {
      padding: 5px 0 0 !important; }
      .contact-badge.small .contact-badge-content.open a {
        font-size: 18px !important;
        line-height: 20px !important; }
      .contact-badge.small .contact-badge-content.open .contact-close {
        font-size: 18px !important;
        line-height: 19px !important;
        width: 25px !important;
        height: 25px !important;
        margin: 10px auto 0 !important; }
      .contact-badge.small .contact-badge-content.open .contact-name {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 5px; }
      .contact-badge.small .contact-badge-content.open .contact-image {
        width: 50px;
        height: 50px;
        margin-bottom: 5px; }

.contact-badge-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.contact-badge-trigger {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FE960F;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 1; }
  .contact-badge-trigger.open {
    opacity: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important; }

.contact-badge-content {
  padding: 0 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .contact-badge-content a {
    display: block;
    color: #fff;
    font-size: 0px;
    line-height: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .contact-badge-content.open {
    padding: 10px 0 0 !important; }
    .contact-badge-content.open a {
      font-size: 19px !important;
      line-height: 22px !important;
      letter-spacing: 1.5px !important;
      pointer-events: all !important;
      opacity: 1 !important; }
    .contact-badge-content.open .contact-name {
      display: block;
      font-size: 21px;
      line-height: 22px;
      margin-bottom: 5px; }
    .contact-badge-content.open .contact-image {
      width: 55px;
      height: 55px;
      margin-bottom: 5px;
      margin-top: 20px;
      border-radius: 50%;
      -o-object-fit: cover;
      object-fit: cover; }
    .contact-badge-content.open .contact-close {
      font-size: 20px !important;
      line-height: 20px !important;
      width: 30px !important;
      height: 30px !important;
      pointer-events: all !important;
      opacity: 1 !important;
      margin: 15px auto 0 !important; }

.contact-name {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .contact-name:first-of-type {
    margin-top: 0; }

.contact-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.contact-close {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #FE960F;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.header {
  position: relative;
  background-color: rgba(1, 18, 31, 0.9);
  background-color: transparent;
  background-image: url("../images/header-bg-new.png");
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  padding: 90px 0 40px;
  z-index: 1; }
  .header .inner-wrapper {
    position: relative;
    z-index: 1;
    width: 1680px;
    padding: 0 30px; }

.header-photo {
  position: absolute;
  top: 0;
  width: 670px;
  z-index: 0; }

.photo-left {
  top: -50px;
  left: -90px; }

.photo-right {
  right: -90px; }

.subtitle {
  color: #FE960F;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin: 0 0 25px;
  text-transform: uppercase; }
  .subtitle span {
    display: block; }

.thank-you-page .subtitle {
  line-height: 44px; }
  .thank-you-page .subtitle span {
    color: #fff; }

.title {
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 92px;
  line-height: 100px;
  font-weight: 700;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.header-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-date {
  position: relative;
  padding-left: 0;
  list-style-type: none;
  min-width: 270px;
  width: 390px;
  margin-right: 20px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(315deg, #9576FF, #6B4BD6);
  background-image: -o-linear-gradient(315deg, #9576FF, #6B4BD6);
  background-image: linear-gradient(135deg, #9576FF, #6B4BD6);
  padding: 45px 40px 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header-date:last-child {
    margin-right: 0; }
  .header-date li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px; }
    .header-date li:last-of-type {
      margin-bottom: 0; }
    .header-date li .bold {
      display: block; }
    .header-date li img {
      position: relative;
      width: 26px;
      margin-right: 15px; }
  .header-date:after {
    position: absolute;
    display: block;
    content: '*locuri limitate';
    bottom: -35px;
    color: #9576FF;
    font-size: 18px;
    line-height: 24px; }

.header-date-list {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }
  .header-date-list li:first-child img {
    top: -6px; }
  .header-date-list li:nth-child(2) img {
    top: -1px; }
  .header-date-list li:last-child img {
    top: 2px;
    left: 1.5px; }

.header-date-title {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 25px; }

.af-element {
  display: inline-block; }

.af-element-checkbox {
  display: block;
  margin: 20px auto 0;
  max-width: 500px; }
  .af-element-checkbox input {
    margin-right: 10px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }

._field-wrapper, ._button-wrapper {
  display: inline-block; }

._field22 {
  position: relative;
  max-width: 560px;
  margin: 15px 0;
  padding-left: 40px; }
  ._field22 input {
    position: absolute;
    visibility: hidden;
    pointer-events: none; }
    ._field22 input:checked + label:before {
      background-image: url("../images/check-solid.svg");
      background-color: #9576FF; }
    ._field22 input._has_error + label {
      color: #FFBCBC; }
      ._field22 input._has_error + label:before {
        background-color: #FFBCBC; }
  ._field22 label {
    position: relative;
    cursor: pointer; }
    ._field22 label:before {
      position: absolute;
      left: -40px;
      top: 0;
      display: block;
      content: '';
      width: 21px;
      height: 21px;
      background-color: #fff;
      border-radius: 5px;
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }

._error-inner {
  color: #ee6d4d; }

.signup {
  margin-top: 80px;
  margin-bottom: 80px; }
  .signup label {
    font-size: 17px;
    font-weight: 400;
    line-height: 22.22px;
    max-width: 500px;
    margin: 20px auto 0; }
  .signup ._error._above, .signup ._error._below, .signup ._error-inner._above, .signup ._error-inner._below {
    position: absolute;
    bottom: -25px; }

.signup-inner-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px; }

.field-email, .field-phone {
  position: relative; }
  .field-email:before, .field-phone:before {
    display: block;
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    opacity: 0.6; }
  .field-email:focus-within:before, .field-phone:focus-within:before {
    opacity: 1; }
  .field-email.not-empty:before, .field-phone.not-empty:before {
    opacity: 1; }

.field-email:before {
  background-image: url("../images/square-envelope-solid.svg"); }

.field-email.error:before {
  background-image: url("../images/square-envelope-solid-red.svg"); }

.field-phone:before {
  background-image: url("../images/square-phone-solid.svg"); }

.field-phone.error:before {
  background-image: url("../images/square-phone-solid-red.svg"); }

.form-input {
  width: 350px;
  font-family: "Rajdhani", sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  padding: 17px 25px 17px 60px;
  border-radius: 10px;
  margin-right: 15px;
  color: #5647A6;
  border: none; }
  .form-input::-webkit-input-placeholder {
    color: rgba(86, 71, 166, 0.37); }
  .form-input:-ms-input-placeholder {
    color: rgba(86, 71, 166, 0.37); }
  .form-input::-ms-input-placeholder {
    color: rgba(86, 71, 166, 0.37); }
  .form-input::placeholder {
    color: rgba(86, 71, 166, 0.37); }
  .form-input:focus, .form-input:active {
    border: none;
    outline: none; }
    .form-input:focus::-webkit-input-placeholder, .form-input:active::-webkit-input-placeholder {
      color: #5647A6; }
    .form-input:focus:-ms-input-placeholder, .form-input:active:-ms-input-placeholder {
      color: #5647A6; }
    .form-input:focus::-ms-input-placeholder, .form-input:active::-ms-input-placeholder {
      color: #5647A6; }
    .form-input:focus::placeholder, .form-input:active::placeholder {
      color: #5647A6; }
  .form-input._has_error {
    background-color: #fbe0d9; }

._button-wrapper {
  height: 65px; }

._field-wrapper.aligned {
  vertical-align: bottom; }

.form-button {
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer; }
  .form-button:hover span:first-child {
    background-color: #d97b01; }
  .form-button:hover span:last-child {
    background-color: #d94c01; }
  .form-button span {
    position: relative;
    padding: 16.5px 23px;
    background-color: #FE960F;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .form-button span:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .form-button span:last-child {
    background-color: #FE620F;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }

.note {
  display: block;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.78px; }

.description {
  position: relative;
  background-color: #fff8e7;
  padding: 140px 0 150px;
  margin-top: -100px; }
  .description .inner-wrapper {
    width: 1000px; }
  .description p {
    max-width: 1000px;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px; }
    .description p .bold {
      color: #FE620F; }

.colors-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .colors-bar span {
    height: 100%; }

.color-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2291fb; }

.color-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5eede; }

.color-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ee6d4d; }

.color-4 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #162137; }

.if {
  position: relative;
  padding: 0; }
  .if:before {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 100px;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%; }
  .if:after {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 100px;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%; }

.if-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .if-title .red {
    color: #FE620F !important; }

.if-lists {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px; }

.if-list {
  padding-left: 0;
  list-style-type: none;
  width: 450px; }
  .if-list li {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400; }
    .if-list li .bold {
      color: #FE620F; }
    .if-list li img {
      margin-right: 20px;
      width: 43px; }
    .if-list li:last-of-type {
      margin-bottom: 0; }

.themes {
  background-color: #061238;
  background-image: -webkit-linear-gradient(315deg, #5647A6, #29004D);
  background-image: -o-linear-gradient(315deg, #5647A6, #29004D);
  background-image: linear-gradient(135deg, #5647A6, #29004D);
  padding-top: 200px;
  padding-bottom: 200px; }

.themes-title {
  color: #fff;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  margin: 0 0 70px;
  text-align: center; }

.theme-section {
  position: relative; }

.theme-bg-title {
  position: absolute;
  left: 28px;
  top: 100%;
  margin: 0;
  -webkit-transform: translateY(-100px) rotateZ(-90deg);
  -ms-transform: translateY(-100px) rotate(-90deg);
  transform: translateY(-100px) rotateZ(-90deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  opacity: 0.05;
  color: #2291fb;
  font-size: 180px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  pointer-events: none; }
  .theme-bg-title--right {
    left: auto;
    right: 105px;
    top: 80px;
    -webkit-transform: rotateY(0deg) rotateZ(-90deg);
    transform: rotateY(0deg) rotateZ(-90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }

.theme {
  position: relative;
  margin-bottom: 75px; }
  .theme .colors-bar {
    height: 25px; }
    .theme .colors-bar .color-1 {
      border-bottom-left-radius: 10px; }
    .theme .colors-bar .color-4 {
      border-bottom-right-radius: 10px; }

.theme-header {
  padding: 70px 62px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9576FF), to(#6F56FC));
  background-image: -webkit-linear-gradient(left, #9576FF, #6F56FC);
  background-image: -o-linear-gradient(left, #9576FF, #6F56FC);
  background-image: linear-gradient(90deg, #9576FF, #6F56FC);
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }
  .theme-header--orange {
    background-image: -webkit-gradient(linear, left top, right top, from(#FE960F), to(#FFBF6C));
    background-image: -webkit-linear-gradient(left, #FE960F, #FFBF6C);
    background-image: -o-linear-gradient(left, #FE960F, #FFBF6C);
    background-image: linear-gradient(90deg, #FE960F, #FFBF6C); }

.theme-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 42px;
  margin: 0 0 20px; }
  .theme-title .bold {
    text-transform: uppercase; }

.theme-description {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px; }

.theme-date, .theme-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  line-height: 24px; }
  .theme-date img, .theme-time img {
    position: relative;
    width: 22px;
    margin-right: 16px; }

.theme-date {
  margin-right: 60px; }
  .theme-date img {
    top: -2px; }

.theme-list {
  padding: 40px 62px;
  margin: 0;
  list-style-type: none;
  background: #fff; }
  .theme-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    max-width: 850px; }
    .theme-list li img {
      width: 21px;
      margin-right: 20px;
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); }
    .theme-list li:last-of-type {
      margin-bottom: 0; }

.theme-bonus {
  padding: 45px 50px 54px 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #F2EEFF; }
  .theme-bonus.red-bg {
    background-color: #FFF5E9 !important; }
    .theme-bonus.red-bg .bonus-title, .theme-bonus.red-bg .theme-bonus-text {
      color: #FE620F; }

.theme-bonus-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  color: #9576FF;
  font-weight: 400; }
  .theme-bonus-text > span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px; }
  .theme-bonus-text p {
    color: #3E3382;
    font-size: 21px;
    line-height: 30px;
    margin: 0; }

.bonus-title {
  color: #9576FF;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 5px; }

.theme-bonus-star {
  position: absolute;
  width: 300px;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-44%) translateY(31%);
  -ms-transform: translateX(-44%) translateY(31%);
  transform: translateX(-44%) translateY(31%);
  pointer-events: none; }

.signup--light {
  color: #fff;
  margin-top: 150px;
  margin-bottom: 70px; }

.questions {
  position: relative;
  padding-top: 80px;
  margin-top: -200px; }
  .questions:before {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 200px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%; }

.questions-title {
  position: relative;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 760px;
  color: #1A2263; }
  .questions-title .bold {
    color: #FE620F; }

.questions-boxes {
  padding-top: 70px;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(calc(40px / 2));
  -ms-transform: translateX(calc(40px / 2));
  transform: translateX(calc(40px / 2));
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.question-box {
  width: 400px;
  padding: 50px 35px 40px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(315deg, #9576FF, #5647A6);
  background-image: -o-linear-gradient(315deg, #9576FF, #5647A6);
  background-image: linear-gradient(135deg, #9576FF, #5647A6);
  color: #fff;
  margin-right: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .question-box p {
    margin: 0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400; }

.box-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 35px; }

.questions-wrapper {
  position: relative;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #fff; }
  .questions-wrapper:before {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 200px;
    top: -200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0A1334;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%; }
  .questions-wrapper:after {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 180px;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0A1334;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%; }

.questions-wrapper-inner {
  background-color: #0A1334; }

.questions-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center; }
  .questions-content p {
    margin: 0 0 55px;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px; }
    .questions-content p .bold {
      color: #FE960F; }
    .questions-content p:last-of-type {
      margin-bottom: 90px; }

.share {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  z-index: 1; }

.share .fb-share-button, .fb_iframe_widget {
  margin-top: 25px;
  display: block !important; }

.authors {
  padding-top: 180px;
  background-image: -webkit-linear-gradient(315deg, #FCF2FE, #FFEDDD);
  background-image: -o-linear-gradient(315deg, #FCF2FE, #FFEDDD);
  background-image: linear-gradient(135deg, #FCF2FE, #FFEDDD); }

.author {
  position: relative;
  padding-bottom: calc(120px + 150px); }
  .author .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.authors-title {
  color: #3E3382;
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
  margin: 0 auto 100px;
  text-align: center;
  max-width: 650px; }

.author-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 90px;
  font-size: 21px;
  line-height: 24px;
  max-width: 720px;
  color: #1A2263;
  font-weight: 400; }
  .author-text p {
    margin: 0 0 30px; }
    .author-text p:last-of-type {
      margin-bottom: 0; }

.author-name {
  color: #3E3382;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  margin: 0 0 40px; }

.author-photo {
  width: 310px; }

.author-marius {
  padding-bottom: 320px; }
  .author-marius:after {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 200px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: -webkit-gradient(linear, left top, right top, from(#f9e3f3), to(#ffdbb7));
    background-image: -webkit-linear-gradient(left, #f9e3f3, #ffdbb7);
    background-image: -o-linear-gradient(left, #f9e3f3, #ffdbb7);
    background-image: linear-gradient(90deg, #f9e3f3, #ffdbb7);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%; }

.author-horia {
  position: relative;
  margin-top: -70px;
  padding-top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9e3f3), to(#ffdbb7));
  background-image: -webkit-linear-gradient(left, #f9e3f3, #ffdbb7);
  background-image: -o-linear-gradient(left, #f9e3f3, #ffdbb7);
  background-image: linear-gradient(90deg, #f9e3f3, #ffdbb7); }

.author-list {
  padding-left: 0;
  margin-top: 50px;
  list-style-type: none; }
  .author-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px; }
    .author-list li img {
      width: 24px;
      margin-right: 30px; }

.signup--bottom {
  position: relative;
  margin: 0;
  padding: 0 30px 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5444A2), to(#4F3C98));
  background-image: -webkit-linear-gradient(top, #5444A2, #4F3C98);
  background-image: -o-linear-gradient(top, #5444A2, #4F3C98);
  background-image: linear-gradient(180deg, #5444A2, #4F3C98); }
  .signup--bottom:before {
    position: absolute;
    content: '';
    display: block;
    width: 110%;
    height: 150px;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5647A6), to(#5444A2));
    background-image: -webkit-linear-gradient(top, #5647A6, #5444A2);
    background-image: -o-linear-gradient(top, #5647A6, #5444A2);
    background-image: linear-gradient(180deg, #5647A6, #5444A2);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%; }

.footer {
  padding: 60px 30px;
  background-color: #453385;
  color: #fff; }
  .footer .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    font-weight: 500; }
  .footer a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .footer a span {
      display: block;
      text-align: right; }
  .footer img {
    width: 205px; }

.thank-you-page .header {
  padding: 130px 0 250px; }

.thank-you-text {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  padding: 10px 0 50px; }
  .thank-you-text p {
    font-size: 22px;
    line-height: 27.78px;
    margin: 0 0 30px; }
  .thank-you-text h3 {
    font-size: 30px;
    line-height: 32px; }

.thank-you-text-bottom {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 500; }

h3.thank-you-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 30px; }
  h3.thank-you-title span {
    color: #FE960F; }

.thank-you-page header {
  overflow: hidden; }

.thanks-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.addeventatc {
  display: inline-block !important;
  margin: 0 auto 20px auto;
  max-width: 450px !important;
  text-align: left !important;
  line-height: 20px !important;
  width: 436px !important;
  background-color: #e4e4e4 !important; }
  .addeventatc span.green {
    color: #1fc258; }

.thanks-cta-box {
  background-image: -webkit-linear-gradient(65deg, #0E4357, #3992AD);
  background-image: -o-linear-gradient(65deg, #0E4357, #3992AD);
  background-image: linear-gradient(25deg, #0E4357, #3992AD);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  z-index: 1; }

.thanks-cta-box--header {
  margin-top: -200px; }

.box-left {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  margin-right: 30px;
  padding: 60px 0 60px 70px;
  color: #fff; }

.thanks-cta-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px; }

.thanks-cta-text {
  font-size: 28px;
  line-height: 34px; }
  .thanks-cta-text .strike {
    color: #FFEED8; }
  .thanks-cta-text .smaller {
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-top: 15px; }

.box-right {
  position: relative;
  top: -85px; }

.cta-badge {
  width: 380px;
  border-radius: 20px 20px 30px 30px;
  text-align: center;
  color: #fff;
  background-color: #FFBF6C;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.badge-top {
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 500;
  border-radius: 20px 20px 0 0;
  background-color: #FFBF6C;
  padding: 30px 35px 15px;
  font-size: 36px;
  line-height: 40px; }

.badge-content {
  border-radius: 20px 20px 0 0;
  background-color: #12607C;
  padding: 30px 35px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.badge-btn {
  color: #fff;
  background-color: #FE620F;
  font-family: neusa-next-std-wide, sans-serif;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 30px 14px;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .badge-btn:hover {
    background-color: #d94c01; }

.badge-price {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #FFBF6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .badge-price .strike {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 15px;
    font-size: 24px;
    line-height: 30px; }

.badge-timer {
  background-color: #0E4357;
  padding: 30px 35px;
  border-radius: 0 0 20px 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .badge-timer .orange {
    color: #FE960F !important; }

.badge-counter {
  font-family: "Rajdhani", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #fff; }

.thanks-cta-notice {
  margin: 85px 0 70px;
  background-color: rgba(254, 98, 15, 0.1);
  border: 3px solid #FE620F;
  border-radius: 20px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .thanks-cta-notice img {
    width: 80px;
    margin-right: 30px; }

.notice-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #000; }

.notice-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px; }

.workshops {
  background-color: #EFE9E1;
  border-radius: 50% 50% 0% 0% / 6% 6% 0% 0%;
  width: 110%;
  left: -5%;
  position: relative;
  padding: 140px 0 425px; }

.workshops-text {
  color: #0E4357;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  margin-bottom: 70px; }
  .workshops-text span {
    color: #3992AD; }

.theme.workshop .theme-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#0E4357), to(#3992AD));
  background-image: -webkit-linear-gradient(left, #0E4357, #3992AD);
  background-image: -o-linear-gradient(left, #0E4357, #3992AD);
  background-image: linear-gradient(to right, #0E4357, #3992AD);
  padding: 70px 60px 50px; }

.theme.workshop .theme-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 500;
  margin: 0 0 10px; }
  .theme.workshop .theme-title .bold {
    text-transform: initial;
    font-weight: 500; }

.theme.workshop .theme-description {
  font-weight: 500;
  margin: 0; }

.theme.workshop .theme-list {
  padding-top: 50px;
  padding-bottom: 70px; }

.theme.workshop .bonus-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 500;
  color: #FE620F; }

.theme.workshop .theme-bonus-text p {
  color: #000; }

.theme.workshop .theme-bonus {
  position: relative;
  background-color: rgba(254, 150, 15, 0.3);
  padding: 60px 50px 60px 60px; }

.theme.workshop .theme-bonus-plus {
  font-family: "Nexa", sans-serif;
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: #FE620F;
  position: absolute;
  top: -48px;
  left: 38px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.thanks-bonus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0D8D8D), to(#1F1A41));
  background-image: -webkit-linear-gradient(top, #0D8D8D, #1F1A41);
  background-image: -o-linear-gradient(top, #0D8D8D, #1F1A41);
  background-image: linear-gradient(to bottom, #0D8D8D, #1F1A41);
  border-radius: 50% 50% 0% 0% / 6% 6% 0% 0%;
  width: 110%;
  left: -5%;
  position: relative;
  margin-top: -140px;
  padding-bottom: 400px; }
  .thanks-bonus .thanks-cta-box {
    top: -130px;
    margin-bottom: 150px; }

.thanks-bonus-title {
  color: #FFBF6C;
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 500;
  font-size: 92px;
  line-height: 100px;
  margin: -200px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .thanks-bonus-title img {
    width: 160px;
    padding: 20px; }

.thanks-bonus-text {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 70px;
  text-align: center;
  max-width: 845px;
  margin-left: auto;
  margin-right: auto; }
  .thanks-bonus-text .orange {
    color: #FE960F; }

.theme.workshop.bonus {
  border-radius: 20px;
  overflow: hidden; }
  .theme.workshop.bonus .theme-header {
    background-image: -webkit-gradient(linear, left top, right top, from(#0A1334), to(#0A1334));
    background-image: -webkit-linear-gradient(left, #0A1334, #0A1334);
    background-image: -o-linear-gradient(left, #0A1334, #0A1334);
    background-image: linear-gradient(to right, #0A1334, #0A1334); }
  .theme.workshop.bonus .theme-description {
    color: #E5C9A6; }
  .theme.workshop.bonus .theme-bonus {
    background-color: #ffefda; }
  .theme.workshop.bonus .theme-title .orange {
    color: #FE960F; }

.thanks-description {
  border-radius: 50% 50% 0% 0% / 6% 6% 0% 0%;
  width: 110%;
  left: -5%;
  position: relative;
  margin-top: -150px;
  background-color: #fff;
  margin-bottom: 140px; }
  .thanks-description .thanks-cta-box {
    margin-bottom: 120px;
    top: -130px;
    position: relative; }

.thanks-description-text {
  margin-top: -130px;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  .thanks-description-text p {
    margin: 0 0 45px; }
  .thanks-description-text .orange {
    font-weight: 500; }

.recap {
  background-color: #0A1334;
  color: #fff;
  border-radius: 50% 50% 0% 0% / 6% 6% 0% 0%;
  width: 110%;
  left: -5%;
  position: relative;
  padding: 170px 0 100px; }
  .recap p {
    max-width: 800px;
    margin: 0 auto 70px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400; }
    .recap p .orange {
      color: #FE960F; }
    .recap p .strike {
      color: #FFEED8; }
  .recap .thanks-cta-box {
    margin-top: 180px; }

.recap-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  text-align: center;
  margin: 0 0 10px; }
  .recap-title .yellow {
    color: #FE960F; }

.recap-item {
  background-color: #FFEED8;
  color: #21D4EB;
  border-radius: 20px;
  padding: 50px 80px 40px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .recap-item .recap-item-number {
    color: #FFEED8; }

.recap-item--yellow {
  background-color: #FFBF6C;
  color: #fff; }
  .recap-item--yellow .recap-name {
    color: #000; }
  .recap-item--yellow .recap-text {
    color: #330C8B; }
    .recap-item--yellow .recap-text span {
      color: #000; }
  .recap-item--yellow .recap-item-number {
    color: #FFBF6C; }

.recap-item--blue {
  background-color: #12607C;
  color: #fff; }
  .recap-item--blue .recap-name {
    color: #fff; }
  .recap-item--blue .recap-text {
    color: #FFBF6C; }
    .recap-item--blue .recap-text span {
      color: #000; }
  .recap-item--blue .recap-item-number {
    color: #12607C; }

.recap-name {
  color: #000;
  font-family: neusa-next-std-wide, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px; }

.recap-text {
  color: #B75F38;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500; }

.sticky-timer {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 320px;
  background-color: #FE620F;
  color: #fff;
  border-radius: 20px;
  padding: 25px 20px 15px;
  text-align: center;
  z-index: 10;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sticky-timer.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all; }
  .sticky-timer .badge-btn {
    background-color: #FFEED8;
    color: #FE620F;
    margin-bottom: 0;
    text-transform: uppercase; }
  .sticky-timer .badge-counter {
    line-height: 60px;
    margin-bottom: 5px; }

.sticky-text {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px; }

.expired {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  color: #E03C3C;
  text-transform: uppercase; }
  .expired + .badge-price {
    margin-top: 15px; }

.sticky-timer .expired {
  color: #750808; }

.footer-thanks {
  background-color: #0A0A0A; }
  .footer-thanks a {
    text-align: right; }
    .footer-thanks a img {
      right: -40px;
      top: -10px;
      position: relative; }

.recap .inner-wrapper,
.thanks-description .inner-wrapper,
.thanks-bonus .inner-wrapper,
.workshops .inner-wrapper {
  max-width: 100vw; }

.theme-testimonials,
.questions-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .theme-testimonials img,
  .questions-testimonials img {
    width: 48%;
    max-width: 510px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }

.theme-testimonials {
  margin-top: 50px; }
  .theme-testimonials img:first-child {
    margin-right: 30px; }
  .theme-testimonials img:last-child {
    position: relative; }

.testi-wrapper + .signup--light {
  margin-top: 60px; }

.questions-testimonials {
  position: relative;
  margin-top: -100px;
  margin-bottom: 100px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 1200px;
  margin-left: -25%;
  z-index: 2;
  top: 160px; }

.workshops-item {
  background-color: #E8D8C3;
  border-radius: 20px;
  padding: 50px 60px 60px; }

.workshops-item-text {
  color: #0E4357;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500; }
  .workshops-item-text.mb {
    margin-bottom: 60px; }

.workshops-item-plus {
  font-family: "Rajdhani", sans-serif;
  font-size: 170px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #FE620F;
  position: relative;
  top: 6px; }

.theme.workshop .theme-bonus {
  background-color: #ffdfb6; }

.theme.workshop {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 30px; }
  .theme.workshop:last-child {
    margin-bottom: 0; }

.workshops .thanks-cta-box {
  margin-top: 120px; }

.bonus-testimonials {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: -200px;
  margin-bottom: 100px;
  position: relative; }
  .bonus-testimonials img {
    width: 48%;
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    .bonus-testimonials img:first-child {
      margin-right: 30px; }

.thanks-testi,
.recap-testi {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .thanks-testi img,
  .recap-testi img {
    width: 48%;
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
    .thanks-testi img:first-child,
    .recap-testi img:first-child {
      margin-right: 30px; }

.thanks-testi {
  margin-bottom: 60px;
  top: -130px; }

.recap-testi {
  margin-bottom: -150px;
  top: -250px; }

.recap-item {
  position: relative;
  max-width: 1080px;
  margin-left: auto; }

.recap-item-number {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%) translateX(-150%);
  -ms-transform: translateY(-40%) translateX(-150%);
  transform: translateY(-40%) translateX(-150%);
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 92px;
  line-height: 92px;
  font-weight: 500; }

.recap-plus {
  font-family: "Rajdhani", sans-serif;
  font-size: 150px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: -20px; }

.recap-total {
  margin-top: 70px;
  max-width: 1080px;
  padding-left: 80px;
  margin-left: auto; }

.recap-total-title {
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 20px; }
  .recap-total-title span {
    color: #FE960F; }

.recap-total-text {
  max-width: 610px;
  font-size: 30px;
  line-height: 38px; }
  .recap-total-text span {
    color: #FE960F; }

.thanks-description .thanks-cta-notice {
  margin-top: -130px; }

.thanks-description-text {
  margin-top: 0; }

.recap .thanks-cta-notice {
  background-color: #FFEFE7;
  margin-bottom: 0;
  margin-top: 120px; }

@media screen and (max-width: 1500px) {
  .header {
    background-size: 338%; }
  .thank-you-page .header {
    background-size: 400%; }
  .photo-left {
    left: -50px; }
  .photo-right {
    right: -50px; }
  .questions-boxes {
    -webkit-transform: translateX(calc(25px / 2));
    -ms-transform: translateX(calc(25px / 2));
    transform: translateX(calc(25px / 2)); }
  .question-box {
    width: 380px;
    padding: 35px 25px;
    margin-right: 25px;
    margin-bottom: 25px; }
  .box-title {
    margin-bottom: 25px; } }

@media screen and (max-width: 1250px) {
  .inner-wrapper {
    padding: 0 30px; }
  .photo-left {
    left: -210px; }
  .photo-right {
    right: -200px; }
  .title {
    margin-bottom: 50px; }
  .header-dates {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px; }
  .header-date {
    -webkit-box-flex: 45%;
    -ms-flex: 45%;
    flex: 45%;
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 390px; }
  .if-list:first-of-type {
    margin-right: 20px; }
  .question-box {
    width: 400px; }
  .questions-wrapper {
    margin-top: -100px; }
  .author-photo {
    width: 350px; }
  .author-text {
    margin-right: 50px; }
  .author-horia .author-text {
    margin-left: 50px; }
  .signup-form {
    max-width: 800px;
    margin: 0 auto; }
  ._field22 {
    max-width: 782px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  ._button-wrapper {
    height: 54px; }
  .form-input {
    font-size: 18px;
    line-height: 20px;
    padding: 17px 25px 17px 50px;
    width: 247px;
    margin-right: 5px; }
  .field-email:before, .field-phone:before {
    left: 15px;
    width: 24px;
    height: 24px; }
  .form-button {
    font-size: 18px;
    line-height: 18px; }
    .form-button span {
      padding: 15.5px 19px; }
  .signup-inner-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
  .signup--top .signup-inner-wrapper {
    padding-left: 0;
    padding-right: 0; }
  ._field22 {
    margin-top: 20px; }
  .theme-bonus-star {
    -webkit-transform: translateX(-18%) translateY(25%);
    -ms-transform: translateX(-18%) translateY(25%);
    transform: translateX(-18%) translateY(25%); }
  .theme-bonus {
    padding: 45px 50px 54px 250px; }
  .cta-badge {
    width: 320px; }
  .badge-top {
    font-size: 30px;
    line-height: 34px; }
  .recap,
  .thanks-description,
  .thanks-bonus,
  .workshops {
    width: 150%;
    left: -25%; }
  .thanks-bonus-title {
    font-size: 88px; }
  .questions-testimonials {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .questions-testimonials img {
      width: 100%; }
    .questions-testimonials img:first-child {
      margin-bottom: 50px; }
  .recap-item {
    max-width: calc(100% - 90px); }
  .recap-total {
    max-width: calc(100% - 90px); } }

@media screen and (max-width: 900px) {
  .top-bar {
    font-size: 22px;
    line-height: 22px; }
    .top-bar img {
      width: 150px; }
  .header {
    padding-top: 250px;
    background-image: url("../images/header-bg-mobile.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 200%; }
  .thank-you-page .header {
    background-size: 200%; }
  .title {
    max-width: 500px;
    font-size: 55px;
    line-height: 65px; }
  .thank-you-page .title {
    max-width: 530px; }
  .subtitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px; }
  .photo-left {
    top: -80px;
    left: -180px; }
  .photo-right {
    top: -20px;
    right: -140px; }
  .header-dates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px; }
  .header-date {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0; }
  .header-date:last-child {
    margin-bottom: 0; }
  .signup {
    margin-bottom: 20px; }
  .description {
    padding: 150px 0 150px; }
  .if-title {
    position: relative;
    font-size: 42px;
    line-height: 48px;
    z-index: 1; }
  .if-lists {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px; }
  .if-list:first-of-type {
    margin-right: 0;
    margin-bottom: 0; }
  .if-list li img {
    margin-right: 18px;
    width: 38px; }
  .themes {
    padding-top: 200px; }
  .themes-title {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .theme-header {
    padding: 60px 40px 30px; }
  .theme-title {
    font-size: 36px;
    line-height: 42px; }
  .theme-list {
    padding: 40px 40px; }
  .theme-description {
    font-size: 19px;
    line-height: 25px; }
  .theme-bonus {
    padding: 40px 30px 45px 150px; }
  .theme-bonus-star {
    width: 250px;
    -webkit-transform: translateX(-35%) translateY(25%);
    -ms-transform: translateX(-35%) translateY(25%);
    transform: translateX(-35%) translateY(25%); }
  .theme-bonus-text > span {
    font-size: 20px;
    line-height: 30px; }
  .theme-bonus-text p {
    font-size: 20px;
    line-height: 24px; }
  .theme-bonus-icon {
    width: 100px; }
  .signup--light {
    margin-top: 100px;
    margin-bottom: 60px; }
  .questions-title {
    font-size: 30px;
    line-height: 38px;
    padding: 0 30px; }
  .questions-boxes {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .question-box {
    width: 500px;
    margin-right: 0;
    margin-bottom: 40px; }
  .questions-wrapper:before {
    top: -160px; }
  .questions-content {
    position: relative;
    z-index: 1; }
  .questions-boxes {
    margin-bottom: 120px; }
  .questions-content p {
    margin-bottom: 45px; }
    .questions-content p:last-of-type {
      margin-bottom: 60px; }
  .questions-wrapper:after {
    bottom: -100px; }
  .authors {
    padding-top: 200px; }
  .author {
    padding-bottom: 300px; }
  .author-horia {
    padding-top: 50px;
    padding-bottom: 150px; }
  .authors-title {
    font-size: 50px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 150px; }
  .author .inner-wrapper {
    position: relative;
    display: block; }
  .author-photo {
    position: absolute;
    width: 200px;
    top: -80px;
    right: 50px; }
  .author-text {
    margin-right: 0;
    margin-left: 0; }
  .author-name {
    margin-bottom: 100px; }
  .author-horia .author-text {
    margin-left: 0; }
  .signup--bottom:before {
    top: -120px; }
  .signup--bottom {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 60px; }
  .form-input, .form-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .form-button {
    margin-bottom: 40px; }
  .form-input {
    width: 350px;
    max-width: 100%; }
  ._field-wrapper, ._button-wrapper {
    display: block;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  ._button-wrapper {
    margin-top: 50px;
    margin-bottom: 10px; }
  ._field22 {
    max-width: 350px; }
  .form-button span {
    padding: 15.5px 43px 13px; }
  .signup ._error._above, .signup ._error._below, .signup ._error-inner._above, .signup ._error-inner._below {
    bottom: -21px;
    font-size: 14px; }
  .footer .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer .inner-wrapper p {
      margin-bottom: 30px;
      margin-right: 0; }
    .footer .inner-wrapper a span {
      text-align: center; }
  .footer-thanks a {
    text-align: center; }
    .footer-thanks a img {
      right: 0; }
  .sticky-timer {
    bottom: 25px;
    right: 25px; }
  .recap p {
    text-align: center; }
  h3.thank-you-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px; }
  .thank-you-text-bottom {
    font-size: 26px;
    line-height: 32px; }
  .thank-you-page .subtitle {
    font-size: 26px;
    line-height: 36px; }
  .thanks-cta-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 0;
    margin-bottom: 236px; }
  .cta-badge {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 50px 1fr;
    grid-template-rows: 50px 1fr;
    grid-template-areas: 'top top'
 'left right';
    height: auto !important; }
  .box-right {
    top: -50px; }
  .box-left {
    margin-right: 0;
    padding: 45px 40px;
    padding-bottom: 80px; }
  .badge-top {
    grid-area: top;
    padding: 10px 35px 10px;
    line-height: 40px;
    font-size: 28px; }
  .badge-content {
    grid-area: left;
    border-radius: 20px 0 0 20px;
    padding: 25px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .badge-timer {
    grid-area: right;
    border-radius: 0 20px 20px 0;
    padding: 25px 30px; }
  .thanks-description .thanks-cta-box {
    margin-bottom: 250px; }
  .thanks-bonus .thanks-cta-box {
    margin-bottom: 250px; }
  .thanks-cta-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px; }
    .thanks-cta-title br {
      display: none; }
  .thanks-cta-text {
    font-size: 24px;
    line-height: 30px; }
  .thanks-cta-text .smaller {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px; }
  .expired {
    font-size: 24px;
    line-height: 26px; }
  .badge-price {
    font-size: 33px;
    line-height: 36px; }
  .badge-price .strike {
    font-size: 22px;
    line-height: 26px; }
  .badge-timer {
    font-size: 16px;
    line-height: 24px; }
  .badge-counter {
    font-size: 55px;
    line-height: 65px; }
  .thanks-cta-notice {
    padding: 25px 30px;
    margin-bottom: 50px; }
    .thanks-cta-notice img {
      width: 70px; }
  .notice-text {
    font-size: 16px;
    line-height: 20px; }
  .notice-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 5px; }
  .recap,
  .thanks-description,
  .thanks-bonus,
  .workshops {
    border-radius: 50% 50% 0% 0% / 3% 3% 0% 0%; }
  .workshops-text {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 50px; }
  .workshops {
    padding: 80px 0 270px; }
  .theme.workshop .theme-header {
    padding: 50px 40px 30px; }
  .theme.workshop .theme-list {
    padding-top: 45px;
    padding-bottom: 50px; }
    .theme.workshop .theme-list:last-child {
      border-radius: 0 0 20px 20px; }
  .theme-list li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px; }
  .theme.workshop .theme-bonus {
    padding: 50px 40px 40px 40px; }
  .theme.workshop .theme-bonus-plus {
    top: -48px;
    left: 20px;
    font-size: 135px;
    line-height: 135px; }
  .thanks-bonus-title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 40px; }
  .thanks-bonus-title img {
    width: 130px;
    padding: 15px; }
  .thanks-bonus-text {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 50px; }
  .thanks-bonus {
    padding-bottom: 300px; }
  .thanks-description-text {
    font-size: 24px;
    line-height: 30px; }
    .thanks-description-text p {
      margin-bottom: 30px; }
  .recap {
    padding: 90px 0 60px; }
  .recap .thanks-cta-box {
    margin-top: 100px; }
  .recap-title {
    font-size: 42px;
    line-height: 50px; }
  .recap p {
    margin: 0 auto 50px;
    font-size: 22px;
    line-height: 30px; }
  .recap-item {
    padding: 40px 50px 30px; }
  .recap-name {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px; }
  .recap-text {
    font-size: 20px;
    line-height: 26px; }
  .footer-thanks {
    padding: 50px 30px 30px; }
  .bonus-testimonials,
  .thanks-testi,
  .recap-testi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .bonus-testimonials img,
    .thanks-testi img,
    .recap-testi img {
      width: 100%; }
    .bonus-testimonials img:first-child,
    .thanks-testi img:first-child,
    .recap-testi img:first-child {
      margin-right: 0;
      margin-bottom: 30px; }
  .bonus-testimonials {
    top: -150px; }
  .thanks-testi {
    margin-bottom: 80px;
    top: -90px; }
  .recap-testi {
    margin-bottom: -120px;
    top: -180px; }
  .recap-item-number {
    font-size: 70px;
    -webkit-transform: translateY(-40%) translateX(-130%);
    -ms-transform: translateY(-40%) translateX(-130%);
    transform: translateY(-40%) translateX(-130%); }
  .recap-item {
    max-width: calc(100% - 45px); }
  .recap-total {
    max-width: calc(100% - 45px);
    padding-left: 50px; }
  .recap-total-title {
    font-size: 33px;
    line-height: 36px; }
  .recap-total-text {
    font-size: 24px;
    line-height: 30px; }
  .workshops-item-text {
    font-size: 24px;
    line-height: 30px; }
  .workshops-item {
    border-radius: 20px;
    padding: 40px 40px 40px; } }

@media screen and (max-width: 900px) {
  .badge-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  .badge-content {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .badge-timer {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }

@media screen and (max-width: 700px) {
  .header {
    background-size: 250%; }
  .thank-you-page .header {
    background-size: 250%; } }

@media screen and (max-width: 600px) {
  .top-bar {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0; }
    .top-bar span {
      font-size: 16px;
      margin: 0 8px; }
    .top-bar img {
      width: 120px; }
  .inner-wrapper {
    padding: 0 20px; }
  .header-photo {
    width: 400px; }
  .photo-left {
    top: -40px;
    left: -50px; }
  .photo-right {
    top: 0px;
    right: -50px; }
  .subtitle {
    font-size: 22px;
    line-height: 26px; }
  .title {
    max-width: 400px;
    font-size: 44px;
    line-height: 50px; }
  .header {
    padding-top: 200px;
    padding-bottom: 20px;
    background-size: 250%; }
  .thank-you-page .header {
    background-size: 250%; }
  .header-date-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px; }
  .header-date {
    max-width: 100%;
    padding: 30px; }
    .header-date:after {
      bottom: -25px;
      font-size: 15px;
      line-height: 15px; }
  .header-date li {
    font-size: 16px;
    line-height: 21px; }
  .header-date li img {
    width: 18px;
    margin-right: 8px; }
  .header-dates {
    margin-top: 40px;
    gap: 30px; }
  .header .signup {
    margin-top: 60px;
    margin-bottom: 60px; }
  .header .signup-inner-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .form-input {
    font-size: 16px;
    line-height: 18px; }
  .form-button {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  ._button-wrapper {
    margin-top: 35px; }
  .form-button span {
    padding: 0;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .form-button span:last-of-type {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }
  .signup label {
    font-size: 14px;
    line-height: 20px; }
  ._field22 {
    padding-left: 30px; }
  ._field22 label:before {
    width: 19px;
    height: 19px;
    left: -30px; }
  ._checkbox-radio ._error._above, ._checkbox-radio ._error._below, ._checkbox-radio ._error-inner._above, ._checkbox-radio ._error-inner._below {
    bottom: -40px; }
  .colors-bar {
    height: 10px; }
  .description {
    padding: 140px 0 110px; }
    .description p {
      font-size: 18px;
      line-height: 22px; }
  .if {
    padding: 10px 0 10px; }
    .if:before {
      width: 150%;
      top: -70px; }
    .if:after {
      bottom: -50px;
      width: 150%; }
  .if-title {
    font-size: 30px;
    line-height: 36px; }
    .if-title br {
      display: none; }
  .if-lists {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    gap: 10px; }
  .if-list {
    width: 100%; }
  .if-list li img {
    margin-right: 10px;
    width: 24px; }
  .if-list li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }
  .themes {
    padding-top: 120px;
    padding-bottom: 220px; }
  .themes-title {
    font-size: 32px;
    line-height: 40px;
    max-width: 530px;
    padding: 0 30px;
    margin-bottom: 50px; }
    .themes-title br {
      display: none; }
  .theme-header {
    padding: 40px 20px 20px 30px; }
  .theme-section .inner-wrapper {
    padding: 0; }
  .theme {
    padding: 0 15px 0;
    margin-bottom: 50px; }
  .theme-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px; }
  .theme-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
  .theme-date, .theme-time {
    font-size: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .theme-date img, .theme-time img {
      width: 22px;
      margin-right: 12px; }
  .theme-list {
    padding: 40px 25px 40px 30px; }
  .theme-list li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }
  .theme-list li img {
    width: 20px;
    margin-right: 10px; }
  .theme-bonus {
    position: relative;
    padding: 30px 30px; }
  .theme-bonus-text > span {
    padding-left: 60px; }
  .bonus-title {
    padding-left: 60px;
    font-size: 26px;
    line-height: 32px; }
  .theme-bonus-star {
    width: 100px;
    bottom: initial;
    top: 0;
    left: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .theme-bonus-text > span {
    font-size: 15px;
    line-height: 18px; }
  .theme-bonus-text p {
    font-size: 18px;
    line-height: 22px; }
  .theme .colors-bar {
    height: 20px; }
  .signup--light {
    margin-top: 60px;
    margin-bottom: 40px; }
  .questions:before {
    width: 150%; }
  .questions {
    padding-top: 60px; }
  .questions-title {
    font-size: 22px;
    line-height: 28px;
    padding: 0 20px; }
  .questions-boxes {
    margin-bottom: 30px;
    padding: 40px 20px 0; }
  .question-box {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 30px; }
    .question-box p {
      font-size: 18px;
      line-height: 24px; }
  .box-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px; }
  .questions-wrapper {
    max-width: 100%;
    margin-top: 0; }
  .questions-content {
    max-width: 100%; }
  .questions-content p {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px; }
  .questions-content p:last-of-type {
    margin-bottom: 40px; }
  .questions-wrapper:after {
    bottom: -70px;
    width: 150%; }
  .authors {
    padding-top: 130px; }
  .author {
    padding-top: 200px;
    padding-bottom: 250px; }
  .authors-title {
    font-size: 32px;
    line-height: 40px;
    max-width: 530px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px; }
  .author-marius:after {
    width: 150%; }
  .author-horia {
    padding-top: 100px;
    padding-bottom: 100px; }
  .author-photo {
    top: -165px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px; }
  .author-name {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px; }
  .author-text {
    font-size: 18px;
    line-height: 24px; }
  .author-list {
    margin-top: 30px; }
  .author-list li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px; }
    .author-list li img {
      width: 20px;
      margin-right: 10px;
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px); }
  .signup--bottom {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px; }
  .signup--bottom:before {
    top: -60px;
    width: 150%; }
  .thank-you-title {
    font-size: 28px;
    line-height: 26px; }
  .thank-you-text p {
    font-size: 20px;
    line-height: 26px; }
  .footer {
    padding: 40px 30px 80px; }
    .footer p {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 18px; }
    .footer a {
      font-size: 16px;
      line-height: 22px; }
    .footer img {
      width: 160px; }
  .signup--bottom .signup-inner-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .header-date-list li:first-child img {
    top: -3px; }
  .header-date-list li:nth-child(2) img {
    top: 1px; }
  .header-date-list li:last-child img {
    top: 3px;
    left: 1.5px; }
  .contact-badge {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .sticky-timer {
    padding: 15px 16px 10px;
    width: 240px;
    bottom: 15px;
    right: 15px; }
    .sticky-timer .badge-counter {
      font-size: 40px;
      line-height: 36px; }
    .sticky-timer .badge-btn {
      padding: 10px 10px 8px;
      font-size: 14px; }
    .sticky-timer .expired {
      font-size: 18px;
      line-height: 16px; }
  .sticky-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px; }
  .cta-badge {
    grid-template-areas: 'top top'
 'left left'
 'right right'; }
  .box-right {
    top: -25px; }
  .badge-content {
    border-radius: 20px 20px 0 0;
    padding: 20px 20px; }
  .badge-timer {
    border-radius: 0 0 20px 20px;
    padding: 20px 20px 10px;
    font-size: 14px;
    line-height: 20px; }
  .badge-counter {
    font-size: 45px;
    line-height: 50px; }
  .thanks-cta-box {
    margin-bottom: 330px; }
  .box-left {
    padding: 35px 25px; }
  .thanks-cta-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px; }
  .thanks-cta-text {
    font-size: 18px;
    line-height: 24px; }
  .thanks-cta-text .smaller {
    font-size: 15px;
    line-height: 21px;
    margin-top: 6px; }
  .cta-badge {
    -ms-grid-rows: 40px 1fr;
    grid-template-rows: 40px 1fr; }
  .badge-top {
    padding: 10px 35px 10px;
    line-height: 26px;
    font-size: 20px; }
  .badge-btn {
    font-size: 16px;
    line-height: 16px;
    padding: 14px 20px 12px;
    margin-bottom: 15px; }
  .badge-price {
    font-size: 28px;
    line-height: 30px;
    margin-top: 10px; }
    .badge-price .strike {
      font-size: 20px;
      line-height: 20px; }
  .expired {
    font-size: 20px;
    line-height: 22px; }
  .thanks-cta-notice {
    padding: 20px 15px 16px;
    margin-bottom: 40px; }
    .thanks-cta-notice img {
      width: 55px;
      margin-right: 25px; }
  .notice-text {
    font-size: 14px;
    line-height: 18px; }
  .notice-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 3px; }
  .workshops-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 35px; }
  .theme.workshop .theme-header {
    padding: 30px 15px 20px 25px; }
  .theme.workshop .theme-list {
    padding: 30px 15px 35px 20px; }
  .theme.workshop .theme-bonus-text {
    margin-right: 0; }
    .theme.workshop .theme-bonus-text p {
      font-size: 16px;
      line-height: 20px; }
  .theme.workshop .bonus-title {
    padding-left: 0;
    font-size: 24px;
    line-height: 30px; }
  .theme.workshop .theme-bonus {
    padding: 30px 15px 30px 20px; }
  .theme.workshop .theme-bonus-plus {
    top: -36px;
    left: 5px;
    font-size: 96px;
    line-height: 96px; }
  .thanks-bonus .thanks-cta-box {
    margin-bottom: 330px; }
  .thanks-bonus-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px; }
    .thanks-bonus-title img {
      width: 55px;
      padding: 5px; }
  .thanks-bonus-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px; }
  .thanks-description .thanks-cta-box {
    margin-bottom: 300px; }
  .thanks-description-text {
    font-size: 20px;
    line-height: 24px; }
    .thanks-description-text p {
      margin-bottom: 20px; }
  .recap-title {
    font-size: 28px;
    line-height: 32px; }
  .recap p {
    margin: 0 auto 35px;
    font-size: 18px;
    line-height: 24px; }
  .recap-item {
    padding: 30px 25px 25px;
    margin-bottom: 25px; }
  .recap-name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px; }
  .recap-text {
    font-size: 16px;
    line-height: 22px; }
  .recap .thanks-cta-box {
    margin-top: 60px;
    margin-bottom: 330px; }
  .footer-thanks {
    padding: 50px 30px 30px;
    text-align: center; }
  .theme.workshop {
    padding-left: 0;
    padding-right: 0; }
  .theme-testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .theme-testimonials img {
      width: 100%; }
    .theme-testimonials img:first-child {
      margin-right: 0;
      margin-bottom: 50px; }
  .recap-item-number {
    font-size: 45px;
    -webkit-transform: translateY(-40%) translateX(-125%);
    -ms-transform: translateY(-40%) translateX(-125%);
    transform: translateY(-40%) translateX(-125%); }
  .recap-item {
    max-width: calc(100% - 27px); }
  .recap-plus {
    font-size: 110px;
    line-height: 70px;
    margin-top: -10px; }
  .recap-total {
    max-width: calc(100% - 27px);
    padding-left: 0;
    margin-left: auto; }
  .recap-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px; }
  .recap-total-title {
    font-size: 24px;
    line-height: 28px; }
  .recap-total-text {
    font-size: 18px;
    line-height: 24px; }
  .workshops-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .workshops-item-text {
    font-size: 18px;
    line-height: 24px; }
  .workshops-item {
    border-radius: 20px;
    padding: 30px 25px 30px; }
  .workshops-item-plus {
    font-size: 130px;
    line-height: 32px; }
  .workshops-item-text.mb {
    margin-bottom: 30px; }
  .workshops .thanks-cta-box {
    margin-top: 80px; }
  .badge-top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  .badge-content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
  .badge-timer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; } }

@media screen and (max-width: 480px) {
  .addeventatc {
    width: auto !important; }
  .addeventatc br.atc_node {
    display: block !important; } }

@media screen and (max-width: 450px) {
  .header {
    background-size: 250%; }
  .thank-you-page .header {
    background-size: 250%; }
  .thank-you-page .title {
    margin-bottom: 30px; }
  .header-photo {
    width: 400px; }
  .photo-left {
    top: -40px;
    left: -120px; }
  .photo-right {
    top: 0px;
    right: -110px; }
  .title {
    max-width: 280px;
    font-size: 32px;
    line-height: 38px; }
  .thank-you-page .title {
    max-width: 310px;
    font-size: 30px; }
  .subtitle {
    font-size: 20px;
    line-height: 24px; }
  .thanks-cta-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .thanks-cta-notice img {
    width: 50px;
    margin-right: 0;
    margin-bottom: 15px; }
  .thank-you-page .subtitle {
    font-size: 20px;
    line-height: 28px; }
  h3.thank-you-title {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 15px; }
  .thank-you-text {
    padding-bottom: 20px; }
  .thank-you-text-bottom {
    font-size: 22px;
    line-height: 26px; }
  .thank-you-page .header {
    padding-bottom: 230px; }
  .sticky-timer {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 0 0; }
    .sticky-timer .badge-btn {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
  .recap-item {
    padding: 25px 20px 20px;
    margin-bottom: 20px; } }





.header-workshops {
  font-family: neusa-next-std, sans-serif;
  text-align: center;
  padding-top: 100px !important;
  padding-bottom: 450px !important;
}

.workshops-subtitle {
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  text-transform: initial;
  color: #FEBF6C;
  margin-bottom: 20px;
}

.workshops-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 85px;
  text-transform: initial;
  color: #fff;
  margin: 0 0 60px;
}


.workshops-page {
  font-family: neusa-next-std, sans-serif;
  margin-top: -250px;
  padding-bottom: 140px;
  z-index: 1;
}

.header-info {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  max-width:  800px;
  margin-left: auto;
  margin-right: auto;
}

.header-info p {
  margin: 0 0 30px;
}

.header-info .bold {
  color: #FFBF6C;
}

.workshop-item {
  text-align: center;
  background-color: #FFFBF5;
  border-radius: 20px;
  padding: 70px 40px 50px;
  background-color: #FFFBF5;
  margin-bottom: 50px;
}

.workshop-item img {
  width: 122px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.workshop-name {
  font-family: neusa-next-std, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  color: #0E4357;
  margin: 0 0 20px;
}

.workshop-description {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #12607C;
  padding-bottom: 40px;
}

.workshop-bottom .orange {
  display: block;
}

.workshop-bottom {
  color: #B2956D;
  font-family: neusa-next-std-wide, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

.workshops-grid {
  display: flex;
  justify-content: space-between;
  /*margin-top: -250px;*/
}

.workshops-grid .workshop-item {
  max-width: 400px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 30px 45px;

}

.workshops-grid .workshop-item:last-of-type {
  margin-right: 0;
}

.workshop-bar {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #D3C3AD;
  margin-bottom: 50px;
}



.workshops-grid .workshop-name {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 35px;
}

.workshops-grid .workshop-description {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 60px;
}

.workshop-item--blue {
  background-color: #0A1334;
}

.workshop-item--blue .workshop-name {
  color: #FFEED8;
}

.workshop-item--blue .workshop-description {
  color: #FFBF6C;
}

.workshop-item iframe {
  /*max-width: 100%;*/
}

.footer-workshops {
  background-color: #0A0A0A;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}


.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}


.workshop-item--first {
  margin-top: -250px;
}

.workshops-grid-title {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  color: #0E4357;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 1100px) {

  .workshops-grid {
    flex-direction: column;
    align-items: center;
  }

  .workshops-grid .workshop-item {
    margin-right: 0;
    margin-bottom: 50px;
  }

}


@media screen and (max-width: 900px) {

  .workshops-subtitle {
    font-size: 45px;
    line-height: 50px;
  }

  .workshops-title {
    font-size: 55px;
    line-height: 60px;
  }

  .header-info {
    font-size: 20px;
    line-height: 28px;
  }

  .header-info p {
    margin-bottom: 25px;
  }

  .workshops-grid .workshop-item {
    padding: 50px 20px 30px;
  }

  .workshops-grid .workshop-name {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 25px;
  }

  .workshops-grid .workshop-description {
    padding-bottom: 40px;
  }

  .workshop-bar {
    margin-bottom: 40px;
  }

  .workshop-item img {
    margin-bottom: 40px;
  }

  .workshop-name {
      font-size: 40px;
      line-height: 46px;
      margin: 0 0 15px;
  }

  .workshop-description {
      font-size: 22px;
      line-height: 28px;
      padding-bottom: 35px;
  }

  .workshops-grid-title {
    font-size: 34px;
    line-height: 44px;
  }

}


@media screen and (max-width: 600px) {

  .workshops-subtitle {
      font-size: 34px;
      line-height: 42px;
  }

  .workshops-title {
      font-size: 44px;
      line-height: 52px;
      margin-bottom: 40px;
  }

  .header-info {
      font-size: 18px;
      line-height: 26px;
  }

  .workshops-grid .workshop-name {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 20px;
  }

  .workshops-grid .workshop-item {
      padding: 45px 15px 25px;
  }

  .workshop-item img {
    width: 100px;
  }

  .workshops-grid .workshop-description {
      padding-bottom: 25px;
      font-size: 16px;
      line-height: 22px;
  }

  .workshop-item img {
    margin-bottom: 25px;
  }

  .workshop-item {
    margin-bottom: 30px;
    padding: 45px 15px 25px;
  }

  .workshops-grid .workshop-item {
    margin-bottom: 30px;
  }


  .workshop-description {
      padding-bottom: 25px;
      font-size: 16px;
      line-height: 22px;
  }

  .workshop-name {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 20px;
  }

  .workshop-bottom {
    font-size: 14px;
    line-height: 20px;
  }

  .workshops-grid .workshop-bottom {
    font-size: 14px;
    line-height: 20px;
  }


  .workshops-page {
    padding-bottom: 80px;
  }

  .workshops-grid-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 30px;
  }



}