@font-face {
  font-family: 'UniCredit';
  src: url("../fonts/subset-UniCredit-Heavy.woff2") format("woff2"), url("../fonts/subset-UniCredit-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'UniCredit';
  src: url("../fonts/subset-UniCredit-Bold.woff2") format("woff2"), url("../fonts/subset-UniCredit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'UniCredit';
  src: url("../fonts/subset-UniCredit.woff2") format("woff2"), url("../fonts/subset-UniCredit.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'UniCredit';
  background-color: #ffffff;
  color: #000; }

@media screen and (min-width: 1400px) {
  .container, .container-lg {
    max-width: 1140px; } }
h1, h2, h3, h4, h5, h6 {
  color: #000; }

p {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0; }

body a {
  color: #007a91; }

.spaced_bot {
  margin-bottom: 24px; }

.spaced_bot_big {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .spaced_bot_big {
      margin-bottom: 25px; } }

.spaced_section {
  margin: 70px auto; }
  @media screen and (max-width: 767px) {
    .spaced_section {
      margin: 25px auto; } }

.no_mt {
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .no_mt {
      margin-top: 25px; } }

@media screen and (max-width: 767px) {
  .intro_title {
    margin: 50px 0; } }

.red {
  color: #E2001A; }

.black {
  color: #000000; }

.rounded_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px; }

.red_btn {
  color: #fff;
  text-decoration: none;
  background: #E2001A;
  display: inline-block;
  padding: 13px 28px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.2;
  transition: .3s; }
  .red_btn:hover, .red_btn:focus, .red_btn:active {
    color: #fff;
    background: #000; }

.hero {
  position: relative;
  width: 100%; }
  .hero .hero_img {
    display: block;
    width: 100%;
    height: auto; }
  .hero .hero_container {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 5%;
    padding-right: 5%; }
  .hero .hero_content h1 {
    color: #fff;
    font-size: clamp(20px, 2.8vw, 40px);
    line-height: 1;
    margin-bottom: 1.6vw; }
  .hero .hero_content p {
    color: #fff;
    font-size: clamp(16px, 2.24vw, 32px);
    line-height: 1;
    margin-bottom: 1.8vw; }
  .hero .hero_content .red_btn {
    font-size: clamp(10px, 0.95vw, 15px);
    padding: 0.9em 2em; }
  @media screen and (max-width: 600px) {
    .hero .hero_container {
      position: static;
      transform: none;
      background-color: #262626;
      padding-top: 30px;
      padding-bottom: 34px; }
    .hero .hero_content h1 {
      font-size: 30px;
      margin-bottom: 16px; }
    .hero .hero_content p {
      font-size: 20px;
      margin-bottom: 24px; }
    .hero .hero_content .red_btn {
      font-size: 16px;
      padding: 13px 24px; } }

.dark_box {
  background-color: #262626;
  border-radius: 15px;
  padding: 90px 80px 90px;
  color: #fff; }
  @media screen and (max-width: 1199px) {
    .dark_box {
      padding: 80px 60px 75px; } }
  @media screen and (max-width: 991px) {
    .dark_box {
      padding: 60px 40px 65px; } }
  @media screen and (max-width: 600px) {
    .dark_box {
      padding: 40px 20px 45px; } }
  .dark_box h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 50px; }
  .dark_box p {
    color: #fff;
    font-size: 20px;
    line-height: 1; }

.levels {
  position: relative; }
  .levels:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 15%;
    bottom: 35%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .levels:before {
        display: none; } }
  .levels .level {
    display: flex;
    flex-direction: column; }
    .levels .level > p {
      margin-top: 0; }
    .levels .level:first-child {
      padding-right: 105px; }
      @media screen and (max-width: 1199px) {
        .levels .level:first-child {
          padding-right: 80px; } }
      @media screen and (max-width: 991px) {
        .levels .level:first-child {
          padding-right: 70px; } }
      @media screen and (max-width: 767px) {
        .levels .level:first-child {
          padding-right: 12px; } }
    .levels .level + .level {
      padding-left: 105px; }
      @media screen and (max-width: 1199px) {
        .levels .level + .level {
          padding-left: 80px; } }
      @media screen and (max-width: 991px) {
        .levels .level + .level {
          padding-left: 70px; } }
      @media screen and (max-width: 767px) {
        .levels .level + .level {
          padding-left: 12px;
          border-top: 1px solid rgba(255, 255, 255, 0.25);
          margin-top: 45px;
          padding-top: 45px; } }
    .levels .level .subtitle {
      margin-bottom: 25px; }
  .levels .or_badge {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #007A91;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .levels .or_badge {
        display: none; } }
  .levels .arrow_link {
    display: inline-block;
    align-self: flex-start;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
    /*&:after {
    	content: "\203A";
    	display: inline-block;
    	margin-left: 8px;
    	transition: transform 0.25s ease;
    }*/ }
    .levels .arrow_link:hover, .levels .arrow_link:focus, .levels .arrow_link:visited, .levels .arrow_link:active {
      color: #fff; }
  .levels.is_open .arrow_link:after {
    transform: rotate(90deg); }
  .levels .reveal_text {
    display: none;
    overflow: hidden;
    padding-top: 24px; }
    .levels .reveal_text p {
      margin: 0; }
      .levels .reveal_text p + p {
        margin-top: 20px; }
  .levels .level_footer {
    margin-top: auto;
    padding-top: 45px;
    text-align: center; }
    .levels .level_footer .red_btn {
      display: block;
      width: 100%;
      padding: 15px 20px;
      font-size: 16px; }
  .levels .small_note {
    font-size: 18px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #fff; }
    .levels .small_note a {
      color: #fff;
      text-decoration: underline; }

.level_badge {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  padding: 13px 26px;
  border-radius: 16px;
  margin-bottom: 30px; }
  .level_badge.badge_red {
    background-color: #E2001A; }
  .level_badge.badge_black {
    background-color: #1A1A1A; }

.prizes {
  position: relative; }
  .prizes:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      .prizes:before {
        display: none; } }
  .prizes .prize_col:first-child {
    padding-right: 62px; }
    @media screen and (max-width: 991px) {
      .prizes .prize_col:first-child {
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .prizes .prize_col:first-child {
        padding-right: 12px; } }
  .prizes .prize_col + .prize_col {
    padding-left: 62px; }
    @media screen and (max-width: 991px) {
      .prizes .prize_col + .prize_col {
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .prizes .prize_col + .prize_col {
        padding-left: 12px;
        margin-top: 45px; } }
  .prizes .prize_label {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px;
    color: #000; }
  .prizes .prize_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px; }
    .prizes .prize_item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      .prizes .prize_item {
        gap: 15px;
        margin-bottom: 35px; } }
  .prizes .prize_img {
    flex: 0 0 134px;
    width: 134px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f4f4f4; }
    @media screen and (max-width: 991px) {
      .prizes .prize_img {
        flex: 0 0 120px;
        width: 120px;
        height: 120px; } }
    @media screen and (max-width: 600px) {
      .prizes .prize_img {
        flex: 0 0 100px;
        width: 100px;
        height: 100px; } }
    .prizes .prize_img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .prizes .prize_txt p {
    font-size: 22px;
    line-height: 1;
    margin: 0; }
  .prizes .prize_txt .prize_title {
    margin-bottom: 0; }

.offers {
  position: relative; }
  .offers:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      .offers:before {
        display: none; } }
  .offers .offer_col {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px; }
    .offers .offer_col:first-child {
      padding-right: 45px; }
      @media screen and (max-width: 991px) {
        .offers .offer_col:first-child {
          padding-right: 25px; } }
      @media screen and (max-width: 767px) {
        .offers .offer_col:first-child {
          padding-right: 12px; } }
    .offers .offer_col + .offer_col {
      padding-left: 45px; }
      @media screen and (max-width: 991px) {
        .offers .offer_col + .offer_col {
          padding-left: 25px; } }
      @media screen and (max-width: 767px) {
        .offers .offer_col + .offer_col {
          padding-left: 12px;
          margin-top: 50px; } }
  .offers .offer_title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0; }
  .offers .offer_subtitle {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 42px; }
  .offers .offer_item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px; }
    @media screen and (max-width: 600px) {
      .offers .offer_item {
        gap: 20px;
        margin-bottom: 32px; } }
  .offers .offer_icon {
    flex: 0 0 75px;
    width: 75px; }
    @media screen and (max-width: 600px) {
      .offers .offer_icon {
        flex: 0 0 70px;
        width: 70px; } }
    .offers .offer_icon img {
      display: block;
      width: 100%;
      height: auto; }
  .offers .offer_txt p {
    font-size: 22px;
    line-height: 1;
    margin: 0; }
  .offers .offer_txt .offer_item_title {
    font-size: 22px;
    margin-bottom: 0; }
  .offers .offer_footer {
    margin-top: auto;
    padding-top: 30px; }
    .offers .offer_footer .red_btn {
      display: block;
      width: 100%;
      padding: 15px 20px;
      font-size: 16px; }

.half_section {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .half_section {
      margin-top: 70px;
      margin-bottom: 70px; } }
  .half_section .half_col_txt {
    text-align: center;
    padding-left: 60px; }
    @media screen and (max-width: 991px) {
      .half_section .half_col_txt {
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .half_section .half_col_txt {
        padding-left: 12px;
        margin-top: 40px; } }
  .half_section .half_txt {
    max-width: 470px;
    margin: 0 auto; }
  .half_section .half_title {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 25px; }
    @media screen and (max-width: 600px) {
      .half_section .half_title {
        font-size: 24px;
        line-height: 1; } }
    .half_section .half_title b {
      display: block; }
  .half_section .half_lead {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 25px; }
  .half_section p {
    font-size: 22px;
    line-height: 1;
    margin: 0; }
  .half_section .red_btn {
    display: block;
    width: 100%;
    margin-top: 60px;
    padding: 15px 20px;
    font-size: 16px; }

.app_section .app_title {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .app_section .app_title {
      font-size: 52px; } }
  @media screen and (max-width: 991px) {
    .app_section .app_title {
      font-size: 44px; } }
  @media screen and (max-width: 767px) {
    .app_section .app_title {
      font-size: 40px; } }
  @media screen and (max-width: 600px) {
    .app_section .app_title {
      font-size: 32px; } }
.app_section .app_label {
  font-size: 22px;
  line-height: 1;
  margin: 47px 0 15px; }
  @media screen and (max-width: 991px) {
    .app_section .app_label {
      margin-top: 40px; } }
.app_section .app_stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px; }
  @media screen and (max-width: 600px) {
    .app_section .app_stores {
      gap: 12px; } }
  .app_section .app_stores img {
    display: block;
    height: 50px;
    width: auto; }
    @media screen and (max-width: 600px) {
      .app_section .app_stores img {
        height: 44px; } }
.app_section .app_img img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto; }
@media screen and (min-width: 992px) {
  .app_section .app_img img {
    width: 140%;
    max-width: none;
    margin-left: -40%; } }
@media screen and (max-width: 767px) {
  .app_section .app_img {
    margin-top: 40px; } }

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