:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1620px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

aside,
nav,
footer,
header,
section {
  display: block; }

html,
body {
  height: 100%;
  min-width: 320px; }

body {
  line-height: 1;
  font-family: "Raleway", sans-serif; }

input,
button,
textarea {
  font-family: "Raleway", sans-serif; }

input::-ms-clear {
  display: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

textarea {
  resize: none;
  padding: 0px 0px; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.main {
  flex: 1 1 auto; }

.justify-content-center {
  justify-content: center; }

@media (max-width: 991.98px) {
  .modal-open .modal {
    overflow-y: auto; } }

.modal.fade .modal-dialog {
  transform: translate(100%, 0);
  transition: transform 0.3s ease-out; }

.modal.show .modal-dialog {
  transform: none; }

.modal-content-socials {
  display: flex;
  margin-top: 50px; }
  @media (max-width: 1300.98px) {
    .modal-content-socials {
      margin-top: 40px; } }
  .modal-content-socials__icon {
    max-width: 35px;
    height: 30px;
    margin-right: 15px; }
    .modal-content-socials__icon img {
      width: 100%;
      height: 100%;
      transition: all 0.3s ease; }
      .modal-content-socials__icon img:hover {
        filter: invert(40%); }

.fade {
  transition: opacity .15s linear; }

.holder {
  position: relative;
  max-width: 1920px;
  margin: auto; }

.title {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: calc(85 / 60);
  font-weight: 700; }
  @media (max-width: 575.98px) {
    .title {
      font-size: 38px; } }
  .title:before {
    content: '';
    background-image: url("../img/title-icon_primary.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 34px;
    height: 17px; }

.desc {
  font-size: 20px;
  line-height: calc(30 / 20);
  font-weight: 300;
  margin-top: 40px; }
  @media (max-width: 575.98px) {
    .desc {
      font-size: 16px; } }
  .desc-white {
    color: #fff; }
  .desc span {
    text-decoration: underline; }

@-webkit-keyframes updown {
  0%,
  100% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(-30px); } }

@keyframes updown {
  0%,
  100% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(-30px); } }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.header {
  position: relative;
  z-index: 1060; }
  .header__content {
    display: flex;
    align-items: flex-start; }
  .header__items {
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
    margin-left: auto; }
    .header__items .modal-dialog {
      max-width: 30%;
      height: 100vh;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      margin: 0;
      border-radius: 0; }
      @media (max-width: 1205.98px) {
        .header__items .modal-dialog {
          max-width: 35%; } }
      @media (max-width: 991.98px) {
        .header__items .modal-dialog {
          max-width: 40%; } }
      @media (max-width: 768.98px) {
        .header__items .modal-dialog {
          max-width: 100%; } }
  .header__logo {
    max-width: 270px;
    height: 180px;
    margin-top: 30px; }
    @media (max-width: 768.98px) {
      .header__logo {
        max-width: 220px;
        height: 130px; } }
    @media (max-width: 575.98px) {
      .header__logo {
        max-width: 110px;
        height: 70px; } }
    .header__logo img {
      width: 100%;
      height: 100%; }
  .header__list {
    display: flex;
    margin-right: 200px; }
    @media (max-width: 768.98px) {
      .header__list {
        margin-right: 50px; } }
    @media (max-width: 1205.98px) {
      .header__list {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 50px 0 0 0; } }
    .header__list li + li {
      margin-left: 25px; }
      @media (max-width: 1205.98px) {
        .header__list li + li {
          margin: 15px 0px 0px 0px; } }
    .header__list li a {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 300;
      color: #1d1d1d;
      transition: all 0.3s ease; }
      .header__list li a:hover {
        color: #014389; }
      @media (max-width: 768.98px) {
        .header__list li a {
          font-size: 16px; } }
      @media (max-width: 1205.98px) {
        .header__list li a {
          font-size: 18px; } }
  .header__burger {
    width: 40px;
    height: 30px;
    cursor: pointer; }
    .header__burger img {
      width: 100%;
      height: 100%; }
  .header__close:before {
    content: '';
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 40px;
    right: 60px;
    background-color: transparent;
    width: 30px;
    height: 30px; }
    @media (max-width: 575.98px) {
      .header__close:before {
        right: 30px; } }
  .header-modal {
    height: 100%;
    justify-content: center;
    background-color: #014389;
    padding: 0 30px; }
    @media (max-width: 1205.98px) {
      .header-modal {
        background-color: transparent;
        padding: 0;
        justify-content: inherit; } }
    .header-modal__logo {
      max-width: 160px;
      height: 110px; }
      .header-modal__logo img {
        width: 100%;
        height: 100%; }
      .header-modal__logo-mobile {
        display: none; }
        @media (max-width: 1205.98px) {
          .header-modal__logo-mobile {
            display: block; } }
      @media (max-width: 1205.98px) {
        .header-modal__logo-desktop {
          display: none; } }
    .header-modal__image {
      margin-top: 30px; }
      .header-modal__image img {
        width: 100%;
        height: 100%; }
      @media (max-width: 1205.98px) {
        .header-modal__image {
          display: none; } }
    .header-modal__body {
      margin-top: 50px; }
      @media (max-width: 1205.98px) {
        .header-modal__body {
          margin-top: 0; } }
    .header-modal__title {
      font-size: 28px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 40px; }
      @media (max-width: 1300.98px) {
        .header-modal__title {
          margin-bottom: 25px;
          font-size: 22px; } }
    .header-modal__footer .modal-content-socials {
      padding-left: 50px; }
    .header-modal__footer .modal-content-socials__icon {
      max-width: 30px;
      height: 25px; }
    .header-modal-adress {
      display: flex;
      flex-direction: column; }
      .header-modal-adress__item {
        position: relative;
        color: #fff;
        font-size: 18px;
        line-height: calc(26 / 18);
        padding-left: 50px;
        transition: all 0.3s ease; }
        @media (max-width: 1300.98px) {
          .header-modal-adress__item {
            font-size: 16px; } }
        .header-modal-adress__item:before {
          content: '';
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%); }
        .header-modal-adress__item-location:before {
          background-image: url("../img/location.png");
          width: 35px;
          height: 35px; }
        .header-modal-adress__item-email {
          color: #6a98d0; }
          .header-modal-adress__item-email:hover {
            text-decoration: underline; }
          .header-modal-adress__item-email:before {
            background-image: url("../img/email.png");
            width: 35px;
            height: 35px; }
        .header-modal-adress__item-getintouch:hover {
          color: #6a98d0; }
        .header-modal-adress__item-getintouch:before {
          background-image: url("../img/arrow-down-2.png");
          width: 35px;
          height: 35px; }
      .header-modal-adress__item + .header-modal-adress__item {
        margin-top: 40px; }
        @media (max-width: 1300.98px) {
          .header-modal-adress__item + .header-modal-adress__item {
            margin-top: 30px; } }
    @media (max-width: 1205.98px) {
      .header-modal__bg-top {
        background-color: #fff;
        padding: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        min-height: 460px;
        overflow-y: auto; } }
    @media (max-width: 1205.98px) {
      .header-modal__bg-body {
        background-color: #014389;
        padding: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 460px;
        overflow-y: auto; } }

.intro {
  position: relative;
  margin-top: -75px; }
  @media (max-width: 768.98px) {
    .intro {
      margin-top: 50px; } }
  @media (max-width: 1205.98px) {
    .intro .holder {
      display: flex;
      flex-direction: column; } }
  .intro__content .container {
    position: relative;
    max-width: 1920px; }
  .intro__text {
    display: flex;
    align-items: center;
    height: 790px; }
    @media (max-width: 768.98px) {
      .intro__text {
        height: inherit; } }
    @media (max-width: 575.98px) {
      .intro__text {
        height: 100%;
        min-height: 115px; } }
  .intro__title {
    position: relative;
    z-index: 1;
    font-size: 92px;
    line-height: calc(104 / 92);
    font-weight: 700;
    max-width: 980px;
    padding-left: 150px; }
    @media (max-width: 1640.98px) {
      .intro__title {
        padding: 0 15px; } }
    @media (max-width: 768.98px) {
      .intro__title {
        font-size: 50px;
        max-width: 100%;
        width: 100%;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .intro__title {
        font-size: 36px;
        text-align: left; } }
  .intro__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%; }
    .intro__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 768.98px) {
      .intro__image {
        position: inherit;
        width: 100%;
        margin-top: 30px;
        height: 600px; } }
    @media (max-width: 991.98px) {
      .intro__image {
        height: auto; } }
  .intro__action {
    position: relative;
    max-width: 1425px;
    margin: auto;
    padding: 0 15px; }
  .intro__arrow-down {
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: updown 2s ease infinite;
            animation: updown 2s ease infinite;
    z-index: 10; }
    .intro__arrow-down img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
      @media (max-width: 768.98px) {
        .intro__arrow-down img {
          transform: translateX(-50%); } }
    @media (max-width: 768.98px) {
      .intro__arrow-down {
        bottom: -160px;
        left: 50%; } }
  @media (max-width: 991.98px) {
    .intro .swiper-container {
      overflow: initial; } }
  .intro .swiper-pagination {
    top: -150px; }
    @media (max-width: 768.98px) {
      .intro .swiper-pagination {
        top: 20px;
        left: 50%;
        transform: translateX(-50%); } }
  .intro .swiper-pagination-bullet {
    background: #6a98d0;
    width: 15px;
    height: 5px;
    border-radius: 0;
    opacity: 1; }
  .intro .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px; }
  .intro .swiper-pagination-bullet-active {
    background: #014389; }

.whoweare {
  margin-top: 195px; }
  .whoweare .holder {
    padding-bottom: 60px; }
    .whoweare .holder:before {
      content: '';
      background-image: url("../img/bg-2.png");
      background-repeat: no-repeat;
      background-position: right;
      background-size: cover;
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 52%;
      height: 100%;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .whoweare .holder:before {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .whoweare .holder:before {
          background-position: 86%; } }
    .whoweare .holder.active:after {
          background-image: url("../img/line-who-we-are-anim-01.gif");
    }
    .whoweare .holder:after {
      z-index:-1;
      content: '';
      background-image: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      bottom: 20px;
      right: 0px;
      width: 42%;
      height: 105px; }
      @media (max-width: 1600.98px) {
        .whoweare .holder:after {
          bottom: -20px;
          width: 22%; } }
      @media (max-width: 991.98px) {
        .whoweare .holder:after {
          bottom: 10px;
          width: 100%;
          height: 95px;
          background-position: right; } }
  .whoweare__caption {
    max-width: 1425px;
    margin: auto;
    padding: 0 15px; }
    @media (max-width: 1750.98px) {
      .whoweare__caption {
        padding: 0 180px 0 15px; } }
    @media (max-width: 575.98px) {
      .whoweare__caption {
        padding: 0 60px 0 15px; } }
  .whoweare__image {
    margin-top: 95px;
    max-width: 995px;
    height: 450px; }
    @media (max-width: 991.98px) {
      .whoweare__image {
        height: auto;
        margin-bottom: 65px; } }
    .whoweare__image img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      -o-object-fit: contain;
         object-fit: contain; }

.philosophy {
  max-width: 1920px;
  margin: auto;
  background-color: #1d1d1d;
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    .philosophy {
      padding: 90px 0; } }
  .philosophy__caption {
    text-align: center; }
    .philosophy__caption .title {
      color: #fff; }
      .philosophy__caption .title::before {
        background-image: url("../img/title-icon_primary.png"); }
  .philosophy .row {
    margin-top: 100px; }
    @media (max-width: 991.98px) {
      .philosophy .row {
        margin-top: 60px; }
        .philosophy .row > [class*='col'] {
          margin-top: 60px; } }
  .philosophy__item {
    max-width: 340px; }
    @media (max-width: 991.98px) {
      .philosophy__item {
        max-width: 100%;
        text-align: center; } }
  .philosophy__icon {
    width: 130px;
    height: 135px;
    -o-object-fit: contain;
       object-fit: contain; }
  .philosophy__desc {
    margin-top: 50px;
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 300;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .philosophy__desc {
        text-align: left; } }
    @media (max-width: 575.98px) {
      .philosophy__desc {
        font-size: 16px; } }
    .philosophy__desc span {
      color: #6a98d0; }

.our-expertise {
  margin: 70px 0 30px; }
  .our-expertise .holder {
    padding-bottom: 50px; }
    @media (max-width: 1180.98px) {
      .our-expertise .holder {
        padding-bottom: 100px; } }

    .our-expertise .holder.active:before{
      background-image: url("../img/line-our-expertise-get-in-touch-anim-01.gif");
     }

    .our-expertise .holder:before {
      content: '';
      background-image: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 0px;
      width: 45%;
      height: 100px; }
      @media (max-width: 991.98px) {
        .our-expertise .holder:before {
          background-position: left;
          bottom: -20px;
          width: 100%;
          height: 80px; } }
  .our-expertise__content {
    max-width: 1425px;
    margin: auto;
    padding: 0 15px; }
  .our-expertise__caption {
    max-width: 570px;
    padding-top: 50px; }
    @media (max-width: 991.98px) {
      .our-expertise__caption {
        max-width: 100%;
        margin-bottom: 50px;
        padding-top: 0; } }
  .our-expertise__image {
    height: 100%;
    max-height: 725px; }
    .our-expertise__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.our-network {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1920px;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .our-network {
      min-height: 700px;
      height: 100%; } }
  @media (max-width: 575.98px) {
    .our-network {
      align-items: flex-start;
      padding: 50px 0;
      min-height: 580px; } }
  .our-network__content {
    position: relative; }
  .our-network__caption {
    max-width: 815px; }
    .our-network__caption .title {
      color: #fff; }
      .our-network__caption .title:before {
        background-image: url("../img/title-icon_white.png"); }
    @media (max-width: 991.98px) {
      .our-network__caption {
        max-width: 100%; } }
    .our-network__caption .desc {
      max-height: 390px;
      overflow-y: auto; }
      @media (max-width: 575.98px) {
        .our-network__caption .desc {
          max-height: 265px; } }
  .our-network__arrow-down {
    display: block;
    margin: 90px 0 90px;
    width: 60px;
    height: 60px;
    -webkit-animation: updown 2s ease infinite;
            animation: updown 2s ease infinite; }
    @media (max-width: 575.98px) {
      .our-network__arrow-down {
        margin: 90px auto; } }
    .our-network__arrow-down img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.our-partners {
  margin: 140px 0 50px; }
  .our-partners .holder.active:before {
    background-image: url("../img/line-our-partners-anim-01.gif");
  }
  .our-partners .holder:before {
    content: '';
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 100px; }
    @media (max-width: 991.98px) {
      .our-partners .holder:before {
        background-position: right;
        width: 90%;
        height: 80px; } }
  .our-partners__caption {
    text-align: center; }
  .our-partners__wrap {
    max-width: 1620px;
    margin: 80px auto 0;
    padding-bottom: 225px; }
    @media (max-width: 575.98px) {
      .our-partners__wrap {
        padding-left: 15px;
        padding-right: 40px; } }
  @media (max-width: 575.98px) {
    .our-partners .our-partners__items {
      display: none; } }
  .our-partners__content {
    margin-top: 70px; }
  .our-partners__items .slick-track {
    align-items: flex-end; }
  .our-partners__item {
    text-align: center;
    cursor: pointer; }
  .our-partners__item.slick-current {
    filter: invert(90%); }
  .our-partners__box {
    background-color: #6a98d0;
    padding: 30px;
    text-align: center;
    min-height: 370px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .our-partners__box.type__partner{
      background-color:#06428a;
    }
    @media (max-width: 575.98px) {
      .our-partners__box {
        padding: 30px 15px; } }
    .our-partners__box img {
      max-width: 150px; }
  .our-partners__image {
    background-color: red; }
  .our-partners__desc {
    color: #fff;
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 300;
    margin-top: 30px; }
    @media (max-width: 750.98px) {
      .our-partners__desc {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .our-partners__desc {
        font-size: 14px; } }
  .our-partners__link {
    color: #014389;
    font-size: 20px;
    line-height: calc(30 / 20);
    margin-top: 30px;
    display: inline-block; }
    .type__partner .our-partners__link{
      color:#ffffff;
    }
    .our-partners__link:hover {
      text-decoration: underline; }
    @media (max-width: 575.98px) {
      .our-partners__link {
        font-size: 14px; } }
  .our-partners .swiper-container {
    overflow: initial; }

.swiper-boxes {
  margin-top: 70px; }

.swiper-items .swiper-slide {
  opacity: 0.4; }

.swiper-boxes .swiper-slide {
  opacity: 0.2;
  height: initial; }

.swiper-items .swiper-slide-thumb-active,
.swiper-boxes .swiper-slide-active {
  opacity: 1; }

.swiper-items .swiper-wrapper {
  align-items: flex-end; }

.swiper-button-next,
.swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  top: 120%; }

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px; }

.swiper-button-next::after {
  margin-left: 25px; }

.swiper-button-prev::after {
  margin-left: -25px;
  transform: translateX(-50%) rotate(180deg); }

@media (max-width: 750.98px) {
  .swiper-items {
    display: none; } }

.founders .row > [class*='col'] {
  padding: 0; }

.founders__item {
  position: relative;
  cursor: pointer; }
  .founders__item:hover .founders__image img {
    filter: grayscale(100%); }

.founders__image {
  height: 100vh; }
  .founders__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease; }

.founders__body {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }
  @media (max-width: 575.98px) {
    .founders__body {
      bottom: 100px; } }
  .founders__body:before {
    content: '';
    background-image: url("../img/plus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    transition: all 0.3s ease; }
    @media (max-width: 575.98px) {
      .founders__body:before {
        width: 50px;
        height: 50px; } }

.founders__title {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff; }
  @media (max-width: 1400.98px) {
    .founders__title {
      font-size: 38px; } }
  @media (max-width: 575.98px) {
    .founders__title {
      font-size: 26px; } }

.founders__subtitle {
  font-size: 27px;
  font-weight: 300;
  color: #6a98d0;
  margin-top: 20px; }
  @media (max-width: 1400.98px) {
    .founders__subtitle {
      font-size: 20px; } }
  @media (max-width: 575.98px) {
    .founders__subtitle {
      font-size: 16px; } }

.founders .modal-dialog {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0;
  border-radius: 0; }

.modal-content__image {
  height: 100%; }
  .modal-content__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(100%); }
  @media (max-width: 991.98px) {
    .modal-content__image {
      display: none; } }

.modal-content__body {
  background-color: #1d1d1d;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 100px; }
  @media (max-width: 1200.98px) {
    .modal-content__body {
      padding: 100px 30px 30px; } }

.modal-content__title {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff; }
  @media (max-width: 1400.98px) {
    .modal-content__title {
      font-size: 38px; } }

.modal-content__subtitle {
  font-size: 27px;
  font-weight: 300;
  color: #6a98d0;
  margin-top: 20px; }
  @media (max-width: 1400.98px) {
    .modal-content__subtitle {
      font-size: 20px; } }

.modal-content__desc {
  font-size: 22px;
  line-height: calc(34 / 24);
  font-weight: 300;
  color: #ffffff;
  margin-top: 30px;
  max-height: 595px;
  overflow: auto; }
  @media (max-width: 1400.98px) {
    .modal-content__desc {
      font-size: 18px; } }

.modal-content__close {
  position: absolute;
  top: 30px;
  right: 100px;
  background-color: transparent;
  width: 65px;
  height: 65px;
  transform: rotate(45deg); }
  @media (max-width: 675.98px) {
    .modal-content__close {
      right: 30px;
      width: 50px;
      height: 50px; } }
  .modal-content__close img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease; }
    .modal-content__close img:hover {
      filter: invert(40%); }

.getintouch {
  margin: 200px 0; }
  @media (max-width: 1050.98px) {
    .getintouch {
      margin-bottom: 300px; } }
  @media (max-width: 575.98px) {
    .getintouch {
      margin-top: 100px; } }
  .getintouch .holder.active:before{
    background-image: url("../img/line-our-expertise-get-in-touch-anim-01-1.gif");
  }
  .getintouch .holder:before {
    content: '';
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -140px;
    left: 0;
    width: 45%;
    height: 100px; }
    @media (max-width: 1050px) {
      .getintouch .holder:before {
        background-position: left;
        width: 95%; } }
    @media (max-width: 575.98px) {
      .getintouch .holder:before {
        top: -100px; } }
  .getintouch__wrap {
    max-width: 1275px;
    margin: auto;
    background-color: #6a98d0;
    position: relative; }
    @media (max-width: 991.98px) {
      .getintouch__wrap {
        display: flex;
        flex-direction: column; } }
  .getintouch__content {
    width: 47%;
    padding: 30px 0px 30px 100px; }
    @media (max-width: 1200.98px) {
      .getintouch__content {
        width: 40%;
        padding: 30px 0 30px 50px; } }
    @media (max-width: 1050.98px) {
      .getintouch__content {
        width: 100%;
        padding: 30px 30px 250px 30px; } }
    @media (max-width: 400.98px) {
      .getintouch__content {
        padding-bottom: 170px; } }
    .getintouch__content .title {
      color: #fff; }
      .getintouch__content .title:before {
        background-image: url("../img/title-icon_git.png"); }
  .getintouch__form {
    display: flex;
    flex-direction: column;
    margin-top: 50px; }
  .getintouch__input {
    background-color: transparent;
    color: #fff;
    border-bottom: 5px solid #fff;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px; }
    .getintouch__input::-moz-placeholder {
      color: #fff;
      opacity: 0.5; }
    .getintouch__input:-ms-input-placeholder {
      color: #fff;
      opacity: 0.5; }
    .getintouch__input::placeholder {
      color: #fff;
      opacity: 0.5; }
  .getintouch__textarea {
    background-color: transparent;
    color: #fff;
    border-bottom: 5px solid #fff;
    min-height: 50px;
    max-height: 200px;
    height: 50px;
    font-size: 18px;
    line-height: calc(24 / 18);
    font-weight: 300;
    padding: 10px 15px;
    resize: vertical; }
    .getintouch__textarea::-moz-placeholder {
      color: #fff;
      opacity: 0.5; }
    .getintouch__textarea:-ms-input-placeholder {
      color: #fff;
      opacity: 0.5; }
    .getintouch__textarea::placeholder {
      color: #fff;
      opacity: 0.5; }
  .getintouch__label {
    display: flex;
    align-items: flex-start;
    font-weight: 300;
    margin-top: 30px;
    color: #ffffff;
    cursor: pointer; }
    .getintouch__label input {
      cursor: pointer;
      margin-top: 5px; }
    .getintouch__label p {
      font-size: 16px;
      line-height: calc(22 / 16);
      padding-left: 10px; }
  .getintouch__btn {
    margin-top: 30px;
    background-color: #fff;
    width: 200px;
    height: 55px;
    color: #014389;
    font-weight: 300;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #fff; }
    .getintouch__btn:hover {
      background-color: #6a98d0;
      color: #fff; }
  .getintouch__desc {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    line-height: calc(22 / 14);
    font-weight: 300; }
  .getintouch__link {
    color: #fff;
    text-decoration: underline; }
  .getintouch__image {
    width: 700px;
    height: 700px;
    position: absolute;
    top: -70px;
    right: -130px; }
    @media (max-width: 1540.98px) {
      .getintouch__image {
        width: 560px;
        height: 560px;
        right: 0; } }
    @media (max-width: 1050.98px) {
      .getintouch__image {
        top: 76%;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        height: 350px; } }
    @media (max-width: 400.98px) {
      .getintouch__image {
        top: 82%;
        width: 300px;
        height: 300px; } }
    .getintouch__image img {
      width: 100%;
      height: 100%; }
  .getintouch__arrow-up {
    position: absolute;
    bottom: -120px;
    left: 0;
    transform: rotate(180deg);
    width: 60px;
    height: 60px; }
    @media (max-width: 1280.98px) {
      .getintouch__arrow-up {
        transform: translateX(-50%) rotate(180deg);
        left: 50%; } }
    @media (max-width: 1050.98px) {
      .getintouch__arrow-up {
        bottom: -230px; } }
    .getintouch__arrow-up img {
      width: 100%;
      -webkit-animation: updown 2s ease infinite;
              animation: updown 2s ease infinite;
      height: 100%; }

.footer {
  padding: 30px 0;
  background-color: #1d1d1d; }
  .footer .row {
    align-items: center; }
    @media (max-width: 1200.98px) {
      .footer .row {
        flex-direction: column;
        margin-top: -30px; }
        .footer .row > [class*='col'] {
          margin-top: 30px; } }
  .footer__item {
    display: flex;
    align-items: center; }
    @media (max-width: 1200.98px) {
      .footer__item {
        justify-content: center; } }
  @media (max-width: 1200.98px) {
    .footer__item.justify-content-center {
      flex-direction: column; } }
  .footer__desc {
    font-size: 18px;
    line-height: calc(22 / 18);
    font-weight: 300;
    color: #ffffff; }
  .footer__adress {
    position: relative;
    font-size: 16px;
    line-height: calc(22 / 16);
    font-weight: 300;
    color: #ffffff;
    padding-right: 15px; }
    @media (max-width: 1200.98px) {
      .footer__adress {
        padding-right: 0;
        text-align: center; } }
    .footer__adress:before {
      content: '|';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 10px; }
      @media (max-width: 1200.98px) {
        .footer__adress:before {
          content: none; } }
  .footer__link {
    color: #6a98d0;
    font-size: 16px;
    line-height: calc(22 / 16);
    font-weight: 300;
    padding-left: 15px; }
    @media (max-width: 1200.98px) {
      .footer__link {
        margin-top: 5px; } }
    .footer__link:hover {
      text-decoration: underline; }
  .footer__logo {
    display: block;
    max-width: 160px;
    height: 110px;
    margin-left: auto; }
    @media (max-width: 1200.98px) {
      .footer__logo {
        margin: auto; } }
    .footer__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .footer__text {
    font-size: 16px;
    font-weight: 300;
    color: #747474; }
    @media (max-width: 1200.98px) {
      .footer__text {
        text-align: center; } }
  .footer-socials {
    margin-left: 30px;
    display: flex; }
    .footer-socials__icon {
      width: 25px;
      height: 26px; }
      .footer-socials__icon img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease; }
        .footer-socials__icon img:hover {
          filter: invert(40%); }
    .footer-socials__icon + .footer-socials__icon {
      margin-left: 10px; }
  @media (max-width: 1200.98px) {
    .footer__order {
      order: -1; } }
