@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: 0; }

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

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --header-height: 120px; }
  @media (max-width: 1399px) {
    :root {
      --header-height: 80px; } }
  @media (max-width: 991px) {
    :root {
      --header-height: 60px; } }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s; }

a:hover {
  color: #d9153a; }

body {
  color: #060d3c;
  font: 16px/1.5 "Gotham", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  body.no-scroll {
    overflow: hidden; }

button {
  color: inherit;
  cursor: pointer;
  font: 500 15px/1.5 "Gotham", sans-serif;
  transition: all 0.25s; }

h1 {
  font-size: 42px;
  font-weight: bold; }

h2 {
  font-size: 24px;
  font-weight: bold; }

h3 {
  font-size: 20px;
  font-weight: bold; }

h4 {
  font-size: 20px;
  font-weight: bold; }

html {
  scroll-behavior: smooth; }

img {
  max-width: 100%; }

input {
  color: #060d3c;
  font: 16px/1 "Gotham", sans-serif; }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }
  input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield; }

label {
  cursor: pointer; }

small {
  color: rgba(6, 13, 60, 0.5);
  font-size: 87.5%; }

textarea {
  color: #060d3c;
  cursor: pointer;
  font: 16px/1 "Gotham", sans-serif; }

@media (max-width: 1199px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 16px; } }

@media (max-width: 767px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 18px; }
  input {
    font-size: 15px; }
  textarea {
    font-size: 15px; } }

@media (max-width: 400px) {
  h1 {
    font-size: 25px; }
  h2 {
    font-size: 18px; } }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .accordion__button {
    align-items: center;
    background: transparent;
    border: 0;
    display: flex;
    font-size: 14px;
    gap: 15px;
    padding: 22px 30px 20px;
    width: 100%; }
    .accordion__button::after {
      color: #d9153a;
      content: "\e912";
      font-family: 'icomoon';
      margin-left: auto;
      transition: all 0.25s; }
    .accordion__button.active::after {
      transform: rotate(-180deg); }
  .accordion__collapse {
    display: none;
    padding: 0 30px 30px; }
  .accordion__item {
    border: 1px solid #dddee8;
    border-bottom-width: 3px;
    border-radius: 2px; }
    .accordion__item--static .accordion__button::after {
      content: none; }
    .accordion__item--static .accordion__collapse {
      display: block; }
  @media (max-width: 400px) {
    .accordion__button {
      padding-left: 20px;
      padding-right: 20px; }
    .accordion__collapse {
      padding-left: 20px;
      padding-right: 20px; } }

.alert {
  background: #ecbd17;
  color: #060d3c;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  justify-content: center;
  padding: 18px 5vw 16px;
  position: relative; }
  .alert strong {
    font-weight: bold; }
  .alert--hide {
    transform: translateY(-100%); }
  .alert__container {
    display: flex;
    gap: 30px; }
  .alert .icon {
    font-size: 46px; }

.articles {
  background: #f2f2f6;
  padding-bottom: 100px;
  padding-top: 67px;
  position: relative; }
  @media (min-width: calc(991px + 1px)) {
    .articles {
      position: relative; }
      .articles::after {
        aspect-ratio: 3 / 4;
        background: url("../img/decoration--dark.svg") no-repeat;
        background-size: auto 100%;
        content: "";
        height: 60px;
        left: 150px;
        position: absolute;
        top: 0; }
      .articles::before {
        background: #0a0c22;
        content: "";
        height: 60px;
        left: 0;
        position: absolute;
        top: 0;
        width: 150px;
        z-index: 1; } }
  .articles p {
    font-weight: 300; }
  .articles__container {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%; }
    .articles__container--lg {
      max-width: 1320px; }
    .articles__container--md {
      max-width: 1080px; }
    .articles__container--sm {
      max-width: 920px; }
    .articles__container--xl {
      max-width: 1650px; }
    .articles__container--xs {
      max-width: 860px; }
  .articles__date {
    align-items: flex-start;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    gap: 10px;
    margin-bottom: 26px;
    opacity: 0.5; }
    .articles__date:last-child {
      margin-bottom: 0; }
    .articles__date .icon {
      margin-top: 2px; }
  .articles__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr); }
  .articles__heading {
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 19px; }
  .articles__image {
    display: flex;
    aspect-ratio: 2/1.27;
    width: 100%; }
    .articles__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .articles__item {
    background: #fff;
    display: flex;
    flex-direction: column; }
    .articles__item:hover {
      color: inherit; }
      .articles__item:hover .articles__heading {
        color: #d9153a; }
    .articles__item--large {
      position: relative;
      flex-direction: row;
      grid-column: span 3;
      margin-bottom: 30px; }
      .articles__item--large::after {
        align-items: center;
        background: #dddee8 url("../img/decoration.svg") no-repeat;
        background-size: auto 100%;
        bottom: 0;
        color: #d9153a;
        content: "\e901";
        display: flex;
        font: 20px 'icomoon';
        height: 60px;
        justify-content: center;
        padding-left: 20px;
        position: absolute;
        right: 0;
        text-align: center;
        width: 80px;
        z-index: 1; }
      .articles__item--large:hover::after {
        animation: corner-hover 0.5s infinite; }
      @media (max-width: 991px) {
        .articles__item--large::after {
          height: 40px;
          width: 70px; } }
      .articles__item--large .articles__heading {
        font-size: 26px;
        line-height: 1.5385; }
      .articles__item--large .articles__image {
        aspect-ratio: auto;
        flex: 0 0 50%; }
      .articles__item--large .articles__text {
        padding: 50px 60px 66px 70px; }
  .articles__text {
    padding: 24px 30px; }
  @media (max-width: 991px) {
    .articles {
      padding-bottom: 50px;
      padding-top: 20px; }
      .articles__grid {
        gap: 20px; }
      .articles__heading {
        font-size: 16px; }
      .articles__item--large {
        margin-bottom: 0; }
        .articles__item--large .articles__heading {
          font-size: 22px; }
        .articles__item--large .articles__text {
          padding: 20px 40px 55px; }
      .articles__text {
        padding: 20px; } }
  @media (max-width: 767px) {
    .articles__grid {
      grid-template-columns: repeat(2, 1fr); }
    .articles__item--large {
      flex-direction: column;
      grid-column: span 2; }
      .articles__item--large .articles__image {
        flex: 0 1 auto;
        height: 50vw; }
      .articles__item--large .articles__text {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 575px) {
    .articles__grid {
      grid-template-columns: none; }
    .articles__image {
      aspect-ratio: auto;
      height: 50vw; }
    .articles__item--large {
      grid-column: 1; } }

.background {
  background: linear-gradient(#f2f2f6, #fff 230px);
  margin-top: 100px; }
  @media (max-width: 991px) {
    .background {
      margin-top: 50px; } }

.basic {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%; }
  .basic--lg {
    max-width: 1320px; }
  .basic--md {
    max-width: 1080px; }
  .basic--sm {
    max-width: 920px; }
  .basic--xl {
    max-width: 1650px; }
  .basic--xs {
    max-width: 860px; }
  .basic p {
    line-height: 1.75;
    font-weight: 300; }
  .basic--padding-top {
    padding-top: 80px; }
  .basic__caption {
    align-items: center;
    color: rgba(6, 13, 60, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    text-transform: uppercase; }
    .basic__caption::after {
      background: #d9153a;
      content: "";
      height: 30px;
      transform: rotate(30deg);
      width: 1px; }
  .basic__image {
    display: flex;
    flex-grow: 1;
    height: 438px; }
    .basic__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .basic__image--corner {
      position: relative; }
      .basic__image--corner::after {
        aspect-ratio: 3 / 4;
        background: url("../img/decoration.svg");
        background-size: 100% 100%;
        bottom: 0;
        content: "";
        height: 60px;
        position: absolute;
        right: 50px;
        transform: rotate(180deg);
        z-index: 1; }
      .basic__image--corner::before {
        background: #fff;
        bottom: 0;
        content: "";
        height: 60px;
        position: absolute;
        right: 0;
        width: 50px;
        z-index: 1; }
  .basic__heading {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase; }
  .basic__row {
    align-items: center;
    display: flex;
    gap: 100px; }
    .basic__row--bg {
      background: #060d3c;
      color: rgba(255, 255, 255, 0.9);
      gap: 0; }
      .basic__row--bg .basic__caption {
        color: rgba(255, 255, 255, 0.5);
        font-size: 15px; }
      .basic__row--bg .basic__image {
        align-self: stretch;
        height: auto; }
      .basic__row--bg .basic__text {
        padding: 50px 100px; }
    .basic__row--reverse {
      flex-direction: row-reverse; }
  .basic__text {
    align-items: flex-start;
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    gap: 23px;
    position: relative; }
  @media (max-width: 1599px) {
    .basic__row--bg .basic__text {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 1199px) {
    .basic__row {
      gap: 50px; }
      .basic__row--bg {
        gap: 0; } }
  @media (max-width: 991px) {
    .basic--padding-top {
      padding-top: 40px; }
    .basic__image {
      height: 40vw; }
    .basic__row {
      align-items: stretch;
      flex-direction: column;
      gap: 40px; }
      .basic__row--bg {
        gap: 0; }
    .basic__heading {
      font-size: 20px; } }
  @media (max-width: 575px) {
    .basic__row {
      gap: 20px; }
      .basic__row--bg {
        gap: 0; }
        .basic__row--bg .basic__text {
          padding: 40px; }
    .basic__text {
      gap: 10px; } }
  @media (max-width: 400px) {
    .basic__row--bg .basic__text {
      padding-left: 20px;
      padding-right: 20px; } }

.basic-2 {
  border: 1px solid #dddee8;
  display: grid;
  grid-template-columns: 455px 1fr; }
  .basic-2:hover {
    color: inherit; }
  .basic-2--corner {
    position: relative; }
    .basic-2--corner::after {
      align-items: center;
      background: #dddee8 url("../img/decoration.svg") no-repeat;
      background-size: auto 100%;
      bottom: 0;
      color: #d9153a;
      content: "\e901";
      display: flex;
      font: 20px 'icomoon';
      height: 50px;
      justify-content: center;
      padding-left: 20px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 80px;
      z-index: 1; }
    .basic-2--corner:hover::after {
      animation: corner-hover 0.5s infinite; }
    @media (max-width: 991px) {
      .basic-2--corner::after {
        height: 40px;
        width: 70px; } }
  .basic-2__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 40px; }
  .basic-2__header {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
  .basic-2__image {
    display: flex;
    aspect-ratio: 4/3;
    position: relative;
    width: 100%; }
    .basic-2__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .basic-2__label {
    background: rgba(34, 36, 70, 0.8);
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    left: 10px;
    padding: 6px 12px;
    position: absolute;
    top: 10px; }
  .basic-2__logos {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 3px; }
  .basic-2__price {
    align-items: flex-end;
    align-self: flex-end;
    background: #060d3c;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-right: -50px;
    padding: 7px 25px 9px;
    white-space: nowrap; }
    .basic-2__price small {
      color: #fff;
      font-size: 62.5%;
      font-weight: normal; }
  .basic-2__table {
    width: 100%;
    margin-top: 30px; }
    .basic-2__table a {
      color: #d9153a;
      text-decoration: underline; }
      .basic-2__table a:hover {
        text-decoration: none; }
    .basic-2__table strong {
      color: #d9153a;
      font-weight: bold; }
    .basic-2__table td {
      font-size: 14px;
      padding: 10px 20px 10px 0; }
      .basic-2__table td:first-child {
        padding-left: 20px; }
    .basic-2__table th {
      color: rgba(6, 13, 60, 0.5);
      font-size: 13px;
      padding: 10px 15px 10px 0;
      position: relative;
      text-align: left; }
      .basic-2__table th:first-child {
        padding-left: 20px; }
      .basic-2__table th .icon {
        margin-right: 10px; }
    .basic-2__table tr:nth-child(2n+1) {
      background: rgba(221, 222, 232, 0.25); }
    .basic-2__table td {
      font-weight: 300; }
  .basic-2__text {
    padding: 40px 50px 56px; }
  @media (max-width: 1399px) {
    .basic-2 {
      grid-template-columns: 425px 1fr; }
      .basic-2__price {
        margin-right: -30px;
        padding-left: 15px;
        padding-right: 15px; }
      .basic-2__table th:first-child {
        padding-left: 15px;
        padding-right: 15px; }
      .basic-2__table td {
        padding-right: 15px; }
      .basic-2__text {
        padding: 35px 30px 40px; } }
  @media (max-width: 991px) {
    .basic-2__image-button {
      height: 40px; } }
  @media (max-width: 767px) {
    .basic-2 {
      grid-template-columns: none; }
      .basic-2__buttons {
        justify-content: center; } }
  @media (max-width: 575px) {
    .basic-2__buttons {
      margin-top: 20px; }
    .basic-2__price {
      font-size: 13px;
      margin-right: -20px;
      padding: 5px 10px; }
    .basic-2__table {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); }
    .basic-2__text {
      padding-left: 20px;
      padding-right: 20px; } }

.basic-3 {
  background: linear-gradient(#fff 115px, #f2f2f6 115px, #fff 345px);
  padding-top: 55px;
  position: relative; }
  .basic-3::after {
    aspect-ratio: 3 / 4;
    background: url("../img/decoration.svg");
    background-size: 100% 100%;
    content: "";
    height: 60px;
    left: calc(50vw - 1500px / 2 + 1500px);
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 1; }
  .basic-3::before {
    background: #fff;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 54px;
    width: calc(50vw - 1500px / 2 + 1500px);
    z-index: 1; }
  .basic-3 p {
    font-weight: 300; }
  .basic-3__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px; }
  .basic-3__caption {
    align-items: center;
    color: rgba(6, 13, 60, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    text-transform: uppercase; }
    .basic-3__caption::after {
      background: #d9153a;
      content: "";
      height: 30px;
      transform: rotate(30deg);
      width: 1px; }
  .basic-3__image {
    display: flex;
    flex: 0 0 50%; }
    .basic-3__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .basic-3__heading {
    font-weight: 300; }
    .basic-3__heading strong {
      font-weight: bold;
      text-transform: uppercase; }
  .basic-3__row {
    display: flex; }
    .basic-3__row--reverse {
      flex-direction: row-reverse; }
  .basic-3__text {
    align-items: flex-start;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 23px;
    max-width: calc(1500px / 2);
    padding: 155px 90px 70px;
    position: relative; }
  @media (max-width: 1599px) {
    .basic-3::after {
      left: 90%; }
    .basic-3::before {
      width: 90%; } }
  @media (max-width: 1199px) {
    .basic-3__buttons {
      margin-top: 20px; }
    .basic-3__heading {
      margin-bottom: 20px; }
    .basic-3__text {
      gap: 10px;
      padding: 120px 40px 40px; } }
  @media (max-width: 991px) {
    .basic-3 {
      background: transparent;
      padding-top: 30px; }
      .basic-3::after {
        height: 40px;
        top: 30px; }
      .basic-3::before {
        height: 40px;
        top: 30px; }
      .basic-3__row {
        flex-direction: column; }
      .basic-3__text {
        padding: 40px 5vw; } }
  @media (max-width: 400px) {
    .basic-3__text {
      padding-bottom: 20px;
      padding-top: 20px; } }

.blueimp-gallery > .close {
  background: transparent;
  color: #fff;
  font-size: 15px;
  padding-left: 30px;
  opacity: 1;
  text-decoration: underline;
  width: auto; }
  .blueimp-gallery > .close::before {
    content: "\e90f";
    font: 20px 'icomoon';
    left: 0;
    position: absolute;
    top: -1px; }
  .blueimp-gallery > .close:hover {
    text-decoration: none; }

.blueimp-gallery > .indicator {
  display: flex;
  gap: 1px;
  justify-content: center; }
  .blueimp-gallery > .indicator > li {
    aspect-ratio: 1;
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
    flex: 0 1 90px;
    height: auto;
    margin: 0;
    max-height: 90px;
    width: auto; }
    .blueimp-gallery > .indicator > li:hover {
      border-color: #d9153a; }
      .blueimp-gallery > .indicator > li:hover::after {
        content: none; }
  .blueimp-gallery > .indicator > .active {
    border-color: #d9153a; }

.blueimp-gallery:not(#blueimp-gallery-video) > .slides {
  padding-bottom: 140px; }

.blueimp-gallery > .title {
  font-size: 16px;
  font-weight: 500;
  opacity: 1; }

.blueimp-gallery-controls > .next {
  align-items: center;
  background: transparent;
  border: 0;
  color: #d9153a;
  display: flex;
  font: 20px 'icomoon';
  justify-content: space-between;
  opacity: 1;
  padding: 0;
  width: 40px; }
  .blueimp-gallery-controls > .next::after {
    content: "\e901"; }
  .blueimp-gallery-controls > .next::before {
    background: #fff;
    content: "";
    height: 30px;
    opacity: 0.33;
    transform: rotate(30deg);
    width: 1px; }

.blueimp-gallery-controls > .prev {
  align-items: center;
  background: transparent;
  border: 0;
  color: #d9153a;
  display: flex;
  font: 20px 'icomoon';
  justify-content: space-between;
  opacity: 1;
  padding: 0;
  width: 40px; }
  .blueimp-gallery-controls > .prev::after {
    background: #fff;
    content: "";
    height: 30px;
    opacity: 0.33;
    transform: rotate(30deg);
    width: 1px; }
  .blueimp-gallery-controls > .prev::before {
    content: "\e900"; }

@media (max-width: 991px) {
  .blueimp-gallery > .indicator {
    display: none; }
  .blueimp-gallery > .slides {
    padding-bottom: 50px; }
  .blueimp-gallery > .title {
    bottom: 15px;
    top: auto; }
  .blueimp-gallery-controls > .next {
    display: none; }
  .blueimp-gallery-controls > .prev {
    display: none; } }

.button {
  align-items: center;
  background: #d9153a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  gap: 15px;
  justify-content: center;
  min-height: 54px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none; }
  .button .icon {
    opacity: 0.5; }
  .button:hover {
    background: #b2112e;
    color: #fff;
    text-decoration: none; }
  .button--gray {
    background: rgba(155, 166, 178, 0.25);
    color: rgba(34, 36, 70, 0.75); }
    .button--gray:hover {
      background: #060d3c;
      color: #fff;
      text-decoration: none; }
  .button--secondary {
    background: #222446; }
    .button--secondary:hover {
      background: #060d3c;
      color: #fff;
      text-decoration: none; }
  .button--sm {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px; }
  .button--xs {
    font-size: 13px;
    gap: 10px;
    min-height: 40px; }
  .button--white {
    background: #fff;
    color: #060d3c; }
  @media (max-width: 1399px), (max-height: 767px) {
    .button {
      min-height: 50px;
      padding-left: 17px;
      padding-right: 17px; }
      .button--xs {
        font-size: 13px;
        gap: 10px;
        min-height: 40px; } }
  @media (max-width: 991px) {
    .button {
      font-size: 13px;
      gap: 10px;
      min-height: 40px; } }

.caption {
  align-items: center;
  background: #0a0c22;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px; }
  .caption--mobile {
    display: none; }
  .caption__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 300;
    gap: 10px; }
    .caption__breadcrumb-item {
      color: rgba(255, 255, 255, 0.9);
      display: flex;
      padding-left: 15px;
      position: relative;
      text-decoration: underline; }
      .caption__breadcrumb-item:not(.caption__breadcrumb-item:first-child)::before {
        color: #d9153a;
        content: "/";
        left: 0;
        position: absolute; }
      .caption__breadcrumb-item:first-child {
        align-self: center;
        font-size: 15px;
        line-height: 1;
        padding-left: 0;
        text-decoration: none; }
      .caption__breadcrumb-item:last-child {
        color: #787ea4;
        text-decoration: none; }
  .caption__container {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
    align-items: center;
    display: grid;
    gap: 30px; }
    .caption__container--lg {
      max-width: 1320px; }
    .caption__container--md {
      max-width: 1080px; }
    .caption__container--sm {
      max-width: 920px; }
    .caption__container--xl {
      max-width: 1650px; }
    .caption__container--xs {
      max-width: 860px; }
    .caption__container--row {
      grid-template-columns: 1fr auto 1fr; }
  .caption__logos {
    align-items: flex-start;
    display: flex;
    filter: brightness(100);
    flex-direction: column;
    gap: 20px;
    margin-bottom: 6px;
    margin-top: 48px; }
  .caption__price {
    color: rgba(255, 255, 255, 0.5);
    display: grid;
    font-size: 14px;
    font-weight: 300;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    line-height: 1.2;
    margin-top: 50px;
    text-align: left;
    width: 100%; }
    .caption__price-item {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .caption__price-main {
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 2px;
      color: #fff;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      font-weight: bold;
      justify-content: center;
      padding: 10px 20px 12px; }
    .caption__price small {
      color: inherit;
      font-size: 10px;
      font-weight: 300; }
  .caption__title {
    font-size: 36px;
    font-weight: bold; }
    .caption__title .icon {
      color: #9ba6b2;
      display: inline-block;
      font-size: 1.1;
      margin-right: 10px;
      position: relative;
      top: 0.1em; }
  @media (max-width: 1199px) {
    .caption {
      padding-top: 50px; }
      .caption__breadcrumb {
        justify-content: center; }
      .caption__container--row {
        grid-template-columns: none; }
      .caption__logos {
        align-items: center; }
      .caption__title {
        font-size: 28px; } }
  @media (max-width: 991px) {
    .caption--desktop {
      display: none; }
    .caption--mobile {
      display: flex; }
    .caption__logos {
      margin-top: 20px;
      transform: scale(0.8); }
    .caption__price {
      margin-top: 20px; } }
  @media (max-width: 400px) {
    .caption__price {
      grid-template-columns: none;
      justify-content: center; }
      .caption__price-main {
        padding-bottom: 10px;
        padding-top: 10px; }
    .caption__title {
      font-size: 25px; } }

.card {
  background: #060d3c;
  border-radius: 4px;
  color: #fff;
  display: grid;
  font-size: 14px;
  gap: 20px;
  grid-template-columns: 200px 1fr;
  margin-top: 50px;
  padding: 50px;
  position: relative; }
  .card--large {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 50px; }
    .card--large .card__left {
      padding-right: 60px; }
  .card .button {
    margin-top: 23px; }
  .card__contact {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin-bottom: 13px;
    padding-left: 30px;
    position: relative;
    text-decoration: underline; }
    .card__contact .icon {
      color: rgba(120, 126, 164, 0.9);
      left: 0;
      margin-top: 4px;
      position: absolute; }
  .card__header {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 80px 1fr;
    margin-bottom: 40px; }
  .card__left {
    align-items: flex-start;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 300;
    padding-right: 20px; }
  .card__right {
    align-items: flex-start;
    display: flex;
    flex-direction: column; }
  @media (max-width: 1399px) {
    .card:not(.card--large) {
      grid-template-columns: 180px 1fr;
      padding: 30px; }
    .card__left {
      font-size: 20px; } }
  @media (max-width: 1199px) {
    .card:not(.card--large) {
      grid-template-columns: none; }
      .card:not(.card--large) .card__left {
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        grid-row-start: 2;
        padding-right: 0;
        padding-top: 20px; } }
  @media (max-width: 991px) {
    .card:not(.card--large) {
      grid-template-columns: 200px 1fr;
      margin-top: 40px;
      max-width: 600px;
      padding: 50px; }
      .card:not(.card--large) .card__left {
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        border-top: 0;
        grid-row-start: 1;
        padding-right: 20px;
        padding-top: 0; } }
  @media (max-width: 767px) {
    .card--large {
      gap: 20px;
      grid-template-columns: 200px 1fr;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      padding: 30px; }
      .card--large .card__left {
        padding-right: 20px; } }
  @media (max-width: 575px) {
    .card {
      grid-template-columns: none; }
      .card:not(.card--large) {
        grid-template-columns: none;
        padding: 30px; }
        .card:not(.card--large) .card__left {
          border-right: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.25);
          grid-row-start: 2;
          padding-right: 0;
          padding-top: 20px; }
      .card__left {
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        grid-row-start: 2;
        padding-right: 0;
        padding-top: 20px; } }
  @media (max-width: 400px) {
    .card {
      padding: 30px; }
      .card__header {
        grid-template-columns: 60px 1fr; }
      .card__left {
        font-size: 18px; }
      .card__name {
        margin-bottom: 0; } }

.contact {
  background: #060d3c;
  padding-top: 80px; }
  .contact--gradient {
    background: linear-gradient(#fff 50%, #060d3c 50%); }
  .contact--gray-blue {
    background: linear-gradient(#f2f2f6 50%, #060d3c 50%); }
  .contact__box {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 1fr 2fr; }
    .contact__box--lg {
      max-width: 1320px; }
    .contact__box--md {
      max-width: 1080px; }
    .contact__box--sm {
      max-width: 920px; }
    .contact__box--xl {
      max-width: 1650px; }
    .contact__box--xs {
      max-width: 860px; }
    .contact__box--1-1 {
      grid-template-columns: repeat(2, 1fr); }
  .contact__form {
    padding: 60px; }
    .contact__form h2 {
      font-weight: 300;
      margin-bottom: 70px; }
      .contact__form h2 strong {
        font-weight: bold; }
    .contact__form-check-radio {
      position: relative; }
      .contact__form-check-radio input {
        display: none; }
        .contact__form-check-radio input:checked + label::before {
          color: #63c154; }
      .contact__form-check-radio label {
        color: rgba(6, 13, 60, 0.5);
        display: block;
        font-size: 15px;
        font-weight: 300;
        padding-left: 33px;
        position: relative; }
        .contact__form-check-radio label::before {
          align-items: center;
          border: 1px solid #c7c8d1;
          color: transparent;
          content: "\e910";
          display: flex;
          font: 12px 'icomoon';
          height: 18px;
          justify-content: center;
          left: 0;
          position: absolute;
          width: 18px; }
        .contact__form-check-radio label a {
          color: #d9153a;
          text-decoration: underline; }
      .contact__form-check-radio--invalid label {
        color: #d9153a; }
        .contact__form-check-radio--invalid label::before {
          border-color: #d9153a; }
    .contact__form-footer {
      align-items: center;
      display: flex;
      gap: 20px 40px;
      margin-top: 30px; }
      .contact__form-footer .button {
        margin-left: auto; }
    .contact__form-group {
      align-items: flex-start;
      display: grid;
      gap: 10px 20px;
      grid-template-columns: 160px 1fr;
      letter-spacing: -0.3px;
      margin-bottom: 20px;
      position: relative; }
      .contact__form-group:last-child {
        margin-bottom: 0; }
      .contact__form-group input,
      .contact__form-group textarea {
        border: 1px solid #c7c8d1;
        border-radius: 4px;
        color: rgba(6, 13, 60, 0.5);
        font-size: 15px;
        font-weight: 300;
        min-height: 60px;
        padding: 20px 24px;
        width: 100%; }
        .contact__form-group input::placeholder,
        .contact__form-group textarea::placeholder {
          color: rgba(6, 13, 60, 0.5);
          opacity: 1; }
      .contact__form-group label {
        color: rgba(6, 13, 60, 0.5);
        font-size: 15px;
        font-weight: 300;
        margin-top: 18px;
        text-transform: uppercase; }
      .contact__form-group .select2-container {
        height: 60px; }
        .contact__form-group .select2-container--default .select2-selection--single {
          border: 1px solid #c7c8d1;
          border-bottom-width: 2px;
          border-radius: 4px;
          font-size: 15px;
          height: 100%;
          padding: 15px 24px; }
          .contact__form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
            align-items: center;
            color: rgba(6, 13, 60, 0.5);
            display: flex;
            height: 100%;
            padding: 0; }
        .contact__form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
          transform: rotate(180deg); }
        .contact__form-group .select2-container .select2-selection__arrow {
          align-items: center;
          bottom: 1px;
          display: flex;
          height: auto;
          justify-content: center;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.25s;
          width: 50px; }
          .contact__form-group .select2-container .select2-selection__arrow b {
            display: none; }
          .contact__form-group .select2-container .select2-selection__arrow::before {
            color: #d9153a;
            content: "\e912";
            font-family: 'icomoon'; }
      .contact__form-group--invalid input,
      .contact__form-group--invalid textarea {
        border-color: #d9153a; }
      .contact__form-group--invalid label {
        color: #d9153a; }
      .contact__form-group--invalid .g-recaptcha > div {
        border: 1px solid #d9153a; }
      .contact__form-group--invalid .select2-container--default .select2-selection--single {
        border-color: #d9153a; }
      .contact__form-group--required label::after {
        color: #d9153a;
        content: "*";
        padding-left: 5px; }
    .contact__form-invalid {
      bottom: -15px;
      color: #d9153a;
      font-size: 12px;
      position: absolute;
      right: 0; }
    .contact__form-success {
      align-items: center;
      background: rgba(99, 193, 84, 0.05);
      border: 1px solid #63c154;
      color: #0a0c22;
      display: flex;
      font-weight: 300;
      gap: 15px;
      margin: 20px 0;
      padding: 20px; }
      .contact__form-success .icon {
        color: #63c154; }
  .contact__intro {
    background-color: #060d3c;
    padding: 60px;
    position: relative; }
    .contact__intro-bg {
      bottom: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      opacity: 0.6;
      position: absolute;
      width: 100%; }
    .contact__intro-text {
      align-items: flex-start;
      color: #fff;
      display: flex;
      flex-direction: column;
      gap: 40px;
      position: relative; }
      .contact__intro-text h2 {
        font-weight: 300; }
        .contact__intro-text h2 strong {
          font-weight: bold; }
  .contact__map {
    display: flex;
    height: 100%; }
    .contact__map img {
      max-width: none; }
  @media (min-width: 991px) {
    .contact__intro-text h2 {
      font-size: 32px; } }
  @media (max-width: 1399px) {
    .contact__form {
      padding: 60px 40px; }
      .contact__form h2 {
        margin-bottom: 30px; }
      .contact__form-group {
        grid-template-columns: none; }
        .contact__form-group label {
          margin-top: 0; }
    .contact__intro {
      padding: 60px 40px 40px; } }
  @media (max-width: 1199px) {
    .contact__form-footer {
      flex-direction: column; } }
  @media (max-width: 991px) {
    .contact {
      padding-top: 50px; }
      .contact__box {
        grid-template-columns: none; }
      .contact__form {
        padding: 40px; }
        .contact__form-footer {
          flex-direction: row; }
      .contact__intro {
        padding: 0 0 30px;
        text-align: center; }
        .contact__intro-bg {
          display: none; }
        .contact__intro-text {
          align-items: stretch; } }
  @media (max-width: 767px) {
    .contact__form-footer {
      flex-direction: column; } }
  @media (max-width: 400px) {
    .contact__form {
      padding-left: 5vw;
      padding-right: 5vw; }
      .contact__form-group input, .contact__form textarea {
        min-height: 40px;
        padding: 10px 14px; } }

.detail {
  padding-top: 100px; }
  .detail--bg {
    background: #f2f2f6; }
  .detail--decoration {
    background: linear-gradient(#f2f2f6, #fff 230px);
    color: rgba(6, 13, 60, 0.9);
    padding-top: 106px;
    position: relative; }
    .detail--decoration::after {
      aspect-ratio: 3 / 4;
      background: url("../img/decoration.svg");
      background-size: 100% 100%;
      content: "";
      height: 60px;
      left: 250px;
      position: absolute;
      top: 0; }
    .detail--decoration::before {
      background: #fff;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      top: 0;
      width: 250px; }
    @media (max-width: 991px) {
      .detail--decoration {
        padding-top: 50px; }
        .detail--decoration::after {
          content: none; }
        .detail--decoration::before {
          content: none; } }
  .detail__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px; }
  .detail__content {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    display: flex;
    gap: 40px; }
    .detail__content--lg {
      max-width: 1320px; }
    .detail__content--md {
      max-width: 1080px; }
    .detail__content--sm {
      max-width: 920px; }
    .detail__content--xl {
      max-width: 1650px; }
    .detail__content--xs {
      max-width: 860px; }
  .detail__header {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    margin-bottom: 38px; }
    .detail__header--lg {
      max-width: 1320px; }
    .detail__header--md {
      max-width: 1080px; }
    .detail__header--sm {
      max-width: 920px; }
    .detail__header--xl {
      max-width: 1650px; }
    .detail__header--xs {
      max-width: 860px; }
  .detail__intro {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
    display: flex;
    position: relative; }
    .detail__intro--lg {
      max-width: 1320px; }
    .detail__intro--md {
      max-width: 1080px; }
    .detail__intro--sm {
      max-width: 920px; }
    .detail__intro--xl {
      max-width: 1650px; }
    .detail__intro--xs {
      max-width: 860px; }
    .detail__intro-bg {
      bottom: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      width: 100%; }
    .detail__intro-text {
      align-items: flex-start;
      background: linear-gradient(63deg, rgba(10, 12, 34, 0.85) 18%, rgba(10, 12, 34, 0) 85%);
      color: #fff;
      display: flex;
      flex-direction: column;
      gap: 40px;
      justify-content: flex-end;
      min-height: 470px;
      padding: 50px 390px 50px 100px;
      position: relative; }
  .detail__link {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline; }
  .detail__logos {
    align-items: flex-start;
    display: flex;
    filter: brightness(100);
    flex-direction: column;
    gap: 15px;
    margin-bottom: 3px; }
  .detail__table {
    width: 100%;
    font-weight: 300;
    margin-top: 40px; }
    .detail__table a {
      color: #d9153a;
      text-decoration: underline; }
      .detail__table a:hover {
        text-decoration: none; }
    .detail__table strong {
      color: #d9153a;
      font-weight: bold; }
    .detail__table td {
      font-size: 14px;
      padding: 10px 20px 10px 0; }
      .detail__table td:first-child {
        padding-left: 20px; }
    .detail__table th {
      color: rgba(6, 13, 60, 0.5);
      font-size: 13px;
      padding: 10px 15px 10px 0;
      position: relative;
      text-align: left; }
      .detail__table th:first-child {
        padding-left: 20px; }
      .detail__table th .icon {
        margin-right: 10px; }
    .detail__table tr:nth-child(2n+1) {
      background: rgba(221, 222, 232, 0.25); }
    .detail__table tbody {
      display: grid;
      gap: 0 20px;
      grid-template-columns: repeat(2, 1fr); }
    .detail__table th {
      min-width: 160px; }
    .detail__table tr:nth-child(2n), .detail__table tr:nth-child(2n+1) {
      background: transparent; }
    .detail__table tr:nth-child(4n+1), .detail__table tr:nth-child(4n+2) {
      background: rgba(221, 222, 232, 0.25); }
  .detail__title {
    font-weight: 300; }
    .detail__title strong {
      font-weight: bold;
      text-transform: uppercase; }
  .detail__video {
    aspect-ratio: 2/1.25;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    margin-top: -100px;
    position: relative;
    width: 390px; }
    .detail__video:hover {
      color: inherit; }
      .detail__video:hover .detail__video-icon img {
        transform: scale(1.5); }
    .detail__video-image {
      border-radius: 5px;
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .detail__video-icon {
      aspect-ratio: 1;
      bottom: 0;
      border-radius: 50%;
      display: block;
      height: 68px;
      left: 0;
      margin: auto;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 0; }
      .detail__video-icon img {
        display: block;
        transition: all 0.25s;
        width: 100%; }
    .detail__video-text {
      bottom: 15px;
      left: 26px;
      position: absolute; }
    .detail__video-time {
      position: absolute;
      right: 26px;
      top: 15px; }
  @media (max-width: 1399px) {
    .detail__content {
      align-items: flex-start; }
    .detail__intro-text {
      min-height: 30vw;
      padding-left: 50px;
      padding-right: 220px; }
    .detail__video {
      margin-right: 30px;
      margin-top: -80px;
      width: 200px; }
      .detail__video-icon {
        transform: scale(0.5); }
      .detail__video-text {
        display: none; }
      .detail__video-time {
        display: none; } }
  @media (max-width: 991px) {
    .detail:not(.detail--decoration) {
      padding-top: 50px; }
    .detail__header {
      text-align: center; }
    .detail__intro {
      flex-direction: column; }
      .detail__intro-bg {
        height: 50vw;
        position: static; }
      .detail__intro-text {
        background: transparent;
        color: #060d3c;
        gap: 20px;
        min-height: 0;
        padding: 30px 0; }
    .detail__logos {
      filter: none;
      transform: scale(0.8); }
    .detail__table {
      margin-top: 0; }
      .detail__table tbody {
        display: table-row-group; }
      .detail__table tr:nth-child(4n+2) {
        background: #fff; }
      .detail__table tr:nth-child(2n+1) {
        background: rgba(221, 222, 232, 0.25); }
    .detail__video {
      margin-right: 10px;
      margin-top: 0; } }
  @media (max-width: 767px) {
    .detail--decoration {
      padding-top: 50px; }
      .detail--decoration::before {
        content: none; }
    .detail__buttons {
      justify-content: center; }
    .detail__content {
      flex-direction: column-reverse; }
    .detail__intro-text {
      align-items: center; }
    .detail__logos {
      align-items: center; }
    .detail__table {
      margin-top: 0; }
    .detail__video {
      margin-left: auto;
      margin-right: auto;
      max-width: 400px;
      width: 100%; } }
  @media (max-width: 575px) {
    .detail__content {
      gap: 20px; } }

.equipment {
  background: #f2f2f6;
  padding-top: 80px; }
  .equipment__box {
    background: #fff;
    border: 1px solid #dddee8;
    display: flex;
    flex-direction: column;
    font-weight: 300; }
  .equipment__container {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%; }
    .equipment__container--lg {
      max-width: 1320px; }
    .equipment__container--md {
      max-width: 1080px; }
    .equipment__container--sm {
      max-width: 920px; }
    .equipment__container--xl {
      max-width: 1650px; }
    .equipment__container--xs {
      max-width: 860px; }
  .equipment__data {
    background: #f2f2f6;
    font-size: 14px;
    margin-top: 2px;
    padding: 15px 20px 13px; }
  .equipment__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center; }
  .equipment__header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 60px; }
  .equipment__heading {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 11px; }
  .equipment__image {
    align-items: center;
    aspect-ratio: 1/0.9;
    display: flex;
    justify-content: center;
    position: relative; }
    .equipment__image--cover {
      display: flex; }
      .equipment__image--cover img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .equipment__image--cover img {
        position: absolute; }
  .equipment__list {
    columns: 3;
    column-gap: 20px;
    font-weight: 300; }
    .equipment__list li {
      padding: 2px 0 2px 20px;
      position: relative;
      padding: 8px 0 8px 40px; }
      .equipment__list li::before {
        color: #63c154;
        content: "";
        font: 0.75em 'icomoon';
        left: 0;
        margin-top: 4px;
        position: absolute; }
      .equipment__list li::before {
        font-size: 16px; }
  .equipment__options {
    line-height: 2;
    margin-bottom: 23px; }
  .equipment__subheading {
    font-size: 13px;
    margin-bottom: 3px;
    opacity: 0.5; }
  .equipment__tags {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: auto;
    opacity: 0.5; }
  .equipment__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 14px;
    min-height: 215px;
    padding: 30px 30px 25px; }
  .equipment__title {
    align-items: center;
    color: rgba(6, 13, 60, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    text-transform: uppercase; }
    .equipment__title::after {
      background: #d9153a;
      content: "";
      height: 30px;
      transform: rotate(30deg);
      width: 1px; }
  @media (max-width: 991px) {
    .equipment {
      padding-top: 50px; }
      .equipment__grid {
        grid-template-columns: repeat(3, 1fr); }
      .equipment__header {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .equipment__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .equipment__grid {
      grid-template-columns: minmax(0, 300px); }
    .equipment__header {
      align-items: center;
      flex-direction: column; } }

.footer {
  background: #060d3c;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  padding-top: 90px; }
  .footer p + p {
    margin-top: 5px; }
  .footer p a {
    white-space: nowrap; }
  .footer p img {
    display: inline-flex;
    position: relative;
    top: -2px;
    vertical-align: middle; }
  .footer small {
    color: rgba(255, 255, 255, 0.5); }
  .footer__bottom {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    display: flex;
    gap: 20px 40px;
    justify-content: space-between;
    padding-top: 50px; }
    .footer__bottom--lg {
      max-width: 1320px; }
    .footer__bottom--md {
      max-width: 1080px; }
    .footer__bottom--sm {
      max-width: 920px; }
    .footer__bottom--xl {
      max-width: 1650px; }
    .footer__bottom--xs {
      max-width: 860px; }
  .footer__column {
    align-content: start;
    display: grid;
    gap: 16px; }
  .footer__heading {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .footer__info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding-bottom: 35px; }
    .footer__info p {
      font-weight: 300; }
    .footer__info .footer__nav {
      grid-auto-flow: column;
      margin-bottom: 40px; }
  .footer__logo {
    display: flex;
    flex-shrink: 0; }
  .footer__nav {
    align-content: start;
    display: grid;
    flex: 1 0 0;
    gap: 10px 28px; }
    .footer__nav-item {
      padding-left: 34px;
      position: relative;
      text-transform: uppercase; }
      .footer__nav-item::before {
        color: #d9153a;
        content: "\e901";
        font: 15px 'icomoon';
        left: 0;
        position: absolute; }
  .footer__opening {
    display: grid;
    font-size: 14px;
    gap: 5px 30px;
    grid-template-columns: 60px 1fr; }
    .footer__opening-closed {
      color: rgba(255, 255, 255, 0.5); }
  .footer__snug {
    position: relative;
    top: 1px; }
  .footer__social {
    display: flex;
    gap: 10px;
    margin-bottom: 20px; }
    .footer__social-item {
      align-items: center;
      aspect-ratio: 1;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 2px;
      color: rgba(255, 255, 255, 0.5);
      display: flex;
      font-size: 22px;
      height: 48px;
      justify-content: center; }
      .footer__social-item:hover {
        background: #fff;
        color: #060d3c; }
  .footer__top {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between; }
    .footer__top--lg {
      max-width: 1320px; }
    .footer__top--md {
      max-width: 1080px; }
    .footer__top--sm {
      max-width: 920px; }
    .footer__top--xl {
      max-width: 1650px; }
    .footer__top--xs {
      max-width: 860px; }
    .footer__top--border {
      border-top: 1px solid rgba(221, 222, 232, 0.3);
      padding-top: 90px; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 40px; }
      .footer__info .footer__nav {
        grid-auto-flow: row;
        margin-bottom: 30px; }
      .footer__social-item {
        font-size: 18px;
        height: 40px; }
      .footer__top {
        grid-template-columns: repeat(2, 1fr); }
        .footer__top--border {
          padding-top: 40px; } }
  @media (max-width: 767px) {
    .footer__bottom {
      flex-wrap: wrap; }
    .footer__info {
      order: -1; }
      .footer__info p {
        text-align: center; } }
  @media (max-width: 575px) {
    .footer__top {
      grid-template-columns: none; } }
  @media (max-width: 400px) {
    .footer__logo {
      max-width: 80px; } }

.gallery--arrow-top .gallery__header {
  padding-right: 100px; }

.gallery--arrow-top .slick-arrow {
  bottom: auto;
  top: -90px; }

.gallery .slick-arrow {
  align-items: center;
  background: transparent;
  border: 0;
  color: #d9153a;
  display: flex;
  font-size: 0;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: calc(50vw - 1500px / 2);
  text-align: center;
  width: 30px;
  bottom: 0; }
  .gallery .slick-arrow::before {
    content: "\e901";
    font: 20px 'icomoon';
    position: absolute;
    right: 0;
    width: 100%; }
  .gallery .slick-arrow:hover {
    color: #222446; }
  .gallery .slick-arrow.slick-disabled {
    color: #222446;
    opacity: 0.5; }
  .gallery .slick-arrow.slick-prev {
    transform: rotate(180deg) translateX(50px); }
    .gallery .slick-arrow.slick-prev::after {
      color: #dddee8;
      content: "/";
      font-size: 25px;
      position: absolute;
      left: -15px; }
  @media (max-width: 1599px) {
    .gallery .slick-arrow {
      right: 5vw; } }

.gallery .slick-dots {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 60px;
  padding: 0 5vw; }
  .gallery .slick-dots button {
    background: transparent;
    border: 0;
    font-size: 0; }
  .gallery .slick-dots li {
    border: 1px solid #c7c8d1;
    border-radius: 50%;
    display: flex;
    height: 14px;
    width: 14px; }
    .gallery .slick-dots li.slick-active {
      background: #d9153a;
      border-color: #d9153a; }

.gallery .slick-slide {
  height: 150px;
  padding: 0 2px;
  position: relative; }

.gallery .slick-track {
  display: flex; }

.gallery--bg {
  background: #f2f2f6; }

.gallery__header {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
  margin-bottom: 60px; }
  .gallery__header--lg {
    max-width: 1320px; }
  .gallery__header--md {
    max-width: 1080px; }
  .gallery__header--sm {
    max-width: 920px; }
  .gallery__header--xl {
    max-width: 1650px; }
  .gallery__header--xs {
    max-width: 860px; }

.gallery__item {
  display: flex;
  position: relative; }
  .gallery__item img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .gallery__item--video::after {
    align-items: center;
    bottom: 0;
    content: url("../img/gallery__play.svg");
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.gallery__title {
  align-items: center;
  color: rgba(6, 13, 60, 0.5);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 20px;
  text-transform: uppercase; }
  .gallery__title::after {
    background: #d9153a;
    content: "";
    height: 30px;
    transform: rotate(30deg);
    width: 1px; }

@media (max-width: 991px) {
  .gallery--arrow-top .slick-arrow {
    top: -60px; }
  .gallery .slick-dots {
    margin-top: 30px; }
  .gallery__header {
    margin-bottom: 30px; } }

.header {
  background: linear-gradient(rgba(10, 12, 34, 0.8) 60%, rgba(10, 12, 34, 0));
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 60px;
  height: var(--header-height);
  padding-right: 60px;
  position: relative;
  top: -100%;
  transition: all 0.25s;
  z-index: 10; }
  .header--subpage {
    background: #0a0c22; }
  .header.submenu-active {
    color: rgba(255, 255, 255, 0.5); }
    .header.submenu-active .header__dropdown-toggler {
      color: #fff; }
    .header.submenu-active .header__link {
      color: #fff; }
    .header.submenu-active .header__nav-heading {
      color: #fff; }
  .header .button {
    font-size: 14px;
    min-height: 48px;
    text-transform: uppercase; }
  .header--sticky {
    background: #fff;
    box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.2);
    color: rgba(6, 13, 60, 0.5);
    padding-top: calc(var(--header-height) / 2);
    position: sticky;
    top: calc(var(--header-height) * -1 / 2); }
    .header--sticky .header__dropdown-toggler {
      color: #222446; }
    .header--sticky .header__link {
      color: #222446; }
    .header--sticky .header__logo {
      font-size: 16px; }
      .header--sticky .header__logo-dealer img {
        height: 40px;
        width: 80px; }
      .header--sticky .header__logo-image {
        height: auto;
        width: 150px; }
    .header--sticky .header__nav-heading {
      color: #222446; }
  .header__collapse {
    display: flex;
    flex-grow: 1;
    gap: 15px;
    justify-content: flex-end;
    z-index: 2; }
  .header__controls {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 10px 20px;
    padding-left: 15px;
    position: relative;
    z-index: 2; }
    .header__controls--long {
      padding-left: 0; }
  .header__dropdown {
    position: relative; }
    .header__dropdown-collapse {
      display: none;
      position: absolute;
      top: calc(100% + 15px); }
    .header__dropdown-content {
      background-color: #fff;
      border-radius: 4px;
      border: solid 1px #c7c8d1;
      box-shadow: 0 2px 0 0 #c7c8d1;
      color: #060d3c;
      display: flex;
      flex-direction: column;
      font-size: 15px;
      font-weight: normal;
      gap: 17px;
      padding: 20px 25px 24px;
      text-align: left;
      text-transform: none;
      width: 260px; }
    .header__dropdown-heading {
      color: rgba(6, 13, 60, 0.5);
      font-size: 13px;
      text-transform: uppercase; }
    .header__dropdown-link {
      padding-right: 34px;
      position: relative; }
      .header__dropdown-link::after {
        color: #d9153a;
        content: "\e901";
        font: 15px 'icomoon';
        position: absolute;
        right: 0; }
    .header__dropdown-toggler {
      align-items: center;
      background: transparent;
      border: 0;
      color: #fff;
      cursor: pointer;
      display: flex;
      font-size: 14px;
      font-weight: bold;
      gap: 15px;
      padding: 0;
      position: relative;
      text-transform: uppercase;
      transition: all 0.25s;
      z-index: 2; }
      .header__dropdown-toggler::before {
        content: "\e901";
        font-family: 'icomoon';
        opacity: 0.5;
        transition: all 0.25s; }
      .header__dropdown-toggler:hover {
        color: #d9153a; }
      .header__dropdown-toggler.active::before {
        transform: rotate(90deg); }
  .header__link {
    align-items: center;
    background: transparent;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 15px;
    justify-content: center;
    padding: 10px 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .header__link .icon {
      opacity: 0.5;
      transition: all 0.25s; }
    .header__link:hover {
      color: #d9153a; }
      .header__link:hover .icon {
        transform: rotate(35deg); }
  .header__logo {
    align-items: center;
    background: #fff;
    color: #0a0c22;
    display: flex;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 300;
    gap: 20px;
    line-height: 1.2;
    padding-left: 60px;
    padding-right: 1px;
    position: relative;
    z-index: 3; }
    .header__logo strong {
      font-weight: bold; }
    .header__logo::before {
      aspect-ratio: 3 / 4;
      background: url("../img/decoration.svg") no-repeat;
      background-size: 100% 100%;
      bottom: 0;
      content: "";
      left: calc(100% - 1px);
      position: absolute;
      top: 0;
      transition: all 0.25s;
      z-index: 1; }
    .header__logo-dealer {
      align-items: center;
      display: flex; }
      .header__logo-dealer img {
        height: auto;
        object-fit: contain;
        width: 100px; }
    .header__logo-image {
      align-items: center;
      align-self: stretch;
      background: transparent;
      display: grid;
      flex-shrink: 0;
      grid-template-rows: 1fr;
      height: auto;
      justify-items: center;
      width: 180px; }
    .header__logo-text {
      color: rgba(10, 12, 34, 0.5);
      font-size: 11px;
      font-weight: normal;
      text-transform: uppercase; }
  .header__nav {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    gap: 20px 40px;
    text-align: center;
    text-transform: uppercase; }
    .header__nav-heading {
      align-items: center;
      color: #fff;
      cursor: pointer;
      display: flex;
      gap: 15px;
      position: relative;
      transition: all 0.25s;
      z-index: 2; }
      .header__nav-heading::before {
        content: "\e901";
        font-family: 'icomoon';
        opacity: 0.5;
        transition: all 0.25s; }
      .header__nav-heading:hover {
        color: #d9153a; }
    .header__nav-item {
      align-items: center;
      display: flex;
      min-height: 30px;
      position: relative; }
      .header__nav-item.active .header__nav-heading::before {
        transform: rotate(90deg); }
      .header__nav-item.active .header__nav-submenu {
        max-height: calc(var(--header-height) + 370px);
        padding-top: var(--header-height);
        transition-delay: 0s; }
        .header__nav-item.active .header__nav-submenu-item {
          opacity: 1;
          transition-delay: 0.25s; }
    .header__nav-submenu {
      align-items: center;
      background: #0a0c22;
      display: grid;
      gap: 10px 20px;
      grid-template-columns: repeat(4, minmax(0, calc(920px / 4)));
      height: 100%;
      justify-content: center;
      left: 0;
      max-height: 0;
      overflow: hidden;
      position: fixed;
      right: 0;
      top: 0;
      transition: all 0.25s;
      transition-delay: 0.25s; }
      .header__nav-submenu-image {
        height: 60px;
        object-fit: contain;
        width: 100%; }
      .header__nav-submenu-item {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        justify-content: center;
        opacity: 0;
        padding-bottom: 25px; }
        .header__nav-submenu-item:hover .header__nav-submenu-logo {
          opacity: 1; }
      .header__nav-submenu-logo {
        filter: brightness(100);
        opacity: 0.5; }
      .header__nav-submenu-price {
        background: #787ea4;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding: 5px 7px;
        text-transform: none; }
  .header__overlay {
    bottom: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
    .header__overlay--active {
      bottom: 0; }
  .header__toggler {
    align-self: center;
    background: transparent;
    border: 0;
    color: #d9153a;
    cursor: pointer;
    display: none;
    height: 20px;
    margin-left: auto;
    padding: 0;
    position: relative;
    width: 22px;
    z-index: 20; }
    .header__toggler::after {
      border-top: 2px solid;
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      transition: all .45s;
      width: 22px; }
    .header__toggler::before {
      border-top: 2px solid;
      bottom: 2px;
      content: "";
      display: block;
      position: absolute;
      transition: all .45s;
      width: 22px; }
    .header__toggler span {
      background: #d9153a;
      border-radius: 2px;
      bottom: 0;
      height: 2px;
      left: 0;
      margin: auto;
      position: absolute;
      top: 0;
      width: 22px; }
    .header__toggler--active::after {
      margin-top: 7px;
      transform: rotate(-45deg); }
    .header__toggler--active::before {
      margin-bottom: 7px;
      transform: rotate(45deg); }
    .header__toggler--active span {
      background: transparent; }
  @media (max-width: 1799px) {
    .header .button {
      padding-left: 20px;
      padding-right: 20px; }
    .header__controls--long .header__controls-display {
      display: none; }
    .header__logo {
      font-size: 16px; } }
  @media (max-width: 1599px) {
    .header {
      padding-right: 5vw; }
      .header--sticky {
        color: rgba(255, 255, 255, 0.5); }
        .header--sticky .header__dropdown-toggler {
          color: #fff; }
        .header--sticky .header__nav-heading {
          color: #fff; }
        .header--sticky .header__link {
          color: #fff; }
      .header__collapse {
        background: #060d3c;
        bottom: 0;
        flex-direction: column;
        gap: 40px;
        min-width: 300px;
        overflow: auto;
        padding: 100px 20px 20px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: all 0.25s; }
        .header__collapse--active {
          transform: translateX(0); }
      .header__controls {
        flex-direction: column;
        justify-content: center;
        margin-left: 0;
        margin-top: auto;
        padding-left: 0; }
      .header__controls--long .header__controls-display {
        display: inline; }
      .header__dropdown-collapse {
        position: relative;
        top: 0; }
      .header__logo {
        padding-left: 5vw; }
      .header__nav {
        flex-direction: column;
        text-align: left; }
        .header__nav-item {
          align-items: flex-start;
          flex-direction: column; }
          .header__nav-item.active .header__nav-heading::before {
            transform: rotate(90deg); }
          .header__nav-item.active .header__nav-submenu {
            max-height: 400px;
            padding-bottom: 10px;
            padding-top: 10px; }
        .header__nav-submenu {
          background: transparent;
          gap: 25px;
          grid-template-columns: none;
          padding-left: 30px;
          position: relative; }
          .header__nav-submenu-image {
            display: none; }
          .header__nav-submenu-item {
            align-items: flex-start;
            padding-bottom: 0; }
          .header__nav-submenu-logo {
            transform: scale(0.75);
            transform-origin: 0 center; }
          .header__nav-submenu-price {
            display: none; }
      .header__toggler {
        display: block; } }
  @media (max-width: 1399px) {
    .header--sticky {
      padding-top: calc(var(--header-height)/4);
      top: calc(var(--header-height)*-1/4); }
    .header__logo-dealer img {
      height: 40px;
      width: 80px; }
    .header__logo-image {
      height: auto;
      width: 150px; } }
  @media (max-width: 991px) {
    .header {
      background: #fff; }
      .header--sticky {
        padding-top: calc(var(--header-height)/8);
        top: calc(var(--header-height)*-1/8); } }
  @media (max-width: 767px) {
    .header--sticky {
      padding-top: calc(var(--header-height)/4);
      top: calc(var(--header-height)*-1/4); }
    .header--sticky .header__logo-dealer img {
      height: 30px;
      width: 60px; }
    .header--sticky .header__logo-image {
      height: auto; }
    .header__display-medium {
      display: none; }
    .header__logo {
      gap: 20px; }
      .header__logo-dealer img {
        height: 30px;
        width: 75px; } }

@media only screen and (max-width: 574px) {
  .header {
    gap: 0; }
  .header__logo {
    gap: 6px; } }

.intro {
  color: #fff;
  font-size: 22px;
  height: 100vh;
  margin-top: calc(-1 * var(--header-height));
  position: relative; }
  .intro .modal {
    bottom: calc(var(--header-height) + 30px);
    top: calc(100% - var(--header-height) + 30px); }
  .intro__article {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    max-width: 480px;
    z-index: 1; }
  .intro__basic {
    height: calc(100% - 50px);
    position: relative; }
    .intro__basic::after {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #000);
      bottom: 60px;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 50%; }
    .intro__basic::before {
      background-image: linear-gradient(#0a0c22, rgba(10, 12, 34, 0));
      bottom: 50%;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .intro__basic strong {
      font-weight: bold; }
    @media (min-width: 991px) {
      .intro__basic .intro__container::after {
        width: calc(100vw - (50vw - 1500px / 2)); } }
  .intro__bg {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    left: 0;
    position: absolute;
    width: 100%; }
  .intro__bottom {
    align-items: center;
    display: flex;
    gap: 20px 40px;
    height: 110px;
    margin-top: -60px;
    padding: 0 calc(50vw - 1080px / 2);
    position: relative;
    z-index: 2; }
    .intro__bottom-header {
      align-items: center;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      justify-content: center;
      margin-right: auto;
      position: relative;
      text-transform: uppercase;
      z-index: 1; }
    .intro__bottom-info {
      color: rgba(6, 13, 60, 0.9);
      font-size: 11px;
      text-transform: none; }
    .intro__bottom-item {
      color: rgba(6, 13, 60, 0.5);
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.56px;
      padding-bottom: 6px;
      position: relative;
      text-transform: uppercase; }
      .intro__bottom-item::before {
        background: #d9153a;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.25s;
        width: 0; }
      .intro__bottom-item:hover {
        color: #060d3c; }
        .intro__bottom-item:hover::before {
          width: 100%; }
      .intro__bottom-item strong {
        color: #d9153a; }
    .intro__bottom-logo {
      align-items: center;
      color: #d9153a;
      display: flex;
      font-size: 18px;
      font-weight: bold;
      gap: 20px; }
    .intro__bottom-nav {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 0 40px;
      justify-content: flex-end;
      padding-top: 6px; }
    .intro__bottom-price {
      background: #787ea4;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 7px;
      margin-top: 10px;
      padding: 7px 10px;
      text-align: center;
      text-transform: none; }
      .intro__bottom-price-small {
        font-weight: 300;
        font-style: 12px; }
      .intro__bottom-price:last-child {
        bottom: 2px;
        margin: 0;
        position: absolute; }
  .intro__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 50px; }
    .intro__buttons-link {
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline; }
  .intro__caption {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase; }
  .intro__container {
    align-items: flex-end;
    background: url("../img/intro__container.svg") no-repeat right center, linear-gradient(90deg, transparent, #0a0c22);
    background-size: auto 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30%;
    padding-right: 10%;
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    z-index: 2; }
    .intro__container::after {
      background: #fff;
      bottom: 0;
      clip-path: polygon(38px 6px, 43px 2px, 48px 0, 100% 0, 100% 100%, 0 100%, 5px calc(100% - 2px), 10px calc(100% - 6px));
      content: "";
      height: 60px;
      position: absolute;
      right: 0;
      width: 50vw; }
  .intro__disclaimer {
    bottom: 100px;
    color: #fff;
    font-size: 12px;
    padding-right: 60px;
    padding-top: 15px;
    position: absolute; }
  .intro__logo {
    display: flex;
    filter: brightness(100);
    margin-bottom: 48px; }
    .intro__logo--sm {
      display: none; }
  .intro__modal {
    align-items: center;
    bottom: calc(var(--header-height) + 30px);
    display: grid;
    height: 100px;
    justify-content: center;
    justify-items: center;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all 0.25s;
    width: 310px;
    z-index: -1; }
    .intro__modal.active {
      bottom: 0;
      height: 100%;
      position: fixed;
      width: 100%;
      z-index: 11; }
    .intro__modal-body {
      align-items: center;
      color: #fff;
      display: flex;
      flex-direction: column;
      gap: 10px;
      height: 90%;
      justify-content: center;
      position: relative;
      text-align: center;
      width: 90%; }
      .intro__modal-body video {
        max-height: 90%;
        max-width: 100%;
        height: 90%;
        width: 100%; }
    .intro__modal-close {
      background: transparent;
      border: 0;
      margin: 15px 15px 0 auto; }
      .intro__modal-close::before {
        content: "\e90f";
        font: 30px 'icomoon'; }
    .intro__modal-overlay {
      background: #000;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .intro__nav {
    align-items: center;
    display: flex;
    height: var(--header-height);
    min-height: 0;
    min-width: 0;
    padding: 0 5vw 5px;
    position: relative; }
    .intro__nav-logo {
      border-bottom: 2px solid #060d3c;
      height: 53px;
      object-fit: scale-down;
      width: auto; }
    .intro__nav .slick {
      position: relative; }
      .intro__nav .slick-list {
        margin-left: auto;
        margin-right: auto;
        padding: 0 !important; }
      .intro__nav .slick-slide {
        cursor: pointer;
        opacity: 0.25;
        padding: 10px;
        transition: all 0.25s;
        width: calc(1250px / 6); }
        .intro__nav .slick-slide:hover {
          opacity: 0.5; }
        .intro__nav .slick-slide.slick-current {
          opacity: 1; }
          .intro__nav .slick-slide.slick-current .intro__nav-logo {
            border-color: #d9153a; }
      @media (min-width: calc(767px + 1px)) {
        .intro__nav .slick-track {
          min-width: 100%;
          transform: translate3d(0, 0, 0) !important; } }
  .intro__slider {
    background: #0a0c22;
    height: calc(100% - var(--header-height));
    min-height: 0;
    min-width: 0;
    overflow: hidden; }
    .intro__slider .slick-list {
      height: 100%; }
    .intro__slider .slick-slide {
      position: relative; }
      .intro__slider .slick-slide::before {
        background-image: linear-gradient(#0a0c22, rgba(10, 12, 34, 0));
        bottom: 50%;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1; }
    .intro__slider .slick-track {
      height: 100%; }
    .intro__slider:not(.slick-initialized) > * {
      display: none; }
  .intro__tiles {
    display: none;
    grid-template-columns: repeat(3, 1fr); }
    .intro__tiles-item {
      align-items: flex-end;
      display: flex;
      height: 30vw;
      padding: 0 20px;
      position: relative; }
      .intro__tiles-item::after {
        background: linear-gradient(transparent, #0a0c22);
        bottom: 0;
        content: "";
        height: 10vw;
        left: 0;
        position: absolute;
        right: 0; }
      .intro__tiles-item:first-child, .intro__tiles-item:nth-child(2), .intro__tiles-item:nth-child(3) {
        height: calc(30vw + 60px); }
  .intro__title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 17px; }
    .intro__title strong {
      font-weight: 500; }
  @media (max-width: 1599px), (max-height: 767px) {
    .intro__logo {
      margin-bottom: 20px;
      transform: scale(0.75);
      transform-origin: left center; }
    .intro__title {
      font-size: 38px;
      margin-bottom: 20px; } }
  @media (max-width: 1599px) {
    .intro__bottom {
      padding-left: 5vw;
      padding-right: 5vw; }
      .intro__bottom-header {
        align-self: center;
        gap: 10px; }
      .intro__bottom-logo {
        font-size: 16px;
        gap: 10px; }
        .intro__bottom-logo img {
          max-width: 120px; }
      .intro__bottom-price {
        font-size: 14px;
        padding-bottom: 4px;
        padding-top: 4px; }
        .intro__bottom-price:last-child {
          bottom: auto;
          margin-bottom: 7px;
          margin-top: 10px;
          position: static; } }
  @media (max-width: 1399px) {
    .intro__container {
      padding: calc(var(--header-height) + 10px) 120px; } }
  @media (max-width: 1199px) {
    .intro__buttons {
      margin-top: 20px; }
    .intro__logo {
      transform: scale(0.5); }
    .intro__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .intro {
      display: flex;
      flex-direction: column;
      font-size: 16px;
      height: 50vw; }
      .intro--subpage {
        height: auto; }
      .intro__bg {
        object-position: 20% center; }
      .intro__basic {
        min-height: 75vw; }
      .intro__bottom {
        flex-direction: column;
        row-gap: 10px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px; }
        .intro__bottom-header {
          align-self: flex-end;
          gap: 5px;
          margin-right: 0;
          padding-top: 10px; }
        .intro__bottom-nav {
          justify-content: center; }
      .intro__buttons {
        gap: 5px; }
        .intro__buttons .button {
          font-size: 10px;
          gap: 10px;
          min-height: 36px;
          padding: 5px 12px; }
        .intro__buttons-link {
          font-size: 10px; }
      .intro__container {
        padding-left: 20%; }
        .intro__container::after {
          height: 40px; }
      .intro__disclaimer {
        font-size: 11px;
        margin-top: auto;
        padding-right: 0;
        position: static; }
      .intro__logo {
        align-items: center;
        bottom: 0;
        display: none;
        height: 30px;
        left: 0;
        margin-bottom: 0;
        max-width: 150px;
        position: relative;
        transform: none;
        width: auto;
        z-index: 1; }
        .intro__logo--sm {
          display: flex; }
      .intro__nav-logo {
        height: 30px; }
      .intro__title {
        display: none;
        font-size: 25px; } }
  @media (max-width: 767px) {
    .intro:not(.intro--subpage) {
      height: 100vw; }
    .intro__article {
      align-items: end;
      display: flex;
      flex-direction: column;
      max-width: none; }
      .intro__article > * {
        display: none; }
    .intro__basic::after {
      bottom: 0; }
    .intro__bottom {
      margin-top: 0;
      padding-top: 0; }
      .intro__bottom-header {
        align-self: inherit; }
      .intro__bottom-logo {
        display: none; }
      .intro__bottom-price {
        margin: 0; }
      .intro__bottom-price:last-child {
        margin: 0; }
    .intro__buttons {
      justify-content: end;
      margin-top: auto; }
      .intro__buttons .button {
        min-height: 30px; }
    .intro__container {
      align-items: stretch;
      background: transparent;
      flex-direction: row;
      justify-content: end;
      padding-bottom: 5vw;
      padding-left: 5vw;
      padding-right: 5vw;
      width: 100%; }
      .intro__container::after {
        content: none; }
    .intro__tiles {
      grid-template-columns: repeat(2, 1fr); }
      .intro__tiles-item:nth-child(3) {
        height: 30vw; } }

.listing {
  margin: 0 auto;
  max-width: 1320px;
  width: 90%;
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: 310px 1fr;
  padding-bottom: 120px;
  padding-top: 60px; }
  .listing--lg {
    max-width: 1320px; }
  .listing--md {
    max-width: 1080px; }
  .listing--sm {
    max-width: 920px; }
  .listing--xl {
    max-width: 1650px; }
  .listing--xs {
    max-width: 860px; }
  .listing__body {
    display: grid;
    gap: 20px; }
    .listing__body-top {
      align-items: center;
      display: flex;
      font-size: 24px;
      gap: 15px;
      margin-bottom: 20px; }
      .listing__body-top strong {
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap; }
  .listing__check-radio {
    margin-top: 9px; }
    .listing__check-radio input {
      display: none; }
      .listing__check-radio input:checked + label::after {
        background: #060d3c; }
    .listing__check-radio label {
      display: block;
      font-size: 14px;
      padding-left: 30px;
      position: relative; }
      .listing__check-radio label::after {
        content: "";
        height: 8px;
        left: 5px;
        margin-top: 7px;
        position: absolute;
        width: 8px; }
      .listing__check-radio label::before {
        background: #fff;
        border: 1px solid #c7c8d1;
        border-radius: 2px;
        content: "";
        display: flex;
        height: 14px;
        left: 2px;
        margin-top: 4px;
        position: absolute;
        width: 14px; }
    .listing__check-radio--all label {
      color: #787ea4; }
  .listing__filter {
    background: rgba(221, 222, 232, 0.25);
    border: 1px solid #dddee8;
    border-radius: 2px;
    font-weight: 300;
    padding-top: 20px; }
    .listing__filter-delete {
      background: transparent;
      border: 0;
      color: #d9153a;
      display: block;
      font-size: 13px;
      padding: 10px 10px 10px 25px;
      position: relative;
      text-decoration: underline; }
      .listing__filter-delete .icon {
        margin-left: -25px;
        text-decoration: none;
        position: absolute;
        top: 14px; }
      .listing__filter-delete:hover {
        text-decoration: none; }
    .listing__filter-field {
      padding: 10px 30px; }
    .listing__filter-footer {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 30px 30px 24px; }
    .listing__filter-heading {
      color: rgba(10, 12, 34, 0.5);
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 11px;
      text-transform: uppercase; }
  .listing__results {
    font-weight: 300; }
  .listing__sort {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 330px;
    margin-left: auto; }
    .listing__sort label {
      color: rgba(6, 13, 60, 0.5);
      font-size: 15px;
      text-transform: uppercase; }
    .listing__sort .select2-container {
      height: 60px; }
      .listing__sort .select2-container--default .select2-selection--single {
        border: 1px solid #c7c8d1;
        border-bottom-width: 2px;
        border-radius: 4px;
        font-size: 15px;
        height: 100%;
        padding: 15px 24px; }
        .listing__sort .select2-container--default .select2-selection--single .select2-selection__rendered {
          align-items: center;
          color: rgba(6, 13, 60, 0.5);
          display: flex;
          height: 100%;
          padding: 0; }
      .listing__sort .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
        transform: rotate(180deg); }
      .listing__sort .select2-container .select2-selection__arrow {
        align-items: center;
        bottom: 1px;
        display: flex;
        height: auto;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.25s;
        width: 50px; }
        .listing__sort .select2-container .select2-selection__arrow b {
          display: none; }
        .listing__sort .select2-container .select2-selection__arrow::before {
          color: #d9153a;
          content: "\e912";
          font-family: 'icomoon'; }
  @media (max-width: 1199px) {
    .listing {
      grid-template-columns: 200px 1fr; }
      .listing__body-top {
        font-size: 20px; }
      .listing__filter-field {
        padding-left: 20px;
        padding-right: 20px; }
      .listing__filter-footer {
        align-items: center;
        padding: 20px; }
      .listing__sort {
        grid-template-columns: 1fr 220px; } }
  @media (max-width: 991px) {
    .listing {
      grid-template-columns: none;
      padding-bottom: 50px;
      padding-top: 50px; }
      .listing__body-top {
        font-size: 18px; }
      .listing__filter {
        display: flex;
        flex-wrap: wrap; }
        .listing__filter-footer {
          width: 100%; }
      .listing__sort {
        grid-template-columns: 220px; }
        .listing__sort label {
          display: none; } }
  @media (max-width: 575px) {
    .listing__body-top {
      flex-direction: column;
      font-size: 16px; }
    .listing__filter {
      grid-template-columns: none; }
      .listing__filter-field:nth-child(2n) {
        border-left: 0; }
      .listing__filter-footer {
        grid-column: 1; }
    .listing__sort {
      margin-left: 0; } }

.locations {
  background: #0a0c22; }
  .locations--gradient {
    background: linear-gradient(#fff 50%, #060d3c 50%); }
  .locations__box {
    align-items: flex-start;
    background: #f2f2f6;
    display: flex;
    flex-direction: column;
    padding: 52px 60px 60px;
    position: relative; }
    .locations__box h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px; }
      .locations__box h2 small {
        color: inherit;
        font-size: inherit;
        font-weight: 300; }
    .locations__box h3 {
      color: #787ea4;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    .locations__box .button {
      margin-top: auto; }
    .locations__box-header {
      margin-bottom: 26px; }
    .locations__box p {
      font-weight: 300; }
  .locations__container {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%; }
    .locations__container--lg {
      max-width: 1320px; }
    .locations__container--md {
      max-width: 1080px; }
    .locations__container--sm {
      max-width: 920px; }
    .locations__container--xl {
      max-width: 1650px; }
    .locations__container--xs {
      max-width: 860px; }
    .locations__container--scroll {
      margin-top: -80px;
      padding-top: 150px; }
  .locations__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 29px; }
    .locations__grid:first-child {
      margin-top: 0; }
  .locations__heading {
    align-items: center;
    color: rgba(6, 13, 60, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
    .locations__heading::after {
      background: #d9153a;
      content: "";
      height: 30px;
      transform: rotate(30deg);
      width: 1px; }
  .locations__item {
    position: relative;
    background: #f2f2f6;
    border: 1px solid #f2f2f6;
    border-radius: 4px;
    display: grid;
    gap: 40px;
    padding: 29px 40px 28px; }
    .locations__item::after {
      align-items: center;
      background: #dddee8 url("../img/decoration.svg") no-repeat;
      background-size: auto 100%;
      bottom: 0;
      color: #d9153a;
      content: "\e901";
      display: flex;
      font: 20px 'icomoon';
      height: 60px;
      justify-content: center;
      padding-left: 20px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 80px;
      z-index: 1; }
    .locations__item:hover::after {
      animation: corner-hover 0.5s infinite; }
    @media (max-width: 991px) {
      .locations__item::after {
        height: 40px;
        width: 70px; } }
    .locations__item--logo {
      grid-template-columns: 75px 1fr; }
    .locations__item::after {
      opacity: 0;
      transition: all 0.25s; }
    .locations__item:hover {
      background: #fff;
      color: inherit; }
      .locations__item:hover::after {
        opacity: 1; }
    .locations__item-caption {
      color: #787ea4;
      font-size: 14px;
      font-weight: 300; }
    .locations__item-heading {
      font-weight: 300; }
  .locations__logo {
    display: flex; }
    .locations__logo img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .locations__logo img {
      object-fit: contain; }
  .locations__main {
    display: grid;
    grid-template-columns: 1fr 420px; }
  .locations__map {
    display: flex;
    height: 410px; }
    .locations__map img {
      max-width: none; }
  @media (max-width: 1199px) {
    .locations__box {
      padding-left: 40px;
      padding-right: 40px; }
    .locations__container--scroll {
      margin-top: -50px;
      padding-top: 100px; }
    .locations__main {
      grid-template-columns: 1fr 320px; } }
  @media (max-width: 991px) {
    .locations__item {
      gap: 10px 20px;
      padding: 20px; }
      .locations__item::before {
        content: none; } }
  @media (max-width: 767px) {
    .locations__box {
      grid-row-start: 1;
      padding: 40px 5vw; }
      .locations__box .button {
        margin-top: 20px; }
    .locations__grid {
      grid-template-columns: none; }
    .locations__main {
      grid-template-columns: none; }
    .locations__map {
      height: 50vw; } }
  @media (max-width: 575px) {
    .locations__item--logo {
      grid-template-columns: 60px 1fr; } }
  @media (max-width: 400px) {
    .locations__box {
      padding: 20px 5vw; }
    .locations__item {
      padding-left: 5vw;
      padding-right: 5vw; }
      .locations__item-heading {
        font-size: 16px; } }

.modal {
  align-items: center;
  bottom: calc(var(--header-height) + 30px);
  display: grid;
  justify-content: center;
  justify-items: center;
  left: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: calc(100% - var(--header-height) + 30px);
  transition: all 0.25s;
  z-index: 11; }
  .modal.active {
    bottom: 0;
    left: 0;
    top: 0; }
  .modal__body {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 90vh;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 90vw; }
    .modal__body video {
      max-height: 90%;
      max-width: 100%;
      height: 90%;
      width: 100%; }
  .modal__close {
    background: transparent;
    border: 0;
    margin: 15px 15px 0 auto; }
    .modal__close::before {
      content: "\e90f";
      font: 30px 'icomoon'; }
  .modal__overlay {
    background: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.models {
  background: linear-gradient(#f2f2f6, #fff 230px);
  color: rgba(6, 13, 60, 0.9);
  padding-top: 106px;
  position: relative; }
  .models::after {
    aspect-ratio: 3 / 4;
    background: url("../img/decoration.svg");
    background-size: 100% 100%;
    content: "";
    height: 60px;
    left: 250px;
    position: absolute;
    top: 0; }
  .models::before {
    background: #fff;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px; }
  @media (max-width: 991px) {
    .models {
      padding-top: 50px; }
      .models::after {
        content: none; }
      .models::before {
        content: none; } }
  .models h2 {
    font-size: 22px; }
    .models h2 strong {
      font-weight: bold;
      text-transform: uppercase; }
  .models__header {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    margin-bottom: 38px;
    padding-right: 120px;
    text-transform: uppercase; }
    .models__header--lg {
      max-width: 1320px; }
    .models__header--md {
      max-width: 1080px; }
    .models__header--sm {
      max-width: 920px; }
    .models__header--xl {
      max-width: 1650px; }
    .models__header--xs {
      max-width: 860px; }
  .models__slider {
    position: relative; }
  .models .slick .basic-2 {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 970px; }
  .models .slick-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: #d9153a;
    display: flex;
    font-size: 0;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: calc(50vw - 1500px / 2);
    text-align: center;
    width: 30px;
    bottom: auto;
    top: -70px; }
    .models .slick-arrow::before {
      content: "\e901";
      font: 20px 'icomoon';
      position: absolute;
      right: 0;
      width: 100%; }
    .models .slick-arrow:hover {
      color: #222446; }
    .models .slick-arrow.slick-disabled {
      color: #222446;
      opacity: 0.5; }
    .models .slick-arrow.slick-prev {
      transform: rotate(180deg) translateX(50px); }
      .models .slick-arrow.slick-prev::after {
        color: #dddee8;
        content: "/";
        font-size: 25px;
        position: absolute;
        left: -15px; }
    @media (max-width: 1599px) {
      .models .slick-arrow {
        right: 5vw; } }
  .models .slick-dots {
    align-items: center;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 39px;
    padding: 0 5vw; }
    .models .slick-dots button {
      background: transparent;
      border: 0;
      font-size: 0; }
    .models .slick-dots li {
      border: 1px solid #c7c8d1;
      border-radius: 50%;
      display: flex;
      height: 14px;
      width: 14px; }
      .models .slick-dots li.slick-active {
        background: #d9153a;
        border-color: #d9153a; }
  .models .slick-list {
    padding: 0 calc((100vw - 1500px) / 2 - 20px); }
  .models .slick-slide {
    height: inherit;
    padding: 0 20px;
    position: relative; }
  .models .slick-track {
    display: flex;
    padding: 40px 0; }
  @media (max-width: 1399px) {
    .models__header {
      margin-bottom: 0; }
    .models .slick-arrow {
      top: -30px; } }
  @media (max-width: 1199px) {
    .models .slick-dots {
      margin-top: 0; }
    .models .slick .basic-2 {
      width: 770px; } }
  @media (max-width: 991px) {
    .models .slick .basic-2 {
      width: 80vw; } }
  @media (max-width: 400px) {
    .models .slick .basic-2 {
      width: 90vw; } }

.navigation {
  padding-top: 35px;
  position: relative; }

@media (min-width: 1700px) and (min-width: calc(991px + 1px)) {
  .navigation {
    position: relative; }
    .navigation::after {
      aspect-ratio: 3 / 4;
      background: url("../img/decoration--dark.svg") no-repeat;
      background-size: auto 100%;
      content: "";
      height: 60px;
      left: 150px;
      position: absolute;
      top: 0; }
    .navigation::before {
      background: #0a0c22;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      top: 0;
      width: 150px;
      z-index: 1; } }
  .navigation__container {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    align-items: center;
    border-bottom: 1px solid #dddee8;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 100px;
    justify-content: center;
    padding-bottom: 35px;
    position: relative;
    text-transform: uppercase; }
    .navigation__container--lg {
      max-width: 1320px; }
    .navigation__container--md {
      max-width: 1080px; }
    .navigation__container--sm {
      max-width: 920px; }
    .navigation__container--xl {
      max-width: 1650px; }
    .navigation__container--xs {
      max-width: 860px; }
  .navigation__grid {
    display: flex;
    justify-content: center;
    gap: 0 50px; }
  .navigation__heading {
    align-items: center;
    color: rgba(6, 13, 60, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    text-transform: uppercase;
    white-space: nowrap; }
    .navigation__heading::after {
      background: #d9153a;
      content: "";
      height: 30px;
      transform: rotate(30deg);
      width: 1px; }
  .navigation__item {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: rgba(6, 13, 60, 0.33);
    display: flex;
    padding: 6px 0;
    position: relative; }
    .navigation__item::after {
      background: #d9153a;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      transition: all 0.25s;
      width: 0; }
    .navigation__item img {
      opacity: 0.33;
      transition: all 0.25s; }
    .navigation__item:hover {
      color: #060d3c; }
      .navigation__item:hover::after {
        width: 100%; }
      .navigation__item:hover img {
        opacity: 1; }
  .navigation__slider {
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }
    .navigation__slider .navigation__item {
      padding: 13px 0; }
    .navigation__slider .slick-arrow {
      align-items: center;
      background: transparent;
      border: 0;
      color: #d9153a;
      display: flex;
      font-size: 0;
      height: 30px;
      justify-content: center;
      padding: 0;
      position: absolute;
      right: calc(50vw - 1500px / 2);
      text-align: center;
      width: 30px;
      bottom: -30px; }
      .navigation__slider .slick-arrow::before {
        content: "\e901";
        font: 20px 'icomoon';
        position: absolute;
        right: 0;
        width: 100%; }
      .navigation__slider .slick-arrow:hover {
        color: #222446; }
      .navigation__slider .slick-arrow.slick-disabled {
        color: #222446;
        opacity: 0.5; }
      .navigation__slider .slick-arrow.slick-prev {
        transform: rotate(180deg) translateX(50px); }
        .navigation__slider .slick-arrow.slick-prev::after {
          color: #dddee8;
          content: "/";
          font-size: 25px;
          position: absolute;
          left: -15px; }
      @media (max-width: 1599px) {
        .navigation__slider .slick-arrow {
          right: 5vw; } }
    .navigation__slider .slick-slide {
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 0 25px; }
  @media (max-width: 1599px) {
    .navigation__container {
      gap: 50px; } }
  @media (max-width: 1199px) {
    .navigation__container {
      gap: 5px 30px; }
    .navigation__grid {
      column-gap: 30px; }
    .navigation__heading {
      display: none; } }
  @media (max-width: 991px) {
    .navigation__grid {
      column-gap: 50px;
      flex-wrap: wrap; }
    .navigation__slider .slick-arrow {
      right: 0; } }
  @media (max-width: 767px) {
    .navigation__container {
      flex-wrap: wrap; }
    .navigation__grid {
      column-gap: 30px; } }
  @media (max-width: 575px) {
    .navigation__slider .slick-slide {
      padding-left: 10px;
      padding-right: 10px; } }

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center; }
  .pagination__item {
    align-items: center;
    background: #060d3c;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 54px;
    justify-content: center;
    padding: 20px;
    width: 54px; }
    .pagination__item:hover {
      color: #fff;
      transform: scale(1.1); }
    .pagination__item.active {
      background: #d9153a; }
    .pagination__item--inactive {
      opacity: 0; }
    .pagination__item--next {
      margin-left: auto;
      width: auto; }
    .pagination__item--prev {
      margin-right: auto;
      width: auto; }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 20px; }
      .pagination__item {
        height: 40px;
        width: 40px; }
        .pagination__item--next {
          font-size: 0; }
          .pagination__item--next::before {
            content: "\e901";
            font: 14px 'icomoon'; }
        .pagination__item--prev {
          font-size: 0; }
          .pagination__item--prev::before {
            content: "\e900";
            font: 14px 'icomoon'; } }

.presale-alert {
  left: 0;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 30px;
  z-index: 3; }
  .presale-alert__content {
    margin: 0 auto;
    max-width: 450px;
    width: 90%;
    align-items: center;
    background: #63c154;
    color: #fff;
    display: flex;
    font-size: 14px;
    gap: 20px;
    padding: 20px 30px; }
    .presale-alert__content--lg {
      max-width: 1320px; }
    .presale-alert__content--md {
      max-width: 1080px; }
    .presale-alert__content--sm {
      max-width: 920px; }
    .presale-alert__content--xl {
      max-width: 1650px; }
    .presale-alert__content--xs {
      max-width: 860px; }
  .presale-alert__text {
    flex-grow: 1;
    text-align: center; }

.presale-modal {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  .presale-modal__body {
    font-size: 14px;
    font-weight: 300;
    padding: 30px; }
  .presale-modal__content {
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 15% auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 35%; }
  .presale-modal__close {
    color: #d9153a;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px; }
    .presale-modal__close:hover, .presale-modal__close:focus {
      color: #222446; }
  .presale-modal__form-footer {
    align-items: center;
    display: flex;
    gap: 20px 40px;
    margin-top: 30px; }
    .presale-modal__form-footer .button {
      margin-left: auto; }
  .presale-modal__form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .presale-modal__form-group input {
      border: 1px solid #c7c8d1;
      border-radius: 4px;
      color: rgba(6, 13, 60, 0.5);
      font-size: 15px;
      font-weight: 300;
      min-height: 60px;
      padding: 20px 24px;
      width: 100%; }
    .presale-modal__form-group--invalid input {
      border-color: #d9153a; }
    .presale-modal__form-group--invalid .g-recaptcha > div {
      border: 1px solid #d9153a; }
  .presale-modal__form-invalid {
    color: #d9153a;
    font-size: 12px; }
  .presale-modal__header {
    background: #f2f2f6;
    padding: 30px 50px 30px 30px;
    position: relative; }
  .presale-modal__title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2; }

.presentation {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
  position: relative; }
  .presentation--lg {
    max-width: 1320px; }
  .presentation--md {
    max-width: 1080px; }
  .presentation--sm {
    max-width: 920px; }
  .presentation--xl {
    max-width: 1650px; }
  .presentation--xs {
    max-width: 860px; }
  .presentation p {
    font-size: 20px;
    font-weight: 300; }
    .presentation p strong {
      color: #d9153a; }
  .presentation li {
    padding: 2px 0 2px 20px;
    position: relative;
    font-weight: 300; }
    .presentation li::before {
      color: #63c154;
      content: "";
      font: 0.75em 'icomoon';
      left: 0;
      margin-top: 4px;
      position: absolute; }
    .presentation li::before {
      color: #d9153a; }
  .presentation__bg {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%; }
  .presentation__buttons {
    align-items: center;
    display: flex;
    gap: 27px;
    margin-top: 14px; }
  .presentation__text {
    align-items: flex-start;
    background: #060d3c;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 31px;
    padding: 80px 0 80px 100px;
    position: relative;
    width: 620px; }
    .presentation__text::after {
      background: url("../img/presentation__text.svg") no-repeat 100% center;
      background-size: 100% 100%;
      bottom: 0;
      content: "";
      left: 100%;
      position: absolute;
      top: 0;
      width: 300px; }
  .presentation__title {
    display: flex;
    font-size: 30px;
    font-weight: 300;
    gap: 10px 20px;
    text-transform: uppercase; }
    .presentation__title strong {
      color: #d9153a;
      font-weight: bold; }
    .presentation__title-price {
      align-self: flex-end;
      background: #787ea4;
      font-size: 18px;
      font-weight: 500;
      padding: 8px 14px;
      position: relative;
      text-transform: none;
      top: -2px;
      white-space: nowrap; }
  @media (max-width: 1399px) {
    .presentation__text {
      padding-bottom: 50px;
      padding-left: 50px;
      padding-top: 50px;
      width: 50%; }
      .presentation__text::after {
        width: 150px; }
    .presentation__title {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .presentation p {
      font-size: 16px; }
    .presentation__buttons {
      align-items: flex-start;
      flex-direction: column; }
    .presentation__text {
      gap: 20px;
      padding-left: 30px;
      padding-bottom: 30px;
      padding-top: 30px; }
    .presentation__title {
      flex-direction: column;
      font-size: 22px; }
      .presentation__title-price {
        align-self: start;
        font-size: 16px;
        padding: 5px 10px; } }
  @media (max-width: 767px) {
    .presentation__bg {
      width: 50%; }
    .presentation__text {
      background: linear-gradient(90deg, #060d3c 50%, rgba(6, 13, 60, 0) 90%);
      padding-right: 40%;
      width: 100%; }
      .presentation__text::after {
        content: none; } }
  @media (max-width: 575px) {
    .presentation__text {
      background: linear-gradient(90deg, #060d3c 50%, rgba(6, 13, 60, 0));
      padding-right: 30%; } }
  @media (max-width: 400px) {
    .presentation__bg {
      width: 100%; }
    .presentation__text {
      background: rgba(6, 13, 60, 0.8);
      padding-left: 5vw;
      padding-right: 5vw; } }

.profile {
  background: linear-gradient(#0a0c22 380px, #fff 380px);
  padding-bottom: 80px;
  padding-top: 70px;
  position: relative; }

@media (min-width: 1900px) and (min-width: calc(991px + 1px)) {
  .profile {
    position: relative; }
    .profile::after {
      aspect-ratio: 3 / 4;
      background: url("../img/decoration--dark.svg") no-repeat;
      background-size: auto 100%;
      content: "";
      height: 60px;
      left: 150px;
      position: absolute;
      top: 0; }
    .profile::before {
      background: #0a0c22;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      top: 0;
      width: 150px;
      z-index: 1; } }
  @media (min-width: 1900px) {
    .profile::after {
      top: 380px; }
    .profile::before {
      top: 380px; } }
  .profile p {
    font-size: 14px;
    font-weight: 300; }
  .profile .caption {
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 310px;
    padding: 6px 0 30px; }
  .profile__gallery {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .profile__gallery-item {
      display: flex;
      aspect-ratio: 4/3; }
      .profile__gallery-item img {
        height: 100%;
        object-fit: cover;
        width: 100%; }
  .profile__grid {
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) 610px; }
    .profile__grid--lg {
      max-width: 1320px; }
    .profile__grid--md {
      max-width: 1080px; }
    .profile__grid--sm {
      max-width: 920px; }
    .profile__grid--xl {
      max-width: 1650px; }
    .profile__grid--xs {
      max-width: 860px; }
  .profile__heading {
    color: rgba(10, 12, 34, 0.5);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; }
  .profile__hidden {
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s; }
  .profile__less {
    align-items: center;
    background: transparent;
    border: 0;
    color: #060d3c;
    display: flex;
    gap: 10px;
    justify-content: center;
    font-size: 13px;
    margin: 0 auto;
    padding: 17px;
    position: relative;
    text-align: center; }
    .profile__less::before {
      content: "\e913";
      font-family: 'icomoon'; }
    .profile__less:hover {
      color: #d9153a; }
  .profile__link {
    background: transparent;
    border: 0;
    color: #d9153a;
    font-size: 13px;
    margin-top: 25px;
    padding: 10px 25px 10px 0;
    position: relative;
    text-decoration: underline; }
    .profile__link .icon {
      margin-top: 4px;
      right: 0;
      text-decoration: none;
      position: absolute; }
    .profile__link.active .profile__link-more,
    .profile__link:not(.active) .profile__link-less {
      display: none; }
  .profile__list {
    font-size: 14px;
    font-weight: 300; }
    .profile__list li {
      padding: 15px 10px 14px 58px;
      position: relative; }
      .profile__list li::before {
        color: #63c154;
        content: "\e910";
        font-family: 'icomoon';
        left: 20px;
        position: absolute; }
      .profile__list li:nth-child(2n+1) {
        background: rgba(221, 222, 232, 0.25); }
  .profile__more {
    align-items: center;
    background: #0a0c22;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: all 0.25s; }
    .profile__more-bg {
      bottom: 0;
      left: 0;
      opacity: 0.2;
      position: absolute;
      right: 0;
      top: 0; }
    .profile__more-text {
      font-size: 13px;
      padding: 17px;
      position: relative;
      text-align: center; }
      .profile__more-text strong {
        font-size: 18px; }
  .profile__section {
    align-items: flex-start;
    display: flex;
    flex-direction: column; }
  .profile__slider {
    display: grid;
    gap: 20px 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: 440px auto;
    margin-bottom: 40px;
    transition: all 0.25s; }
    .profile__slider--show-gallery {
      margin-bottom: 0px; }
      .profile__slider--show-gallery .profile__more {
        max-height: 0;
        overflow: hidden; }
      .profile__slider--show-gallery .profile__slider-nav {
        max-height: 0;
        overflow: hidden; }
    .profile__slider img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .profile__slider .slick-list {
      height: 100%; }
    .profile__slider .slick-track {
      display: flex;
      height: 100%; }
    .profile__slider-main {
      grid-column: span 5; }
      .profile__slider-main .slick-slide {
        border-radius: 2px;
        height: inherit;
        overflow: hidden; }
    .profile__slider-nav {
      grid-column: span 4;
      margin-left: -1.5px;
      transition: all 0.25s; }
      .profile__slider-nav .slick-slide {
        aspect-ratio: 4/3;
        cursor: pointer;
        padding: 0 1.5px; }
        .profile__slider-nav .slick-slide.slick-current img {
          border: 2px solid #d9153a; }
  .profile__table {
    width: 100%;
    font-weight: 300;
    margin-top: 40px; }
    .profile__table a {
      color: #d9153a;
      text-decoration: underline; }
      .profile__table a:hover {
        text-decoration: none; }
    .profile__table strong {
      color: #d9153a;
      font-weight: bold; }
    .profile__table td {
      font-size: 14px;
      padding: 10px 20px 10px 0; }
      .profile__table td:first-child {
        padding-left: 20px; }
    .profile__table th {
      color: rgba(6, 13, 60, 0.5);
      font-size: 13px;
      padding: 10px 15px 10px 0;
      position: relative;
      text-align: left; }
      .profile__table th:first-child {
        padding-left: 20px; }
      .profile__table th .icon {
        margin-right: 10px; }
    .profile__table tr:nth-child(2n+1) {
      background: rgba(221, 222, 232, 0.25); }
  @media (max-width: 1399px) {
    .profile__grid {
      gap: 40px;
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .profile__slider {
      grid-template-rows: 30vw auto; } }
  @media (max-width: 1199px) {
    .profile .caption {
      min-height: 0;
      padding: 6px 0 30px; } }
  @media (max-width: 991px) {
    .profile {
      padding-bottom: 50px;
      padding-top: 50px; }
      .profile .caption {
        align-items: center; }
      .profile__grid {
        grid-template-columns: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 690px; }
      .profile__slider {
        grid-template-rows: 50vw auto; }
      .profile__table {
        margin-top: 20px; } }
  @media (max-width: 575px) {
    .profile .caption {
      padding-bottom: 0; }
    .profile__slider {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-template-rows: 65vw auto; }
      .profile__slider-main {
        grid-column: span 4; }
      .profile__slider-nav {
        grid-column: span 3; } }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d9153a; }

.select2-container--default .select2-results__option {
  padding: 8px 18px; }

.simple-article {
  background: linear-gradient(#0a0c22 60px, #fff 60px);
  font-weight: 300;
  padding-bottom: 100px;
  position: relative; }

@media (min-width: 1900px) and (min-width: calc(991px + 1px)) {
  .simple-article {
    position: relative; }
    .simple-article::after {
      aspect-ratio: 3 / 4;
      background: url("../img/decoration--dark.svg") no-repeat;
      background-size: auto 100%;
      content: "";
      height: 60px;
      left: 150px;
      position: absolute;
      top: 0; }
    .simple-article::before {
      background: #0a0c22;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      top: 0;
      width: 150px;
      z-index: 1; } }
  @media (min-width: 1900px) {
    .simple-article::after {
      top: 60px; }
    .simple-article::before {
      top: 60px; } }
  .simple-article h2 {
    margin: 1em 0; }
  .simple-article h3 {
    margin: 1em 0; }
  .simple-article h4 {
    margin: 1em 0; }
  .simple-article li {
    padding-left: 40px;
    position: relative; }
    .simple-article li::before {
      color: #d9153a;
      content: "\e90a";
      font-family: 'icomoon';
      font-weight: bold;
      left: 0;
      position: absolute; }
    .simple-article li a {
      color: #d9153a;
      text-decoration: underline; }
      .simple-article li a:hover {
        text-decoration: none; }
  .simple-article ol {
    counter-reset: section;
    line-height: 2;
    list-style: none;
    margin: 1em 0; }
    .simple-article ol li::before {
      content: counter(section) ".";
      counter-increment: section;
      font-family: "Gotham", sans-serif; }
  .simple-article p {
    line-height: 2;
    margin: 1em 0; }
    .simple-article p a {
      color: #d9153a;
      text-decoration: underline; }
      .simple-article p a:hover {
        text-decoration: none; }
  .simple-article table {
    width: 100%;
    margin: 1em 0; }
    .simple-article table a {
      color: #d9153a;
      text-decoration: underline; }
      .simple-article table a:hover {
        text-decoration: none; }
    .simple-article table strong {
      color: #d9153a;
      font-weight: bold; }
    .simple-article table td {
      font-size: 14px;
      padding: 10px 20px 10px 0; }
      .simple-article table td:first-child {
        padding-left: 20px; }
    .simple-article table th {
      color: rgba(6, 13, 60, 0.5);
      font-size: 13px;
      padding: 10px 15px 10px 0;
      position: relative;
      text-align: left; }
      .simple-article table th:first-child {
        padding-left: 20px; }
      .simple-article table th .icon {
        margin-right: 10px; }
    .simple-article table tr:nth-child(2n+1) {
      background: rgba(221, 222, 232, 0.25); }
  .simple-article ul {
    line-height: 2;
    list-style: none;
    margin: 1em 0; }
  .simple-article__container {
    margin: 0 auto;
    max-width: 860px;
    width: 90%; }
    .simple-article__container--lg {
      max-width: 1320px; }
    .simple-article__container--md {
      max-width: 1080px; }
    .simple-article__container--sm {
      max-width: 920px; }
    .simple-article__container--xl {
      max-width: 1650px; }
    .simple-article__container--xs {
      max-width: 860px; }
  .simple-article__date {
    color: rgba(10, 12, 34, 0.5);
    margin-top: 4em; }
  .simple-article__image {
    margin: -20px -100px 40px;
    position: relative; }
  @media (max-width: 991px) {
    .simple-article {
      padding-bottom: 40px; }
      .simple-article::before {
        content: none; }
      .simple-article__image {
        margin-left: 0;
        margin-right: 0; } }

.subpage {
  font-weight: 300;
  padding-bottom: 100px;
  padding-top: 120px;
  position: relative; }
  @media (min-width: calc(991px + 1px)) {
    .subpage--decoration {
      position: relative; }
      .subpage--decoration::after {
        aspect-ratio: 3 / 4;
        background: url("../img/decoration--dark.svg") no-repeat;
        background-size: auto 100%;
        content: "";
        height: 60px;
        left: 150px;
        position: absolute;
        top: 0; }
      .subpage--decoration::before {
        background: #0a0c22;
        content: "";
        height: 60px;
        left: 0;
        position: absolute;
        top: 0;
        width: 150px;
        z-index: 1; } }
  .subpage p {
    line-height: 1.75; }
  .subpage__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 40px; }
  .subpage__perex {
    font-size: 19px; }
  .subpage__row {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 2fr; }
    .subpage__row--lg {
      max-width: 1320px; }
    .subpage__row--md {
      max-width: 1080px; }
    .subpage__row--sm {
      max-width: 920px; }
    .subpage__row--xl {
      max-width: 1650px; }
    .subpage__row--xs {
      max-width: 860px; }
  .subpage__title {
    margin: 0 auto;
    max-width: 1320px;
    width: 90%;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 34px;
    text-transform: uppercase; }
    .subpage__title--lg {
      max-width: 1320px; }
    .subpage__title--md {
      max-width: 1080px; }
    .subpage__title--sm {
      max-width: 920px; }
    .subpage__title--xl {
      max-width: 1650px; }
    .subpage__title--xs {
      max-width: 860px; }
  @media (max-width: 991px) {
    .subpage {
      padding-bottom: 40px;
      padding-top: 50px; }
      .subpage__row {
        grid-template-columns: none; } }

.team {
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
  font-weight: 300;
  padding-bottom: 100px;
  padding-top: 65px; }
  .team--lg {
    max-width: 1320px; }
  .team--md {
    max-width: 1080px; }
  .team--sm {
    max-width: 920px; }
  .team--xl {
    max-width: 1650px; }
  .team--xs {
    max-width: 860px; }
  .team__card {
    border: 1px solid #dddee8;
    border-radius: 2px;
    display: grid;
    font-size: 14px;
    gap: 32px;
    padding: 27px 30px 20px; }
    .team__card--image {
      grid-template-columns: 80px 1fr; }
  .team__grid {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }
  .team__group {
    display: flex;
    flex-direction: column;
    line-height: 2;
    margin-top: 8px;
    padding-left: 30px;
    position: relative; }
    .team__group a {
      color: #d9153a;
      text-decoration: underline; }
      .team__group a:hover {
        text-decoration: none; }
    .team__group .icon {
      color: rgba(120, 126, 164, 0.9);
      display: flex;
      font-size: 18px;
      justify-content: center;
      left: 0;
      margin-top: 5px;
      position: absolute;
      width: 18px; }
  .team__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px; }
  .team__image {
    display: flex;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden; }
    .team__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .team__subtitle {
    margin-bottom: 30px; }
  .team__position {
    color: rgba(120, 126, 164, 0.9);
    font-weight: 300;
    margin-bottom: 19px; }
    .team__position:last-child {
      margin-bottom: 7px; }
  .team__title {
    align-items: center;
    color: rgba(6, 13, 60, 0.5);
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .team__title::after {
      background: #d9153a;
      content: "";
      height: 30px;
      transform: rotate(30deg);
      width: 1px; }
  @media (max-width: 991px) {
    .team {
      padding-bottom: 40px;
      padding-top: 40px; }
      .team__card {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative; }
        .team__card--image {
          grid-template-columns: none; }
          .team__card--image .team__heading {
            margin-left: 70px; }
          .team__card--image .team__position {
            margin-left: 70px; }
      .team__grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
      .team__image {
        left: 20px;
        position: absolute;
        top: 30px;
        width: 50px; } }
  @media (max-width: 575px) {
    .team__card {
      padding-left: 5vw;
      padding-right: 5vw; }
    .team__image {
      left: 5vw; } }

@keyframes arrow {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(8px); } }

@keyframes delay-overflow {
  from {
    overflow: hidden; }
  to {
    overflow: auto; } }

@keyframes corner-hover {
  0% {
    padding-left: 20px; }
  50% {
    padding-left: 28px; } }

/* Padding */
.pad-0 {
  padding: 0px; }

.pad-1 {
  padding: 10px; }

.pad-2 {
  padding: 20px; }

.pad-3 {
  padding: 30px; }

.pad-4 {
  padding: 40px; }

.pad-5 {
  padding: 50px; }

.pad-6 {
  padding: 60px; }

.pad-7 {
  padding: 70px; }

.pad-8 {
  padding: 80px; }

.pad-9 {
  padding: 90px; }

.pad-10 {
  padding: 100px; }

.padx-0 {
  padding-left: 0px;
  padding-right: 0px; }

.padx-1 {
  padding-left: 10px;
  padding-right: 10px; }

.padx-2 {
  padding-left: 20px;
  padding-right: 20px; }

.padx-3 {
  padding-left: 30px;
  padding-right: 30px; }

.padx-4 {
  padding-left: 40px;
  padding-right: 40px; }

.padx-5 {
  padding-left: 50px;
  padding-right: 50px; }

.padx-6 {
  padding-left: 60px;
  padding-right: 60px; }

.padx-7 {
  padding-left: 70px;
  padding-right: 70px; }

.padx-8 {
  padding-left: 80px;
  padding-right: 80px; }

.padx-9 {
  padding-left: 90px;
  padding-right: 90px; }

.padx-10 {
  padding-left: 100px;
  padding-right: 100px; }

.pady-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.pady-1 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pady-2 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pady-3 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pady-4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pady-5 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pady-6 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pady-7 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pady-8 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pady-9 {
  padding-top: 90px;
  padding-bottom: 90px; }

.pady-10 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padb-0 {
  padding-bottom: 0px; }

.padb-1 {
  padding-bottom: 10px; }

.padb-2 {
  padding-bottom: 20px; }

.padb-3 {
  padding-bottom: 30px; }

.padb-4 {
  padding-bottom: 40px; }

.padb-5 {
  padding-bottom: 50px; }

.padb-6 {
  padding-bottom: 60px; }

.padb-7 {
  padding-bottom: 70px; }

.padb-8 {
  padding-bottom: 80px; }

.padb-9 {
  padding-bottom: 90px; }

.padb-10 {
  padding-bottom: 100px; }

.padt-0 {
  padding-top: 0px; }

.padt-1 {
  padding-top: 10px; }

.padt-2 {
  padding-top: 20px; }

.padt-3 {
  padding-top: 30px; }

.padt-4 {
  padding-top: 40px; }

.padt-5 {
  padding-top: 50px; }

.padt-6 {
  padding-top: 60px; }

.padt-7 {
  padding-top: 70px; }

.padt-8 {
  padding-top: 80px; }

.padt-9 {
  padding-top: 90px; }

.padt-10 {
  padding-top: 100px; }

.padl-0 {
  padding-left: 0px; }

.padl-1 {
  padding-left: 10px; }

.padl-2 {
  padding-left: 20px; }

.padl-3 {
  padding-left: 30px; }

.padl-4 {
  padding-left: 40px; }

.padl-5 {
  padding-left: 50px; }

.padl-6 {
  padding-left: 60px; }

.padl-7 {
  padding-left: 70px; }

.padl-8 {
  padding-left: 80px; }

.padl-9 {
  padding-left: 90px; }

.padl-10 {
  padding-left: 100px; }

.padr-0 {
  padding-right: 0px; }

.padr-1 {
  padding-right: 10px; }

.padr-2 {
  padding-right: 20px; }

.padr-3 {
  padding-right: 30px; }

.padr-4 {
  padding-right: 40px; }

.padr-5 {
  padding-right: 50px; }

.padr-6 {
  padding-right: 60px; }

.padr-7 {
  padding-right: 70px; }

.padr-8 {
  padding-right: 80px; }

.padr-9 {
  padding-right: 90px; }

.padr-10 {
  padding-right: 100px; }

/* pad mobile*/
@media (max-width: 991px) {
  .pad-0-mob {
    padding: 0px; } }

@media (max-width: 991px) {
  .pad-1-mob {
    padding: 10px; } }

@media (max-width: 991px) {
  .pad-2-mob {
    padding: 20px; } }

@media (max-width: 991px) {
  .pad-3-mob {
    padding: 30px; } }

@media (max-width: 991px) {
  .pad-4-mob {
    padding: 40px; } }

@media (max-width: 991px) {
  .pad-5-mob {
    padding: 50px; } }

@media (max-width: 991px) {
  .pad-6-mob {
    padding: 60px; } }

@media (max-width: 991px) {
  .pad-7-mob {
    padding: 70px; } }

@media (max-width: 991px) {
  .pad-8-mob {
    padding: 80px; } }

@media (max-width: 991px) {
  .pad-9-mob {
    padding: 90px; } }

@media (max-width: 991px) {
  .pad-10-mob {
    padding: 100px; } }

@media (max-width: 991px) {
  .padx-0-mob {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 991px) {
  .padx-1-mob {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 991px) {
  .padx-2-mob {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 991px) {
  .padx-3-mob {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 991px) {
  .padx-4-mob {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 991px) {
  .padx-5-mob {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 991px) {
  .padx-6-mob {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 991px) {
  .padx-7-mob {
    padding-left: 70px;
    padding-right: 70px; } }

@media (max-width: 991px) {
  .padx-8-mob {
    padding-left: 80px;
    padding-right: 80px; } }

@media (max-width: 991px) {
  .padx-9-mob {
    padding-left: 90px;
    padding-right: 90px; } }

@media (max-width: 991px) {
  .padx-10-mob {
    padding-left: 100px;
    padding-right: 100px; } }

@media (max-width: 991px) {
  .pady-0-mob {
    padding-top: 0px;
    padding-bottom: 0px; } }

@media (max-width: 991px) {
  .pady-1-mob {
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 991px) {
  .pady-2-mob {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 991px) {
  .pady-3-mob {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 991px) {
  .pady-4-mob {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .pady-5-mob {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  .pady-6-mob {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (max-width: 991px) {
  .pady-7-mob {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (max-width: 991px) {
  .pady-8-mob {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (max-width: 991px) {
  .pady-9-mob {
    padding-top: 90px;
    padding-bottom: 90px; } }

@media (max-width: 991px) {
  .pady-10-mob {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 991px) {
  .padb-0-mob {
    padding-bottom: 0px; } }

@media (max-width: 991px) {
  .padb-1-mob {
    padding-bottom: 10px; } }

@media (max-width: 991px) {
  .padb-2-mob {
    padding-bottom: 20px; } }

@media (max-width: 991px) {
  .padb-3-mob {
    padding-bottom: 30px; } }

@media (max-width: 991px) {
  .padb-4-mob {
    padding-bottom: 40px; } }

@media (max-width: 991px) {
  .padb-5-mob {
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  .padb-6-mob {
    padding-bottom: 60px; } }

@media (max-width: 991px) {
  .padb-7-mob {
    padding-bottom: 70px; } }

@media (max-width: 991px) {
  .padb-8-mob {
    padding-bottom: 80px; } }

@media (max-width: 991px) {
  .padb-9-mob {
    padding-bottom: 90px; } }

@media (max-width: 991px) {
  .padb-10-mob {
    padding-bottom: 100px; } }

@media (max-width: 991px) {
  .padt-0-mob {
    padding-top: 0px; } }

@media (max-width: 991px) {
  .padt-1-mob {
    padding-top: 10px; } }

@media (max-width: 991px) {
  .padt-2-mob {
    padding-top: 20px; } }

@media (max-width: 991px) {
  .padt-3-mob {
    padding-top: 30px; } }

@media (max-width: 991px) {
  .padt-4-mob {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .padt-5-mob {
    padding-top: 50px; } }

@media (max-width: 991px) {
  .padt-6-mob {
    padding-top: 60px; } }

@media (max-width: 991px) {
  .padt-7-mob {
    padding-top: 70px; } }

@media (max-width: 991px) {
  .padt-8-mob {
    padding-top: 80px; } }

@media (max-width: 991px) {
  .padt-9-mob {
    padding-top: 90px; } }

@media (max-width: 991px) {
  .padt-10-mob {
    padding-top: 100px; } }

@media (max-width: 991px) {
  .padl-0-mob {
    padding-left: 0px; } }

@media (max-width: 991px) {
  .padl-1-mob {
    padding-left: 10px; } }

@media (max-width: 991px) {
  .padl-2-mob {
    padding-left: 20px; } }

@media (max-width: 991px) {
  .padl-3-mob {
    padding-left: 30px; } }

@media (max-width: 991px) {
  .padl-4-mob {
    padding-left: 40px; } }

@media (max-width: 991px) {
  .padl-5-mob {
    padding-left: 50px; } }

@media (max-width: 991px) {
  .padl-6-mob {
    padding-left: 60px; } }

@media (max-width: 991px) {
  .padl-7-mob {
    padding-left: 70px; } }

@media (max-width: 991px) {
  .padl-8-mob {
    padding-left: 80px; } }

@media (max-width: 991px) {
  .padl-9-mob {
    padding-left: 90px; } }

@media (max-width: 991px) {
  .padl-10-mob {
    padding-left: 100px; } }

@media (max-width: 991px) {
  .padr-0-mob {
    padding-right: 0px; } }

@media (max-width: 991px) {
  .padr-1-mob {
    padding-right: 10px; } }

@media (max-width: 991px) {
  .padr-2-mob {
    padding-right: 20px; } }

@media (max-width: 991px) {
  .padr-3-mob {
    padding-right: 30px; } }

@media (max-width: 991px) {
  .padr-4-mob {
    padding-right: 40px; } }

@media (max-width: 991px) {
  .padr-5-mob {
    padding-right: 50px; } }

@media (max-width: 991px) {
  .padr-6-mob {
    padding-right: 60px; } }

@media (max-width: 991px) {
  .padr-7-mob {
    padding-right: 70px; } }

@media (max-width: 991px) {
  .padr-8-mob {
    padding-right: 80px; } }

@media (max-width: 991px) {
  .padr-9-mob {
    padding-right: 90px; } }

@media (max-width: 991px) {
  .padr-10-mob {
    padding-right: 100px; } }

/* Margin */
.mar-0 {
  margin: 0px; }

.mar-1 {
  margin: 10px; }

.mar-2 {
  margin: 20px; }

.mar-3 {
  margin: 30px; }

.mar-4 {
  margin: 40px; }

.mar-5 {
  margin: 50px; }

.mar-6 {
  margin: 60px; }

.mar-7 {
  margin: 70px; }

.mar-8 {
  margin: 80px; }

.mar-9 {
  margin: 90px; }

.mar-10 {
  margin: 100px; }

.marx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.marx-1 {
  margin-left: 10px;
  margin-right: 10px; }

.marx-2 {
  margin-left: 20px;
  margin-right: 20px; }

.marx-3 {
  margin-left: 30px;
  margin-right: 30px; }

.marx-4 {
  margin-left: 40px;
  margin-right: 40px; }

.marx-5 {
  margin-left: 50px;
  margin-right: 50px; }

.marx-6 {
  margin-left: 60px;
  margin-right: 60px; }

.marx-7 {
  margin-left: 70px;
  margin-right: 70px; }

.marx-8 {
  margin-left: 80px;
  margin-right: 80px; }

.marx-9 {
  margin-left: 90px;
  margin-right: 90px; }

.marx-10 {
  margin-left: 100px;
  margin-right: 100px; }

.mary-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mary-1 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mary-2 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mary-3 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mary-4 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mary-5 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mary-6 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mary-7 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mary-8 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mary-9 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mary-10 {
  margin-top: 100px;
  margin-bottom: 100px; }

.marb-0 {
  margin-bottom: 0px; }

.marb-1 {
  margin-bottom: 10px; }

.marb-2 {
  margin-bottom: 20px; }

.marb-3 {
  margin-bottom: 30px; }

.marb-4 {
  margin-bottom: 40px; }

.marb-5 {
  margin-bottom: 50px; }

.marb-6 {
  margin-bottom: 60px; }

.marb-7 {
  margin-bottom: 70px; }

.marb-8 {
  margin-bottom: 80px; }

.marb-9 {
  margin-bottom: 90px; }

.marb-10 {
  margin-bottom: 100px; }

.mart-0 {
  margin-top: 0px; }

.mart-1 {
  margin-top: 10px; }

.mart-2 {
  margin-top: 20px; }

.mart-3 {
  margin-top: 30px; }

.mart-4 {
  margin-top: 40px; }

.mart-5 {
  margin-top: 50px; }

.mart-6 {
  margin-top: 60px; }

.mart-7 {
  margin-top: 70px; }

.mart-8 {
  margin-top: 80px; }

.mart-9 {
  margin-top: 90px; }

.mart-10 {
  margin-top: 100px; }

.marl-0 {
  margin-left: 0px; }

.marl-1 {
  margin-left: 10px; }

.marl-2 {
  margin-left: 20px; }

.marl-3 {
  margin-left: 30px; }

.marl-4 {
  margin-left: 40px; }

.marl-5 {
  margin-left: 50px; }

.marl-6 {
  margin-left: 60px; }

.marl-7 {
  margin-left: 70px; }

.marl-8 {
  margin-left: 80px; }

.marl-9 {
  margin-left: 90px; }

.marl-10 {
  margin-left: 100px; }

.marr-0 {
  margin-right: 0px; }

.marr-1 {
  margin-right: 10px; }

.marr-2 {
  margin-right: 20px; }

.marr-3 {
  margin-right: 30px; }

.marr-4 {
  margin-right: 40px; }

.marr-5 {
  margin-right: 50px; }

.marr-6 {
  margin-right: 60px; }

.marr-7 {
  margin-right: 70px; }

.marr-8 {
  margin-right: 80px; }

.marr-9 {
  margin-right: 90px; }

.marr-10 {
  margin-right: 100px; }

.mart-1-minus {
  margin-top: -10px; }

.mart-2-minus {
  margin-top: -20px; }

.mart-3-minus {
  margin-top: -30px; }

.mart-4-minus {
  margin-top: -40px; }

.mart-5-minus {
  margin-top: -50px; }

.mart-6-minus {
  margin-top: -60px; }

.mart-7-minus {
  margin-top: -70px; }

.mart-8-minus {
  margin-top: -80px; }

.mart-9-minus {
  margin-top: -90px; }

.mart-10-minus {
  margin-top: -100px; }

.marr-1-minus {
  margin-right: -10px; }

.marr-2-minus {
  margin-right: -20px; }

.marr-3-minus {
  margin-right: -30px; }

.marr-4-minus {
  margin-right: -40px; }

.marr-5-minus {
  margin-right: -50px; }

.marr-6-minus {
  margin-right: -60px; }

.marr-7-minus {
  margin-right: -70px; }

.marr-8-minus {
  margin-right: -80px; }

.marr-9-minus {
  margin-right: -90px; }

.marr-10-minus {
  margin-right: -100px; }

.marb-1-minus {
  margin-bottom: -10px; }

.marb-2-minus {
  margin-bottom: -20px; }

.marb-3-minus {
  margin-bottom: -30px; }

.marb-4-minus {
  margin-bottom: -40px; }

.marb-5-minus {
  margin-bottom: -50px; }

.marb-6-minus {
  margin-bottom: -60px; }

.marb-7-minus {
  margin-bottom: -70px; }

.marb-8-minus {
  margin-bottom: -80px; }

.marb-9-minus {
  margin-bottom: -90px; }

.marb-10-minus {
  margin-bottom: -100px; }

.marl-1-minus {
  margin-left: -10px; }

.marl-2-minus {
  margin-left: -20px; }

.marl-3-minus {
  margin-left: -30px; }

.marl-4-minus {
  margin-left: -40px; }

.marl-5-minus {
  margin-left: -50px; }

.marl-6-minus {
  margin-left: -60px; }

.marl-7-minus {
  margin-left: -70px; }

.marl-8-minus {
  margin-left: -80px; }

.marl-9-minus {
  margin-left: -90px; }

.marl-10-minus {
  margin-left: -100px; }

/* margin mob */
@media (max-width: 991px) {
  .mar-0-mob {
    margin: 0px; } }

@media (max-width: 991px) {
  .mar-1-mob {
    margin: 10px; } }

@media (max-width: 991px) {
  .mar-2-mob {
    margin: 20px; } }

@media (max-width: 991px) {
  .mar-3-mob {
    margin: 30px; } }

@media (max-width: 991px) {
  .mar-4-mob {
    margin: 40px; } }

@media (max-width: 991px) {
  .mar-5-mob {
    margin: 50px; } }

@media (max-width: 991px) {
  .mar-6-mob {
    margin: 60px; } }

@media (max-width: 991px) {
  .mar-7-mob {
    margin: 70px; } }

@media (max-width: 991px) {
  .mar-8-mob {
    margin: 80px; } }

@media (max-width: 991px) {
  .mar-9-mob {
    margin: 90px; } }

@media (max-width: 991px) {
  .mar-10-mob {
    margin: 100px; } }

@media (max-width: 991px) {
  .marx-0-mob {
    margin-left: 0px;
    margin-right: 0px; } }

@media (max-width: 991px) {
  .marx-1-mob {
    margin-left: 10px;
    margin-right: 10px; } }

@media (max-width: 991px) {
  .marx-2-mob {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 991px) {
  .marx-3-mob {
    margin-left: 30px;
    margin-right: 30px; } }

@media (max-width: 991px) {
  .marx-4-mob {
    margin-left: 40px;
    margin-right: 40px; } }

@media (max-width: 991px) {
  .marx-5-mob {
    margin-left: 50px;
    margin-right: 50px; } }

@media (max-width: 991px) {
  .marx-6-mob {
    margin-left: 60px;
    margin-right: 60px; } }

@media (max-width: 991px) {
  .marx-7-mob {
    margin-left: 70px;
    margin-right: 70px; } }

@media (max-width: 991px) {
  .marx-8-mob {
    margin-left: 80px;
    margin-right: 80px; } }

@media (max-width: 991px) {
  .marx-9-mob {
    margin-left: 90px;
    margin-right: 90px; } }

@media (max-width: 991px) {
  .marx-10-mob {
    margin-left: 100px;
    margin-right: 100px; } }

@media (max-width: 991px) {
  .mary-0-mob {
    margin-top: 0px;
    margin-bottom: 0px; } }

@media (max-width: 991px) {
  .mary-1-mob {
    margin-top: 10px;
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .mary-2-mob {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .mary-3-mob {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .mary-4-mob {
    margin-top: 40px;
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  .mary-5-mob {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .mary-6-mob {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media (max-width: 991px) {
  .mary-7-mob {
    margin-top: 70px;
    margin-bottom: 70px; } }

@media (max-width: 991px) {
  .mary-8-mob {
    margin-top: 80px;
    margin-bottom: 80px; } }

@media (max-width: 991px) {
  .mary-9-mob {
    margin-top: 90px;
    margin-bottom: 90px; } }

@media (max-width: 991px) {
  .mary-10-mob {
    margin-top: 100px;
    margin-bottom: 100px; } }

@media (max-width: 991px) {
  .marb-0-mob {
    margin-bottom: 0px; } }

@media (max-width: 991px) {
  .marb-1-mob {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .marb-2-mob {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .marb-3-mob {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .marb-4-mob {
    margin-bottom: 40px; } }

@media (max-width: 991px) {
  .marb-5-mob {
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .marb-6-mob {
    margin-bottom: 60px; } }

@media (max-width: 991px) {
  .marb-7-mob {
    margin-bottom: 70px; } }

@media (max-width: 991px) {
  .marb-8-mob {
    margin-bottom: 80px; } }

@media (max-width: 991px) {
  .marb-9-mob {
    margin-bottom: 90px; } }

@media (max-width: 991px) {
  .marb-10-mob {
    margin-bottom: 100px; } }

@media (max-width: 991px) {
  .mart-0-mob {
    margin-top: 0px; } }

@media (max-width: 991px) {
  .mart-1-mob {
    margin-top: 10px; } }

@media (max-width: 991px) {
  .mart-2-mob {
    margin-top: 20px; } }

@media (max-width: 991px) {
  .mart-3-mob {
    margin-top: 30px; } }

@media (max-width: 991px) {
  .mart-4-mob {
    margin-top: 40px; } }

@media (max-width: 991px) {
  .mart-5-mob {
    margin-top: 50px; } }

@media (max-width: 991px) {
  .mart-6-mob {
    margin-top: 60px; } }

@media (max-width: 991px) {
  .mart-7-mob {
    margin-top: 70px; } }

@media (max-width: 991px) {
  .mart-8-mob {
    margin-top: 80px; } }

@media (max-width: 991px) {
  .mart-9-mob {
    margin-top: 90px; } }

@media (max-width: 991px) {
  .mart-10-mob {
    margin-top: 100px; } }

@media (max-width: 991px) {
  .marl-0-mob {
    margin-left: 0px; } }

@media (max-width: 991px) {
  .marl-1-mob {
    margin-left: 10px; } }

@media (max-width: 991px) {
  .marl-2-mob {
    margin-left: 20px; } }

@media (max-width: 991px) {
  .marl-3-mob {
    margin-left: 30px; } }

@media (max-width: 991px) {
  .marl-4-mob {
    margin-left: 40px; } }

@media (max-width: 991px) {
  .marl-5-mob {
    margin-left: 50px; } }

@media (max-width: 991px) {
  .marl-6-mob {
    margin-left: 60px; } }

@media (max-width: 991px) {
  .marl-7-mob {
    margin-left: 70px; } }

@media (max-width: 991px) {
  .marl-8-mob {
    margin-left: 80px; } }

@media (max-width: 991px) {
  .marl-9-mob {
    margin-left: 90px; } }

@media (max-width: 991px) {
  .marl-10-mob {
    margin-left: 100px; } }

@media (max-width: 991px) {
  .marr-0-mob {
    margin-right: 0px; } }

@media (max-width: 991px) {
  .marr-1-mob {
    margin-right: 10px; } }

@media (max-width: 991px) {
  .marr-2-mob {
    margin-right: 20px; } }

@media (max-width: 991px) {
  .marr-3-mob {
    margin-right: 30px; } }

@media (max-width: 991px) {
  .marr-4-mob {
    margin-right: 40px; } }

@media (max-width: 991px) {
  .marr-5-mob {
    margin-right: 50px; } }

@media (max-width: 991px) {
  .marr-6-mob {
    margin-right: 60px; } }

@media (max-width: 991px) {
  .marr-7-mob {
    margin-right: 70px; } }

@media (max-width: 991px) {
  .marr-8-mob {
    margin-right: 80px; } }

@media (max-width: 991px) {
  .marr-9-mob {
    margin-right: 90px; } }

@media (max-width: 991px) {
  .marr-10-mob {
    margin-right: 100px; } }

@media (max-width: 991px) {
  .mart-1-mob-minus {
    margin-top: -10px; } }

@media (max-width: 991px) {
  .mart-2-mob-minus {
    margin-top: -20px; } }

@media (max-width: 991px) {
  .mart-3-mob-minus {
    margin-top: -30px; } }

@media (max-width: 991px) {
  .mart-4-mob-minus {
    margin-top: -40px; } }

@media (max-width: 991px) {
  .mart-5-mob-minus {
    margin-top: -50px; } }

@media (max-width: 991px) {
  .mart-6-mob-minus {
    margin-top: -60px; } }

@media (max-width: 991px) {
  .mart-7-mob-minus {
    margin-top: -70px; } }

@media (max-width: 991px) {
  .mart-8-mob-minus {
    margin-top: -80px; } }

@media (max-width: 991px) {
  .mart-9-mob-minus {
    margin-top: -90px; } }

@media (max-width: 991px) {
  .mart-10-mob-minus {
    margin-top: -100px; } }

@media (max-width: 991px) {
  .marr-1-mob-minus {
    margin-right: -10px; } }

@media (max-width: 991px) {
  .marr-2-mob-minus {
    margin-right: -20px; } }

@media (max-width: 991px) {
  .marr-3-mob-minus {
    margin-right: -30px; } }

@media (max-width: 991px) {
  .marr-4-mob-minus {
    margin-right: -40px; } }

@media (max-width: 991px) {
  .marr-5-mob-minus {
    margin-right: -50px; } }

@media (max-width: 991px) {
  .marr-6-mob-minus {
    margin-right: -60px; } }

@media (max-width: 991px) {
  .marr-7-mob-minus {
    margin-right: -70px; } }

@media (max-width: 991px) {
  .marr-8-mob-minus {
    margin-right: -80px; } }

@media (max-width: 991px) {
  .marr-9-mob-minus {
    margin-right: -90px; } }

@media (max-width: 991px) {
  .marr-10-mob-minus {
    margin-right: -100px; } }

@media (max-width: 991px) {
  .marb-1-mob-minus {
    margin-bottom: -10px; } }

@media (max-width: 991px) {
  .marb-2-mob-minus {
    margin-bottom: -20px; } }

@media (max-width: 991px) {
  .marb-3-mob-minus {
    margin-bottom: -30px; } }

@media (max-width: 991px) {
  .marb-4-mob-minus {
    margin-bottom: -40px; } }

@media (max-width: 991px) {
  .marb-5-mob-minus {
    margin-bottom: -50px; } }

@media (max-width: 991px) {
  .marb-6-mob-minus {
    margin-bottom: -60px; } }

@media (max-width: 991px) {
  .marb-7-mob-minus {
    margin-bottom: -70px; } }

@media (max-width: 991px) {
  .marb-8-mob-minus {
    margin-bottom: -80px; } }

@media (max-width: 991px) {
  .marb-9-mob-minus {
    margin-bottom: -90px; } }

@media (max-width: 991px) {
  .marb-10-mob-minus {
    margin-bottom: -100px; } }

@media (max-width: 991px) {
  .marl-1-mob-minus {
    margin-left: -10px; } }

@media (max-width: 991px) {
  .marl-2-mob-minus {
    margin-left: -20px; } }

@media (max-width: 991px) {
  .marl-3-mob-minus {
    margin-left: -30px; } }

@media (max-width: 991px) {
  .marl-4-mob-minus {
    margin-left: -40px; } }

@media (max-width: 991px) {
  .marl-5-mob-minus {
    margin-left: -50px; } }

@media (max-width: 991px) {
  .marl-6-mob-minus {
    margin-left: -60px; } }

@media (max-width: 991px) {
  .marl-7-mob-minus {
    margin-left: -70px; } }

@media (max-width: 991px) {
  .marl-8-mob-minus {
    margin-left: -80px; } }

@media (max-width: 991px) {
  .marl-9-mob-minus {
    margin-left: -90px; } }

@media (max-width: 991px) {
  .marl-10-mob-minus {
    margin-left: -100px; } }
