/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&display=swap");
* {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, ::after, ::before {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  gap: 24px 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #D8DADF;
  font-family: "Open Sans", sans-serif;
  background: #040309; }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif; }

input, textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 162, 202, 0.2);
  background: #141927;
  height: 51px;
  line-height: 49px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 300;
  color: #fff; }
  input::placeholder, textarea::placeholder {
    color: #6F7279; }
  input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #D45858; }

.wpcf7-not-valid-tip {
  color: #D45858;
  margin-top: 5px; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #1B88F6;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2;
  color: #F7F7F7;
  font-weight: 600; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #1B88F6; }

h1 {
  font-family: "Orbitron", sans-serif;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase; }
  h1.min {
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 30px;
      margin-bottom: 35px; } }

h2 {
  font-size: 24px;
  margin: 60px 0 16px; }
  h2.big {
    font-size: 48px;
    font-weight: 700; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px;
      margin-top: 35px; }
      h2.big {
        font-size: 30px; } }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%; }
  @media screen and (max-width: 991px) {
    .wrapper {
      padding-top: 70px; } }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.nowrap {
    flex-wrap: nowrap; }

.blockin {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px; }

/* HEADER */
.header {
  padding: 20px 0;
  position: relative;
  z-index: 10; }
  .header__wrap {
    gap: 0 20px; }
  .header__logo img {
    display: block; }
  .header__menu {
    flex-grow: 2;
    max-width: 420px; }
    .header__menu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header__menu ul li.current-menu-item a {
        color: #fff; }
      .header__menu ul li a {
        text-decoration: none;
        color: #9B9A9D;
        font-size: 16px;
        font-weight: 500; }
        .header__menu ul li a:hover {
          color: #fff; }
  .header__burger {
    display: none; }
  .header__button {
    display: flex;
    gap: 16px;
    font-weight: 500; }
  @media screen and (max-width: 991px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 0;
      height: 70px;
      display: flex;
      align-items: center;
      background: #040309; }
      .header__menu, .header__button {
        display: none; }
      .header__burger {
        display: block; } }

.burger {
  width: 36px;
  height: 36px;
  border: 0;
  background: url(../images/burger.svg) 0 0 no-repeat; }
  .burger.acitve {
    background: url(../images/close.svg) 50% 50% no-repeat; }

.mobile {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #040309;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  padding: 20px; }
  .mobile__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%; }
  .mobile__menu {
    margin-bottom: 20px; }
    .mobile__menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .mobile__menu ul li.current-menu-item a {
        color: #fff; }
      .mobile__menu ul li a {
        text-decoration: none;
        display: block;
        font-size: 18px;
        padding: 7px 0;
        color: #9B9A9D; }
  .mobile__button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column; }
    .mobile__button .siteButton {
      flex-grow: 2; }

/* HEADER */
/* CONTENT */
.siteButton {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
  background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%);
  color: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border: 0; }
  .siteButton:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 6px;
    background: #000;
    z-index: -1;
    transition: all 0.4s ease; }
  .siteButton.block {
    display: flex;
    width: 100%; }
  .siteButton.bg:before {
    display: none; }
  .siteButton.long {
    max-width: 290px;
    width: 100%; }
  .siteButton.big {
    min-height: 48px;
    font-size: 16px; }
  .siteButton:hover {
    background: #1F86FF; }
    .siteButton:hover:before {
      opacity: 0; }
  .siteButton.disabled {
    background: #6F7279; }
    .siteButton.disabled:before {
      display: none; }
  .siteButton.white {
    background: #F7F7F7;
    color: #1B88F6;
    text-shadow: none; }
  .siteButton.darkBlue {
    background: linear-gradient(98deg, #001F26 5.82%, #002857 96.72%); }
    .siteButton.darkBlue:hover {
      background: #002857; }

.path {
  margin-bottom: 70px;
  font-size: 12px; }
  .path__border {
    margin: 0 6px; }
  .path a {
    color: #9B9A9D;
    text-decoration: none; }
    .path a span {
      color: #9B9A9D; }
    .path a:hover span {
      color: #1B88F6; }
  .path span {
    color: #1B88F6; }
  .path .post {
    margin: 0; }

.content {
  padding: 40px 0 100px;
  word-break: break-word;
  position: relative; }
  .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    background: url(../images/contentbg.png) 50% 0px no-repeat; }
  .content:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    background: url(../images/contentbg-right.png) 50% 0px no-repeat; }
  .content .blockin {
    z-index: 2; }
  .content__blog {
    padding: 100px 0;
    overflow: hidden; }
    .content__blog:before {
      top: auto;
      bottom: -1400px;
      height: 2190px; }
    .content__blog:after {
      top: -100px; }
  .content__nobg:before, .content__nobg:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .content {
      padding-bottom: 80px; }
      .content__blog {
        padding: 80px 0; } }

@media screen and (max-width: 767px) {
  .hidemob {
    display: none; } }

.navigateMenu {
  font-size: 16px;
  line-height: 1.3;
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 1px 0 5px; }
  .navigateMenu::-webkit-scrollbar {
    width: 5px; }
  .navigateMenu::-webkit-scrollbar-track {
    background: #032242; }
  .navigateMenu::-webkit-scrollbar-thumb {
    background: #1B88F6; }
  .navigateMenu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .navigateMenu ul li {
      margin-top: 20px; }
      .navigateMenu ul li:first-child {
        margin: 0; }
      .navigateMenu ul li.active a {
        color: #fff;
        border-color: #fff; }
      .navigateMenu ul li a {
        color: #9B9A9D;
        border-bottom: 1px solid transparent;
        text-decoration: none; }
        .navigateMenu ul li a:hover {
          color: #fff; }

.center {
  text-align: center; }

.post {
  margin: 0 -12px;
  gap: 24px 0; }
  .post > div {
    padding: 0 12px; }
  .post__block {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #2C2B31; }
    .post__block-img {
      position: relative;
      padding-top: 60%;
      border-radius: 7px 7px 0px 0px; }
      .post__block-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .post__block-body {
      padding: 24px;
      height: 100%;
      flex-grow: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 20px; }
    .post__block-top {
      display: flex;
      flex-direction: column;
      gap: 16px 0;
      align-items: flex-start; }
    .post__block-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 12px; }
      .post__block-tags div, .post__block-tags span {
        padding: 0 8px;
        line-height: 24px;
        border-radius: 4px;
        font-size: 12px;
        border: 1px solid rgba(0, 204, 255, 0.1); }
    .post__block-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.4; }
    .post__block-text {
      font-size: 16px; }
    .post__block-link {
      background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none; }
    .post__block-bottom {
      font-size: 14px;
      color: #9B9A9D;
      gap: 5px 12px;
      padding-top: 20px;
      border-top: 1px solid rgba(194, 198, 209, 0.1); }
      .post__block-bottom > div {
        padding-right: 16px;
        position: relative; }
        .post__block-bottom > div:before {
          content: '';
          position: absolute;
          top: calc(50% - 2px);
          right: 0;
          width: 4px;
          height: 4px;
          background: #9B9A9D;
          border-radius: 50%; }
        .post__block-bottom > div:last-child {
          padding: 0; }
          .post__block-bottom > div:last-child:before {
            display: none; }
  @media screen and (max-width: 767px) {
    .post__block-body {
      padding: 20px; }
    .post__block-title {
      font-size: 20px; }
    .post__block-text {
      font-size: 14px; }
    .post__block-bottom {
      font-size: 12px; } }

.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px; }
  .pagination li.next a, .pagination li.prev a {
    background: #212A38; }
  .pagination li a {
    width: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #D8DADF; }
    .pagination li a:hover {
      background: #212A38; }
  .pagination li span {
    width: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%); }
  .pagination__wrap {
    margin-top: 60px;
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(0, 117, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
    box-shadow: 0px 0px 8.7px 0px rgba(16, 81, 73, 0.1);
    padding: 15px 24px; }

.more {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #F7F7F7;
  font-size: 14px;
  font-weight: 500; }
  .more span {
    width: 24px;
    height: 24px;
    background: url(../images/loading.svg);
    animation: spin 2s linear infinite;
    display: none; }
  .more.load span {
    display: block; }

.trusted {
  padding: 30px 0;
  background: url(../images/trusted.jpg) 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 1.2; }
  .trusted h2 {
    margin: 12px 0 20px;
    font-size: 54px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif; }
  @media screen and (max-width: 767px) {
    .trusted h2 {
      margin: 20px 0 25px;
      font-size: 30px; } }

.blog {
  margin-top: 30px; }
  .blog__big {
    position: relative;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    min-height: 360px; }
    .blog__big .post__block-tags {
      position: absolute;
      top: 30px;
      left: 30px;
      right: 30px; }
      .blog__big .post__block-tags span {
        background: #D8DADF;
        line-height: 28px;
        height: 28px;
        color: #040309; }
    .blog__big-img {
      position: relative;
      padding-top: 100%;
      height: 100%;
      display: block; }
      .blog__big-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px; }
    .blog__big-title {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px;
      font-size: 48px;
      font-weight: 600;
      line-height: 1.3; }
  .blog__params {
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(0, 117, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: 10px 20px;
    gap: 30px 20px; }
    .blog__params-left {
      overflow-x: auto;
      flex-grow: 2;
      width: 100%; }
    .blog__params-search {
      padding-left: 40px;
      max-width: 355px;
      min-width: 355px;
      flex-grow: 2;
      padding-left: 40px;
      border-left: 1px solid #2C2B31; }
  .blog__right {
    display: flex;
    gap: 24px;
    flex-direction: column; }
    .blog__right .post__block-bottom {
      border: 0;
      padding: 0; }
  @media screen and (max-width: 767px) {
    .blog__big .post__block-tags {
      top: 25px;
      left: 25px; }
    .blog__big-title {
      bottom: 25px;
      left: 25px;
      right: 25px;
      font-size: 24px; }
    .blog__params {
      flex-direction: column;
      padding: 0;
      background: none; }
      .blog__params-left {
        padding: 8px;
        background: linear-gradient(180deg, rgba(0, 117, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%); }
      .blog__params-search {
        padding: 0;
        border: 0;
        min-width: auto;
        max-width: none;
        width: 100%; } }

.sort {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px; }
  .sort select {
    padding-right: 25px;
    border: 0;
    color: #1B88F6;
    font-size: 14px;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/select.svg) 100% 50% no-repeat;
    cursor: pointer; }
    .sort select::-ms-expand {
      display: none; }

.tags {
  overflow-x: auto; }
  .tags ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 4px; }
    .tags ul li label {
      cursor: pointer;
      display: block; }
      .tags ul li label input {
        display: none; }
        .tags ul li label input:checked + span {
          background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%); }
          .tags ul li label input:checked + span span {
            display: block; }
      .tags ul li label > span {
        display: flex;
        line-height: 40px;
        gap: 10px;
        align-items: center;
        padding: 0 17px;
        font-size: 16px;
        color: #F7F7F7;
        text-decoration: none;
        border-radius: 8px;
        white-space: nowrap; }
        .tags ul li label > span span {
          display: none;
          width: 22px;
          line-height: 22px;
          font-size: 12px;
          border-radius: 50%;
          background: #fff;
          color: #040309;
          text-align: center; }

.searchBlog {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 7px;
  background: #141927; }
  .searchBlog button {
    width: 60px;
    min-width: 60px;
    height: 44px;
    border: 0;
    background: url(../images/search.svg) 50% 50% no-repeat; }
  .searchBlog input {
    width: 100%;
    border: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 20px 0 0;
    background: none;
    color: #fff;
    font-size: 16px; }
    .searchBlog input::placeholder {
      color: #9B9A9D; }

.products__text {
  max-width: 600px;
  font-size: 20px; }

.step {
  padding-top: 100px; }
  .step__block {
    margin-top: 110px; }
    .step__block:first-child {
      margin: 0; }
  .step__step {
    max-width: 575px;
    position: relative;
    margin: 0 auto; }
    .step__step:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 24px;
      right: 24px;
      height: 1px;
      background: linear-gradient(98deg, rgba(0, 204, 255, 0.13) 6.73%, rgba(31, 134, 255, 0.13) 96.72%); }
    .step__step ul {
      position: relative;
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .step__step ul li {
        position: relative;
        width: 24px;
        height: 24px;
        background: #040309 url(../images/step.svg) 50% 50% no-repeat; }
        .step__step ul li.active {
          background-image: url(../images/step-active.svg); }
        .step__step ul li span {
          position: absolute;
          top: -32px;
          line-height: 20px;
          width: 50px;
          left: calc(50% - 25px);
          text-align: center;
          font-size: 16px; }
  .step__tab {
    max-width: 850px;
    margin: 25px auto 100px; }
    .step__tab ul {
      padding: 0;
      margin: 0;
      list-style: none;
      border-radius: 6px;
      border: 1px solid #1B88F6;
      display: flex;
      align-items: center;
      justify-content: space-between;
      overflow: hidden; }
      .step__tab ul li {
        flex-grow: 2;
        flex-basis: 33%;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
        position: relative; }
        .step__tab ul li:last-child:before {
          display: none; }
        .step__tab ul li:first-child {
          z-index: 3; }
        .step__tab ul li:nth-child(2) {
          z-index: 2; }
        .step__tab ul li.active {
          background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%); }
          .step__tab ul li.active:before {
            background: url(../images/step-active.png); }
        .step__tab ul li:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: -20px;
          width: 23px;
          background: url(../images/step.png) 0 0 no-repeat; }
  .step__product {
    margin: 0 -12px;
    gap: 35px 0; }
    .step__product > div {
      padding: 0 12px; }
    .step__product-img {
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 7px;
      padding: 15px; }
      .step__product-img.bg {
        background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%); }
    .step__product-popular {
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600; }
      .step__product-popular span {
        border-radius: 7px;
        background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%);
        line-height: 35px;
        padding: 0 20px; }
    @media screen and (min-width: 576px) {
      .step__product-block {
        background: #0B101D;
        display: flex;
        align-items: center;
        min-height: 56px;
        line-height: 1.2;
        padding: 0 25px; }
        .step__product-block:nth-child(odd) {
          background: none; } }
  @media screen and (max-width: 991px) {
    .step .hideMd {
      display: none; } }
  @media screen and (max-width: 767px) {
    .step__step {
      max-width: 230px; }
    .step__tab {
      margin-bottom: 40px; }
      .step__tab ul {
        border: 0; }
        .step__tab ul li {
          display: none; }
          .step__tab ul li:before {
            display: none; }
          .step__tab ul li.active {
            display: block;
            background: url(../images/activemobile.svg) 0 0 no-repeat;
            background-size: 100% 100%; } }
  @media screen and (max-width: 575px) {
    .step__product-img {
      height: 120px; }
    .step__product-item {
      padding: 25px;
      border-radius: 0 0 7px 7px;
      background: #0B101D;
      font-size: 16px; }
    .step__product-block {
      margin-top: 12px;
      padding-left: 32px;
      background: url(../images/product-item.svg) 0 50% no-repeat; }
      .step__product-block:first-child {
        margin: 0; } }

.location {
  padding: 60px 50px 90px;
  border-radius: 10px;
  border: 0.8px solid rgba(0, 162, 202, 0.4);
  background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
  text-align: center; }
  .location h2 {
    font-size: 28px;
    margin-bottom: 60px; }
  .location__block {
    color: #72767e;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700; }
    .location__block-img {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 160px;
      margin: 0 auto 25px; }
  .location__wrap {
    max-width: 550px;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .location {
      padding: 60px 20px; }
      .location h2 {
        display: none; } }

.plans {
  padding: 60px 20px;
  border-radius: 10px;
  border: 0.8px solid rgba(0, 162, 202, 0.4);
  background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
  text-align: center; }
  .plans h2 {
    font-size: 28px;
    margin-bottom: 8px; }
  .plans__text {
    color: #C2C6D1; }
  .plans__wrap {
    max-width: 650px;
    margin: 25px auto 0; }
  .plans__block {
    padding: 30px 20px;
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2; }
    .plans__block.bg {
      background: linear-gradient(98deg, rgba(0, 204, 255, 0.31) 6.73%, rgba(31, 134, 255, 0.31) 96.72%);
      box-shadow: 0px 0px 28.9px 0px rgba(214, 231, 243, 0.15); }
      .plans__block.bg .plans__block-title {
        background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%); }
    .plans__block-title {
      padding: 2px 20px 0;
      min-height: 32px;
      display: flex;
      align-items: center;
      border-radius: 40px;
      background: linear-gradient(180deg, rgba(0, 162, 202, 0.46) 1%, rgba(0, 89, 153, 0.35) 100%);
      box-shadow: inset 0 1px 0 2px rgba(255, 255, 255, 0.1);
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .plans__block-price {
      font-size: 36px;
      font-weight: 500; }
  .plans__button {
    margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .plans h2 {
      font-size: 24px; }
    .plans__text {
      font-size: 16px; }
    .plans__button {
      margin-top: 35px; }
      .plans__button .siteButton {
        width: 100%; } }

.frontPage {
  overflow: hidden;
  position: relative; }
  .frontPage:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    max-width: 1920px;
    width: 100%;
    background: url(../images/mainbg.png) 50% 0px no-repeat; }
  .frontPage__wrap {
    position: relative; }
  .frontPage__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px; }
  .frontPage h2 {
    font-family: "Orbitron", sans-serif; }
  @media screen and (max-width: 767px) {
    .frontPage__button {
      margin-top: 35px; }
      .frontPage__button .siteButton {
        width: 100%;
        max-width: none; } }

.main {
  position: relative;
  min-height: 950px;
  display: flex;
  align-items: center;
  margin-top: -95px;
  overflow: hidden; }
  .main__img {
    position: absolute;
    top: 63px;
    right: calc(50% - 750px);
    width: 1050px;
    bottom: 0; }
    .main__img img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .main h1 {
    max-width: 690px;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.1;
    text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.31); }
  .main p {
    margin-left: 220px;
    font-size: 20px;
    font-weight: 500; }
  .main ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .main ul li {
      padding-left: 32px;
      line-height: 24px;
      background: url(../images/product-item.svg) 0 50% no-repeat; }
  .main__button {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px; }
    .main__button .siteButton {
      min-width: 220px;
      font-size: 16px; }
  .main__guarantee {
    margin-top: 20px;
    display: flex;
    align-items: center;
    min-height: 20px;
    font-size: 14px;
    padding-left: 28px;
    background: url(../images/guarantee.svg) 0 50% no-repeat;
    color: #C2C6D1; }
  .main__wrap {
    position: relative; }
  @media screen and (max-width: 991px) {
    .main {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .main {
      display: block;
      padding: 20px 0 20px;
      min-height: auto; }
      .main h1 {
        font-size: 32px;
        margin-bottom: 20px; }
      .main p {
        margin: 0 0 20px;
        font-size: 20px; }
      .main ul {
        flex-direction: column; }
      .main__button {
        margin-top: 200px; }
        .main__button .siteButton {
          width: 100%; }
      .main__img {
        bottom: 162px;
        top: auto;
        right: -60px;
        left: auto;
        width: 380px; } }

.mainPrice {
  padding: 120px 0 100px;
  text-align: center; }
  .mainPrice h2 {
    max-width: 980px;
    margin: 0 auto 20px; }
  .mainPrice__text {
    max-width: 550px;
    margin: 0 auto 60px;
    font-size: 20px;
    font-weight: 500;
    color: #C2C6D1; }
    .mainPrice__text span {
      color: #1B88F6; }
  .mainPrice__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 165px;
    border-radius: 7px;
    border: 1px solid rgba(0, 162, 202, 0.15);
    background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%); }
  @media screen and (max-width: 767px) {
    .mainPrice {
      padding: 80px 0; }
      .mainPrice__text {
        font-size: 18px;
        margin-bottom: 24px; }
        .mainPrice__text br {
          display: none; }
      .mainPrice__image {
        min-height: 112px; } }

.sale {
  max-width: 1470px;
  margin: 0 auto;
  padding: 70px 20px;
  text-align: center;
  background: #1B88F6 url(../images/salebg.png) 50% 0 no-repeat;
  background-size: cover; }
  .sale__wrap {
    max-width: 850px;
    margin: 0 auto; }
  .sale h2 {
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }

.guaranteed {
  padding: 100px 0; }
  .guaranteed .row {
    gap: 60px 0; }
  .guaranteed h2 {
    letter-spacing: -0.3px; }

.cases {
  padding: 120px 0 200px; }
  .cases h2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px; }
  .cases__block {
    height: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid rgba(27, 136, 246, 0.2);
    background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
    background-clip: padding-box;
    text-align: center;
    font-size: 16px;
    line-height: 1.3; }
    .cases__block-img {
      display: flex;
      justify-content: center;
      align-items: center; }
    .cases__block-title {
      margin: 20px 0 15px;
      font-size: 24px;
      font-weight: 600; }
    .cases__block-text {
      padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .cases {
      padding: 80px 0; }
      .cases h2 {
        margin-bottom: 25px; }
      .cases__block {
        display: flex;
        padding: 20px 15px;
        text-align: left;
        align-items: center;
        gap: 5px;
        font-size: 14px; }
        .cases__block-img {
          min-width: 87px;
          width: 87px; }
        .cases__block-title {
          font-size: 18px;
          margin: 0 0 5px; }
        .cases__block-text {
          padding: 0; } }

.wsc {
  padding: 80px 0 130px;
  position: relative; }
  .wsc:before {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 1200px);
    width: 682px;
    height: 682px;
    border-radius: 50%;
    border-radius: 682px;
    background: rgba(39, 99, 252, 0.74);
    filter: blur(377.5px); }
  .wsc h2 {
    margin-bottom: 30px; }
  .wsc__image {
    padding-top: 40px;
    margin: 0 -350px 0 80px; }
    .wsc__image img {
      display: block;
      width: 100%; }
  @media screen and (min-width: 992px) {
    .wsc__row > div:last-child {
      position: absolute;
      bottom: 0;
      left: 100%; }
      .wsc__row > div:last-child > div {
        min-height: 217px; } }
  .wsc__block {
    padding: 20px 25px;
    border-radius: 7px;
    background: #0B101D;
    color: #D8DADF;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    height: 100%;
    position: relative;
    z-index: 1; }
    .wsc__block-title {
      color: #F7F7F7;
      font-size: 16px;
      font-weight: 600; }
  @media screen and (max-width: 991px) {
    .wsc__image {
      margin: 0 -25px 0 0; } }

.unlimited {
  padding: 85px 0; }
  .unlimited__image {
    padding-right: 30px; }
  .unlimited__button {
    margin-top: 60px; }
  .unlimited .hidedesc .siteButton {
    width: 100%;
    max-width: none; }
  @media screen and (min-width: 768px) {
    .unlimited .hidedesc {
      display: none; } }
  @media screen and (max-width: 767px) {
    .unlimited {
      padding: 80px 0; }
      .unlimited__button {
        display: none; } }

.platforms {
  padding: 120px 0;
  position: relative;
  z-index: 2; }
  .platforms h2 {
    max-width: 760px;
    margin: 0 auto 70px; }
  .platforms .js-marquee {
    display: flex;
    gap: 24px; }
  .platforms__items {
    margin-top: 24px; }
    .platforms__items:after {
      content: '';
      display: block;
      clear: both; }
  .platforms__item {
    min-width: 184px;
    width: 184px;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 7px;
    background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
    gap: 16px;
    font-size: 16px;
    font-family: "Orbitron", sans-serif;
    padding: 10px;
    text-align: center;
    line-height: 1.3; }
    .platforms__item:hover {
      border-radius: 7px;
      border: 1px solid rgba(0, 162, 202, 0.3);
      background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
      box-shadow: 0px 0px 25px 0px rgba(214, 231, 243, 0.2); }
    .platforms__item-img img {
      display: block; }
  @media screen and (max-width: 767px) {
    .platforms {
      padding: 80px 0; }
      .platforms__item {
        width: 154px;
        min-width: 154px;
        height: 148px; } }

.become {
  padding: 120px 0;
  text-align: center;
  position: relative; }
  .become:before {
    content: '';
    position: absolute;
    top: -255px;
    left: calc(50% - 1500px);
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(39, 99, 252, 0.94);
    filter: blur(377.5px); }
  .become__text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 20px; }
  .become__row {
    margin-top: 60px;
    position: relative; }
    .become__row:before {
      content: '';
      position: absolute;
      left: 120px;
      right: 120px;
      top: 49px;
      height: 1px;
      background: linear-gradient(98deg, rgba(0, 204, 255, 0.13) 6.73%, rgba(31, 134, 255, 0.13) 96.72%); }
    .become__row > div {
      max-width: 20%;
      display: flex; }
  .become__block {
    border-radius: 7px;
    border: 1px solid rgba(27, 136, 246, 0.2);
    background: linear-gradient(180deg, rgba(0, 204, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%);
    display: flex;
    width: 100%;
    flex-grow: 2;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 30px 10px;
    gap: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #F7F7F7;
    position: relative;
    margin-top: 120px; }
    .become__block-number {
      position: absolute;
      top: -120px;
      left: 0;
      right: 0;
      color: #F7F7F7;
      font-size: 18px;
      font-weight: 400;
      padding-bottom: 32px; }
      .become__block-number:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000 url(../images/step-active.svg) 50% 100% no-repeat;
        margin: 0 auto;
        width: 24px;
        height: 24px; }
  @media screen and (max-width: 767px) {
    .become:before {
      left: -370px;
      width: 450px;
      height: 450px; }
    .become__row:before {
      left: 53px;
      top: 100px;
      bottom: 130px;
      height: auto;
      width: 1px; }
    .become__row > div {
      flex: 0 0 100%;
      width: 100%;
      max-width: none; }
    .become__block {
      margin: 0 0 0 90px;
      min-height: 180px;
      font-size: 20px;
      font-weight: 500; }
      .become__block-number {
        top: calc(50% - 14px);
        padding: 0 32px 0 0;
        right: auto;
        left: -90px;
        line-height: 24px; }
        .become__block-number:before {
          margin: 0;
          left: auto;
          right: 0; } }

.contactsPage {
  position: relative;
  padding: 40px 0 120px;
  overflow: hidden; }
  .contactsPage:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -1400px;
    height: 2190px;
    left: 0;
    max-width: 1920px;
    width: 100%;
    background: url(../images/contentbg.png) 50% 0px no-repeat; }

.contacts__row {
  margin: 0;
  gap: 0; }
  .contacts__row > div {
    padding: 0; }
.contacts__left {
  padding: 80px 50px 200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: url(../images/contacts.jpg) 0 0 no-repeat;
  background-size: cover;
  border-radius: 9px 0px 0px 9px;
  gap: 50px; }
  .contacts__left h2 {
    font-size: 30px;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase; }
  .contacts__left-top a {
    text-decoration: none; }
  .contacts__left-block {
    margin-top: 13px; }
    .contacts__left-block a {
      color: #fff;
      text-decoration: none; }
      .contacts__left-block a:hover {
        color: #1B88F6; }
    .contacts__left-block:first-child {
      margin: 0; }
.contacts__whatsapp {
  line-height: 24px;
  padding-left: 35px;
  background: url(../images/c-whatsapp.svg) 0 50% no-repeat; }
.contacts__email {
  line-height: 24px;
  padding-left: 35px;
  background: url(../images/c-email.svg) 0 50% no-repeat; }
.contacts__address {
  line-height: 24px;
  padding-left: 35px;
  background: url(../images/c-address.svg) 0 50% no-repeat; }
.contacts__form {
  height: 100%;
  padding: 70px;
  border-radius: 0px 7px 7px 0px;
  border-top: 1px solid rgba(0, 162, 202, 0.2);
  border-right: 1px solid rgba(0, 162, 202, 0.2);
  border-bottom: 1px solid rgba(0, 162, 202, 0.2);
  background: linear-gradient(180deg, rgba(0, 117, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%); }
  .contacts__form-data {
    padding-top: 10px; }
  .contacts__form-title {
    font-size: 30px;
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    color: #F7F7F7;
    line-height: 1; }
  .contacts__form-step {
    text-align: center;
    color: #9B9A9D;
    font-size: 14px; }
    .contacts__form-step span {
      font-size: 16px;
      color: #F7F7F7; }
  .contacts__form-row {
    gap: 20px 0;
    margin-top: 20px; }
  .contacts__form-block {
    margin-top: 25px; }
  .contacts__form-or {
    text-align: center;
    overflow: hidden; }
    .contacts__form-or span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 52px; }
      .contacts__form-or span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -1000px;
        right: 100%;
        height: 1px;
        background: #22293B; }
      .contacts__form-or span:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -1000px;
        left: 100%;
        height: 1px;
        background: #22293B; }
  .contacts__form-login {
    color: #6F7279;
    font-size: 14px; }
    .contacts__form-login a {
      text-decoration: none; }
      .contacts__form-login a:hover {
        text-decoration: underline; }
  .contacts__form-label {
    font-size: 18px; }
    .contacts__form-label span {
      color: #D45858; }
  .contacts__form-step3 {
    display: none; }
  .contacts__form fieldset {
    margin: 0; }
  .contacts__form .cf7mls-btns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    border-radius: 7px;
    background: linear-gradient(98deg, #00A2CA 6.73%, #1F86FF 96.72%);
    box-shadow: 0px 4px 20px 0px rgba(26, 189, 255, 0.26);
    font-size: 16px;
    color: #F7F7F7;
    text-transform: uppercase;
    font-weight: 600; }
    .contacts__form .cf7mls-btns button:hover {
      opacity: 1;
      background: #1F86FF; }
  .contacts__form .wpcf7-response-output {
    margin-bottom: 0; }
.contacts__success {
  text-align: center;
  padding-top: 24px; }
  .contacts__success-title {
    font-size: 30px;
    font-weight: 700;
    color: #F7F7F7;
    background: url(../images/succsses.svg) 50% 0 no-repeat;
    font-family: "Orbitron", sans-serif;
    text-transform: uppercase;
    padding-top: 121px; }
  .contacts__success-text {
    margin: 24px 0 40px;
    color: #C2C6D1;
    font-size: 16px;
    font-weight: 400; }
@media screen and (max-width: 767px) {
  .contacts__left {
    padding: 30px 20px;
    gap: 80px 0;
    border-radius: 0px 0px 7px 7px; }
  .contacts__form {
    padding: 20px;
    border-radius: 7px 7px 0px 0px;
    border-top: 1px solid rgba(0, 162, 202, 0.2);
    border-right: 1px solid rgba(0, 162, 202, 0.2);
    border-left: 1px solid rgba(0, 162, 202, 0.2);
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(0, 117, 255, 0.08) 1%, rgba(39, 148, 175, 0.02) 100%); } }

.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: auto !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  color: #D45858 !important; }
  .wpcf7 form .wpcf7-response-output svg {
    display: none !important; }
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important; }

.fieldset-cf7mls-wrapper .wpcf7-response-output {
  margin-bottom: 0; }
.fieldset-cf7mls-wrapper .fieldset-cf7mls {
  padding: 0 !important; }

.cf7mls-btns .cf7mls_next.action-button {
  margin-bottom: 0 !important;
  float: none !important; }

.acceptance {
  line-height: 1; }
  .acceptance span {
    display: block; }
  .acceptance .wpcf7-form-control-wrap {
    display: block; }
    .acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
      margin: 0; }
    .acceptance .wpcf7-form-control-wrap label {
      cursor: pointer;
      font-size: 12px;
      font-weight: 400;
      color: #C2C6D1;
      line-height: 1.2;
      display: inline-block;
      vertical-align: top; }
      .acceptance .wpcf7-form-control-wrap label.cf7mls-invalid span:before {
        border-color: #D45858; }
      .acceptance .wpcf7-form-control-wrap label input {
        display: none; }
        .acceptance .wpcf7-form-control-wrap label input:checked + span:before {
          border-color: transparent;
          background: url(../images/checked.svg) 50% 50% no-repeat; }
      .acceptance .wpcf7-form-control-wrap label span {
        display: flex;
        align-items: center;
        min-height: 20px;
        padding-left: 32px; }
        .acceptance .wpcf7-form-control-wrap label span:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          border-radius: 4px;
          border: 1px solid #22293B; }
  .acceptance .wpcf7-not-valid-tip {
    display: none !important; }

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 10px; }
  .wpcf7-radio > span {
    flex-basis: 40%;
    margin: 0;
    display: block; }
  .wpcf7-radio label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .wpcf7-radio label input {
      display: none; }
      .wpcf7-radio label input:checked + span:before {
        border-color: #1F86FF; }
      .wpcf7-radio label input:checked + span:after {
        display: block; }
    .wpcf7-radio label span {
      padding-left: 30px;
      position: relative;
      display: flex;
      align-items: center;
      min-height: 26px;
      line-height: 1.2; }
      .wpcf7-radio label span:after {
        position: absolute;
        top: calc(50% - 8px);
        width: 16px;
        background: #1F86FF;
        border-radius: 50%;
        height: 16px;
        left: 4px;
        display: none; }
      .wpcf7-radio label span:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        left: 0;
        background: #C2C6D1;
        border: 2px solid #6F7279;
        border-radius: 50%; }

/* CONTENT */
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.fixWhatsapp {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  width: 48px;
  height: 48px;
  background: url(../images/whatsapp.svg) 0 0 no-repeat;
  background-size: cover; }

/* FOOTER */
.footer {
  border-top: 1px solid #1B88F6;
  overflow: hidden;
  position: relative;
  line-height: 1.2; }
  .footer:before {
    content: '';
    position: absolute;
    top: 90px;
    left: calc(50% - 800px);
    width: 110px;
    height: 110px;
    background: rgba(39, 99, 252, 0.7);
    fill: rgba(39, 99, 252, 0.7);
    filter: blur(150px); }
  .footer:after {
    content: '';
    position: absolute;
    top: -96px;
    right: calc(50% - 630px);
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(39, 99, 252, 0.74);
    filter: blur(262px); }
  .footer .blockin {
    z-index: 2; }
  .footer__top {
    padding: 80px 0 50px; }
    .footer__top-right {
      gap: 60px 0; }
  .footer__logo {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top; }
    .footer__logo img {
      display: block; }
  .footer__text {
    margin-top: 15px;
    max-width: 265px;
    font-size: 14px;
    color: #C2C6D1; }
  .footer__title {
    font-size: 16px;
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    text-transform: uppercase; }
  .footer__menu {
    line-height: 1.2;
    margin-top: 10px; }
    .footer__menu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 16px; }
      .footer__menu ul li {
        margin-top: 10px; }
        .footer__menu ul li.current-menu-item a {
          color: #fff; }
        .footer__menu ul li:first-child {
          margin: 0; }
        .footer__menu ul li a {
          text-decoration: none;
          color: #C2C6D1; }
          .footer__menu ul li a:hover {
            color: #fff; }
  .footer__contacts {
    margin-top: 15px;
    font-size: 14px;
    padding-left: 36px; }
    .footer__contacts-address {
      background: url(../images/f-contacts.svg) 0 0 no-repeat; }
    .footer__contacts-mail {
      background: url(../images/f-mail.svg) 0 0 no-repeat; }
    .footer__contacts a {
      text-decoration: none;
      color: #F7F7F7; }
      .footer__contacts a:hover {
        color: #1B88F6; }
  .footer__bottom {
    padding: 24px 0;
    gap: 20px;
    position: relative;
    font-size: 14px;
    color: #9B9A9D; }
    .footer__bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(180deg, rgba(0, 162, 202, 0.46) 1%, rgba(58, 11, 36, 0.02) 100%); }
    .footer__bottom a {
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .footer__bottom a:hover {
        border-color: rgba(27, 136, 246, 0.5); }
  @media screen and (max-width: 575px) {
    .footer__top {
      padding: 60px 0; }
      .footer__top-left {
        text-align: center; }
    .footer__text {
      margin: 16px auto 0; }
    .footer__bottom {
      padding: 25px 0 40px;
      flex-direction: column; } }

/* FOOTER */

/*# sourceMappingURL=styles.css.map */
