@import url(https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,400;0,600;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: 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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.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%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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%; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

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

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/PalatinoLinotype-Roman.eot");
  src: url("../fonts/PalatinoLinotype-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/PalatinoLinotype-Roman.woff2") format("woff2"), url("../fonts/PalatinoLinotype-Roman.woff") format("woff"), url("../fonts/PalatinoLinotype-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Palatino Linotype';
  src: url("../fonts/subset-PalatinoLinotype-Bold.eot");
  src: url("../fonts/subset-PalatinoLinotype-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-PalatinoLinotype-Bold.woff2") format("woff2"), url("../fonts/subset-PalatinoLinotype-Bold.woff") format("woff"), url("../fonts/subset-PalatinoLinotype-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  html.disable-scroll {
    overflow: hidden; }
    html.disable-scroll body {
      overflow: hidden; }

body {
  font-family: 'Palatino Linotype', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.72;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0; }
  @media (max-width: 1599px) {
    body {
      font-size: 1.6rem; } }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input, textarea, select {
  border-radius: 0; }

input {
  line-height: normal; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

::-moz-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

::-ms-input-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  outline: 0; }
  a:active {
    outline: 0; }
  a:hover {
    text-decoration: none;
    outline: 0; }
  a:focus {
    text-decoration: none;
    outline: 0; }

.outline {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  *clip: rect(0 0 0 0);
  font-size: 0;
  line-height: 0; }

.container {
  max-width: 1530px;
  width: 100%; }
  @media (max-width: 1599px) {
    .container {
      max-width: 1280px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt", sans-serif; }

.heading-small {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (max-width: 1599px) {
    .heading-small {
      font-size: 3.2rem; } }
  @media (max-width: 767.98px) {
    .heading-small {
      font-size: 2.8rem;
      line-height: 1.2; } }
  @media (max-width: 575.98px) {
    .heading-small {
      font-size: 2.4rem; } }
  .heading-small strong {
    font-weight: 700; }
  .heading-small small {
    font-size: 2.4rem; }
    @media (max-width: 1599px) {
      .heading-small small {
        font-size: 2.2rem; } }
    @media (max-width: 575.98px) {
      .heading-small small {
        font-size: 1.8rem; } }

.heading-page {
  font-size: 11rem;
  line-height: 1;
  color: rgba(183, 218, 237, 0.34);
  text-transform: uppercase;
  letter-spacing: 0.075em; }
  @media (max-width: 1599px) {
    .heading-page {
      font-size: 9rem; } }
  @media (max-width: 767.98px) {
    .heading-page {
      font-size: 6rem; } }
  @media (max-width: 575.98px) {
    .heading-page {
      font-size: 3.8rem; } }
  @media (max-width: 991.98px) {
    .heading-page--long {
      font-size: 7rem; } }
  @media (max-width: 767.98px) {
    .heading-page--long {
      font-size: 5.5rem; } }
  @media (max-width: 575.98px) {
    .heading-page--long {
      font-size: 3.5rem; } }
  @media (max-width: 359px) {
    .heading-page--long {
      font-size: 3rem; } }

.heading-section {
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 1599px) {
    .heading-section {
      font-size: 2.5rem; } }
  @media (max-width: 991.98px) {
    .heading-section {
      font-size: 2.4rem; } }
  @media (max-width: 575.98px) {
    .heading-section {
      font-size: 2.2rem; } }
  .heading-section strong {
    font-weight: 600; }
  .heading-section--with-line {
    display: inline-block; }
    @media (max-width: 1199.98px) {
      .heading-section--with-line {
        display: block;
        padding-bottom: 35px; } }
    .heading-section--with-line:before {
      background: #000;
      width: 70px;
      height: 5px;
      display: inline-block;
      content: "";
      position: relative;
      top: -8px;
      left: 0;
      margin-right: 30px; }
      @media (max-width: 1599px) {
        .heading-section--with-line:before {
          top: -7px;
          margin-right: 20px; } }
      @media (max-width: 1199.98px) {
        .heading-section--with-line:before {
          position: absolute;
          top: auto;
          bottom: 0;
          margin-right: 0; } }

.heading-large {
  font-size: 5.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (max-width: 1599px) {
    .heading-large {
      font-size: 4.6rem; } }
  @media (max-width: 1199.98px) {
    .heading-large {
      font-size: 4rem; } }
  @media (max-width: 991.98px) {
    .heading-large {
      font-size: 3.2rem; } }
  @media (max-width: 575.98px) {
    .heading-large {
      font-size: 3rem; } }

.heading-box-medium {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2; }
  @media (max-width: 1599px) {
    .heading-box-medium {
      font-size: 1.6rem; } }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@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 {
  scroll-snap-type: x mandatory; }

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

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

.swiper-button-prev,
.swiper-button-next {
  width: 43px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .swiper-button-prev,
    .swiper-button-next {
      transition: none; } }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 43px;
    height: 14px; }
  .swiper-button-prev:hover, .swiper-button-prev:focus, .swiper-button-prev:active,
  .swiper-button-next:hover,
  .swiper-button-next:focus,
  .swiper-button-next:active {
    outline: none; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    transform: translateY(-50%) translateX(5px); }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15px;
  right: auto;
  transform: rotate(180deg) translateY(-50%); }
  .swiper-button-prev:hover,
  .swiper-container-rtl .swiper-button-next:hover {
    transform: rotate(180deg) translateY(-50%) translateX(5px); }

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

.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;
  right: 0;
  left: 0;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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 {
  background: #c9c9c9;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  margin: 0 11px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .swiper-pagination-bullet {
      transition: none; } }
  .swiper-pagination-bullet:hover, .swiper-pagination-bullet:active, .swiper-pagination-bullet:focus {
    outline: none; }
  .swiper-pagination-bullet:hover {
    background: #000; }

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 {
  background: #000; }

.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%;
  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%;
  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; }

@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;
  -webkit-filter: blur(50px);
  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; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.btn-right {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  margin-right: 40px; }
  @media (max-width: 1599px) {
    .btn-right {
      font-size: 1.5rem; } }
  .btn-right:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZwogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmlld0JveD0iMCAwIDI5OC42MTczNCA5OS4wNjE4NjciCiAgIGhlaWdodD0iOTkuMDYxODY3IgogICB3aWR0aD0iMjk4LjYxNzM0IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgoKICAgdmVyc2lvbj0iMS4xIj48ZGVmcwogICAgID48Y2xpcFBhdGgKCiAgICAgICBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGgKCiAgICAgICAgIGQ9Ik0gMCw3NC4yOTYgSCAyMjMuOTYzIFYgMCBIIDAgWiIgLz48L2NsaXBQYXRoPjwvZGVmcz48ZwogICAgIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMzMywwLDAsLTEuMzMzMzMzMywwLDk5LjA2MTg2NykiCiAgICAgPjxnCiAgICAgID48ZwogICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxOCkiCiAgICAgICAgID48ZwogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNSwzNy4xNDg0KSIKICAgICAgICAgID48cGF0aAoKICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgICAgICAgICAgZD0iTSAwLDAgSCAyMTguOTYzIiAvPjwvZz48ZwogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4Ni4yNjY2LDcxLjc5NjQpIgogICAgICAgICAgPjxwYXRoCgogICAgICAgICAgICAgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6NTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICAgICAgICBkPSJNIDAsMCAzNC42NDksLTM0LjY0OCAwLC02OS4yOTYiIC8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 8px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    transition: all 0.2s ease; }
  .btn-right:before {
    background: #000;
    width: 0;
    height: 2px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease; }
  .btn-right:hover:before {
    width: 100%; }
  .btn-right:hover:after {
    right: -45px; }

.btn-border {
  background: none;
  min-width: 220px;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  border: 2px #000 solid;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.2s ease; }
  @media (max-width: 1599px) {
    .btn-border {
      min-width: 210px;
      font-size: 1.5rem; } }
  .btn-border:hover {
    background: #000;
    color: #fff; }

.btn-blue-right {
  background: #b7daed;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 14px 55px 14px 25px; }
  .btn-blue-right svg {
    width: 25px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    transition: all 0.2s ease; }
  .btn-blue-right:hover svg {
    right: 17px; }

.input-white {
  background: #fff;
  height: 45px;
  padding: 0 18px;
  border: 2px transparent solid; }

.input-border {
  height: 48px;
  border: 2px rgba(183, 218, 237, 0.74) solid;
  padding: 0 20px; }

.textarea-border {
  height: 220px;
  padding: 12px 20px;
  resize: none;
  border: 2px rgba(183, 218, 237, 0.74) solid; }
  @media (max-width: 1199.98px) {
    .textarea-border {
      padding: 12px 15px; } }

.input-white,
.input-border,
.textarea-border {
  width: 100%;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  display: block;
  transition: all 0.2s ease; }
  .input-white:hover, .input-white:active, .input-white:focus,
  .input-border:hover,
  .input-border:active,
  .input-border:focus,
  .textarea-border:hover,
  .textarea-border:active,
  .textarea-border:focus {
    border-color: #b7daed; }

@media (max-width: 1199.98px) {
  .input-white,
  .input-border {
    padding: 0 15px; } }

.checkbox-white,
.checkbox-primary {
  position: relative; }
  .checkbox-white input,
  .checkbox-primary input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
    .checkbox-white input:checked + label:after,
    .checkbox-primary input:checked + label:after {
      opacity: 1; }
  .checkbox-white label,
  .checkbox-primary label {
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.01em;
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer; }
    @media (max-width: 1599px) {
      .checkbox-white label,
      .checkbox-primary label {
        font-size: 1.1rem;
        line-height: 16px; } }
    @media (max-width: 1199.98px) {
      .checkbox-white label,
      .checkbox-primary label {
        padding-left: 30px; } }
    .checkbox-white label:before, .checkbox-white label:after,
    .checkbox-primary label:before,
    .checkbox-primary label:after {
      display: block;
      content: "";
      position: absolute;
      transition: all 0.2s ease; }
    .checkbox-white label:before,
    .checkbox-primary label:before {
      background: #fff;
      width: 18px;
      height: 18px;
      top: 0;
      left: 0; }
    .checkbox-white label:after,
    .checkbox-primary label:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQxN3B0IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB3aWR0aD0iNDE3cHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE1OS45ODgyODEgMzE4LjU4MjAzMWMtMy45ODgyODEgNC4wMTE3MTktOS40Mjk2ODcgNi4yNS0xNS4wODIwMzEgNi4yNXMtMTEuMDkzNzUtMi4yMzgyODEtMTUuMDgyMDMxLTYuMjVsLTEyMC40NDkyMTktMTIwLjQ2ODc1Yy0xMi41LTEyLjUtMTIuNS0zMi43Njk1MzEgMC00NS4yNDYwOTNsMTUuMDgyMDMxLTE1LjA4NTkzOGMxMi41MDM5MDctMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBsNzUuMTk5MjE5IDc1LjIwMzEyNSAyMDMuMTk5MjE5LTIwMy4yMDMxMjVjMTIuNTAzOTA2LTEyLjUgMzIuNzY5NTMxLTEyLjUgNDUuMjUgMGwxNS4wODIwMzEgMTUuMDg1OTM4YzEyLjUgMTIuNSAxMi41IDMyLjc2NTYyNCAwIDQ1LjI0NjA5M3ptMCAwIi8+PC9zdmc+);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 10px;
      height: 10px;
      top: 4px;
      left: 4px;
      transition: all 0.2s ease;
      opacity: 0; }
    .checkbox-white label a,
    .checkbox-primary label a {
      text-decoration: underline;
      color: #000; }
  .checkbox-white p.error,
  .checkbox-primary p.error {
    position: absolute;
    top: -22px;
    left: 35px;
    margin: 0; }
    @media (max-width: 1599px) {
      .checkbox-white p.error,
      .checkbox-primary p.error {
        top: -19px; } }
    @media (max-width: 1199.98px) {
      .checkbox-white p.error,
      .checkbox-primary p.error {
        left: 30px; } }
    @media (max-width: 767.98px) {
      .checkbox-white p.error,
      .checkbox-primary p.error {
        position: relative;
        top: auto; } }
  .checkbox-white .more,
  .checkbox-primary .more {
    cursor: pointer;
    text-decoration: underline; }
    .checkbox-white .more-content,
    .checkbox-primary .more-content {
      display: none; }
  .checkbox-white.error p.error,
  .checkbox-primary.error p.error {
    display: block; }
  .checkbox-white.error label:before,
  .checkbox-primary.error label:before {
    border-color: rgba(255, 0, 0, 0.74); }

.checkbox-white label:before {
  border: 2px transparent solid; }

.checkbox-primary label {
  color: #777777; }
  .checkbox-primary label:before {
    border: 2px #d9e8e3 solid; }

p.error {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #ff0000;
  margin-top: 5px;
  display: none; }
  @media (max-width: 1599px) {
    p.error {
      font-size: 1.1rem; } }

.input-field.error p.error {
  display: block; }

main {
  margin-top: 112px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1599px) {
    main {
      margin-top: 99px; } }
  @media (max-width: 1199.98px) {
    main {
      margin-top: 65px; } }

.object-fit {
  position: relative; }
  .object-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .object-fit .background-settings {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.header-primary {
  width: 100%;
  padding: 35px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.2s ease; }
  @media (max-width: 1599px) {
    .header-primary {
      padding: 30px 0; } }
  @media (max-width: 1199.98px) {
    .header-primary {
      padding: 15px 0; } }
  @media (max-width: 1199.98px) {
    .header-primary:before {
      background: #fff;
      width: 100%;
      position: absolute;
      top: 0;
      right: -100%;
      bottom: 0;
      display: block;
      content: "";
      transition: all 0.2s ease; } }
  .header-primary .container {
    position: relative; }
  .header-primary .row {
    align-items: center; }
  .header-primary .col-xl-8 {
    position: static; }
  .header-primary__logo {
    font-size: 0; }
    @media (max-width: 1199.98px) {
      .header-primary__logo {
        transition: all 0.2s ease; } }
    .header-primary__logo a {
      display: inline-block; }
    .header-primary__logo img {
      display: block; }
      @media (max-width: 1599px) {
        .header-primary__logo img {
          max-width: 165px; } }
      @media (max-width: 1199.98px) {
        .header-primary__logo img {
          max-width: 155px; } }
  @media (max-width: 1199.98px) {
    .header-primary .hamburger:before {
      background: #fff;
      width: 57px;
      height: 65px;
      display: block;
      content: "";
      position: fixed;
      top: -21px;
      right: -15px; } }
  .header-primary__nav {
    margin: 0 0 0 30px;
    transition: all 0.2s ease; }
    @media (max-width: 1199.98px) {
      .header-primary__nav {
        background: #fff;
        width: 100%;
        position: fixed;
        top: 65px;
        right: -100%;
        bottom: 0;
        overflow-y: auto;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
    @media (max-width: 1199.98px) {
      .header-primary__nav nav {
        width: 100%;
        padding: 30px 0; } }
    .header-primary__nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 1199.98px) {
        .header-primary__nav ul {
          display: block; } }
      .header-primary__nav ul > li > a {
        font-family: "Prompt", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 6px 16px;
        display: block; }
        @media (max-width: 1279px) {
          .header-primary__nav ul > li > a {
            padding: 6px 10px; } }
        @media (max-width: 1199.98px) {
          .header-primary__nav ul > li > a {
            padding: 10px 15px;
            font-size: 1.8rem;
            position: relative; } }
        @media (min-width: 1200px) {
          .header-primary__nav ul > li > a:hover {
            background: #e8f3f9; } }
      @media (min-width: 1200px) {
        .header-primary__nav ul .menu-item-has-children:hover > a {
          background: #e8f3f9; } }
      @media (max-width: 1199.98px) {
        .header-primary__nav ul .menu-item-has-children.active > a {
          background: #e8f3f9; } }
      .header-primary__nav ul .menu-item-has-children.active .show-sub-nav-mobile:after {
        opacity: 0; }
    @media (max-width: 1199.98px) {
      .header-primary__nav--fix-nav {
        align-items: flex-start; } }
  @media (max-width: 1199.98px) {
    .header-primary .show-sub-nav-mobile {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 0; }
      .header-primary .show-sub-nav-mobile:before, .header-primary .show-sub-nav-mobile:after {
        background: #000;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 4px;
        left: 0;
        transform: translateY(-50%);
        margin: 0 auto;
        transition: all 0.2s ease; }
      .header-primary .show-sub-nav-mobile:before {
        width: 21px;
        height: 1px; }
      .header-primary .show-sub-nav-mobile:after {
        width: 1px;
        height: 21px; } }
  .header-primary .sub-nav {
    position: absolute;
    top: 37px;
    right: 15px;
    left: 15px;
    z-index: 99;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    padding-top: 23px; }
    @media (min-width: 1200px) {
      .header-primary .sub-nav {
        transition: all 0.2s ease; } }
    @media (max-width: 1599px) {
      .header-primary .sub-nav {
        padding-top: 18px; } }
    @media (max-width: 1199.98px) {
      .header-primary .sub-nav {
        position: relative;
        visibility: visible;
        opacity: 1;
        padding: 0;
        top: auto;
        right: auto;
        left: auto;
        pointer-events: auto;
        display: none; } }
    .header-primary .sub-nav__content {
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      box-shadow: 0 5px 10px rgba(29, 29, 28, 0.16); }
      @media (max-width: 1199.98px) {
        .header-primary .sub-nav__content {
          box-shadow: none; } }
    .header-primary .sub-nav__item {
      width: 33.3333%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 45px 0 45px 80px; }
      @media (max-width: 1599px) {
        .header-primary .sub-nav__item {
          padding: 30px 0 30px 35px; } }
      @media (max-width: 1279px) {
        .header-primary .sub-nav__item {
          padding-left: 30px; } }
      @media (max-width: 1199.98px) {
        .header-primary .sub-nav__item {
          width: 100%;
          padding: 15px; } }
      .header-primary .sub-nav__item:hover {
        background: #e7f2f8; }
    .header-primary .sub-nav__image {
      width: 84px;
      height: 84px; }
      @media (max-width: 1279px) {
        .header-primary .sub-nav__image {
          width: 70px;
          height: 70px; } }
      @media (max-width: 1199.98px) {
        .header-primary .sub-nav__image {
          width: 84px;
          height: 84px; } }
    .header-primary .sub-nav__text {
      width: calc(100% - 84px);
      padding-left: 35px;
      margin-top: -2px; }
      @media (max-width: 1599px) {
        .header-primary .sub-nav__text {
          padding-left: 25px; } }
      @media (max-width: 1199.98px) {
        .header-primary .sub-nav__text {
          padding-left: 15px; } }
      .header-primary .sub-nav__text .heading {
        font-family: "Prompt", sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.075em;
        line-height: 1.4; }
        @media (max-width: 1599px) {
          .header-primary .sub-nav__text .heading {
            font-size: 1.3rem; } }
        @media (max-width: 1279px) {
          .header-primary .sub-nav__text .heading {
            font-size: 1.25rem; } }
      .header-primary .sub-nav__text .text {
        font-size: 1.6rem;
        line-height: 1.4;
        margin-top: 10px; }
        @media (max-width: 1279px) {
          .header-primary .sub-nav__text .text {
            font-size: 1.4rem; } }
        @media (max-width: 1199.98px) {
          .header-primary .sub-nav__text .text {
            margin-top: 8px; } }
    .header-primary .sub-nav.active {
      pointer-events: auto;
      visibility: visible;
      opacity: 1; }
  .header-primary--is-scroll {
    background: #fff;
    box-shadow: 0 5px 10px rgba(29, 29, 28, 0.08);
    padding: 15px 0; }
    @media (max-width: 1199.98px) {
      .header-primary--is-scroll {
        background: none;
        box-shadow: none; } }
    @media (max-width: 1199.98px) {
      .header-primary--is-scroll .header-primary__logo {
        opacity: 0;
        transition: none; } }
    .header-primary--is-scroll .sub-nav {
      padding-top: 15px; }
      @media (max-width: 1599px) {
        .header-primary--is-scroll .sub-nav {
          padding-top: 12px; } }
    @media (max-width: 1199.98px) {
      .header-primary--is-scroll .hamburger {
        pointer-events: auto; } }
  @media (max-width: 1199.98px) {
    .header-primary--nav-is-open:before {
      right: 0; } }
  @media (max-width: 1199.98px) {
    .header-primary--nav-is-open .header-primary__logo {
      opacity: 1;
      visibility: visible;
      transition: all 0.2s ease; } }
  .header-primary--nav-is-open .header-primary__nav {
    right: 0; }

.hamburger {
  width: 25px;
  height: 22px;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: none; }
  @media (max-width: 1199.98px) {
    .hamburger {
      display: block; } }
  .hamburger .menu-bar {
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    display: block;
    transition: all 0.2s ease; }
  .hamburger .menu-bar-top {
    top: 0px; }
  .hamburger .menu-bar-middle {
    top: 9px; }
  .hamburger .menu-bar-bottom {
    top: 18px; }

.nav-mobile-open .menu-bar-top {
  transform: rotate(45deg) translate(7px, 7px); }

.nav-mobile-open .menu-bar-middle {
  opacity: 0; }

.nav-mobile-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(6px, -6px); }

.footer-primary {
  margin-top: 60px;
  padding-bottom: 20px; }
  @media (max-width: 1199.98px) {
    .footer-primary {
      margin-top: 50px; } }
  .footer-primary__logo {
    font-size: 0; }
    @media (max-width: 1199.98px) {
      .footer-primary__logo {
        text-align: center; } }
    .footer-primary__logo a {
      display: inline-block; }
    .footer-primary__logo img {
      display: block; }
      @media (max-width: 1599px) {
        .footer-primary__logo img {
          max-width: 165px; } }
      @media (max-width: 1199.98px) {
        .footer-primary__logo img {
          max-width: 155px;
          margin: 0 auto; } }
  .footer-primary__nav {
    margin-top: 5px;
    margin-left: 30px; }
    @media (max-width: 1199.98px) {
      .footer-primary__nav {
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 0; } }
    .footer-primary__nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .footer-primary__nav ul {
          display: block; } }
    .footer-primary__nav li {
      margin-right: 32px; }
      @media (max-width: 1279px) {
        .footer-primary__nav li {
          margin-right: 20px; } }
      @media (max-width: 991.98px) {
        .footer-primary__nav li {
          text-align: center;
          margin-top: 5px; } }
      @media (max-width: 991.98px) {
        .footer-primary__nav li:first-child {
          margin-top: 0; } }
    .footer-primary__nav a {
      font-family: "Prompt", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      display: block;
      position: relative; }
      @media (max-width: 991.98px) {
        .footer-primary__nav a {
          font-size: 1.8rem;
          display: inline-block; } }
      @media (min-width: 992px) {
        .footer-primary__nav a:before {
          background: #000;
          width: 0;
          height: 2px;
          display: block;
          content: "";
          position: absolute;
          bottom: 2px;
          left: 0;
          transition: all 0.2s ease; } }
      .footer-primary__nav a:last-child {
        margin-right: 0; }
      @media (min-width: 992px) {
        .footer-primary__nav a:hover:before {
          width: 100%; } }
  .footer-primary__stu {
    position: absolute;
    top: -5px;
    right: -95px; }
    @media (max-width: 1800px) {
      .footer-primary__stu {
        right: 15px; } }
    @media (max-width: 1599px) {
      .footer-primary__stu {
        top: -3px; } }
    @media (max-width: 1199.98px) {
      .footer-primary__stu {
        top: -49px; } }
    .footer-primary__stu a {
      width: 48px;
      height: 48px;
      display: block;
      border-radius: 50%;
      border: 2px #d2d2d2 solid;
      position: relative; }
      @media (max-width: 1599px) {
        .footer-primary__stu a {
          width: 42px;
          height: 42px; } }
      .footer-primary__stu a svg {
        width: 25px;
        height: 14px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        left: 1px;
        margin: 0 auto;
        transform: rotate(-90deg) translateX(7px); }
        @media (max-width: 1599px) {
          .footer-primary__stu a svg {
            width: 18px;
            height: 11px;
            left: 0; } }
      .footer-primary__stu a:hover {
        background: #d2d2d2; }
  .footer-primary .col-xl-4 {
    margin-top: 38px; }
    @media (max-width: 1199.98px) {
      .footer-primary .col-xl-4 {
        margin-top: 10px; } }
  @media (max-width: 1199.98px) {
    .footer-primary__copy {
      text-align: center; } }
  @media (max-width: 575.98px) {
    .footer-primary__copy {
      max-width: 240px;
      width: 100%;
      margin: 0 auto; } }
  .footer-primary__copy p {
    font-family: "Prompt", sans-serif;
    font-size: 1.2rem; }
  .footer-primary__links {
    margin-top: -8px; }
    @media (max-width: 1199.98px) {
      .footer-primary__links {
        margin-top: 0; } }
    .footer-primary__links ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    .footer-primary__links li {
      margin-right: 25px; }
      .footer-primary__links li:last-child {
        margin-right: 0; }
    .footer-primary__links a {
      font-family: "Prompt", sans-serif;
      font-size: 1.2rem; }
      .footer-primary__links a:hover {
        text-decoration: underline; }
  .footer-primary__realization {
    text-align: right; }
    @media (max-width: 1199.98px) {
      .footer-primary__realization {
        text-align: center; } }
    .footer-primary__realization a {
      display: inline-block; }
      .footer-primary__realization a:hover {
        text-decoration: underline; }
    .footer-primary__realization p {
      font-family: "Prompt", sans-serif;
      font-size: 1.2rem; }
    .footer-primary__realization img {
      width: 44px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-left: 12px; }

.b-select-dropdown {
  width: 275px;
  position: relative; }
  @media (max-width: 1599px) {
    .b-select-dropdown {
      width: 260px; } }
  @media (max-width: 1279px) {
    .b-select-dropdown {
      width: 240px; } }
  @media (max-width: 767.98px) {
    .b-select-dropdown {
      width: 100%; } }
  .b-select-dropdown__input {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    border: 2px rgba(183, 218, 237, 0.74) solid;
    font-family: "Prompt", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 45px 0 20px;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease; }
    @media (max-width: 1199.98px) {
      .b-select-dropdown__input {
        padding-left: 15px; } }
    .b-select-dropdown__input:after {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2aWV3Qm94PSIwIDAgNTYuODY1MiAxMDMuMDYxODciICAgaGVpZ2h0PSIxMDMuMDYxODciICAgd2lkdGg9IjU2Ljg2NTIiICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgICBpZD0ic3ZnMiIgICB2ZXJzaW9uPSIxLjEiPjxkZWZzICAgICBpZD0iZGVmczYiPjxjbGlwUGF0aCAgICAgICBpZD0iY2xpcFBhdGgxOCIgICAgICAgY2xpcFBhdGhVbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoICAgICAgICAgaWQ9InBhdGgxNiIgICAgICAgICBkPSJNIDAsNzcuMjk2IEggNDIuNjQ5IFYgMCBIIDAgWiIgLz48L2NsaXBQYXRoPjwvZGVmcz48ZyAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMzMzLDAsMCwtMS4zMzMzMzMzLDAsMTAzLjA2MTg3KSIgICAgIGlkPSJnMTAiPjxnICAgICAgIGlkPSJnMTIiPjxnICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTgpIiAgICAgICAgIGlkPSJnMTQiPjxnICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LDczLjI5NjQpIiAgICAgICAgICAgaWQ9ImcyMCI+PHBhdGggICAgICAgICAgICAgaWQ9InBhdGgyMiIgICAgICAgICAgICAgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzFkMWQxYjtzdHJva2Utd2lkdGg6ODtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiICAgICAgICAgICAgIGQ9Ik0gMCwwIDM0LjY0OSwtMzQuNjQ4IDAsLTY5LjI5NiIgLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 6px;
      height: 10px;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%) rotate(90deg);
      transition: all 0.2s ease; }
      @media (max-width: 1199.98px) {
        .b-select-dropdown__input:after {
          right: 15px; } }
    .b-select-dropdown__input:hover {
      border-color: #b7daed; }
  .b-select-dropdown__dropdown {
    background: #fff;
    width: 100%;
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 5px 18px rgba(29, 29, 28, 0.15); }
    .b-select-dropdown__dropdown-list ul {
      margin: 13px 0; }
    .b-select-dropdown__dropdown-list li {
      display: flex;
      align-items: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 1.2rem;
      letter-spacing: 0.01em;
      line-height: 1.3;
      cursor: pointer;
      padding: 3px 17px 3px 20px; }
      @media (max-width: 1599px) {
        .b-select-dropdown__dropdown-list li {
          padding-right: 12px;
          padding-left: 20px; } }
      @media (max-width: 1199.98px) {
        .b-select-dropdown__dropdown-list li {
          padding-left: 15px; } }
      .b-select-dropdown__dropdown-list li:hover {
        font-weight: 600; }
  .b-select-dropdown__value input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .b-select-dropdown--active .b-select-dropdown__input:after {
    transform: translateY(-50%) rotate(270deg); }
  .b-select-dropdown--blue .b-select-dropdown__dropdown {
    background: #e8f3f9; }
    .b-select-dropdown--blue .b-select-dropdown__dropdown-list li {
      margin-top: 24px; }
      .b-select-dropdown--blue .b-select-dropdown__dropdown-list li:first-child {
        margin-top: 0; }

.b-cookies {
  display: none;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 1199.98px) {
    .b-cookies .container {
      padding: 0; } }
  .b-cookies__content {
    background: #e8f3f9;
    max-width: 505px;
    width: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
    pointer-events: auto; }
    @media (max-width: 575.98px) {
      .b-cookies__content {
        max-width: 100%; } }
  .b-cookies p.b-cookies__heading {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0; }
  .b-cookies p {
    font-family: "Prompt", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin-top: 10px; }
    @media (max-width: 1199.98px) {
      .b-cookies p {
        margin-top: 5px; } }
  .b-cookies__btn {
    background: #b7daed;
    width: 20px;
    height: 20px;
    font-family: "Prompt", sans-serif;
    font-size: 1.2rem;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: none;
    transition: all 0.2s ease; }
    .b-cookies__btn:hover {
      background: #000;
      color: #fff; }

.b-heading-box .heading-section {
  padding-left: 110px; }
  @media (max-width: 1599px) {
    .b-heading-box .heading-section {
      padding-left: 95px; } }
  @media (max-width: 1199.98px) {
    .b-heading-box .heading-section {
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .b-heading-box .heading-section:before {
      position: absolute;
      top: 16px;
      left: 0; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .b-heading-box .heading-section:before {
      top: 13px; } }

.b-heading-box p {
  max-width: 1060px;
  width: 100%;
  display: block;
  margin-top: 40px;
  margin-left: 110px;
  line-height: 2; }
  @media (max-width: 1599px) {
    .b-heading-box p {
      max-width: 940px;
      margin-top: 30px;
      margin-left: 95px; } }
  @media (max-width: 1199.98px) {
    .b-heading-box p {
      max-width: 100%;
      margin-left: 0; } }

.b-image-more {
  height: 660px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1599px) {
    .b-image-more {
      height: 520px; } }
  @media (max-width: 1199.98px) {
    .b-image-more {
      height: 430px; } }
  .b-image-more__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .b-image-more__text {
    background: #e8f3f9;
    min-height: 270px;
    position: absolute;
    right: 45px;
    bottom: 45px;
    left: 45px;
    z-index: 2;
    padding: 40px 40px 40px 45px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (max-width: 1599px) {
      .b-image-more__text {
        min-height: 230px;
        padding: 30px 30px 30px 35px;
        right: 30px;
        bottom: 30px;
        left: 30px; } }
    @media (max-width: 1199.98px) {
      .b-image-more__text {
        min-height: 205px;
        padding: 20px 15px 15px 15px;
        right: 15px;
        bottom: 15px;
        left: 15px; } }
    @media (max-width: 991.98px) {
      .b-image-more__text {
        min-height: 0; } }
    .b-image-more__text .heading-section {
      margin-bottom: 25px; }
      @media (max-width: 991.98px) {
        .b-image-more__text .heading-section {
          margin-bottom: 20px; } }
    .b-image-more__text .btn-border {
      max-width: 210px;
      margin-top: auto; }

.b-heading-section {
  text-align: center;
  position: relative;
  padding-top: 85px; }
  @media (max-width: 1599px) {
    .b-heading-section {
      padding-top: 70px; } }
  @media (max-width: 1199.98px) {
    .b-heading-section {
      padding-top: 60px; } }
  @media (max-width: 991.98px) {
    .b-heading-section {
      padding-top: 50px; } }
  @media (max-width: 575.98px) {
    .b-heading-section {
      padding-top: 36px; } }
  .b-heading-section .apla {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-size: 13.5rem;
    color: #b7daed;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.34;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 1599px) {
      .b-heading-section .apla {
        font-size: 11rem; } }
    @media (max-width: 1199.98px) {
      .b-heading-section .apla {
        font-size: 10rem; } }
    @media (max-width: 991.98px) {
      .b-heading-section .apla {
        font-size: 8rem; } }
    @media (max-width: 575.98px) {
      .b-heading-section .apla {
        font-size: 6rem; } }
  .b-heading-section .heading-large {
    position: relative;
    z-index: 2; }
  .b-heading-section .btn-border {
    min-width: 250px;
    margin-top: 80px; }
    @media (max-width: 1599px) {
      .b-heading-section .btn-border {
        margin-top: 60px; } }
    @media (max-width: 1199.98px) {
      .b-heading-section .btn-border {
        margin-top: 30px; } }

.b-tab__item {
  border-bottom: 1px #b5b5b4 solid;
  margin-bottom: -1px;
  position: relative;
  transition: all 0.2s ease; }
  .b-tab__item:after {
    border: 5px #b7daed solid;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 1; }
  @media (min-width: 1200px) {
    .b-tab__item:hover {
      border-color: transparent; }
      .b-tab__item:hover:after {
        opacity: 1; } }

.b-tab__header {
  min-height: 130px;
  position: relative;
  padding: 30px 105px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer; }
  @media (max-width: 1599px) {
    .b-tab__header {
      min-height: 120px;
      padding-right: 85px; } }
  @media (max-width: 1199.98px) {
    .b-tab__header {
      min-height: 100px;
      padding-right: 47px;
      padding-left: 0; } }
  .b-tab__header .heading-box-medium {
    text-transform: uppercase; }
  .b-tab__header-icon {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%); }
    @media (max-width: 1599px) {
      .b-tab__header-icon {
        right: 30px; } }
    @media (max-width: 1199.98px) {
      .b-tab__header-icon {
        width: 19px;
        height: 19px;
        right: 0; } }
    .b-tab__header-icon:before, .b-tab__header-icon:after {
      background: #b5b5b4;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: 0 auto;
      transform: translateY(-50%);
      transition: all 0.2s ease; }
    .b-tab__header-icon:before {
      width: 100%;
      height: 1px; }
    .b-tab__header-icon:after {
      width: 1px;
      height: 100%; }
  .b-tab__header--active .b-tab__header-icon:after {
    opacity: 0; }

.b-tab__content {
  display: none;
  padding: 0 30px; }
  @media (max-width: 1199.98px) {
    .b-tab__content {
      padding: 0; } }
  .b-tab__content .b-room {
    margin-bottom: 70px; }
    @media (max-width: 1599px) {
      .b-tab__content .b-room {
        margin-bottom: 60px; } }
    @media (max-width: 1199.98px) {
      .b-tab__content .b-room {
        margin-bottom: 50px; } }
  .b-tab__content .b-contact-person,
  .b-tab__content .b-company-details,
  .b-tab__content .b-form-contact {
    margin-top: 15px;
    margin-bottom: 60px; }
    @media (max-width: 1199.98px) {
      .b-tab__content .b-contact-person,
      .b-tab__content .b-company-details,
      .b-tab__content .b-form-contact {
        margin-top: 0;
        margin-bottom: 50px; } }

.b-tab--default-open .b-tab__header {
  cursor: auto; }
  .b-tab--default-open .b-tab__header-icon {
    display: none; }

.b-tab--default-open .b-tab__content {
  height: auto !important;
  display: block !important; }

.b-breadcrumbs {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 4; }
  @media (max-width: 1599px) {
    .b-breadcrumbs {
      top: 85px; } }
  @media (max-width: 1199.98px) {
    .b-breadcrumbs {
      display: none; } }
  .b-breadcrumbs li {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.075em;
    margin-right: 38px;
    position: relative; }
    .b-breadcrumbs li:after {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2aWV3Qm94PSIwIDAgMjk4LjYxNzM0IDk5LjA2MTg2NyIgICBoZWlnaHQ9Ijk5LjA2MTg2NyIgICB3aWR0aD0iMjk4LjYxNzM0IiAgIHhtbDpzcGFjZT0icHJlc2VydmUiICAgaWQ9InN2ZzIiICAgdmVyc2lvbj0iMS4xIj48ZGVmcyAgICAgaWQ9ImRlZnM2Ij48Y2xpcFBhdGggICAgICAgaWQ9ImNsaXBQYXRoMTgiICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCAgICAgICAgIGlkPSJwYXRoMTYiICAgICAgICAgZD0iTSAwLDc0LjI5NiBIIDIyMy45NjMgViAwIEggMCBaIiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnICAgICB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzMzMsMCwwLC0xLjMzMzMzMzMsMCw5OS4wNjE4NjcpIiAgICAgaWQ9ImcxMCI+PGcgICAgICAgaWQ9ImcxMiI+PGcgICAgICAgICBjbGlwLXBhdGg9InVybCgjY2xpcFBhdGgxOCkiICAgICAgICAgaWQ9ImcxNCI+PGcgICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNSwzNy4xNDg0KSIgICAgICAgICAgIGlkPSJnMjAiPjxwYXRoICAgICAgICAgICAgIGlkPSJwYXRoMjIiICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMxYjFiMWI7c3Ryb2tlLXdpZHRoOjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAgICAgICAgICAgICBkPSJNIDAsMCBIIDIxOC45NjMiIC8+PC9nPjxnICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODYuMjY2Niw3MS43OTY0KSIgICAgICAgICAgIGlkPSJnMjQiPjxwYXRoICAgICAgICAgICAgIGlkPSJwYXRoMjYiICAgICAgICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMxYjFiMWI7c3Ryb2tlLXdpZHRoOjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAgICAgICAgICAgICBkPSJNIDAsMCAzNC42NDksLTM0LjY0OCAwLC02OS4yOTYiIC8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 25px;
      height: 8px;
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      right: -33px; }
    .b-breadcrumbs li:last-child {
      margin-right: 0; }
      .b-breadcrumbs li:last-child:after {
        content: none; }
  .b-breadcrumbs a {
    font-weight: 400;
    display: block;
    position: relative; }
    .b-breadcrumbs a:after {
      background: #000;
      width: 0;
      height: 1px;
      display: block;
      content: "";
      position: absolute;
      bottom: 2px;
      left: 0;
      transition: all 0.2s ease; }
    .b-breadcrumbs a:hover:after {
      width: 100%; }

.b-logotypes {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 992px) {
    .b-logotypes .swiper-wrapper {
      flex-wrap: wrap; } }
  .b-logotypes .swiper-slide {
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .b-logotypes .swiper-slide {
        width: 12.5%; } }
    @media (max-width: 991.98px) {
      .b-logotypes .swiper-slide {
        width: auto; } }
    @media (max-width: 575.98px) {
      .b-logotypes .swiper-slide {
        width: 38%; } }
  .b-logotypes__item {
    height: 160px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1599px) {
      .b-logotypes__item {
        height: 140px; } }
    @media (max-width: 1199.98px) {
      .b-logotypes__item {
        height: 115px; } }
    @media (max-width: 991.98px) {
      .b-logotypes__item {
        height: 100px; } }
    @media (max-width: 575.98px) {
      .b-logotypes__item {
        height: 80px;
        padding: 5px 30px; } }
    .b-logotypes__item img {
      max-height: 100%;
      display: block;
      margin: 0 auto; }
      @media (max-width: 1199.98px) {
        .b-logotypes__item img {
          transform: scale(0.85); } }
      @media (max-width: 575.98px) {
        .b-logotypes__item img {
          max-width: 100%;
          transform: none; } }

.b-recomendation {
  position: relative; }
  .b-recomendation .swiper-container {
    margin: 0 80px; }
    @media (max-width: 1199.98px) {
      .b-recomendation .swiper-container {
        margin: 0 55px; } }
    @media (max-width: 991.98px) {
      .b-recomendation .swiper-container {
        margin: 0; } }
  .b-recomendation__item {
    box-sizing: border-box;
    padding-left: 60px; }
    @media (max-width: 1199.98px) {
      .b-recomendation__item {
        padding-left: 50px; } }
    @media (max-width: 575.98px) {
      .b-recomendation__item {
        padding-left: 40px; } }
  .b-recomendation__heading {
    display: flex;
    flex-wrap: wrap; }
  .b-recomendation__logo {
    width: 100px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575.98px) {
      .b-recomendation__logo {
        width: 80px;
        height: 80px; } }
    .b-recomendation__logo img {
      max-height: 100%; }
  .b-recomendation__text {
    max-width: 360px;
    width: calc(100% - 100px);
    padding-left: 40px;
    margin-top: 12px; }
    @media (max-width: 1199.98px) {
      .b-recomendation__text {
        padding-left: 30px; } }
    @media (max-width: 575.98px) {
      .b-recomendation__text {
        max-width: 100%;
        width: 100%;
        padding-left: 0; } }
    .b-recomendation__text .name {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 1.4;
      letter-spacing: 0; }
    .b-recomendation__text .pos {
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      line-height: 1.4;
      margin-top: 15px;
      letter-spacing: 0; }
  .b-recomendation__blockquote {
    margin-top: 35px;
    position: relative; }
    @media (max-width: 1599px) {
      .b-recomendation__blockquote {
        margin-top: 25px; } }
    @media (max-width: 1199.98px) {
      .b-recomendation__blockquote {
        margin-top: 20px; } }
    .b-recomendation__blockquote:before {
      width: 20px;
      height: 20px;
      font-family: "Prompt", sans-serif;
      font-style: italic;
      font-size: 6rem;
      line-height: 1;
      content: "“";
      display: block;
      position: absolute;
      top: -5px;
      left: -60px; }
      @media (max-width: 1199.98px) {
        .b-recomendation__blockquote:before {
          left: -50px; } }
      @media (max-width: 575.98px) {
        .b-recomendation__blockquote:before {
          left: -42px; } }
    .b-recomendation__blockquote p {
      font-family: "Prompt", sans-serif;
      font-style: italic;
      font-size: 1.4rem;
      line-height: 1.4;
      letter-spacing: 0; }
  .b-recomendation [class*="swiper-button"] {
    width: 23px;
    height: 45px;
    top: 115px; }
    @media (max-width: 991.98px) {
      .b-recomendation [class*="swiper-button"] {
        display: none; } }
    .b-recomendation [class*="swiper-button"] svg {
      width: 23px;
      height: 45px; }
  .b-recomendation .swiper-button-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg); }
    .b-recomendation .swiper-button-prev:hover {
      transform: translateY(-50%) translateX(-5px) rotate(180deg); }
  .b-recomendation .swiper-button-next {
    right: 0; }
  .b-recomendation .swiper-pagination {
    position: relative;
    margin-top: 95px; }
    @media (max-width: 1599px) {
      .b-recomendation .swiper-pagination {
        margin-top: 70px; } }
    @media (max-width: 1199.98px) {
      .b-recomendation .swiper-pagination {
        margin-top: 50px; } }

.b-contact-widget {
  position: fixed;
  top: 50%;
  right: -440px;
  transform: translateY(-50%);
  z-index: 98;
  display: flex;
  transition: all 0.2s ease; }
  @media (max-width: 1199.98px) {
    .b-contact-widget {
      top: auto;
      right: -250px;
      bottom: 0;
      transform: none;
      align-items: flex-end; } }
  .b-contact-widget__btn {
    background: #b7daed;
    width: 70px;
    height: 70px;
    box-shadow: 0px 5px 13px 0px rgba(29, 29, 28, 0.44);
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .b-contact-widget__btn svg {
      width: 35px;
      height: 35px;
      display: block; }
  .b-contact-widget__content {
    background: #fff;
    width: 440px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 5px 40px 40px;
    transition: all 0.2s ease; }
    @media (max-width: 1199.98px) {
      .b-contact-widget__content {
        width: 250px;
        padding: 20px; } }
  .b-contact-widget__image {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 1px #e6e6e6 solid;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .b-contact-widget__image {
        width: 100px;
        height: 100px;
        margin: 0 auto; } }
  .b-contact-widget__text {
    width: calc(100% - 155px);
    padding-left: 25px;
    margin-top: 10px; }
    @media (max-width: 1199.98px) {
      .b-contact-widget__text {
        width: 100%;
        padding-left: 0;
        margin-top: 15px; } }
    .b-contact-widget__text .name {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1.2;
      text-transform: uppercase;
      color: #2c2c2c; }
      @media (max-width: 1199.98px) {
        .b-contact-widget__text .name {
          text-align: center; } }
    .b-contact-widget__text .pos {
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 1.2rem;
      color: #2c2c2c; }
      @media (max-width: 1199.98px) {
        .b-contact-widget__text .pos {
          text-align: center;
          margin-top: 5px; } }
    .b-contact-widget__text ul {
      margin-top: 18px; }
      @media (max-width: 1199.98px) {
        .b-contact-widget__text ul {
          margin-top: 10px; } }
      .b-contact-widget__text ul li {
        line-height: 1.4;
        display: block;
        margin-top: 5px; }
        .b-contact-widget__text ul li:first-child {
          margin-top: 0; }
      .b-contact-widget__text ul a {
        font-size: 1.4rem;
        display: inline-block;
        letter-spacing: 0.025em;
        margin-left: 45px;
        position: relative; }
        @media (max-width: 1199.98px) {
          .b-contact-widget__text ul a {
            margin-left: 35px; } }
        .b-contact-widget__text ul a:before {
          background: #000;
          width: 0;
          height: 1px;
          display: block;
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: 0.5;
          transition: all 0.2s ease; }
        .b-contact-widget__text ul a:hover:before {
          width: 100%; }
      .b-contact-widget__text ul svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: -45px;
        transform: translateY(-50%);
        margin-top: 1px; }
        @media (max-width: 1199.98px) {
          .b-contact-widget__text ul svg {
            left: -35px; } }
  @media (min-width: 1200px) {
    .b-contact-widget--longer {
      right: -515px; }
      .b-contact-widget--longer .b-contact-widget__content {
        width: 515px; }
      .b-contact-widget--longer .b-contact-widget__text .pos {
        max-width: 240px;
        width: 100%;
        display: block; } }
  .b-contact-widget--active {
    right: 0; }
    .b-contact-widget--active .b-contact-widget__content {
      box-shadow: 0 5px 27px rgba(29, 29, 28, 0.22); }

.b-heading-icon-list .col-lg-4 {
  margin-top: 85px; }
  @media (max-width: 1599px) {
    .b-heading-icon-list .col-lg-4 {
      margin-top: 60px; } }
  @media (min-width: 992px) {
    .b-heading-icon-list .col-lg-4:nth-child(-n + 3) {
      margin-top: 0; } }
  @media (min-width: 576px) {
    .b-heading-icon-list .col-lg-4:nth-child(-n + 2) {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    .b-heading-icon-list .col-lg-4:first-child {
      margin-top: 0; } }

.b-heading-icon-list__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px; }
  @media (max-width: 767.98px) {
    .b-heading-icon-list__item {
      padding-left: 0; } }
  .b-heading-icon-list__item-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2; }
    .b-heading-icon-list__item-icon img {
      max-height: 100%; }
  .b-heading-icon-list__item-text {
    width: calc(100% - 40px);
    padding-left: 20px;
    position: relative;
    z-index: 2; }
    .b-heading-icon-list__item-text h4 {
      font-weight: 400;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      line-height: 24px; }
  .b-heading-icon-list__item-shape {
    max-width: 110px;
    width: 100%;
    position: absolute;
    top: -35px;
    left: 25px;
    z-index: -1;
    transform: rotate(20deg); }
    @media (max-width: 767.98px) {
      .b-heading-icon-list__item-shape {
        left: 5px; } }

.b-gallery {
  display: flex;
  flex-wrap: wrap; }
  .b-gallery__big {
    width: 76%;
    position: relative; }
    @media (max-width: 1599px) {
      .b-gallery__big {
        width: 78%; } }
    @media (max-width: 1199.98px) {
      .b-gallery__big {
        width: calc(100% - 115px); } }
    @media (max-width: 767.98px) {
      .b-gallery__big {
        width: 100%; } }
    .b-gallery__big-item {
      height: 655px; }
      @media (max-width: 1599px) {
        .b-gallery__big-item {
          height: 500px; } }
      @media (max-width: 767.98px) {
        .b-gallery__big-item {
          height: 60vw; } }
    .b-gallery__big [class*="swiper-button"] {
      width: 23px;
      height: 45px;
      z-index: 2;
      opacity: 0; }
      @media (max-width: 1199.98px) {
        .b-gallery__big [class*="swiper-button"] {
          opacity: 1; } }
      .b-gallery__big [class*="swiper-button"] svg {
        width: 23px;
        height: 45px; }
    .b-gallery__big .swiper-button-prev {
      left: 30px;
      transform: translateY(-50%) rotate(180deg); }
      @media (max-width: 1199.98px) {
        .b-gallery__big .swiper-button-prev {
          left: 15px; } }
      .b-gallery__big .swiper-button-prev:hover {
        transform: translateY(-50%) translateX(-5px) rotate(180deg); }
    .b-gallery__big .swiper-button-next {
      right: 30px; }
      @media (max-width: 1199.98px) {
        .b-gallery__big .swiper-button-next {
          right: 15px; } }
    .b-gallery__big:hover [class*="swiper-button"] {
      opacity: 1; }
  .b-gallery__thumbs {
    width: 24%;
    padding-left: 50px; }
    @media (max-width: 1599px) {
      .b-gallery__thumbs {
        width: 22%;
        padding-left: 40px; } }
    @media (max-width: 1199.98px) {
      .b-gallery__thumbs {
        width: 115px;
        padding-left: 15px; } }
    @media (max-width: 767.98px) {
      .b-gallery__thumbs {
        display: none; } }
    .b-gallery__thumbs-item {
      width: 145px;
      height: 115px;
      margin-top: 20px;
      cursor: pointer;
      overflow: hidden; }
      @media (max-width: 1599px) {
        .b-gallery__thumbs-item {
          width: 115px;
          height: 88px;
          margin-top: 15px; } }
      @media (max-width: 1199.98px) {
        .b-gallery__thumbs-item {
          width: 100%; } }
      .b-gallery__thumbs-item div, .b-gallery__thumbs-item img {
        transition: all 0.2s ease; }
      .b-gallery__thumbs-item:first-child {
        margin-top: 0; }
      .b-gallery__thumbs-item:not(:nth-child(-n + 5)) {
        display: none; }
      .b-gallery__thumbs-item:hover div, .b-gallery__thumbs-item:hover img {
        transform: scale(1.1); }

.b-download ul {
  display: flex;
  flex-wrap: wrap; }
  .b-download ul li {
    width: calc(25% - 15px);
    margin-top: 50px;
    margin-right: 20px; }
    @media (max-width: 1199.98px) {
      .b-download ul li {
        width: calc(50% - 15px);
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .b-download ul li {
        width: 100%;
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .b-download ul li:nth-child(-n + 4) {
        margin-top: 0; } }
    @media (min-width: 576px) {
      .b-download ul li:nth-child(-n + 2) {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .b-download ul li:nth-child(4n) {
        margin-right: 0; } }
    @media (min-width: 576px) and (max-width: 1199.98px) {
      .b-download ul li:nth-child(2n) {
        margin-right: 0; } }
    @media (max-width: 575.98px) {
      .b-download ul li:first-child {
        margin-top: 0; } }
  .b-download ul a {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    padding-left: 32px; }
    @media (max-width: 1599px) {
      .b-download ul a {
        font-size: 1.2rem; } }
    .b-download ul a:before {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2aWV3Qm94PSIwIDAgNjgyLjY3MDY1IDY0MC42NjI2NiIgICBoZWlnaHQ9IjY0MC42NjI2NiIgICB3aWR0aD0iNjgyLjY3MDY1IiAgIHhtbDpzcGFjZT0icHJlc2VydmUiICAgaWQ9InN2ZzIiICAgdmVyc2lvbj0iMS4xIj48ZGVmcyAgICAgaWQ9ImRlZnM2Ij48Y2xpcFBhdGggICAgICAgaWQ9ImNsaXBQYXRoMTgiICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCAgICAgICAgIGlkPSJwYXRoMTYiICAgICAgICAgZD0iTSAwLDQ4MC40OTcgSCA1MTIuMDAzIFYgMCBIIDAgWiIgLz48L2NsaXBQYXRoPjwvZGVmcz48ZyAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMzMzLDAsMCwtMS4zMzMzMzMzLDAsNjQwLjY2MjY3KSIgICAgIGlkPSJnMTAiPjxnICAgICAgIGlkPSJnMTIiPjxnICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTgpIiAgICAgICAgIGlkPSJnMTQiPjxnICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MTMuNDkzMiwzNTEuNTg2OSkiICAgICAgICAgICBpZD0iZzIwIj48cGF0aCAgICAgICAgICAgICBpZD0icGF0aDIyIiAgICAgICAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIiAgICAgICAgICAgICBkPSJtIDAsMCBjIC0xNy4yOTMsODYuNzY2IC0xMDEuNjQ4LDE0My4wODIgLTE4OC40MTQsMTI1Ljc4OSAtNjMuNDYxLC0xMi42NDggLTExMy4wODIsLTYyLjIzOCAtMTI1Ljc3LC0xMjUuNjkxIC02MS41MTksLTcuMDkgLTEwNS42NDgsLTYyLjcwNyAtOTguNTYyLC0xMjQuMjMxIDYuNTIzLC01Ni42MjEgNTQuNDgsLTk5LjM0IDExMS40NzYsLTk5LjMwMSBoIDgwLjA5NCBjIDguODQ4LDAgMTYuMDIsNy4xNzIgMTYuMDIsMTYuMDIgMCw4Ljg0OCAtNy4xNzIsMTYuMDE5IC0xNi4wMiwxNi4wMTkgaCAtODAuMDk0IGMgLTQ0LjIzOCwwLjI2MiAtNzkuODgyLDM2LjMzMyAtNzkuNjI1LDgwLjU2NyAwLjI2Miw0NC4yMzggMzYuMzMzLDc5Ljg4NyA4MC41NzEsNzkuNjI1IDguMTY0LDAgMTUuMDIzLDYuMTQxIDE1LjkyMiwxNC4yNTggOC4xMzIsNzAuMzA0IDcxLjcyMiwxMjAuNzA3IDE0Mi4wMzEsMTEyLjU3NCA1OS4xMDksLTYuODM2IDEwNS43MzgsLTUzLjQ2NSAxMTIuNTc0LC0xMTIuNTc0IDEuMzQ0LC04LjI2MiA4LjUsLTE0LjMxMyAxNi44NjcsLTE0LjI1OCA0NC4yMzksMCA4MC4wOTgsLTM1Ljg2IDgwLjA5OCwtODAuMDk4IDAsLTQ0LjIzNCAtMzUuODU5LC04MC4wOTQgLTgwLjA5OCwtODAuMDk0IGggLTgwLjA5MyBjIC04Ljg0OCwwIC0xNi4wMiwtNy4xNzEgLTE2LjAyLC0xNi4wMTkgMCwtOC44NDggNy4xNzIsLTE2LjAyIDE2LjAyLC0xNi4wMiBoIDgwLjA5NyBDIDQ5LC0yMjMuMDQ3IDk4Ljg5MSwtMTcyLjUzMSA5OC41MDgsLTExMC42MDUgOTguMTU2LC01NC4yMTEgNTUuOTc3LC02Ljg1MiAwLDAiIC8+PC9nPjxnICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMTMuMDIwNSw5NS4zMTM1KSIgICAgICAgICAgIGlkPSJnMjQiPjxwYXRoICAgICAgICAgICAgIGlkPSJwYXRoMjYiICAgICAgICAgICAgIHN0eWxlPSJmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmUiICAgICAgICAgICAgIGQ9Im0gMCwwIC00MC42MDksLTQwLjYyMSB2IDIwMS42MTMgYyAwLDguODQ4IC03LjE3MiwxNi4wMiAtMTYuMDE2LDE2LjAyIC04Ljg0OCwwIC0xNi4wMiwtNy4xNzIgLTE2LjAyLC0xNi4wMiBWIC00MC42MjEgTCAtMTEzLjI1NCwwIGMgLTYuMTQ0LDYuMzY3IC0xNi4yODksNi41NDMgLTIyLjY1MiwwLjM5NSAtNi4zNjQsLTYuMTQ1IC02LjUzOSwtMTYuMjg2IC0wLjM5NSwtMjIuNjQ5IDAuMTMzLC0wLjEzNyAwLjI2MiwtMC4yNjYgMC4zOTUsLTAuMzk0IGwgNjcuOTM3LC02Ny45NTQgYyAxLjQ4NSwtMS40OCAzLjI0MiwtMi42NTYgNS4xNzYsLTMuNDYxIDMuOTQxLC0xLjY2NyA4LjM5MSwtMS42NjcgMTIuMzM2LDAgMS45MzQsMC44MDUgMy42OTEsMS45ODEgNS4xNzIsMy40NjEgbCA2Ny45MzcsNjcuOTU0IEMgMjkuMDE2LC0xNi41MDQgMjkuMTkxLC02LjM2MyAyMy4wNDcsMCAxNi44OTgsNi4zNjMgNi43NTgsNi41MzkgMC4zOTUsMC4zOTUgMC4yNjIsMC4yNjYgMC4xMjksMC4xMzcgMCwwIiAvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 1px;
      left: 0;
      display: block;
      content: ""; }
    .b-download ul a span {
      display: block; }
    .b-download ul a:hover span {
      text-decoration: underline; }

.b-gallery-product__big {
  position: relative; }
  .b-gallery-product__big:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM0MS40IDM0MS40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNDEuNCAzNDEuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwb2x5Z29uIHBvaW50cz0iMTkyLDE0OS40IDE5MiwwIDE0OS40LDAgMTQ5LjQsMTQ5LjQgMCwxNDkuNCAwLDE5MiAxNDkuNCwxOTIgMTQ5LjQsMzQxLjQgMTkyLDM0MS40IDE5MiwxOTIgMzQxLjQsMTkyIDM0MS40LDE0OS40ICIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    right: 35px;
    bottom: 35px;
    z-index: 2;
    display: block;
    content: "";
    transition: all 0.2s ease; }
    @media (max-width: 1599px) {
      .b-gallery-product__big:after {
        right: 30px;
        bottom: 30px; } }
    @media (max-width: 991.98px) {
      .b-gallery-product__big:after {
        right: 15px;
        bottom: 15px; } }
  .b-gallery-product__big:hover:after {
    background-color: #fff;
    border-color: #fff; }
  .b-gallery-product__big-item {
    height: 585px;
    cursor: pointer;
    display: block; }
    @media (max-width: 1599px) {
      .b-gallery-product__big-item {
        height: 500px; } }
    @media (max-width: 991.98px) {
      .b-gallery-product__big-item {
        height: 60vw; } }

.b-gallery-product__thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 1599px) {
    .b-gallery-product__thumbs {
      margin-top: 20px; } }
  @media (max-width: 991.98px) {
    .b-gallery-product__thumbs {
      margin-top: 15px; } }
  .b-gallery-product__thumbs-item {
    width: calc(20% - 24px);
    height: 100px;
    margin-right: 30px;
    cursor: pointer;
    overflow: hidden; }
    @media (max-width: 1599px) {
      .b-gallery-product__thumbs-item {
        width: calc(20% - 16px);
        margin-right: 20px; } }
    @media (max-width: 1199.98px) {
      .b-gallery-product__thumbs-item {
        height: 80px; } }
    @media (max-width: 991.98px) {
      .b-gallery-product__thumbs-item {
        width: calc(20% - 12px);
        height: 12vw;
        margin-right: 15px; } }
    @media (max-width: 575.98px) {
      .b-gallery-product__thumbs-item {
        width: calc(33.33% - 10px);
        height: 22vw; } }
    .b-gallery-product__thumbs-item:nth-child(5n) {
      margin-right: 0; }
    @media (max-width: 575.98px) {
      .b-gallery-product__thumbs-item:nth-child(3n) {
        margin-right: 0; } }
    .b-gallery-product__thumbs-item:not(:nth-child(-n + 5)) {
      display: none; }
    @media (max-width: 575.98px) {
      .b-gallery-product__thumbs-item:not(:nth-child(-n + 3)) {
        display: none; } }
    .b-gallery-product__thumbs-item div, .b-gallery-product__thumbs-item img {
      transition: all 0.2s ease; }
    .b-gallery-product__thumbs-item:hover div, .b-gallery-product__thumbs-item:hover img {
      transform: scale(1.1); }

.b-room {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .b-room {
      flex-direction: column-reverse; } }
  .b-room__gallery {
    width: 54%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .b-room__gallery {
        width: 100%; } }
    .b-room__gallery-big {
      /*            width: calc(100% - 160px);*/
      /*            max-height: 500px;*/
      margin-right: 0px;
      display: block;
      overflow: hidden; }
      @media (max-width: 1199.98px) {
        .b-room__gallery-big {
          /*                width: calc(100% - 150px);
                margin-right: 20px;*/ } }
      @media (max-width: 991.98px) {
        .b-room__gallery-big {
          width: 100%;
          height: 35vw;
          margin-right: 0; } }
      @media (max-width: 767.98px) {
        .b-room__gallery-big {
          height: 60vw; } }
      .b-room__gallery-big img, .b-room__gallery-big div {
        transition: all 0.2s ease; }
      .b-room__gallery-big:hover img, .b-room__gallery-big:hover div {
        transform: scale(1.1); }
    .b-room__gallery-thumbs {
      /*            width: 130px;
            margin-left: auto;*/
      /*            @include media-breakpoint-down(md) {*/
      width: 100%;
      margin-top: 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      /*}*/ }
      .b-room__gallery-thumbs-item {
        height: 100px;
        width: 125px;
        margin: 3px;
        display: block;
        overflow: hidden; }
        @media (max-width: 991.98px) {
          .b-room__gallery-thumbs-item {
            width: calc(33.33% - 20px);
            height: 12vw;
            margin-top: 0;
            margin-right: 15px; } }
        @media (max-width: 767.98px) {
          .b-room__gallery-thumbs-item {
            height: 22vw; } }
        .b-room__gallery-thumbs-item img, .b-room__gallery-thumbs-item div {
          transition: all 0.2s ease; }
        .b-room__gallery-thumbs-item:hover img, .b-room__gallery-thumbs-item:hover div {
          transform: scale(1.1); }
  .b-room__text {
    width: 46%;
    padding: 0 0 0 70px; }
    @media (max-width: 1599px) {
      .b-room__text {
        padding-left: 60px; } }
    @media (max-width: 1199.98px) {
      .b-room__text {
        padding-left: 30px; } }
    @media (max-width: 767.98px) {
      .b-room__text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 50px; } }
    .b-room__text p {
      margin-top: 30px; }
      @media (max-width: 1599px) {
        .b-room__text p {
          margin-top: 27px; } }
      .b-room__text p:first-child {
        margin-top: 0; }

.b-contact-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .b-contact-person__image {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px #e6e6e6 solid;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .b-contact-person__image {
        width: 200px;
        height: 200px; } }
    @media (max-width: 575.98px) {
      .b-contact-person__image {
        width: 100px;
        height: 100px; } }
  .b-contact-person__text {
    width: calc(100% - 230px);
    padding-left: 100px;
    margin-top: -10px; }
    @media (max-width: 1599px) {
      .b-contact-person__text {
        padding-left: 80px; } }
    @media (max-width: 1199.98px) {
      .b-contact-person__text {
        padding-left: 30px; } }
    @media (max-width: 767.98px) {
      .b-contact-person__text {
        width: calc(100% - 200px);
        padding-left: 15px; } }
    @media (max-width: 575.98px) {
      .b-contact-person__text {
        width: 100%;
        margin-top: 15px;
        padding-left: 0; } }
    .b-contact-person__text .name {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: #2c2c2c;
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: 1.4; }
    .b-contact-person__text .pos {
      max-width: 350px;
      width: 100%;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      color: #2c2c2c;
      letter-spacing: 0;
      line-height: 1.4;
      display: block;
      margin-top: 15px; }
      @media (max-width: 575.98px) {
        .b-contact-person__text .pos {
          max-width: 100%;
          margin-top: 5px; } }
    .b-contact-person__text ul {
      margin-top: 45px;
      margin-left: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 1599px) {
        .b-contact-person__text ul {
          margin-top: 30px; } }
      @media (max-width: 1199.98px) {
        .b-contact-person__text ul {
          margin-left: 0; } }
      @media (max-width: 767.98px) {
        .b-contact-person__text ul {
          margin-top: 20px; } }
      @media (max-width: 575.98px) {
        .b-contact-person__text ul {
          margin-top: 30px; } }
      .b-contact-person__text ul li {
        line-height: 1.4;
        margin-right: 85px; }
        @media (max-width: 1599px) {
          .b-contact-person__text ul li {
            margin-right: 60px; } }
        @media (max-width: 1199.98px) {
          .b-contact-person__text ul li {
            margin-right: 30px; } }
        @media (max-width: 767.98px) {
          .b-contact-person__text ul li {
            width: 100%;
            margin-top: 20px; } }
        @media (max-width: 767.98px) {
          .b-contact-person__text ul li:first-child {
            margin-top: 0; } }
        .b-contact-person__text ul li:last-child {
          margin-right: 0; }
          @media (min-width: 768px) {
            .b-contact-person__text ul li:last-child {
              margin-top: -4px; } }
      .b-contact-person__text ul a {
        font-size: 1.6rem;
        letter-spacing: 0.025em;
        position: relative;
        margin-left: 60px;
        display: inline-block; }
        @media (max-width: 1199.98px) {
          .b-contact-person__text ul a {
            margin-left: 40px; } }
        .b-contact-person__text ul a:before {
          background: #000;
          width: 0;
          height: 1px;
          display: block;
          content: "";
          opacity: 0.5;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: all 0.2s ease; }
        .b-contact-person__text ul a:hover:before {
          width: 100%; }
      .b-contact-person__text ul strong {
        display: block;
        text-transform: uppercase;
        font-family: "Prompt", sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        letter-spacing: 0.05em; }
      .b-contact-person__text ul svg {
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        top: 50%;
        left: -60px;
        transform: translateY(-50%); }
        @media (max-width: 1199.98px) {
          .b-contact-person__text ul svg {
            left: -40px; } }

.b-company-details {
  max-width: 900px;
  width: 100%; }
  @media (max-width: 1599px) {
    .b-company-details {
      max-width: 860px; } }
  @media (max-width: 1199.98px) {
    .b-company-details {
      max-width: 100%; } }
  .b-company-details .row {
    justify-content: space-between; }
  @media (max-width: 1199.98px) {
    .b-company-details .col-12 {
      margin-top: 24px; }
      .b-company-details .col-12:first-child {
        margin-top: 0; } }
  .b-company-details address {
    font-style: normal; }
    .b-company-details address strong {
      margin-bottom: 12px;
      display: block; }
  .b-company-details address,
  .b-company-details p,
  .b-company-details li {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.01em; }
  .b-company-details strong, .b-company-details__cell {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    text-transform: uppercase; }
  .b-company-details p {
    margin-top: -2px; }
    .b-company-details p:first-child {
      margin-top: 0; }
  .b-company-details__cell {
    width: 90px;
    display: inline-block; }
  .b-company-details li:first-child {
    margin-bottom: 24px; }
  .b-company-details a:hover {
    text-decoration: underline; }

@media (min-width: 1200px) {
  .b-form-contact .row {
    margin-right: -40px;
    margin-left: -40px; } }

.b-form-contact .row:last-child .col-lg-8 {
  margin-top: auto; }

@media (min-width: 1200px) {
  .b-form-contact .col-lg-4 {
    max-width: 445px;
    flex: 0 0 445px;
    padding-right: 40px;
    padding-left: 40px; } }

@media (min-width: 992px) {
  .b-form-contact .col-lg-4 .input-field:last-child {
    margin-bottom: 70px; } }

@media (min-width: 1200px) {
  .b-form-contact .col-lg-8 {
    max-width: 630px;
    flex: 0 0 calc(100% - 445px);
    padding-right: 40px;
    padding-left: 40px; } }

@media (max-width: 1599px) {
  .b-form-contact .col-lg-8 {
    padding-right: 80px; } }

@media (max-width: 1199.98px) {
  .b-form-contact .col-lg-8 {
    padding-right: 15px; } }

@media (max-width: 991.98px) {
  .b-form-contact .col-lg-8 {
    margin-top: 20px; } }

.b-form-contact .heading-box-medium {
  text-transform: uppercase;
  margin-bottom: 35px; }
  @media (max-width: 1199.98px) {
    .b-form-contact .heading-box-medium {
      margin-bottom: 20px; } }

.b-form-contact .input-field {
  margin-top: 13px; }
  @media (max-width: 991.98px) {
    .b-form-contact .input-field {
      margin-top: 15px; } }
  .b-form-contact .input-field:first-child {
    margin-top: 0; }

.b-form-contact .captcha {
  margin-top: -60px; }
  @media (max-width: 991.98px) {
    .b-form-contact .captcha {
      margin-top: 15px; } }

.b-form-contact .checkbox-primary {
  margin-top: 24px;
  margin-right: -300px; }
  @media (max-width: 1599px) {
    .b-form-contact .checkbox-primary {
      margin-right: -300px; } }
  @media (max-width: 1199.98px) {
    .b-form-contact .checkbox-primary {
      margin-right: -450px; } }
  @media (max-width: 991.98px) {
    .b-form-contact .checkbox-primary {
      margin-top: 15px;
      margin-right: 0; } }

.b-form-contact .b-select-dropdown {
  max-width: 365px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .b-form-contact .b-select-dropdown {
      max-width: 100%; } }

.b-form-contact .btn-border {
  min-width: 160px;
  float: right; }
  @media (max-width: 991.98px) {
    .b-form-contact .btn-border {
      margin-top: 30px; } }

.s-hero {
  min-height: 580px;
  height: calc(100vh - 202px);
  margin-bottom: 90px;
  position: relative; }
  @media (max-width: 1599px) {
    .s-hero {
      height: calc(100vh - 179px);
      min-height: 465px;
      margin-bottom: 80px; } }
  @media (max-width: 1199.98px) {
    .s-hero {
      height: calc(100vh - 145px); } }
  @media (max-width: 991.98px) {
    .s-hero {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .s-hero {
      height: auto;
      min-height: 400px; } }
  @media (max-width: 575.98px) {
    .s-hero {
      min-height: 435px; } }
  .s-hero .swiper-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .s-hero__text {
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden; }
    .s-hero__text h1 {
      font-size: 13.5rem;
      color: #b7daed;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      opacity: 0.34;
      position: relative;
      z-index: 1;
      margin: 55px 0 0 0; }
      @media (max-width: 1599px) {
        .s-hero__text h1 {
          font-size: 12rem;
          margin-top: 45px; } }
      @media (max-width: 1199.98px) {
        .s-hero__text h1 {
          font-size: 10rem; } }
      @media (max-width: 991.98px) {
        .s-hero__text h1 {
          font-size: 8.5rem; } }
      @media (max-width: 767.98px) {
        .s-hero__text h1 {
          font-size: 6rem; } }
      @media (max-width: 575.98px) {
        .s-hero__text h1 {
          max-width: 400px;
          width: 100%;
          font-size: 6rem;
          margin-right: auto;
          margin-left: auto;
          display: block; } }
      @media (max-width: 359px) {
        .s-hero__text h1 {
          font-size: 5.5rem;
          margin-top: 60px; } }
    .s-hero__text h2 {
      max-width: 560px;
      width: 100%;
      font-size: 3.6rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 1.2;
      position: relative;
      z-index: 2;
      display: block;
      margin: -68px auto 0 auto; }
      @media (max-width: 1199.98px) {
        .s-hero__text h2 {
          margin-top: -55px; } }
      @media (max-width: 991.98px) {
        .s-hero__text h2 {
          margin-top: -40px; } }
      @media (max-width: 767.98px) {
        .s-hero__text h2 {
          font-size: 2.8rem;
          margin-top: -25px; } }
      @media (max-width: 575.98px) {
        .s-hero__text h2 {
          font-size: 2rem;
          margin-top: -20px; } }
      @media (max-width: 359px) {
        .s-hero__text h2 {
          font-size: 1.8rem; } }
    .s-hero__text ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 25px; }
      @media (max-width: 767.98px) {
        .s-hero__text ul {
          margin-top: 20px; } }
      .s-hero__text ul li {
        margin: 0 20px; }
        @media (max-width: 1599px) {
          .s-hero__text ul li {
            margin: 0 15px; } }
        @media (max-width: 767.98px) {
          .s-hero__text ul li {
            margin: 0 5px; } }
        @media (max-width: 575.98px) {
          .s-hero__text ul li {
            width: 100%;
            margin: 10px 0 0 0; }
            .s-hero__text ul li:first-child {
              margin-top: 0; } }
        @media (min-width: 576px) {
          .s-hero__text ul li:nth-child(2) a {
            width: 285px; } }
  @media (min-width: 576px) and (max-width: 1599px) {
    .s-hero__text ul li:nth-child(2) a {
      width: 260px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .s-hero__text ul li:nth-child(2) a {
      width: 220px; } }
      .s-hero__text ul a {
        width: 285px;
        height: 90px;
        border: 2px #000 solid;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-family: "Prompt", sans-serif;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.2;
        position: relative;
        padding-right: 20px;
        padding-left: 75px; }
        @media (max-width: 1599px) {
          .s-hero__text ul a {
            width: 260px;
            height: 80px;
            font-size: 1.6rem;
            padding-left: 65px; } }
        @media (max-width: 767.98px) {
          .s-hero__text ul a {
            width: 220px;
            height: 70px;
            font-size: 1.3rem;
            padding-right: 15px;
            padding-left: 60px; } }
        @media (max-width: 575.98px) {
          .s-hero__text ul a {
            width: 180px;
            height: 65px;
            font-size: 1.1rem;
            padding-right: 10px;
            padding-left: 45px;
            margin: 0 auto; } }
        @media (max-width: 359px) {
          .s-hero__text ul a {
            width: 165px;
            height: 60px;
            font-size: 1rem;
            padding-left: 40px; } }
        .s-hero__text ul a svg {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
          @media (max-width: 1599px) {
            .s-hero__text ul a svg {
              width: 35px;
              height: 35px;
              left: 15px; } }
          @media (max-width: 767.98px) {
            .s-hero__text ul a svg {
              width: 30px;
              height: 30px; } }
          @media (max-width: 575.98px) {
            .s-hero__text ul a svg {
              width: 22px;
              height: 22px;
              left: 12px; } }
          @media (max-width: 359px) {
            .s-hero__text ul a svg {
              width: 20px;
              height: 20px;
              left: 10px; } }
          .s-hero__text ul a svg path {
            transition: all 0.2s ease; }
        .s-hero__text ul a:hover {
          background: #000;
          color: #fff; }
          .s-hero__text ul a:hover svg path {
            fill: #fff !important; }
  .s-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 1599px) {
      .s-hero__image {
        bottom: -90px; } }
  .s-hero__nav {
    max-width: 1530px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
    pointer-events: none; }
    @media (max-width: 1599px) {
      .s-hero__nav {
        max-width: 1280px; } }
    .s-hero__nav > div {
      pointer-events: auto; }
    .s-hero__nav [class*="swiper-button"] {
      margin-top: -45px; }
      @media (max-width: 1599px) {
        .s-hero__nav [class*="swiper-button"] {
          margin-top: 0; } }
      @media (max-width: 767.98px) {
        .s-hero__nav [class*="swiper-button"] {
          display: none; } }
    .s-hero__nav .swiper-pagination {
      right: 0;
      bottom: -53px;
      left: 0; }
      @media (max-width: 1599px) {
        .s-hero__nav .swiper-pagination {
          bottom: -46px; } }

.s-more-text {
  margin-top: 130px;
  margin-bottom: 30px; }
  @media (max-width: 1599px) {
    .s-more-text {
      margin: 100px 0 0 0; } }
  @media (max-width: 1199.98px) {
    .s-more-text {
      margin: 50px 0 0 0; } }
  .s-more-text .col-xl-3 {
    padding-bottom: 80px; }
    @media (max-width: 1199.98px) {
      .s-more-text .col-xl-3 {
        margin-top: 50px; }
        .s-more-text .col-xl-3:nth-child(-n + 2) {
          margin-top: 0; } }
    @media (max-width: 575.98px) {
      .s-more-text .col-xl-3:nth-child(2) {
        margin-top: 50px; } }
  .s-more-text__item {
    max-width: 310px;
    width: 100%; }
    @media (max-width: 1599px) {
      .s-more-text__item {
        max-width: 270px; } }
    @media (max-width: 1199.98px) {
      .s-more-text__item {
        max-width: 100%; } }
    .s-more-text__item h3 {
      font-family: "Prompt", sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 0.075em;
      line-height: 1.6; }
    .s-more-text__item p {
      margin-top: 25px; }
      @media (max-width: 1599px) {
        .s-more-text__item p {
          margin-top: 20px; } }
      @media (max-width: 1199.98px) {
        .s-more-text__item p {
          margin-top: 15px; } }
      .s-more-text__item p:first-child {
        margin-top: 0; }
    .s-more-text__item .btn-right {
      position: absolute;
      bottom: 10px; }

.s-map-centrum {
  border-bottom: 8px #fafafa solid;
  position: relative; }
  .s-map-centrum .container {
    position: relative;
    z-index: 2;
    pointer-events: none; }
  .s-map-centrum .row {
    height: 600px;
    align-items: flex-end; }
    @media (max-width: 1599px) {
      .s-map-centrum .row {
        height: 500px; } }
    @media (max-width: 991.98px) {
      .s-map-centrum .row {
        height: auto; } }
  .s-map-centrum__box {
    background: #b7daed;
    max-width: 350px;
    width: 100%;
    margin-bottom: 80px;
    padding: 35px 40px 30px 40px;
    pointer-events: auto; }
    @media (max-width: 1599px) {
      .s-map-centrum__box {
        max-width: 330px;
        padding: 30px 30px 30px 30px;
        margin-bottom: 50px; } }
    @media (max-width: 1199.98px) {
      .s-map-centrum__box {
        margin-bottom: 15px; } }
    @media (max-width: 991.98px) {
      .s-map-centrum__box {
        max-width: none;
        width: auto;
        margin-right: -15px;
        margin-bottom: 0;
        margin-left: -15px;
        padding: 30px 15px; } }
    .s-map-centrum__box h2 {
      font-size: 1.8rem;
      text-transform: uppercase;
      line-height: 1.4;
      letter-spacing: 0.075em; }
    .s-map-centrum__box p {
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 0.025em;
      margin-top: 20px; }
    .s-map-centrum__box .btn-right {
      margin-top: 25px; }
  .s-map-centrum__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .s-map-centrum__map {
        height: 350px;
        position: relative; } }
  @media (min-width: 1200px) {
    .s-map-centrum + .s-contact-person {
      margin-top: 100px; } }

.s-text-image .col-lg-6:nth-child(odd) {
  align-self: center; }

.s-text-image .col-lg-6:nth-child(even) {
  min-height: 670px; }
  @media (max-width: 1599px) {
    .s-text-image .col-lg-6:nth-child(even) {
      min-height: 550px; } }
  @media (max-width: 991.98px) {
    .s-text-image .col-lg-6:nth-child(even) {
      min-height: 0; } }

.s-text-image__text {
  text-align: right;
  padding: 100px 75px 100px 0;
  overflow: hidden; }
  @media (max-width: 1599px) {
    .s-text-image__text {
      padding: 80px 40px 80px 0; } }
  @media (max-width: 1199.98px) {
    .s-text-image__text {
      padding: 60px 30px;
      text-align: left; } }
  @media (max-width: 991.98px) {
    .s-text-image__text {
      padding: 50px 0; } }
  .s-text-image__text p {
    max-width: 608px;
    width: 100%;
    margin-top: 45px;
    display: block;
    float: right; }
    @media (max-width: 1599px) {
      .s-text-image__text p {
        margin-top: 30px; } }
    @media (max-width: 1199.98px) {
      .s-text-image__text p {
        max-width: 100%; } }
    .s-text-image__text p:first-child {
      margin-top: 0; }
  .s-text-image__text .btn-border {
    margin-top: 65px; }
    @media (max-width: 1599px) {
      .s-text-image__text .btn-border {
        margin-top: 45px; } }

.s-text-image__image {
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }
  @media (max-width: 991.98px) {
    .s-text-image__image {
      width: auto;
      height: 350px;
      position: relative;
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 992px) {
  .s-text-image--reverse .row {
    flex-direction: row-reverse; }
  .s-text-image--reverse .s-text-image__text {
    text-align: left;
    padding-right: 0;
    padding-left: 160px; } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .s-text-image--reverse .s-text-image__text {
      padding-left: 120px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .s-text-image--reverse .s-text-image__text {
      padding-right: 30px;
      padding-left: 30px; } }

@media (min-width: 992px) {
    .s-text-image--reverse .s-text-image__text .heading-section {
      padding-left: 110px;
      margin-left: -120px; } }
    @media (min-width: 992px) and (max-width: 1599px) {
      .s-text-image--reverse .s-text-image__text .heading-section {
        padding-left: 95px;
        margin-left: -95px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .s-text-image--reverse .s-text-image__text .heading-section {
        padding-left: 0;
        margin-left: 0; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .s-text-image--reverse .s-text-image__text .heading-section:before {
        position: absolute;
        top: 16px;
        left: 0; } }
  @media (min-width: 992px) and (min-width: 1200px) and (max-width: 1599px) {
    .s-text-image--reverse .s-text-image__text .heading-section:before {
      top: 13px; } }

@media (min-width: 992px) {
    .s-text-image--reverse .s-text-image__text p {
      max-width: 100%;
      float: none;
      margin-left: -10px; } }
    @media (min-width: 992px) and (max-width: 1599px) {
      .s-text-image--reverse .s-text-image__text p {
        margin-left: 0; } }

@media (min-width: 992px) {
  .s-text-image--reverse .s-text-image__image {
    right: 0;
    left: auto; } }

.s-text-image--horizontal .row--image .col-lg-6 {
  min-height: 0; }
  .s-text-image--horizontal .row--image .col-lg-6:nth-child(odd) {
    padding-right: 0; }
  .s-text-image--horizontal .row--image .col-lg-6:nth-child(even) {
    padding-left: 0; }

.s-text-image--horizontal .s-text-image__text {
  max-width: 1160px;
  text-align: left;
  padding-right: 0;
  padding-left: 110px; }
  @media (max-width: 1599px) {
    .s-text-image--horizontal .s-text-image__text {
      max-width: 1030px;
      padding-left: 95px; } }
  @media (max-width: 1199.98px) {
    .s-text-image--horizontal .s-text-image__text {
      max-width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  .s-text-image--horizontal .s-text-image__text .heading-section {
    padding-left: 110px;
    margin-left: -110px; }
    @media (max-width: 1599px) {
      .s-text-image--horizontal .s-text-image__text .heading-section {
        padding-left: 95px;
        margin-left: -95px; } }
    @media (max-width: 1199.98px) {
      .s-text-image--horizontal .s-text-image__text .heading-section {
        padding-left: 0;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .s-text-image--horizontal .s-text-image__text .heading-section:before {
        position: absolute;
        top: 16px;
        left: 0; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .s-text-image--horizontal .s-text-image__text .heading-section:before {
      top: 13px; } }
  .s-text-image--horizontal .s-text-image__text p {
    max-width: 100%;
    float: none;
    line-height: 2; }

.s-text-image--horizontal .s-text-image__image {
  width: 100%;
  height: 585px;
  position: relative; }
  @media (max-width: 1599px) {
    .s-text-image--horizontal .s-text-image__image {
      height: 500px; } }
  @media (max-width: 1199.98px) {
    .s-text-image--horizontal .s-text-image__image {
      height: 450px; } }
  @media (max-width: 991.98px) {
    .s-text-image--horizontal .s-text-image__image {
      width: auto;
      height: 350px; } }

@media (min-width: 1600px) {
  .s-text-image--image-inner .col-lg-6:nth-child(even) {
    min-height: 585px; } }

@media (min-width: 1200px) {
  .s-text-image--image-inner .s-text-image__image {
    width: auto;
    right: 15px;
    left: 0; }
  .s-text-image--image-inner .s-text-image__text p {
    line-height: 2; }
  .s-text-image--image-inner.s-text-image--reverse .s-text-image__image {
    right: 0;
    left: 15px; } }

.s-trust-us {
  margin-top: 105px; }
  @media (max-width: 1599px) {
    .s-trust-us {
      margin-top: 80px; } }
  @media (max-width: 1199.98px) {
    .s-trust-us {
      margin-top: 50px; } }
  .s-trust-us__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 80px 140px 80px; }
    @media (max-width: 1599px) {
      .s-trust-us__row {
        margin-top: 50px;
        margin-bottom: 100px; } }
    @media (max-width: 1199.98px) {
      .s-trust-us__row {
        margin: 40px -15px 45px -15px; } }
  .s-trust-us__item {
    width: 20%;
    height: 160px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1599px) {
      .s-trust-us__item {
        height: 140px; } }
    @media (max-width: 1199.98px) {
      .s-trust-us__item {
        height: 115px; } }
    @media (max-width: 991.98px) {
      .s-trust-us__item {
        height: 100px; } }
    @media (max-width: 767.98px) {
      .s-trust-us__item {
        width: 33.33%; } }
    @media (max-width: 575.98px) {
      .s-trust-us__item {
        width: 50%;
        height: 80px;
        padding: 15px 30px; } }
    .s-trust-us__item img {
      max-height: 100%;
      display: block;
      margin: 0 auto; }
      @media (max-width: 575.98px) {
        .s-trust-us__item img {
          max-width: 100px; } }
  .s-trust-us .hidden {
    display: none; }
  @media (min-width: 992px) {
    .s-trust-us .col-lg-6:nth-child(odd) {
      padding-right: 5px; }
    .s-trust-us .col-lg-6:nth-child(even) {
      padding-left: 5px; } }
  @media (max-width: 991.98px) {
    .s-trust-us .col-lg-6 {
      margin-bottom: 50px; }
      .s-trust-us .col-lg-6:last-child {
        margin-bottom: 0; } }
  .s-trust-us--only-logotypes .s-trust-us__row {
    margin-bottom: 0; }

.s-contact-home {
  margin-top: 95px;
  margin-bottom: 130px; }
  @media (max-width: 1599px) {
    .s-contact-home {
      margin-top: 80px;
      margin-bottom: 100px; } }
  @media (max-width: 1199.98px) {
    .s-contact-home {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .s-contact-home .row {
    margin-top: 120px; }
    @media (max-width: 1599px) {
      .s-contact-home .row {
        margin-top: 100px; } }
    @media (max-width: 1199.98px) {
      .s-contact-home .row {
        margin-top: 50px; } }
    .s-contact-home .row:first-child {
      margin-top: 0; }
  @media (max-width: 575.98px) {
    .s-contact-home .b-heading-section .heading-large {
      max-width: 290px;
      width: 100%;
      margin: 0 auto; } }
  .s-contact-home .b-tab {
    margin: 30px 110px 0 110px; }
    @media (max-width: 1599px) {
      .s-contact-home .b-tab {
        margin-right: 95px;
        margin-left: 95px; } }
    @media (max-width: 1199.98px) {
      .s-contact-home .b-tab {
        margin: 10px 0 0 0; } }
    .s-contact-home .b-tab:first-child {
      margin-top: 0; }

.s-hero-page {
  height: 700px;
  position: relative; }
  @media (max-width: 1599px) {
    .s-hero-page {
      height: 500px; } }
  @media (max-width: 1199.98px) {
    .s-hero-page {
      height: auto;
      padding-bottom: 25vw; } }
  @media (max-width: 767.98px) {
    .s-hero-page {
      padding-bottom: 40vw; } }
  .s-hero-page .container {
    position: relative;
    z-index: 2; }
  .s-hero-page .heading-page {
    position: absolute;
    top: 20px;
    right: 15px;
    left: 15px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .s-hero-page .heading-page {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-top: 20px; } }
  .s-hero-page__text {
    max-width: 750px;
    width: 100%;
    float: right;
    margin: 60px 25px 0 0; }
    @media (max-width: 1599px) {
      .s-hero-page__text {
        max-width: 620px;
        margin-top: 50px; } }
    @media (max-width: 1199.98px) {
      .s-hero-page__text {
        max-width: 100%;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      .s-hero-page__text {
        margin-top: 20px; } }
    .s-hero-page__text p {
      max-width: 470px;
      width: 100%;
      display: block;
      margin-top: 25px; }
      @media (max-width: 1599px) {
        .s-hero-page__text p {
          max-width: 420px; } }
      @media (max-width: 1199.98px) {
        .s-hero-page__text p {
          max-width: 640px; } }
    @media (min-width: 1200px) {
      .s-hero-page__text--long {
        max-width: 850px; } }
  @media (min-width: 1200px) and (mac-width: 1599px) {
    .s-hero-page__text--long {
      max-width: 750px; } }
    @media (min-width: 1200px) {
        .s-hero-page__text--long p {
          max-width: 525px; } }
    @media (min-width: 1200px) and (max-width: 1599px) {
      .s-hero-page__text--long p {
        max-width: 465px; } }
  .s-hero-page__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .s-hero-page__image:before {
      background: white;
      background: -moz-linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0.902398) 30%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0.902398) 30%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0.902398) 30%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 30%;
      left: 0;
      z-index: 2; }
      @media (max-width: 575.98px) {
        .s-hero-page__image:before {
          bottom: 0; } }

.s-icons {
  margin: 100px 0; }
  @media (max-width: 1599px) {
    .s-icons {
      margin: 80px 0; } }
  @media (max-width: 1199.98px) {
    .s-icons {
      margin: 50px 0; } }
  .s-icons__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .s-icons__item {
    width: 11.11%;
    margin-top: 50px; }
    @media (max-width: 991.98px) {
      .s-icons__item {
        width: 16.66%;
        margin-top: 30px; } }
    @media (max-width: 767.98px) {
      .s-icons__item {
        width: 25%; } }
    @media (max-width: 575.98px) {
      .s-icons__item {
        width: 50%; } }
    @media (min-width: 992px) {
      .s-icons__item:nth-child(-n + 9) {
        margin-top: 0; } }
    @media (min-width: 768px) {
      .s-icons__item:nth-child(-n + 6) {
        margin-top: 0; } }
    @media (min-width: 576px) {
      .s-icons__item:nth-child(-n + 4) {
        margin-top: 0; } }
    @media (max-width: 575.98px) {
      .s-icons__item:nth-child(-n + 2) {
        margin-top: 0; } }
  .s-icons__icon {
    width: 90px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    @media (max-width: 1199.98px) {
      .s-icons__icon {
        width: 70px;
        height: 70px; } }
    .s-icons__icon img {
      max-height: 100%; }
  .s-icons__heading {
    margin-top: 25px; }
    @media (max-width: 1199.98px) {
      .s-icons__heading {
        margin-top: 15px; } }
    .s-icons__heading p {
      font-family: "Prompt", sans-serif;
      font-weight: 600;
      font-size: 1.4rem;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.05em; }
      @media (max-width: 1199.98px) {
        .s-icons__heading p {
          font-size: 1.2rem; } }

.s-coop {
  margin: 130px 0 100px 0; }
  @media (max-width: 1599px) {
    .s-coop {
      margin: 100px 0 80px 0; } }
  @media (max-width: 1199.98px) {
    .s-coop {
      margin: 50px 0; } }
  @media (max-width: 991.98px) {
    .s-coop {
      margin-bottom: 0; } }
  .s-coop .b-logotypes {
    margin: 65px 110px 0 110px; }
    @media (max-width: 1599px) {
      .s-coop .b-logotypes {
        margin-top: 50px;
        margin-right: 95px;
        margin-left: 95px; } }
    @media (max-width: 1199.98px) {
      .s-coop .b-logotypes {
        margin: 40px -15px 0 -15px; } }
    @media (max-width: 991.98px) {
      .s-coop .b-logotypes {
        margin-top: 30px; } }
    @media (max-width: 575.98px) {
      .s-coop .b-logotypes {
        margin-top: 40px; } }

@media (max-width: 991.98px) {
  .s-recomendation {
    margin-top: 50px; } }

.s-lakma-more {
  margin-top: 105px;
  margin-bottom: 60px; }
  @media (max-width: 1599px) {
    .s-lakma-more {
      margin-top: 80px;
      margin-bottom: 50px; } }
  @media (max-width: 1199.98px) {
    .s-lakma-more {
      margin: 50px 0 0 0; } }
  .s-lakma-more .b-heading-section .btn-border {
    max-width: 230px;
    min-width: 0; }

.s-text-half-image {
  margin: 85px 0; }
  @media (max-width: 1199.98px) {
    .s-text-half-image {
      margin: 50px 0; } }
  @media (max-width: 991.98px) {
    .s-text-half-image {
      margin: 0; } }
  @media (max-width: 991.98px) {
    .s-text-half-image .row {
      flex-direction: column-reverse; } }
  .s-text-half-image .col-lg-6:nth-child(odd) {
    min-height: 585px; }
    @media (max-width: 1599px) {
      .s-text-half-image .col-lg-6:nth-child(odd) {
        min-height: 500px; } }
    @media (max-width: 991.98px) {
      .s-text-half-image .col-lg-6:nth-child(odd) {
        min-height: 0; } }
  .s-text-half-image .col-lg-6:nth-child(even) {
    align-self: center; }
  .s-text-half-image__image, .s-text-half-image__map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 15px; }
    @media (max-width: 991.98px) {
      .s-text-half-image__image, .s-text-half-image__map {
        height: 350px;
        position: relative;
        left: auto;
        margin-right: -15px;
        margin-left: -15px; } }
  .s-text-half-image__map-map {
    height: 100%;
    position: relative;
    z-index: 1; }
  .s-text-half-image__map .btn-blue-right {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .s-text-half-image__map .btn-blue-right {
        bottom: 15px;
        left: 15px; } }
  .s-text-half-image__text {
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 160px; }
    @media (max-width: 1599px) {
      .s-text-half-image__text {
        padding-left: 120px; } }
    @media (max-width: 1279px) {
      .s-text-half-image__text {
        padding-right: 30px;
        padding-left: 110px; } }
    @media (max-width: 1199.98px) {
      .s-text-half-image__text {
        padding-top: 50px;
        padding-right: 0;
        padding-bottom: 50px;
        padding-left: 30px; } }
    @media (max-width: 991.98px) {
      .s-text-half-image__text {
        padding-left: 0; } }
    .s-text-half-image__text .heading-section {
      padding-left: 110px;
      margin-left: -110px;
      margin-bottom: 45px; }
      @media (max-width: 1599px) {
        .s-text-half-image__text .heading-section {
          padding-left: 95px;
          margin-bottom: 30px;
          margin-left: -95px; } }
      @media (max-width: 1199.98px) {
        .s-text-half-image__text .heading-section {
          padding-left: 0;
          margin-left: 0; } }
      @media (min-width: 1200px) {
        .s-text-half-image__text .heading-section:before {
          position: absolute;
          top: 16px;
          left: 0; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .s-text-half-image__text .heading-section:before {
      top: 13px; } }
      .s-text-half-image__text .heading-section + .heading-box-medium {
        margin-top: 20px; }
    .s-text-half-image__text .heading-box-medium {
      text-transform: uppercase;
      letter-spacing: 0.075em;
      margin-top: 45px; }
      @media (max-width: 1599px) {
        .s-text-half-image__text .heading-box-medium {
          margin-top: 30px; } }
      .s-text-half-image__text .heading-box-medium:first-child {
        margin-top: 0; }
      .s-text-half-image__text .heading-box-medium + p {
        line-height: 1.72;
        margin-top: 20px; }
        @media (max-width: 1599px) {
          .s-text-half-image__text .heading-box-medium + p {
            margin-top: 15px; } }
    .s-text-half-image__text > p {
      line-height: 2; }
    .s-text-half-image__text blockquote {
      margin: 0;
      font-style: italic; }
    .s-text-half-image__text .author {
      font-family: "Poppins", sans-serif;
      color: #2c2c2c;
      margin-top: 30px; }
      .s-text-half-image__text .author strong {
        display: block; }
      .s-text-half-image__text .author small {
        font-size: 1.4rem; }
  .s-text-half-image__location {
    background: #e7f2f8;
    max-width: 260px;
    width: 100%;
    min-height: 70px;
    margin-top: 45px;
    position: relative;
    padding: 15px 15px 15px 85px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .s-text-half-image__location {
        margin-top: 30px; } }
    .s-text-half-image__location:after {
      min-height: inherit;
      content: ""; }
    .s-text-half-image__location svg {
      width: 31px;
      height: 42px;
      display: block;
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%); }
    .s-text-half-image__location p {
      font-size: 1.6rem; }
  @media (min-width: 992px) {
    .s-text-half-image--reverse .row {
      flex-direction: row-reverse; } }
  .s-text-half-image--reverse .s-text-half-image__image, .s-text-half-image--reverse .s-text-half-image__map {
    right: 15px;
    left: 0; }
  .s-text-half-image--reverse .s-text-half-image__text {
    padding-left: 110px; }
    @media (max-width: 1599px) {
      .s-text-half-image--reverse .s-text-half-image__text {
        padding-left: 95px; } }
    @media (max-width: 1199.98px) {
      .s-text-half-image--reverse .s-text-half-image__text {
        padding-right: 30px;
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .s-text-half-image--reverse .s-text-half-image__text {
        padding-right: 0; } }
  @media (min-width: 992px) {
    .s-text-half-image + .s-text-image--horizontal .s-text-image__text {
      padding-top: 0; } }
  @media (min-width: 1200px) {
    .s-text-half-image--uslugi-logistyczne .s-text-half-image__text {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 0; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .s-text-half-image--uslugi-logistyczne .s-text-half-image__text {
      padding-left: 110px; } }
  .s-text-half-image--estate .s-text-half-image__text {
    padding-right: 0; }
    .s-text-half-image--estate .s-text-half-image__text > p {
      line-height: 1.75; }
  @media (max-width: 991.98px) {
    .s-text-half-image + .s-map-centrum {
      margin-top: 50px; } }

.s-contact-person {
  margin-top: 180px;
  margin-bottom: 120px; }
  @media (max-width: 1599px) {
    .s-contact-person {
      margin-top: 100px;
      margin-bottom: 80px; } }
  @media (max-width: 1199.98px) {
    .s-contact-person {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .s-contact-person .b-heading-box {
    margin-bottom: 70px; }
    @media (max-width: 1599px) {
      .s-contact-person .b-heading-box {
        margin-bottom: 50px; } }
  .s-contact-person__image {
    height: 585px;
    margin-right: -15px; }
    @media (max-width: 1599px) {
      .s-contact-person__image {
        height: 500px; } }
    @media (max-width: 991.98px) {
      .s-contact-person__image {
        height: 350px;
        margin-left: -15px; } }
  .s-contact-person__text {
    padding-left: 90px;
    padding-bottom: 60px; }
    @media (max-width: 1599px) {
      .s-contact-person__text {
        padding-left: 25px;
        padding-bottom: 40px; } }
    @media (max-width: 1279px) {
      .s-contact-person__text {
        padding-left: 15px; } }
    @media (max-width: 1199.98px) {
      .s-contact-person__text {
        padding-left: 30px; } }
    @media (max-width: 991.98px) {
      .s-contact-person__text {
        margin-top: 40px;
        padding-left: 0;
        padding-bottom: 0; } }
    .s-contact-person__text .name {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      color: #2c2c2c;
      text-transform: uppercase;
      letter-spacing: 0; }
    .s-contact-person__text .pos {
      max-width: 350px;
      width: 100%;
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      color: #2c2c2c;
      line-height: 1.4;
      display: block;
      margin-top: 12px;
      letter-spacing: 0; }
    .s-contact-person__text ul {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 1599px) {
        .s-contact-person__text ul {
          margin-top: 30px; } }
      .s-contact-person__text ul li {
        line-height: 1.4;
        margin-right: 85px; }
        @media (max-width: 1599px) {
          .s-contact-person__text ul li {
            margin-right: 60px; } }
        @media (max-width: 1199.98px) {
          .s-contact-person__text ul li {
            margin-right: 30px; } }
        @media (max-width: 991.98px) {
          .s-contact-person__text ul li {
            width: 100%;
            margin-top: 20px; }
            .s-contact-person__text ul li:first-child {
              margin-top: 0; } }
        .s-contact-person__text ul li:last-child {
          margin-right: 0; }
      .s-contact-person__text ul a {
        font-size: 1.6rem;
        letter-spacing: 0.025em;
        position: relative;
        margin-left: 60px;
        display: inline-block; }
        @media (max-width: 1199.98px) {
          .s-contact-person__text ul a {
            margin-left: 40px; } }
        .s-contact-person__text ul a:before {
          background: #000;
          width: 0;
          height: 1px;
          display: block;
          content: "";
          opacity: 0.5;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: all 0.2s ease; }
        .s-contact-person__text ul a:hover:before {
          width: 100%; }
      .s-contact-person__text ul strong {
        display: block;
        text-transform: uppercase;
        font-family: "Prompt", sans-serif;
        font-weight: 600;
        font-size: 1.4rem;
        letter-spacing: 0.05em; }
      .s-contact-person__text ul svg {
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        top: 50%;
        left: -60px;
        transform: translateY(-50%); }
        @media (max-width: 1199.98px) {
          .s-contact-person__text ul svg {
            left: -40px; } }
    .s-contact-person__text .btn-border {
      margin-top: 80px; }
      @media (min-width: 992px) {
        .s-contact-person__text .btn-border {
          min-width: 320px; } }
      @media (max-width: 1599px) {
        .s-contact-person__text .btn-border {
          margin-top: 60px; } }
      @media (max-width: 991.98px) {
        .s-contact-person__text .btn-border {
          margin-top: 35px; } }
  .s-contact-person:last-child {
    margin-bottom: 0; }

.s-text-icon {
  margin: 100px 0 150px 0; }
  @media (max-width: 1599px) {
    .s-text-icon {
      margin-bottom: 100px; } }
  @media (max-width: 1199.98px) {
    .s-text-icon {
      margin: 50px 0; } }
  .s-text-icon .b-heading-icon-list {
    max-width: 1000px;
    width: 100%;
    margin-top: 95px;
    margin-left: 95px; }
    @media (max-width: 1599px) {
      .s-text-icon .b-heading-icon-list {
        margin-top: 70px;
        margin-left: 80px; } }
    @media (max-width: 1199.98px) {
      .s-text-icon .b-heading-icon-list {
        width: auto;
        margin-top: 50px;
        margin-left: 0;
        margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .s-text-icon + .s-text-half-image--reverse .s-text-half-image__text {
      padding-top: 0; } }

.s-gallery {
  margin-top: 130px; }
  @media (max-width: 1599px) {
    .s-gallery {
      margin-top: 100px; } }
  @media (max-width: 1199.98px) {
    .s-gallery {
      margin-top: 50px; } }
  .s-gallery .b-gallery {
    margin-top: 65px; }
    @media (max-width: 1599px) {
      .s-gallery .b-gallery {
        margin-top: 50px; } }

.s-download {
  margin-top: 130px; }
  @media (max-width: 1599px) {
    .s-download {
      margin-top: 100px; } }
  @media (max-width: 1199.98px) {
    .s-download {
      margin-top: 50px; } }
  .s-download .b-download {
    margin: 55px 0 0 110px; }
    @media (max-width: 1599px) {
      .s-download .b-download {
        margin: 50px 0 0 95px; } }
    @media (max-width: 1199.98px) {
      .s-download .b-download {
        margin-left: 0; } }
    @media (max-width: 575.98px) {
      .s-download .b-download {
        margin-top: 40px; } }
  .s-download + .s-contact-person {
    margin-top: 120px; }
    @media (max-width: 1599px) {
      .s-download + .s-contact-person {
        margin-top: 100px; } }
    @media (max-width: 1199.98px) {
      .s-download + .s-contact-person {
        margin-top: 50px; } }

.s-disposition {
  margin: 120px 0; }
  @media (max-width: 1599px) {
    .s-disposition {
      margin: 100px 0; } }
  @media (max-width: 1199.98px) {
    .s-disposition {
      margin: 50px 0; } }
  .s-disposition .b-tab {
    margin: 50px 110px 0 110px; }
    @media (max-width: 1599px) {
      .s-disposition .b-tab {
        margin-top: 40px;
        margin-right: 95px;
        margin-left: 95px; } }
    @media (max-width: 1199.98px) {
      .s-disposition .b-tab {
        margin: 30px 0 0 0; } }
    @media (max-width: 991.98px) {
      .s-disposition .b-tab {
        margin-top: 20px; } }

.s-hero-contact {
  margin-top: 85px; }
  @media (max-width: 1599px) {
    .s-hero-contact {
      margin-top: 60px; } }
  @media (max-width: 1199.98px) {
    .s-hero-contact {
      margin-top: 30px; } }
  .s-hero-contact .heading-page {
    text-align: center; }
  .s-hero-contact__details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px; }
    @media (max-width: 1599px) {
      .s-hero-contact__details {
        margin-top: 60px; } }
    @media (max-width: 1199.98px) {
      .s-hero-contact__details {
        margin-top: 45px; } }
    @media (max-width: 767.98px) {
      .s-hero-contact__details {
        flex-direction: column; } }
    @media (max-width: 575.98px) {
      .s-hero-contact__details {
        margin-top: 40px; } }
    .s-hero-contact__details-item {
      margin-right: 100px; }
      @media (max-width: 1599px) {
        .s-hero-contact__details-item {
          margin-right: 80px; } }
      @media (max-width: 991.98px) {
        .s-hero-contact__details-item {
          margin-right: 40px; } }
      @media (max-width: 767.98px) {
        .s-hero-contact__details-item {
          margin-top: 30px;
          margin-right: 0; } }
      @media (max-width: 767.98px) {
        .s-hero-contact__details-item:first-child {
          margin-top: 0; } }
      .s-hero-contact__details-item:last-child {
        margin-right: 0; }
      .s-hero-contact__details-item p {
        font-size: 1.6rem;
        display: inline-block;
        padding-left: 55px;
        position: relative; }
        @media (max-width: 575.98px) {
          .s-hero-contact__details-item p {
            padding-left: 45px; } }
      .s-hero-contact__details-item svg {
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .s-hero-contact__details-item a:hover {
        text-decoration: underline; }
      .s-hero-contact__details-item--phone {
        margin-top: 3px; }
        .s-hero-contact__details-item--phone svg {
          top: 5px; }

.s-contact-list {
  margin-top: 130px;
  margin-bottom: 110px; }
  @media (max-width: 1599px) {
    .s-contact-list {
      margin-top: 100px;
      margin-bottom: 80px; } }
  @media (max-width: 1199.98px) {
    .s-contact-list {
      margin-top: 50px;
      margin-bottom: 20px; } }
  .s-contact-list .container > .row {
    margin-top: 160px; }
    @media (max-width: 1599px) {
      .s-contact-list .container > .row {
        margin-top: 100px; } }
    @media (max-width: 1199.98px) {
      .s-contact-list .container > .row {
        margin-top: 50px; } }
    .s-contact-list .container > .row:first-child {
      margin-top: 0; }
  @media (max-width: 575.98px) {
    .s-contact-list .b-heading-section .heading-large {
      max-width: 290px;
      width: 100%;
      margin: 0 auto; } }
  .s-contact-list .b-tab {
    margin: 50px 110px 135px 110px; }
    @media (max-width: 1599px) {
      .s-contact-list .b-tab {
        margin: 40px 95px 80px 95px; } }
    @media (max-width: 1199.98px) {
      .s-contact-list .b-tab {
        margin: 10px 0 30px 0; } }
    .s-contact-list .b-tab:first-child {
      margin-top: 0; }
    .s-contact-list .b-tab:last-child {
      margin-bottom: 0; }

.s-locations {
  margin-top: 110px;
  margin-bottom: 100px; }
  @media (max-width: 1599px) {
    .s-locations {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (max-width: 991.98px) {
    .s-locations {
      margin-top: 50px;
      margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .s-locations .row {
      flex-direction: column-reverse; } }
  .s-locations__map {
    height: 100%;
    margin-right: -15px; }
    @media (max-width: 1199.98px) {
      .s-locations__map {
        margin-left: -15px; } }
    @media (max-width: 991.98px) {
      .s-locations__map {
        height: 100vw; } }
  .s-locations__text {
    margin-top: 35px;
    margin-bottom: 60px;
    margin-left: 40px; }
    @media (max-width: 1199.98px) {
      .s-locations__text {
        margin-bottom: 50px;
        margin-left: 30px; } }
    @media (max-width: 991.98px) {
      .s-locations__text {
        margin-top: 0;
        margin-left: 0; } }
  .s-locations__list {
    max-height: 390px;
    margin-top: 65px;
    margin-left: 45px; }
    @media (max-width: 1199.98px) {
      .s-locations__list {
        margin-top: 50px;
        margin-left: 0; } }
  .s-locations__item {
    position: relative;
    padding-right: 25px;
    padding-left: 50px;
    margin-top: 40px; }
    .s-locations__item:first-child {
      margin-top: 0; }
    .s-locations__item:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZwogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmlld0JveD0iMCAwIDU4Ni4zOTczNCA3OTMuNzA4MDEiCiAgIGhlaWdodD0iNzkzLjcwODAxIgogICB3aWR0aD0iNTg2LjM5NzM0IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgoKICAgdmVyc2lvbj0iMS4xIj48ZGVmcwogICAgPjxjbGlwUGF0aAoKICAgICAgIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aAoKICAgICAgICAgZD0iTSAwLDU5NS4yODEgSCA0MzkuNzk4IFYgMCBIIDAgWiIgLz48L2NsaXBQYXRoPjwvZGVmcz48ZwogICAgIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMzMywwLDAsLTEuMzMzMzMzMywwLDc5My43MDgpIgogICAgPjxnCiAgICAgICA+PGcKICAgICAgICAgY2xpcC1wYXRoPSJ1cmwoI2NsaXBQYXRoMTgpIgogICAgICAgICA+PGcKICAgICAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTcuMzA1NywzMDAuNzU3OCkiCiAgICAgICAgICA+PHBhdGgKCiAgICAgICAgICAgICBzdHlsZT0iZmlsbDojYjdiN2I3O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICAgICAgZD0ibSAwLDAgYyAtNS4xNiwtMTIuMzAxIC0xNS43ODEsLTMyLjEzMSAtMjMuMTY2LC00My4zMzIgbCAtMTUwLjc4NywtMjI4LjQ2MyBjIC0yLjk3NCwtNC41MTYgLTMuOTE5LC00LjUxNiAtNi44OTQsMCBsIC0xNTAuNzg2LDIyOC40NjMgYyAtNy4zODYsMTEuMjAxIC0xOC4wMDYsMzEuMDQzIC0yMy4xNjcsNDMuMzQ1IC0wLjIyLDAuNTMgLTE2LjYzNSw0MC4wNDggLTE2LjYzNSw3NC42MTEgMCwxMDYuOTg3IDg3LjA0MSwxOTQuMDI4IDE5NC4wMjksMTk0LjAyOCAxMDYuOTg4LDAgMTk0LjAyOSwtODcuMDQxIDE5NC4wMjksLTE5NC4wMjggQyAxNi42MjMsNDAuMDA5IDAuMTY4LDAuMzg4IDAsMCBtIC0xNzcuNDA2LDI5NC41MjMgYyAtMTIxLjI1NSwwIC0yMTkuOSwtOTguNjQ0IC0yMTkuOSwtMjE5Ljg5OSAwLC0zOS45MTggMTcuOTAzLC04Mi44NTEgMTguNjUzLC04NC42NjEgNS43ODIsLTEzLjcyNSAxNy4xOTEsLTM1LjA0MyAyNS40MTgsLTQ3LjUzNyBsIDE1MC43NzMsLTIyOC40NDkgYyA2LjE3LC05LjM2NiAxNS4zMDIsLTE0LjczNSAyNS4wNTYsLTE0LjczNSA5Ljc1NCwwIDE4Ljg4NSw1LjM2OSAyNS4wNTQsMTQuNzIxIEwgLTEuNTY0LC01Ny41NzQgYyA4LjI0LDEyLjQ5NiAxOS42MzQsMzMuODEyIDI1LjQxOCw0Ny41MzcgMC43NSwxLjc5NyAxOC42MzgsNDQuNzI5IDE4LjYzOCw4NC42NjEgMCwxMjEuMjU1IC05OC42NDIsMjE5Ljg5OSAtMjE5Ljg5OCwyMTkuODk5IiAvPjwvZz48ZwogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxOS44OTk0LDI4NC44MjIzKSIKICAgICAgICAgICA+PHBhdGgKCiAgICAgICAgICAgICBzdHlsZT0iZmlsbDojYjdiN2I3O2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIgogICAgICAgICAgICAgZD0ibSAwLDAgYyAtNDkuOTE3LDAgLTkwLjU0Nyw0MC42MTYgLTkwLjU0Nyw5MC41NDYgMCw0OS45MzEgNDAuNjMsOTAuNTQ3IDkwLjU0Nyw5MC41NDcgNDkuOTE4LDAgOTAuNTQ3LC00MC42MTYgOTAuNTQ3LC05MC41NDcgQyA5MC41NDcsNDAuNjE2IDQ5LjkxOCwwIDAsMCBtIDAsMjA2Ljk2MyBjIC02NC4xOTgsMCAtMTE2LjQxNywtNTIuMjMyIC0xMTYuNDE3LC0xMTYuNDE3IDAsLTY0LjE4NCA1Mi4yMTksLTExNi40MTcgMTE2LjQxNywtMTE2LjQxNyA2NC4xOTcsMCAxMTYuNDE4LDUyLjIzMyAxMTYuNDE4LDExNi40MTcgMCw2NC4xODUgLTUyLjIyMSwxMTYuNDE3IC0xMTYuNDE4LDExNi40MTciIC8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 22px;
      height: 31px;
      display: block;
      content: "";
      position: absolute;
      top: 5px;
      left: 0; }
    .s-locations__item p {
      font-size: 1.6rem;
      letter-spacing: 0.025em; }
    .s-locations__item .btn-right {
      margin-top: 20px; }

.nicescroll-rails {
  background: #eeeeee;
  width: 11px !important; }

.nicescroll-cursors {
  background: #b7daed !important;
  width: 11px !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer; }

.s-404 {
  height: 830px;
  position: relative; }
  @media (max-width: 1599px) {
    .s-404 {
      height: 600px; } }
  @media (max-width: 767.98px) {
    .s-404 {
      height: 400px; } }
  .s-404 .container {
    position: relative;
    z-index: 2; }
  .s-404__text {
    text-align: center;
    margin-top: 100px; }
    @media (max-width: 1599px) {
      .s-404__text {
        margin-top: 80px; } }
    @media (max-width: 1199.98px) {
      .s-404__text {
        margin-top: 50px; } }
    .s-404__text .heading-section {
      margin-top: 70px;
      margin-left: -50px; }
      @media (min-width: 768px) {
        .s-404__text .heading-section {
          font-size: 3.6rem; } }
      @media (max-width: 1599px) {
        .s-404__text .heading-section {
          margin-top: 50px; } }
      @media (max-width: 1199.98px) {
        .s-404__text .heading-section {
          padding-bottom: 0;
          margin-left: 0; } }
      @media (max-width: 767.98px) {
        .s-404__text .heading-section {
          margin-top: 30px; } }
      .s-404__text .heading-section:before {
        top: -9px; }
        @media (max-width: 1199.98px) {
          .s-404__text .heading-section:before {
            content: none; } }
    .s-404__text p {
      margin-top: 25px; }
      @media (max-width: 767.98px) {
        .s-404__text p {
          margin-top: 15px; } }
      @media (max-width: 575.98px) {
        .s-404__text p {
          max-width: 210px;
          width: 100%;
          margin-right: auto;
          margin-left: auto; } }
    .s-404__text .btn-border {
      min-width: 195px;
      margin-top: 40px; }
      @media (max-width: 767.98px) {
        .s-404__text .btn-border {
          margin-top: 30px; } }
  .s-404__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .s-404__image:before {
      background: white;
      background: -moz-linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0.902398) 40%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0.902398) 40%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0.902398) 40%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 20%;
      left: 0;
      z-index: 2; }
      @media (max-width: 1599px) {
        .s-404__image:before {
          bottom: 0; } }
      @media (max-width: 575.98px) {
        .s-404__image:before {
          bottom: 0; } }

.s-text {
  margin-top: 75px;
  margin-bottom: 90px; }
  @media (max-width: 1599px) {
    .s-text {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (max-width: 1199.98px) {
    .s-text {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .s-text .container {
    max-width: 1170px; }
    @media (max-width: 1199.98px) {
      .s-text .container {
        max-width: 100%; } }
  .s-text .heading-page {
    text-align: center; }
    @media (max-width: 359px) {
      .s-text .heading-page {
        font-size: 3.6rem; } }
  .s-text .heading-box-medium {
    text-transform: uppercase;
    margin-top: 75px;
    margin-bottom: 50px; }
    @media (max-width: 1599px) {
      .s-text .heading-box-medium {
        margin-top: 50px;
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .s-text .heading-box-medium {
        margin-bottom: 30px; } }
    @media (max-width: 575.98px) {
      .s-text .heading-box-medium {
        max-width: 230px;
        width: 100%; } }
  .s-text ol, .s-text ul {
    list-style-type: inherit;
    margin-top: 15px; }
    .s-text ol li, .s-text ul li {
      list-style-type: inherit;
      margin-top: 10px; }
  .s-text p {
    font-size: 1.4rem; }
    .s-text p span {
      min-width: 30px;
      display: inline-block; }

