/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: 10px;
  padding-left: 10px;
  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: -10px;
  margin-left: -10px;
  gap: 20px 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: 10px;
  padding-left: 10px; }

.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-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: #07133A;
  font-family: "Manrope", sans-serif;
  padding-top: 179px; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      padding-top: 100px; } }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif; }

input, textarea, select {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #CDD1DB;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #07133A;
  min-height: 60px;
  line-height: 58px;
  transition: all 0.4s ease; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: rgba(7, 19, 58, 0.5); }
  input:focus, textarea:focus, select:focus {
    border-color: #07133A; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/select.svg) calc(100% - 25px) 50% no-repeat;
  padding-right: 60px;
  color: rgba(7, 19, 58, 0.5); }
  select::-ms-expand {
    display: none; }
  select.changed {
    color: #07133A;
    border-color: #07133A;
    background-image: url(/images/select-changed.svg); }

.fileUpload label {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer; }
  .fileUpload label input {
    display: none; }
  .fileUpload label span {
    display: block;
    width: 100%;
    line-height: 58px;
    color: rgba(7, 19, 58, 0.5);
    padding-left: 80px;
    position: relative;
    height: 60px; }
    .fileUpload label span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 20px;
      border: 1px solid #CDD1DB; }
    .fileUpload label span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      border: 1px solid #07133A;
      border-radius: 20px;
      background: url(/images/file-upload.svg) 50% 50% no-repeat; }

.search {
  position: relative; }
  .search input {
    line-height: 48px;
    height: 50px; }
  .search button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border: 0;
    background: url(/images/search.svg) 50% 50% no-repeat; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #283D78;
  text-decoration: none;
  transition: all 0.4s ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0 !important; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0 !important; }

h1 {
  font-size: 48px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1280px) {
    h1 {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 36px;
  margin-bottom: 25px; }
  h2 span {
    padding: 0 16px;
    line-height: 60px;
    background: #F4951E;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 24px;
      margin-bottom: 20px; }
      h2 span {
        line-height: 44px; } }

p:first-child {
  margin-top: 0; }
p:last-child {
  margin-bottom: 0; }

.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; }
  .flex.jcfe {
    justify-content: flex-end; }

.blockin {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px; }
  @media screen and (max-width: 991px) {
    .blockin {
      padding: 0 20px; } }

/* HEADER */
.header {
  position: fixed;
  background: #fff;
  padding: 20px 0;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  white-space: nowrap; }
  .header.fix {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .header__logo {
    display: flex;
    align-items: center;
    font-size: 0;
    line-height: 0;
    max-width: 200px; }
    .header__logo img {
      display: block; }
  .header__top {
    gap: 20px;
    margin-bottom: 20px; }
    .header__top-right {
      max-width: 610px;
      gap: 20px;
      flex-grow: 2; }
  .header__location {
    max-width: 190px;
    flex-grow: 2; }
    .header__location a {
      line-height: 24px;
      color: #07133A;
      background: url(/images/location.svg) 0 50% no-repeat;
      padding-left: 35px; }
      .header__location a:hover {
        color: #F4951E; }
  .header__mail, .header__phone {
    line-height: 24px;
    color: #07133A;
    padding-left: 35px;
    position: relative; }
    .header__mail svg, .header__phone svg {
      position: absolute;
      top: 0;
      left: 0; }
      .header__mail svg path, .header__mail svg rect, .header__phone svg path, .header__phone svg rect {
        stroke: #07133A; }
    .header__mail:hover, .header__phone:hover {
      color: #F4951E; }
      .header__mail:hover svg path, .header__mail:hover svg rect, .header__phone:hover svg path, .header__phone:hover svg rect {
        stroke: #F4951E; }
  .header__bottom {
    gap: 0 20px; }
  .header__menu {
    max-width: 385px;
    flex-grow: 2; }
    .header__menu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: space-between;
      gap: 30px; }
      .header__menu ul li a {
        font-size: 16px;
        color: #07133A; }
        .header__menu ul li a:hover {
          color: #F4951E; }
  .header__folder {
    display: flex;
    align-items: center;
    max-width: 190px;
    flex-grow: 2;
    background: #F4951E;
    color: #fff;
    min-height: 60px;
    border-radius: 20px;
    justify-content: center;
    padding: 0 15px; }
    .header__folder:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url(/images/header-catalog.svg); }
    .header__folder.active:after {
      transform: rotate(180deg); }
  .header__search {
    flex-grow: 2;
    max-width: 610px; }
  @media screen and (max-width: 1280px) {
    .header__top-right {
      max-width: 380px; }
      .header__top-right .siteButton {
        display: none; }
    .header__menu {
      order: 2; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 0;
      display: flex;
      align-items: center;
      height: 80px; }
      .header__bottom {
        display: none; }
      .header__location {
        display: none; }
      .header__top {
        margin: 0; }
        .header__top-right {
          display: none; } }

.burger {
  width: 40px;
  position: relative;
  cursor: pointer;
  height: 30px;
  padding: 0;
  border: 0;
  background: none; }
  .burger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #F4951E;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 12px; }
  .burger span:nth-child(4) {
    top: 24px; }
  .burger.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%; }

.mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 8;
  font-size: 16px;
  overflow-y: auto;
  display: none; }
  .mobile__wrap {
    padding: 40px 20px 20px; }
  .mobile__top {
    margin-bottom: 30px; }
  .mobile__location a {
    line-height: 24px;
    color: #07133A;
    background: url(/images/location.svg) 0 50% no-repeat;
    padding-left: 35px; }
    .mobile__location a:hover {
      color: #F4951E; }
  .mobile__close {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(/images/closebut-orange.svg) 0 0 no-repeat; }
  .mobile__button {
    gap: 20px;
    margin-top: 20px; }
    .mobile__button .siteButton {
      width: 50%; }
  .mobile__tab {
    margin-top: 40px; }
    .mobile__tab-block {
      display: none; }
      .mobile__tab-block.active {
        display: block; }
  .mobile__menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .mobile__menu ul li {
      margin-top: 20px; }
      .mobile__menu ul li:first-child {
        margin: 0; }
      .mobile__menu ul li a {
        color: #07133A; }
  .mobile__bottom {
    gap: 20px;
    margin-top: 40px; }

/* HEADER */
/* CONTENT */
.siteButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  background: #4F73DF;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  color: #fff;
  border-radius: 20px; }
  .siteButton:hover {
    background: #F4951E; }
  .siteButton.min {
    min-height: 50px;
    padding: 0 25px; }
  .siteButton.block {
    display: flex;
    width: 100%; }
  .siteButton.colorWhite {
    color: #fff; }
  .siteButton.border {
    border: 2px solid #4F73DF;
    color: #4F73DF;
    background: none; }
    .siteButton.border:hover {
      background: #F4951E;
      color: #fff;
      border-color: #F4951E; }
  .siteButton.borderWhite {
    color: #fff;
    background: none;
    border: 2px solid #fff; }
    .siteButton.borderWhite:hover {
      background: #F4951E;
      border-color: #F4951E;
      color: #fff; }
  .siteButton.white {
    background: #fff;
    color: #07133A; }
    .siteButton.white:hover {
      background: #F4951E;
      color: #fff; }
  .siteButton.max300 {
    max-width: 300px;
    width: 100%; }

.content {
  padding: 0 0 60px;
  overflow: hidden; }
  .content__block {
    padding-top: 100px; }
    .content__block:first-child {
      padding: 0; }
  @media screen and (max-width: 767px) {
    .content__block {
      padding-top: 80px; } }

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  gap: 30px 0; }
  .main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(95.25deg, #112A62 -0.44%, rgba(17, 42, 98, 0.5) 56.94%, rgba(17, 42, 98, 0) 65.64%); }
  .main > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .main > picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main__top {
    position: relative;
    z-index: 1; }
  .main__bottom {
    position: relative;
    z-index: 1; }
  .main h1 {
    max-width: 660px; }
  .main__text {
    max-width: 460px;
    font-size: 18px;
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    .main {
      padding: 20px;
      height: auto; }
      .main:after {
        background: linear-gradient(79.49deg, #112A62 14.72%, rgba(17, 42, 98, 0.5) 121.34%, rgba(17, 42, 98, 0) 155.81%); }
      .main img {
        object-position: 100% 0; }
      .main h1 {
        margin-bottom: 150px; }
      .main__text {
        font-size: 16px; } }

.premium__block {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 130px;
  border: 1px solid rgba(40, 61, 120, 0.3);
  border-radius: 40px;
  padding: 20px 40px;
  font-size: 18px; }
@media screen and (max-width: 767px) {
  .premium__block {
    font-size: 16px;
    border-radius: 20px; } }

.tool__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  color: #07133A; }
  .tool__block-img {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px; }
    .tool__block-img img {
      display: block;
      height: 170px;
      object-fit: cover;
      object-position: 0 0; }
  .tool__block-bottom {
    padding: 10px 30px 25px; }
  .tool__block-count {
    color: rgba(7, 19, 58, 0.5); }
  .tool__block-title {
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin-top: 7px;
    padding-right: 35px;
    background: url(/images/tool-arrow.svg) 100% 50% no-repeat; }
  .tool__block:hover {
    border-color: #F4951E; }
@media screen and (max-width: 767px) {
  .tool {
    margin: 0 -20px;
    display: flex;
    padding: 0 20px;
    overflow-x: auto; }
    .tool .row {
      margin: 0;
      gap: 20px;
      flex-wrap: nowrap !important; }
      .tool .row > div {
        min-width: 270px;
        padding: 0; } }

.catalog .row {
  margin: 0; }
  .catalog .row > div {
    padding: 0; }
.catalog__item {
  margin-right: -20px; }
  .catalog__item > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .catalog__item > ul > li {
      margin-top: 10px; }
      .catalog__item > ul > li:first-child {
        margin: 0; }
      .catalog__item > ul > li.active div {
        background: #283D78;
        border-color: #283D78;
        color: #fff; }
        .catalog__item > ul > li.active div:after {
          display: block; }
        .catalog__item > ul > li.active div span svg path, .catalog__item > ul > li.active div span svg circle {
          stroke: #fff; }
      .catalog__item > ul > li div {
        display: flex;
        gap: 10px;
        min-height: 70px;
        border: 1px solid #CDD1DB;
        border-radius: 20px 0 0 20px;
        align-items: center;
        font-size: 18px;
        padding: 0 65px 0 15px;
        cursor: pointer;
        position: relative; }
        .catalog__item > ul > li div:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 60px;
          background: url(/images/arrow-catalog.svg) 50% 50% no-repeat; }
        .catalog__item > ul > li div span {
          display: flex;
          align-items: center;
          width: 35px; }
          .catalog__item > ul > li div span svg path, .catalog__item > ul > li div span svg circle {
            stroke: #F4951E; }
      .catalog__item > ul > li ul {
        display: none;
        padding: 25px 20px;
        background: #283D78;
        border-radius: 20px;
        margin: 0;
        list-style: none;
        font-size: 16px; }
        .catalog__item > ul > li ul li {
          margin-top: 14px; }
          .catalog__item > ul > li ul li a {
            color: #fff;
            padding-left: 20px;
            position: relative; }
            .catalog__item > ul > li ul li a:before {
              content: '';
              position: absolute;
              top: 8px;
              left: 4px;
              width: 5px;
              height: 5px;
              background: #fff;
              border-radius: 50%; }
.catalog__menu {
  height: 100%;
  background: #283D78;
  position: relative;
  border-radius: 20px; }
  .catalog__menu-item {
    display: none;
    position: relative;
    padding: 25px 20px;
    height: 100%; }
    .catalog__menu-item.active {
      display: block; }
  .catalog__menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .catalog__menu ul li {
      margin-top: 14px; }
      .catalog__menu ul li:first-child {
        margin: 0; }
      .catalog__menu ul li a {
        position: relative;
        padding-left: 20px;
        color: #fff; }
        .catalog__menu ul li a:before {
          content: '';
          position: absolute;
          top: 10px;
          left: 4px;
          width: 5px;
          height: 5px;
          background: #fff;
          border-radius: 50%; }
        .catalog__menu ul li a:hover {
          text-decoration: underline; }
  .catalog__menu img {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 200px; }
@media screen and (max-width: 767px) {
  .catalog .row > div {
    width: 100%;
    max-width: none; }
    .catalog .row > div:last-child {
      display: none; }
  .catalog__item {
    margin: 0; }
    .catalog__item > ul > li.active ul {
      display: block; }
    .catalog__item > ul > li div {
      font-size: 14px;
      border-radius: 20px; }
      .catalog__item > ul > li div:after {
        transform: rotate(90deg); } }

.why-us__text {
  color: rgba(7, 19, 58, 0.5);
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700; }
  .why-us__text span {
    border-bottom: 4px solid #F4951E; }
@media screen and (max-width: 767px) {
  .why-us__text {
    margin-bottom: 30px; } }

.video {
  position: relative;
  padding-top: 55%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .video {
      padding-top: 75%; } }

.ourApproach__block {
  padding: 20px 30px;
  border: 1px solid #CDD1DB;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  min-height: 260px;
  border-radius: 20px;
  gap: 60px 0; }
  .ourApproach__block-number {
    font-size: 48px;
    font-weight: 700;
    color: #F4951E; }
  .ourApproach__block-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700; }
  .ourApproach__block-bottom {
    flex-grow: 2; }
    .ourApproach__block-bottom.min {
      flex-grow: 0; }
.ourApproach__wrap .row > div {
  display: flex;
  flex-direction: column; }
.ourApproach__wrap .ourApproach__block {
  height: auto;
  margin-top: 20px;
  flex-basis: 50%; }
  .ourApproach__wrap .ourApproach__block:first-child {
    margin: 0; }
@media screen and (max-width: 767px) {
  .ourApproach__block {
    min-height: auto;
    padding: 20px; }
  .ourApproach__wrap {
    overflow-x: auto;
    margin: 0 -20px;
    display: flex;
    padding-left: 20px; }
    .ourApproach__wrap .row {
      padding-right: 20px;
      flex-wrap: nowrap;
      margin: 0;
      gap: 20px; }
      .ourApproach__wrap .row > div {
        padding: 0;
        min-width: 290px; } }

.command__wrap {
  overflow: hidden;
  margin-right: -40px;
  padding-right: 40px; }
.command__tab {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .command__tab label {
    cursor: pointer; }
    .command__tab label input {
      display: none; }
      .command__tab label input:checked + span {
        background: #F4951E;
        border-color: #F4951E;
        color: #fff; }
    .command__tab label span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      border-radius: 20px;
      border: 1px solid #CDD1DB;
      color: rgba(7, 19, 58, 0.5);
      padding: 0 20px; }
.command__slider {
  display: flex;
  margin-top: 40px;
  position: relative;
  justify-content: space-between; }
  .command__slider .owl-carousel {
    position: static; }
  .command__slider-left {
    width: 615px;
    min-width: 615px; }
  .command__slider-right {
    min-width: 610px;
    width: 610px;
    overflow: hidden; }
.commandSlider__item {
  display: flex;
  align-items: center;
  gap: 20px; }
  .commandSlider__item-img {
    max-width: 190px;
    min-width: 190px;
    border-radius: 20px;
    overflow: hidden; }
    .commandSlider__item-img img {
      display: block; }
  .commandSlider__item-name {
    font-size: 20px;
    font-weight: 700; }
  .commandSlider__item-block {
    margin-top: 20px;
    font-size: 18px; }
    .commandSlider__item-block span {
      display: block;
      color: rgba(7, 19, 58, 0.5);
      margin-bottom: 5px; }
    .commandSlider__item-block a {
      color: #07133A;
      border-bottom: 1px solid #07133A; }
      .commandSlider__item-block a:hover {
        border-color: transparent; }
.commandSlider .owl-nav {
  position: absolute;
  top: -85px;
  right: 0; }
.commandSlider2 {
  width: 190px; }
  .commandSlider2 .owl-stage-outer {
    overflow: visible; }
  .commandSlider2-img {
    border-radius: 20px;
    overflow: hidden; }
@media screen and (max-width: 767px) {
  .command__wrap {
    margin-right: -20px;
    padding-right: 20px; }
  .command__tab {
    gap: 10px; }
  .command__slider-left {
    min-width: auto;
    width: 100%; }
  .command__slider-right {
    display: none; }
  .commandSlider .owl-nav {
    position: relative;
    top: auto;
    right: 0;
    justify-content: space-between;
    margin-top: 30px; }
  .commandSlider__item-name {
    font-size: 18px; }
  .commandSlider__item-block {
    font-size: 14px; } }

.certificatesSlider .owl-stage {
  display: flex;
  flex-wrap: wrap; }
.certificatesSlider__block {
  position: relative;
  height: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #CDD1DB;
  display: flex;
  justify-content: center; }
  .certificatesSlider__block:hover span {
    opacity: 1; }
  .certificatesSlider__block span {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    height: 42px;
    gap: 13px;
    padding: 0 20px;
    border-radius: 20px;
    background: #F4951E;
    color: #fff;
    opacity: 0; }
    .certificatesSlider__block span:before {
      content: '';
      width: 24px;
      height: 24px;
      background: url(/images/file-upload-w.svg) 50% 50% no-repeat; }
.certificatesSlider .owl-nav {
  position: relative;
  top: auto;
  justify-content: space-between;
  margin: 30px 0 0 0; }
@media screen and (max-width: 767px) {
  .certificatesSlider {
    padding-right: 65px; }
    .certificatesSlider__wrap {
      margin: 0 -20px;
      padding: 0 20px;
      overflow: hidden; }
    .certificatesSlider .owl-stage-outer {
      overflow: visible; }
    .certificatesSlider .owl-nav {
      margin-right: -60px; } }

.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 90px;
  border-radius: 20px;
  border: 1px solid #CDD1DB; }
.partners__link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 13px;
  background: #4F73DF;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700; }
  .partners__link span {
    width: 20px;
    height: 20px;
    background: url(/images/partner-arrow.svg) 50% 50% no-repeat; }

.settings {
  background: #283D78 url(../images/settings.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 20px;
  color: #fff; }
  .settings > .row {
    gap: 40px 0; }
  .settings__left {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .settings__left-bottom {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      gap: 40px;
      align-items: flex-start; }
  .settings h2 {
    margin-bottom: 20px; }
  .settings__text {
    max-width: 440px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px; }
    .settings__text span {
      border-bottom: 1px solid #F4951E; }
  .settings ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.5); }
    .settings ul li {
      margin-top: 5px;
      position: relative;
      padding-left: 17px; }
      .settings ul li:first-child {
        margin: 0; }
      .settings ul li:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 5px;
        width: 4px;
        height: 4px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%; }
  .settings__item {
    height: 100%;
    background: #F4951E;
    padding: 10px 25px 30px;
    font-size: 18px;
    border-radius: 20px; }
    .settings__item-num {
      font-size: 80px;
      font-weight: 700;
      background: linear-gradient(179.84deg, #FFFFFF 0.14%, rgba(255, 255, 255, 0) 82.2%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1.2; }
  @media screen and (max-width: 1199px) {
    .settings__hidemMd {
      display: none; }
    .settings__left-bottom {
      display: flex; } }
  @media screen and (max-width: 767px) {
    .settings {
      padding: 20px; }
      .settings__left-bottom {
        display: none; }
      .settings__hidemMd {
        display: block; }
      .settings__text {
        margin-bottom: 30px;
        font-size: 18px; }
      .settings__item {
        padding: 10px 20px 20px;
        font-size: 16px; } }

.pageslider .owl-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0;
  line-height: 0; }
  .pageslider .owl-nav button {
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #283D78 url(/images/slider-arrow.svg) 50% 50% no-repeat;
    border-radius: 20px;
    transition: all 0.4s ease; }
    .pageslider .owl-nav button:hover {
      background-color: #F4951E; }
    .pageslider .owl-nav button:last-child {
      transform: rotate(180deg); }
    .pageslider .owl-nav button.disabled {
      background-color: #283D78;
      opacity: 0.5; }

.reviewsSlider a {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  display: block; }
  .reviewsSlider a img {
    display: block; }
.reviewsSlider .owl-nav {
  position: absolute;
  top: -76px;
  right: 0; }
@media screen and (max-width: 767px) {
  .reviewsSlider {
    padding-right: 65px; }
    .reviewsSlider__wrap {
      margin: 0 -20px;
      padding: 0 20px;
      overflow: hidden; }
    .reviewsSlider .owl-stage-outer {
      overflow: visible; }
    .reviewsSlider .owl-nav {
      position: relative;
      top: auto;
      justify-content: space-between;
      margin: 30px -60px 0 0; } }

.news {
  margin-top: 40px; }
  .news__sort {
    max-width: 295px;
    width: 100%; }
  .news__block {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #CDD1DB;
    display: block;
    height: 100%;
    color: #07133A;
    font-size: 16px; }
    .news__block-top {
      display: block;
      position: relative; }
    .news__block-img {
      display: block;
      padding-top: 70%;
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      .news__block-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .news__block-date {
      position: absolute;
      top: 20px;
      left: 20px;
      padding: 0 10px;
      line-height: 28px;
      border-radius: 20px;
      background: #FFFFFF;
      font-size: 12px;
      font-weight: 500;
      z-index: 2; }
    .news__block-body {
      display: block;
      padding: 20px 30px; }
    .news__block-info {
      display: block;
      line-height: 22px;
      margin-bottom: 7px;
      color: rgba(7, 19, 58, 0.5);
      background: url(/images/news-arrow.svg) 100% 50% no-repeat; }
    .news__block-title {
      display: block;
      font-size: 18px;
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    .news {
      margin: 30px -20px 0;
      display: flex;
      overflow: auto; }
      .news .row {
        padding: 0 20px;
        margin: 0;
        gap: 20px;
        flex-wrap: nowrap !important; }
        .news .row > div {
          padding: 0; }
      .news__block {
        min-width: 270px; }
      .news__sort {
        margin-right: auto; }
        .news__sort select {
          line-height: 48px;
          height: 50px;
          min-height: 50px; } }

.more {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .more {
      margin-top: 30px; }
      .more .siteButton {
        max-width: none;
        width: 100%; } }

.faq__block {
  border: 1px solid #CDD1DB;
  border-radius: 20px;
  margin-top: 20px; }
  .faq__block:first-child {
    margin: 0; }
  .faq__block-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 17px 55px 17px 30px;
    font-size: 20px;
    font-weight: 700;
    position: relative; }
    .faq__block-title:before {
      content: '';
      position: absolute;
      top: 25px;
      right: 18px;
      width: 30px;
      height: 30px;
      background: url(/images/faq.svg) 50% 50% no-repeat; }
    .faq__block-title.active:before {
      transform: rotate(45deg); }
  .faq__block-body {
    padding: 0 30px 30px;
    display: none; }
@media screen and (max-width: 767px) {
  .faq__block-title {
    min-heigh: 58px;
    padding: 15px 60px 15px 20px;
    font-size: 18px; }
    .faq__block-title:before {
      top: 23px; }
  .faq__block-body {
    padding: 0 20px 20px; } }

.siteform {
  padding: 40px;
  background: #283D78 url(/images/siteform.png) 40% 50% no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding: 40px;
  border-radius: 20px; }
  .siteform__title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700; }
  .siteform__form {
    max-width: 610px; }
    .siteform__form input {
      background: none;
      color: #fff; }
      .siteform__form input::placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .siteform__form input:focus {
        color: #fff;
        border-color: #fff; }
    .siteform__form .fileUpload label span {
      color: rgba(255, 255, 255, 0.5); }
      .siteform__form .fileUpload label span:before {
        border-color: #CDD1DB; }
      .siteform__form .fileUpload label span:after {
        border-color: #fff;
        background-image: url(/images/file-upload-w.svg); }
  @media screen and (max-width: 767px) {
    .siteform__title {
      font-size: 24px;
      margin-bottom: 25px; } }

/* CONTENT */
/* FOOTER */
.footer {
  background: #283D78;
  padding: 40px 0 50px;
  color: #FFFFFF; }
  .footer__top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CDD1DB;
    gap: 40px;
    white-space: nowrap;
    position: relative; }
    .footer__top-right {
      max-width: 715px;
      flex-grow: 2;
      gap: 40px 20px; }
  .footer__logo {
    display: flex;
    align-items: center;
    font-size: 0;
    line-height: 0; }
  .footer__mail, .footer__phone {
    line-height: 24px;
    color: #fff;
    padding-left: 35px;
    position: relative; }
    .footer__mail svg, .footer__phone svg {
      position: absolute;
      top: 0;
      left: 0; }
      .footer__mail svg path, .footer__mail svg rect, .footer__phone svg path, .footer__phone svg rect {
        stroke: #fff; }
    .footer__mail:hover, .footer__phone:hover {
      color: #F4951E; }
      .footer__mail:hover svg path, .footer__mail:hover svg rect, .footer__phone:hover svg path, .footer__phone:hover svg rect {
        stroke: #F4951E; }
  .footer__gotop {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F4951E; }
    .footer__gotop svg path {
      stroke: #F4951E; }
    .footer__gotop:hover {
      background: #4F73DF;
      border-color: #4F73DF; }
      .footer__gotop:hover svg path {
        stroke: #fff; }
  .footer__menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 40px; }
    .footer__menu > ul > li {
      flex-grow: 2; }
      .footer__menu > ul > li > a {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 700; }
        .footer__menu > ul > li > a:hover {
          color: #F4951E; }
      .footer__menu > ul > li > ul {
        display: flex;
        justify-content: space-between;
        gap: 20px 40px;
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 30px; }
        .footer__menu > ul > li > ul > li {
          flex-grow: 2; }
          .footer__menu > ul > li > ul > li ul {
            padding: 0;
            margin: 0;
            list-style: none; }
            .footer__menu > ul > li > ul > li ul li {
              margin-top: 20px;
              max-width: 250px; }
              .footer__menu > ul > li > ul > li ul li:first-child {
                margin: 0; }
              .footer__menu > ul > li > ul > li ul li a {
                color: #fff;
                display: inline-block;
                vertical-align: top; }
                .footer__menu > ul > li > ul > li ul li a:hover {
                  color: #F4951E; }
  .footer__copyright {
    margin-top: 40px;
    opacity: 0.5; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 40px 0; }
      .footer__top {
        flex-direction: column;
        align-items: flex-start !important; }
        .footer__top-right {
          max-width: none;
          width: 100%;
          flex-wrap: wrap !important; }
      .footer__mail, .footer__phone {
        font-size: 14px; }
      .footer__gotop {
        position: absolute;
        top: 0;
        right: 0; }
      .footer__menu > ul {
        flex-wrap: wrap;
        gap: 40px 20px; }
        .footer__menu > ul > li {
          margin-top: 15px;
          flex-basis: 45%; }
          .footer__menu > ul > li:first-child {
            margin: 0;
            flex-basis: 100%; }
          .footer__menu > ul > li > a {
            font-size: 18px; }
          .footer__menu > ul > li > ul {
            flex-direction: column;
            margin-top: 20px; }
            .footer__menu > ul > li > ul > li ul li {
              max-width: none; }
              .footer__menu > ul > li > ul > li ul li a {
                font-size: 14px; } }

/* FOOTER */
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: #172446CC;
  z-index: 10;
  display: none; }
  .popup__wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 670px;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    box-sizing: border-box;
    text-align: left;
    border-radius: 20px; }
    .popup__wrap-city {
      max-width: 610px;
      padding: 20px; }
    .popup__wrap-catalog {
      max-width: none;
      padding: 90px 0 30px;
      min-height: 100%; }
  .popup__closebut {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 34px;
    height: 34px;
    background: url(/images/closebut.svg) 0 0 no-repeat;
    cursor: pointer;
    z-index: 2;
    display: none; }
  .popup__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 34px; }
    .popup__title-min {
      font-size: 20px;
      margin: 0 !important; }
  .popup__list {
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    columns: 3; }
    .popup__list li {
      margin-top: 10px; }
      .popup__list li:first-child {
        margin: 0; }
      .popup__list li a {
        color: #07133A; }
        .popup__list li a:hover {
          color: #F4951E; }
  .popup__catalog {
    background: #fff;
    padding: 0; }
    .popup__catalog .popup__closebut {
      top: 10px;
      display: block;
      background-image: url(/images/closebut-orange.svg); }
  .popup:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .popup {
      padding-top: 113px; }
      .popup__city {
        background: #fff;
        padding-top: 20px; }
        .popup__city .popup__closebut {
          top: 40px;
          right: 20px;
          background: url(/images/closebut-orange.svg) 0 0 no-repeat;
          right: 20px; }
      .popup__wrap-city {
        vertical-align: top;
        padding: 22px 0; }
      .popup__wrap-catalog {
        padding-top: 20px; }
      .popup__closebut {
        top: 40px;
        right: 20px;
        display: block; }
      .popup__title {
        font-size: 24px;
        margin-bottom: 25px; }
      .popup__list {
        columns: 2; }
      .popup__catalog {
        padding: 0; }
        .popup__catalog .popup__closebut {
          top: -4px; } }

.oferta {
  position: relative;
  padding-left: 33px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  min-height: 20px;
  font-size: 12px;
  color: rgba(7, 19, 58, 0.5); }
  .oferta label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .oferta label input {
      display: none; }
      .oferta label input:checked + span {
        background: #4F73DF url(/images/checked.svg) 50% 50% no-repeat; }
    .oferta label span {
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 6px;
      background: #4F73DF; }
  .oferta a {
    color: rgba(7, 19, 58, 0.5); }
    .oferta a:hover {
      color: #F4951E; }
  .oferta.white {
    color: rgba(255, 255, 255, 0.5); }
    .oferta.white a {
      color: rgba(255, 255, 255, 0.5); }
      .oferta.white a:hover {
        color: #F4951E; }

/* POPUP */

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