@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:400,700&display=swap");
@import "update2022.css";
@import "update-menu-2023.css";
@import url(../css/hero.css);
@import url(../css/button.css);
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
 * Swiper 5.3.0
 * 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: January 11, 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;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s 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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

.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 {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
          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 {
  -webkit-transform-origin: 100% 0;
          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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  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: .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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

:root {
  --title: "Oswald", sans-serif;
  --heading: "Poppins", sans-serif;
  --primary: "Roboto", sans-serif;
  --green: #3fabaf;
  --green-o75: rgba(63, 171, 175, 0.75);
  --green-o50: rgba(63, 171, 175, 0.5);
  --green-o25: rgba(63, 171, 175, 0.25);
  --green-o10: rgba(63, 171, 175, 0.1);
  --orange: #ff6600;
  --orange-light: #ff8800;
  --orange-o75: rgba(255, 102, 0, 0.75);
  --orange-o50: rgba(255, 102, 0, 0.5);
  --orange-o25: rgba(255, 102, 0, 0.25);
  --orange-o10: rgba(255, 102, 0, 0.1);
  --btn-orange: linear-gradient(to right, var(--orange-light), var(--orange));
  --grey-25: #f9f9f9;
  --grey-35: #f2f2f2;
  --grey-50: #eeeeee;
  --grey-75: #cccccc;
  --grey-100: grey;
  --fc-dark-100: #000000;
  --fc-dark-80: #444444;
  --fc-dark-70: #686868;
  --fc-dark-60: #666666;
  --fc-dark-40: #888888;
  --fc-dark-30: #aaaaaa;
  --fc-dark-20: #cccccc;
  --fc-heading: #000000;
  --fc-primary: #686868;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #555;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.enquire-now-simple {
  display: inline-block;
  padding-left: 0.5rem 1rem;
  padding-right: 0.5rem;
  background-color: #ff6600;
  color: white;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* @import "base/base.css"; */
.salkantay-menu {
  background-color: white;
  color: white;
  display: none;
}

@media screen and (min-width: 992px) {
  .salkantay-menu {
    display: block;
  }
}

.salkantay-menu__upper {
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .salkantay-menu__upper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.salkantay-menu .lang-icon span {
  display: none;
}

@media screen and (min-width: 992px) {
  .salkantay-menu .lang-icon span {
    display: inline-block;
  }
}

.salkantay-menu__logo {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .salkantay-menu__logo {
    margin-bottom: 0;
  }
}

.salkantay-menu__logo img {
  height: 6rem;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .salkantay-menu__logo img {
    height: 8rem;
  }
}

.salkantay-menu__upper-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.salkantay-menu__upper-elements a {
  font-family: "Poppins", sans-serif;
  color: #888;
}

.salkantay-menu__upper-elements ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .salkantay-menu__upper-elements ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.salkantay-menu__upper-elements ul li {
  font-family: "Poppins", sans-serif;
}

.salkantay-menu__upper-elements ul li:not(:first-child) {
  margin-left: 1.25rem;
}

.salkantay-menu__upper-elements ul li.separator {
  border-right: 1px solid black;
  height: 30%;
}

.salkantay-menu .lang-icon {
  position: relative;
  padding-left: 2.5rem;
}

.salkantay-menu .lang-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2rem;
  height: 2rem;
}

.salkantay-menu .lang-icon.en::before {
  background-image: url(../assets/languages/english-icon.svg);
}

.salkantay-menu .lang-icon.es::before {
  background-image: url(../assets/languages/spanish-icon.svg);
}

.salkantay-menu__upper-list {
  font-size: 1.2rem;
  height: 4rem;
}

.salkantay-menu__upper-list a:hover {
  text-decoration: underline;
}

.salkantay-menu__down-list {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Poppins", sans-serif;
}

.salkantay-menu__down-list a {
  color: black;
}

.salkantay-menu a.cta-contact-us {
  color: white;
  background-color: #ff6600;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
}

.salkantay-menu span.cta-contact-us {
  color: white;
  background-color: #ff6600;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
}

.salkantay-menu .menu-icon {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1.2rem 0.8rem 3rem;
}

.salkantay-menu .menu-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  height: 100%;
  width: 3rem;
  top: 0;
  left: 0;
  font-size: 2.4rem;
}

.salkantay-menu .menu-icon.date::before {
  content: "\f0f3";
  color: #ff6600;
}

.salkantay-menu .menu-icon.phone::before {
  content: "\f879";
  font-weight: 900;
  color: #ff6600;
}

.salkantay-menu__nav {
  background-color: black;
  position: relative;
}

.salkantay-menu__nav--primary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .salkantay-menu__nav--primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-menu__nav--primary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.salkantay-menu__nav--primary > li:last-child {
  display: none;
  margin-left: auto;
  background-color: #ff6600;
}

.salkantay-menu__nav--primary > li:hover .salkantay-menu__nav--grid {
  display: block;
}

.salkantay-menu__nav--primary > li:hover > a::after, .salkantay-menu__nav--primary > li:hover > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff6600;
}

.salkantay-menu__nav--primary > li > a, .salkantay-menu__nav--primary > li > span {
  color: white;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 7rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .salkantay-menu__nav--primary > li > a, .salkantay-menu__nav--primary > li > span {
    letter-spacing: 1px;
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
  }
}

.salkantay-menu__nav--primary > li > a::before, .salkantay-menu__nav--primary > li > span::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  right: 0rem;
}

@media screen and (min-width: 1200px) {
  .salkantay-menu__nav--primary > li > a::before, .salkantay-menu__nav--primary > li > span::before {
    right: 1rem;
  }
}

.salkantay-menu__nav--primary > li > a::after, .salkantay-menu__nav--primary > li > span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  background-color: #ff6600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.salkantay-menu__nav--primary > li > a:hover, .salkantay-menu__nav--primary > li > span:hover {
  background-color: #222;
}

.salkantay-menu__nav--primary > li > a:hover::after, .salkantay-menu__nav--primary > li > span:hover::after {
  height: 4px;
}

.salkantay-menu__nav--grid {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #555;
}

.salkantay-menu__nav--grid .container > .row > div {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.salkantay-menu__nav--grid .container > .row > div:first-child {
  padding-left: 0;
}

.salkantay-menu__nav--grid .container > .row > div:last-child {
  padding-right: 0;
}

.salkantay-menu__nav--grid .container > .row > div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  border-left: 1px solid #f0f0f0;
  border-left: 1px solid #ccc;
  border-left: 2px solid #f0f0f0;
}

.salkantay-menu__nav--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
}

.salkantay-menu__nav--secondary > li {
  display: block;
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.salkantay-menu__nav--secondary > li:nth-child(3n) {
  margin-right: 0;
}

.salkantay-menu__nav--tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
}

.salkantay-menu__nav--tertiary > li {
  display: block;
  width: 18rem;
}

.salkantay-menu__nav--tertiary > li + li {
  margin-left: 3rem;
}

.salkantay-menu__nav .menu-inner-title {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.salkantay-menu__nav .menu-inner-title::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  bottom: 0;
  left: 0;
}

.salkantay-menu__nav .menu-inner-title::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ff6600;
  width: 10rem;
  bottom: 0;
  left: 0;
}

.salkantay-menu__nav .menu-inner-description {
  font-size: 1.4rem;
  color: #888;
}

.salkantay-menu__nav .menu-image-wrapper {
  width: 100%;
  padding: 1rem;
}

.salkantay-menu__nav .menu-inner-image {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 2 / 3);
  overflow: hidden;
  border-radius: 1rem;
}

.salkantay-menu__nav .menu-inner-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.salkantay-menu__nav .menu-inner-image.square {
  padding-top: 100%;
}

.salkantay-menu__nav .menu-inner-image.cinema {
  padding-top: calc(100% * 9 / 16);
}

.salkantay-menu__nav .menu-inner-image.four-over-five {
  padding-top: calc(100% * 4 / 5);
}

.salkantay-menu__nav--quaternary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.salkantay-menu__nav--quaternary > li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  max-width: 35rem;
}

.salkantay-menu__nav--quaternary > li a {
  height: 4rem;
  line-height: 4rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #888;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.salkantay-menu__nav--quaternary > li a::after {
  position: absolute;
  content: "\f35a";
  content: "\f105";
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #888;
  color: #ccc;
  color: #f0f0f0;
  color: #bbb;
  border-radius: 2rem;
  right: 1rem;
  top: 0rem;
  font-size: 2rem;
  color: #ff6600;
  width: 0px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.salkantay-menu__nav--quaternary > li a:hover {
  color: #ff6600;
}

.salkantay-menu__nav--quaternary > li a:hover::after {
  width: 2rem;
  opacity: 1;
}

.card-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  color: white;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.card-menu-link:hover .card-menu-link__content {
  background-color: rgba(255, 102, 0, 0.5);
}

.card-menu-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-menu-link:hover h4::after {
  left: 0;
  width: 100%;
}

.card-menu-link__image {
  position: relative;
  width: 100%;
  padding-top: calc(100% * 9 / 16);
  background-color: rgba(255, 0, 0, 0.5);
}

.card-menu-link__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.card-menu-link__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 1s;
  transition: 1s;
}

.card-menu-link__content h4 {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}

.card-menu-link__content h4::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -2px;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.card-menu-link.circular {
  border-radius: 0;
  overflow: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-menu-link.circular .card-menu-link__image {
  padding-top: 100%;
  margin-bottom: 2rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 6px #f0f0f0;
          box-shadow: 0 0 0 6px #f0f0f0;
}

.card-menu-link.circular .card-menu-link__content {
  position: relative;
  background: none;
}

.card-menu-link.circular .card-menu-link__content h4 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.card-menu-link.circular .card-menu-link__content h4:after {
  background-color: #333;
}

.language-icon {
  height: 3rem;
}

.language-icon::before {
  content: "";
  display: inline-block;
  margin-top: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}

.language-icon.en::before {
  background-image: url(../assets/languages/english-icon.svg);
}

.language-icon.es::before {
  background-image: url(../assets/languages/spanish-icon.svg);
}

.phone-icon2 {
  display: inline-block;
}

.phone-icon2::before {
  content: "\f095";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #ccc;
  color: #ff6600;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 3rem;
}

@media screen and (min-width: 992px) {
  .phone-icon2::before {
    font-size: 20px;
    color: #ff6600;
  }
}

.email-icon2 {
  display: inline-block;
}

.email-icon2::before {
  content: "\f0e0";
  font-weight: 400;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #ccc;
  color: #ff6600;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 3rem;
}

@media screen and (min-width: 992px) {
  .email-icon2::before {
    color: #ff6600;
    font-size: 24px;
  }
}

.salkantay-menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1rem;
}

.salkantay-menu__contact div {
  padding: 1rem;
}

.salkantay-menu__contact a {
  display: inline-block;
  padding: 0.4rem 0.8rem 0.4rem 0rem;
  line-height: 3rem;
}

.salkantay-menu__contact a.cta-enquire {
  padding: 0.8rem 1.6rem;
  background-color: #ff6600;
  color: white;
  border-radius: 0.5rem;
}

.salkantay-menu__contact a::before {
  line-height: 3rem;
}

.salkantay-menu__contact a.cta-toll {
  position: relative;
}

.salkantay-menu__contact a.cta-toll::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 1rem;
  left: 0;
  font-weight: 900;
  font-size: 2rem;
  color: #ff6600;
  background-color: white;
}

.salkantay-menu__contact a.cta-phone {
  display: inline-block;
}

.salkantay-menu__contact a.cta-phone::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 1rem;
  left: 0;
  font-weight: 900;
  font-size: 2rem;
  color: #ff6600;
  background-color: white;
}

.toll-free__wrapper {
  position: relative;
}

.toll-free__wrapper a:hover {
  color: #ff6600;
  text-decoration: underline;
}

ul#toll-free__list {
  z-index: 2;
  width: 16.5rem;
  background-color: #ff6600;
  border: 1px solid #f0f0f0;
  border-top: none;
  color: white;
  display: none;
  position: absolute;
  border-radius: 5px;
  right: 0;
}

ul#toll-free__list li {
  padding: 0.5rem 2.25rem 0.5rem 0rem;
  text-align: right;
}

ul#toll-free__list li + li {
  border-top: 1px solid #f0f0f0;
}

ul#toll-free__list.active {
  background-color: white;
  display: block;
}

#toll-free__primary {
  position: relative;
  display: inline-block;
  padding-right: 2.25rem;
  padding-left: 1rem;
}

#toll-free__primary::after {
  content: "\f078";
  position: absolute;
  right: 0.5rem;
  height: 1.7rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
}

.menu-inner-cta-wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-inner-cta-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-inner-cta {
  height: 3rem;
  min-width: 12rem;
  display: inline-block;
  padding: 0rem 1rem;
  font-size: 1.4rem;
  border: 1px solid #ff6600;
  color: #ff6600;
  font-family: "Poppins", sans-serif;
  color: #ff6600;
  text-align: center;
  border-radius: 3rem;
  line-height: 2.8rem;
}

.mobile-nav-wrapper {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 7rem;
  display: block;
  top: 0;
}

.mobile-nav-wrapper * {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mobile-nav-spacing {
  width: 100%;
  /* height: 7rem; */
  margin: 0px;
  padding: 0px;
}

.mobile-header {
  /* background: rgba(0, 0, 20, 0.75); */
  background: black;
  height: 7rem;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mobile-header .logo-salkantay {
  padding: 1.5rem 1rem;
  display: inline-block;
  height: 100%;
}

.mobile-header .logo-salkantay img {
  height: 100%;
  width: auto;
  cursor: pointer;
}

.mobile-header .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-menu-mobile {
  -webkit-box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 6px rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: forestgreen;
  z-index: 99;
}

@media screen and (min-width: 992px) {
  .st-menu-mobile {
    display: none;
  }
}

.st-menu-mobile__bar {
  background-color: yellow;
  background-color: white;
  z-index: 999;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.st-menu-mobile__bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 7rem;
}

.st-menu-mobile .main-logo {
  height: 5rem;
  display: block;
  overflow: hidden;
}

.st-menu-mobile .main-logo img {
  height: 100%;
  width: auto;
}

.st-menu-mobile .upper-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-menu-mobile .upper-links li {
  border-left: 1px solid #eee;
  text-align: center;
}

.st-menu-mobile .upper-links .menu-icon {
  width: 4rem;
}

.st-menu-mobile .upper-links a {
  font-size: 1.4rem;
  color: #ccc;
  display: block;
  height: 3rem;
  line-height: 3rem;
}

.st-menu-mobile__navigation {
  width: 100%;
  background-color: white;
  height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 101;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.st-menu-mobile__navigation.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.st-menu-mobile__list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.st-menu-mobile__list a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  color: #888;
}

.st-menu-mobile__list > li {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: white;
}

.st-menu-mobile__list > li.has-children > a {
  position: relative;
}

.st-menu-mobile__list > li.has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 5rem;
  position: absolute;
  right: 1rem;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.st-menu-mobile__list > li.has-children.active-menu-item > a {
  color: #ff6600;
}

.st-menu-mobile__list > li.has-children.active-menu-item > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.st-menu-mobile__list > li > a {
  line-height: 5rem;
}

.st-menu-mobile__list > li.cta-enquire {
  background-color: #ff6600;
}

.st-menu-mobile__list > li.cta-enquire a {
  color: white;
}

.st-menu-mobile__list.dark {
  background-color: green;
}

.st-menu-mobile__list.dark > li {
  background-color: black;
}

.st-menu-mobile__list.dark > li:hover {
  background-color: #333;
}

.st-menu-mobile__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f8f8f8;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.st-menu-mobile__sub-list > li {
  font-size: 1.4rem;
  text-transform: none;
}

.st-menu-mobile__sub-list > li:first-child {
  margin-top: 1rem;
}

.st-menu-mobile__sub-list > li:last-child {
  margin-bottom: 1rem;
}

.st-menu-mobile__sub-list > li > a {
  line-height: 4rem;
}

.st-menu-mobile__sub-list > li > a:hover {
  text-decoration: underline;
}

.st-menu-mobile__contact {
  display: block;
  text-transform: none;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  width: 100%;
}

.st-menu-mobile__contact > li {
  font-family: "Roboto", sans-serif;
  padding: 1rem 0;
  width: 100%;
  width: 100%;
}

.st-menu-mobile__contact > li a.cta-phone {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #333;
  color: #888;
}

.st-menu-mobile__contact > li a.cta-phone span {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}

.st-menu-mobile__contact > li a.cta-phone span::before {
  content: "\f879";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff6600;
  left: 0;
}

.st-menu-mobile__contact > li:first-child {
  border-top: 1px solid #f0f0f0;
}

.st-menu-mobile__contact > li.label {
  font-weight: 400;
}

.st-menu-mobile__contact > li + li {
  border-top: 1px solid #f0f0f0;
}

.icons > div {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 4.5rem;
}

.call-us::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f095";
  font-size: 2.4rem;
  line-height: 7rem;
  color: white;
  width: 100%;
  text-align: center;
  color: var(--color-orange);
}

.call-us a {
  color: var(--color-orange);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  font-size: 0px;
  line-height: 0px;
}

#toggle {
  width: 4rem;
  width: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}

#toggle .hamburger-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  height: 2px;
  border-radius: 2px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#toggle .hamburger-icon::before, #toggle .hamburger-icon::after {
  position: absolute;
  background-color: #333;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 2px;
  height: 3px;
  height: 2px;
  width: 100%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#toggle .hamburger-icon::before {
  top: -8px;
  top: -6px;
}

#toggle .hamburger-icon::after {
  top: 8px;
  top: 6px;
}

#toggle .hamburger-icon.active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#toggle .hamburger-icon.active::before, #toggle .hamburger-icon.active::after {
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-links {
  display: none;
  position: relative;
}

.mobile-links a {
  font-family: var(--font3);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}

.mobile-links.open {
  display: block;
  position: relative;
}

.mobile-links li {
  display: block;
  /* text-align: center; */
}

.mobile-links > li {
  display: block;
  /* background: #333; */
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid white;
}

.mobile-links > li:last-child {
  border-bottom: none;
}

.mobile-links > li > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1.6rem;
}

.mobile-links > li > ul {
  display: none;
}

.mobile-links > li.active > ul {
  display: block;
}

li.active li {
  display: block;
  /* border: 1px solid white; */
}

li.active li:last-child {
  border-bottom: none;
}

li.active li a {
  display: block;
  padding: 1rem 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 1;
  color: white;
}

footer.main-footer {
  color: #eee;
  font-size: 1.4rem;
  background-color: white;
}

.salkantay-trekking-associations {
  background-color: white;
  text-align: center;
  padding: 6rem 0;
}

.salkantay-trekking-associations__title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #ccc;
  font-weight: 300;
  margin-bottom: 1rem;
}

.salkantay-trekking-associations ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .salkantay-trekking-associations ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.salkantay-trekking-associations ul li {
  width: 50%;
}

@media screen and (min-width: 420px) {
  .salkantay-trekking-associations ul li {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .salkantay-trekking-associations ul li {
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-trekking-associations ul li {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .salkantay-trekking-associations ul li:not(:first-child) {
    margin-left: 2rem;
  }
}

.salkantay-trekking-associations ul li img {
  height: 80px;
  -webkit-filter: hue-rotate(0deg) saturate(0) brightness(100%);
          filter: hue-rotate(0deg) saturate(0) brightness(100%);
  opacity: 0.3;
}

.salkantay-trekking-quote {
  color: #888;
  font-family: var(--font-po);
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  background: url("../imagenes/bg/bg-montanas-pie-pagina-negro.png") repeat-x bottom center;
  padding: 6rem 0rem;
}

.salkantay-trekking-quote .main-phrase {
  font-size: 1.8rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .salkantay-trekking-quote .main-phrase {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-trekking-quote .main-phrase {
    text-transform: unset;
    font-size: 3.6rem;
  }
}

.salkantay-trekking-quote .complementary-phrase {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .salkantay-trekking-quote .complementary-phrase {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-trekking-quote .complementary-phrase {
    font-size: 2.4rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .salkantay-trekking-quote {
    font-size: 1.8rem;
    padding: 10rem 0rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-trekking-quote {
    font-size: 1.8rem;
    padding: 5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-trekking-quote {
    font-size: 2.4rem;
    padding: 2.5rem 0rem;
    padding: 4.5rem 0rem;
    padding: 8rem 0rem;
  }
}

@media only screen and (max-width: 768px) {
  .the-best-journeys {
    font-size: 24px;
    line-height: normal;
  }
}

.footer-new-2020-logo {
  padding: 10px 0px;
  margin: 10px 0px;
}

.footer-new-2020-logo img {
  width: 150px;
}

@media only screen and (max-width: 768px) {
  .footer-new-2020-logo {
    text-align: center;
  }
}

.salkantay-trek-associations-title {
  font-family: var(--font-po);
  font-size: 30px;
  color: #ccc;
  font-weight: 300;
}

.salkantay-trek-associations img {
  height: 80px;
  margin: 0px 10px;
  -webkit-filter: hue-rotate(0deg) saturate(0) brightness(100%);
          filter: hue-rotate(0deg) saturate(0) brightness(100%);
  opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  .salkantay-trek-associations img {
    height: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .salkantay-trek-associations {
    display: none;
  }
}

.footer-new-2020-tel-book {
  vertical-align: bottom !important;
}

.footer-new-2020-tel-book a {
  border: 1px solid var(--color-orange);
  display: table;
  width: 80%;
  text-align: center;
  padding: 8px;
  border-radius: 50px;
  font-weight: bold;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-new-2020-tel-book a:hover {
  background: var(--color-orange);
  color: #f0f0f0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 480px) {
  .footer-new-2020-tel-book a {
    width: 100%;
  }
}

.footer-menu {
  background-color: black;
}

.footer-menu .footer-menu-inner {
  padding: 2rem 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-menu .footer-menu__block {
  color: white;
}

.footer-menu .footer-menu__block h3 {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  display: block;
  position: relative;
  background-color: #222;
}

.footer-menu .footer-menu__block h3::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  font-size: 1.6rem;
  right: 0;
}

@media screen and (min-width: 992px) {
  .footer-menu .footer-menu__block h3 {
    display: inline-block;
    cursor: auto;
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .footer-menu .footer-menu__block h3::after {
    content: "";
  }
}

.footer-menu .footer-menu__block ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .footer-menu .footer-menu__block ul {
    max-height: unset;
  }
}

.footer-menu .footer-menu__block ul li {
  margin: 0;
  padding: 0;
  padding: 0.5rem 0;
  color: #ddd;
}

.footer-menu .footer-menu__block ul li:first-child {
  margin-top: 1.5rem;
}

.footer-menu .footer-menu__block ul li:last-child {
  margin-bottom: 1.5rem;
}

.footer-menu .footer-menu__block a {
  color: #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: 1.4rem;
}

.footer-menu .footer-menu__block a:hover {
  color: #ff6600;
}

.footer-copyright {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  padding: 3rem 0rem;
}

.footer-address {
  margin-bottom: 2rem;
}

.footer-social-media {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.footer-social-media ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social-media ul li {
  padding: 0;
  margin: 0;
  display: block;
  width: 40px;
}

.footer-social-media ul li + li {
  margin-left: 1rem;
}

.footer-social-media ul li a {
  font-size: 15px;
  color: #fff;
  /* background: #8b8a8e; */
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  /* display: table-cell; */
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  background-color: #444;
}

.footer-social-media ul li a:hover {
  background-color: white;
  color: #000;
}

.footer-update {
  background-color: black;
}

.footer-update .footer-copyright {
  padding-top: 4rem;
  font-size: 1.4rem;
  border-top: 1px solid #222;
  position: relative;
}

.footer-update .footer-copyright .logo-footer img {
  max-height: 5rem;
}

.footer-update .footer-copyright__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-update .footer-copyright__inner > * {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .footer-update .footer-copyright__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-update .footer-copyright .logo-footer {
  margin-right: 2rem;
}

.footer-update .footer-copyright h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #888;
}

@media screen and (min-width: 992px) {
  .footer-update .footer-copyright h5 {
    width: 50rem;
    text-align: left;
  }
}

.footer-update .footer-copyright ul.footer-down-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .footer-update .footer-copyright ul.footer-down-links {
    margin-left: auto;
  }
}

.footer-update .footer-copyright ul.footer-down-links li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.footer-update__menu-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-update__menu-container > div {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .footer-update__menu-container > div {
    padding-top: 3rem;
    padding-bottom: 5rem;
    width: 25%;
  }
  .footer-update__menu-container > div + div {
    position: relative;
  }
  .footer-update__menu-container > div + div::before {
    content: "";
    position: absolute;
    border-left: 1px solid #888;
    border-left: 1px solid #222;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-update__menu-container > div {
    width: 20%;
  }
}

.footer-update__menu-container > div h3 {
  margin-top: 3rem;
}

.footer-update__menu-container > div.collapsable-block h3 {
  margin-top: 0rem;
  border-bottom: 1px solid #333;
  position: relative;
}

.footer-update__menu-container > div.collapsable-block h3::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  font-size: 1.6rem;
  right: 0;
}

@media screen and (min-width: 992px) {
  .footer-update__menu-container > div.collapsable-block h3 {
    border-bottom: none;
    display: inline-block;
    cursor: auto;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 3rem;
  }
  .footer-update__menu-container > div.collapsable-block h3::after {
    content: "";
  }
}

@media screen and (min-width: 992px) {
  .footer-update__menu-container > div h3 {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .footer-update__menu-container > div h3 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-update__menu-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer-update__menu-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer-update__menu-block ul {
  font-size: 1.4rem;
  padding-top: 1rem 0.5rem 1.5rem;
}

.footer-update__menu-block ul li:first-child {
  padding-top: 2rem;
}

.footer-update__menu-block ul li:last-child {
  padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .footer-update__menu-block ul li:first-child {
    padding-top: 0rem;
  }
  .footer-update__menu-block ul li:last-child {
    padding-bottom: 0rem;
  }
}

.footer-update__menu-block ul.collapsable-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 992px) {
  .footer-update__menu-block ul.collapsable-list {
    max-height: unset;
  }
}

.footer-update__menu-block ul.collapsable-list h3 {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .footer-update__menu-block ul {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-update__menu-block ul {
    padding-top: 0;
  }
}

.footer-update__menu-block .btn-salkantay {
  min-width: 18rem !important;
}

.footer-update__menu-block h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-size: 1.6rem;
}

.footer-update__menu-block li {
  display: block;
  color: white;
}

.footer-update__menu-block li + li {
  margin-top: 0.5rem;
  margin-top: 0.5rem;
}

.footer-update__menu-block a {
  display: inline-block;
  color: white;
}

.footer-update__menu-block a:hover {
  text-decoration: underline;
}

.footer-update__social-media-outer {
  margin-top: 2rem;
}

.footer-update__social-media {
  margin-top: 0 !important;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-update__social-media li {
  font-size: 2rem;
  margin-top: 0 !important;
}

.footer-update__social-media li + li {
  margin-left: 1rem;
}

.footer-update__social-media li span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-update__social-media li span:hover {
  color: #ff6600;
}

.footer-update__social-media a {
  display: block;
}

.footer-update__social-media a span {
  line-height: 100%;
}

.footer-update__social-media2-outer {
  position: absolute;
  width: 100%;
  left: 0;
  top: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-update__social-media2 {
  margin-top: 0 !important;
  background-color: black;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #888;
  border-radius: 3rem;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-update__social-media2 li {
  font-size: 2rem;
  margin-top: 0 !important;
}

.footer-update__social-media2 li + li {
  margin-left: 1rem;
}

.footer-update__social-media2 li span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-update__social-media2 li span:hover {
  color: #ff6600;
}

.footer-update__social-media2 a {
  display: block;
  color: white;
}

.footer-update__social-media2 a span {
  line-height: 100%;
}

.cta-mobile-popup-container {
  position: fixed;
  bottom: -70px;
  z-index: 9;
  width: 100%;
  -webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.cta-mobile-popup {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
}

@media screen and (min-width: 768px) {
  .cta-mobile-popup {
    display: none;
  }
}

.cta-mobile-popup > div {
  height: 40px;
}

.cta-mobile-popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-family: "Roboto", sans-serif;
}

.cta-mobile-popup__info span {
  font-size: 1.2rem;
}

.cta-mobile-popup__info span strong {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.cta-mobile-popup__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-mobile-popup__button-group > a {
  margin-left: 1rem;
}

.cta-mobile-popup__button-group .enquire-icon {
  height: 4rem !important;
  line-height: 4rem;
  width: auto;
}

.cta-mobile-popup__button-group .enquire-icon::before {
  padding-right: 0.5rem !important;
}

.cta-mobile-popup__button {
  background-color: #ff6600;
  text-align: center;
  border-radius: 50px;
  margin-left: 10px;
}

.cta-mobile-popup__button span {
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 50px;
  text-transform: uppercase;
}

.cta-mobile-popup__button--primary {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cta-mobile-popup__button--primary span {
  font-size: 1.6rem;
}

.cta-mobile-popup__button--tripadvisor {
  background-color: #00aa6c;
}

/* ############# UTILITIES */
/* VARIABLES */
:root {
  --ff-body: "Roboto", sans-serif;
  --ff-heading: "Poppins", sans-serif;
  --fs-body: 1.6rem;
  --fs-main-heading: 3.2rem;
  --fs-heading: 2.7rem;
  --fs-heading2: 1.6rem;
  --section-padding: 6rem;
  --section-padding-top: 10rem;
  --section-padding-bottom: 6rem;
  --section-padding-top: 8rem;
  --section-padding-bottom: 4rem;
  --section-subtitle-margin-top: 3rem;
  --section-description-margin-top: 2rem;
  --co-txt-body: #777;
  --co-txt-heading: black;
  /* --co-txt-heading: rgb(65, 49, 49); */
  --co-primary: #ff6600;
  --co-primary-hover: #ff9a57;
  --co-primary2: #ff8800;
  --co-primary2: #ff8800;
  --co-primary3: #ff681a;
  --co-accent: #3fabaf;
  --co-accent-hover: #86dde0;
  /* #11998e */
  /* 38ef7d */
  --section-up-line-w: 44px;
  --section-up-line-h: 4px;
  --section-up-line-top: -19px;
  --section-up-line-top: calc(100% + 5px);
  --section-up-line-left: calc(50% - 22px);
  --section-icon-wh: 40px;
  --section-icon-top: -50px;
  --section-icon-left: calc(50% - 20px);
  --gold-bg: #c1aa7f;
  --gold-bg-light: rgba(193, 170, 127, 0.1);
  --grey-bg: #f1f2f6;
  --grey-bg-light: rgba(241, 242, 246, 0.5);
}

@media screen and (min-width: 992px) {
  :root {
    --fs-body: 1.6rem;
    --fs-main-heading: 4rem;
    --fs-heading: 3.2rem;
    --fs-heading2: 2rem;
    --section-padding: 10rem;
    --section-padding-top: 15rem;
    --section-padding-bottom: 10rem;
    --section-padding-top: 12rem;
    --section-padding-bottom: 8rem;
    --section-subtitle-margin-top: 1rem;
    --section-up-line-w: 60px;
    --section-up-line-h: 4px;
    --section-up-line-top: -14px;
    --section-up-line-left: calc(50% - 30px);
    --section-icon-wh: 50px;
    --section-icon-top: -70px;
    --section-icon-left: calc(50% - 20px);
    --section-icon-left: calc(50% - 25px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ELEMENTS */
.bg-grey-light {
  background-color: #f2f2f2;
}

.bg-grey-lighter {
  background-color: #f9f9f9;
}

.bg-grey-lightest {
  background-color: #f8f8f8;
}

.bg-gold {
  background-color: var(--gold-bg);
}

.bg-light-gold {
  background-color: var(--grey-light);
}

.bg-grey {
  background-color: var(--grey-bg);
}

.bg-light-grey {
  background-color: var(--grey-light);
}

.bg-black {
  background-color: black;
}

.primary-color-filter {
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.accent-color-filter {
  -webkit-filter: invert(57%) sepia(21%) saturate(1004%) hue-rotate(133deg) brightness(98%) contrast(97%);
          filter: invert(57%) sepia(21%) saturate(1004%) hue-rotate(133deg) brightness(98%) contrast(97%);
}

.secondary-color-filter {
  -webkit-filter: invert(60%) sepia(8%) saturate(0%) hue-rotate(240deg) brightness(88%) contrast(87%);
          filter: invert(60%) sepia(8%) saturate(0%) hue-rotate(240deg) brightness(88%) contrast(87%);
}

.white-color-filter {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.grey-lightest-color-filter {
  -webkit-filter: invert(100%) sepia(23%) saturate(49%) hue-rotate(294deg) brightness(111%) contrast(88%);
          filter: invert(100%) sepia(23%) saturate(49%) hue-rotate(294deg) brightness(111%) contrast(88%);
}

.grey-lighter-color-filter {
  -webkit-filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
          filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
}

.proportion1x1 {
  padding-top: 100%;
}

.rounded {
  overflow: hidden;
  border-radius: 5px;
}

.shadowed {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.section-buttons-2 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-btn-container-2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem 0.5rem;
}

.single-btn-container-2 .custom-btn-2 {
  padding: 15px 30px;
  font-size: 2rem;
  border-radius: 5rem;
}

.custom-btn-2 {
  display: inline-block;
  padding: 5px 8px;
  color: white;
  border-radius: 20px;
  font-family: var(--ff-heading);
  min-width: 45%;
  text-align: center;
}

.primary-btn {
  background: var(--co-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.primary-btn:hover {
  background: var(--co-primary-hover);
}

.accent-btn {
  background: var(--co-accent);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.accent-btn:hover {
  background: var(--co-accent-hover);
}

.text-light {
  color: #ddd !important;
}

.text-lighter {
  color: #eee !important;
}

.text-lightest {
  color: white !important;
}

.icon-light svg {
  fill: #ddd !important;
}

.icon-lighter svg {
  fill: #eee !important;
}

.icon-lightest svg {
  fill: white !important;
}

.hl-underline {
  font-family: inherit;
  text-decoration: underline;
}

.hl-greater {
  font-family: inherit;
  font-size: 1.5em;
}

.hl-uppercase {
  font-family: inherit;
  text-transform: uppercase;
}

.hl-primary {
  font-family: inherit;
  color: var(--co-primary);
}

.temporal-background {
  width: 100%;
  height: 80vh;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images2021/main-background-salkantay.jpg");
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  /* background-position-x: center; */
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-separator-background {
  width: 100%;
  height: 500px;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images2021/background-separator-2-1500x1000.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  /* background-position: center center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-separator-background {
  width: 100%;
  height: 500px;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images2021/background-separator-3-1500x1000.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  /* background-position: center center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-both-worlds-background {
  width: 100%;
  height: 600px;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images2021/best-both3.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  /* background-position: center center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-both-worlds2-background {
  width: 100%;
  height: 600px;
  background-color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images2021/best-both4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  /* background-position: center center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.both-worlds-image-container {
  overflow: hidden;
  border-radius: 10px;
}

.both-worlds-image-container img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.link-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

a.temporal-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 300px;
  text-transform: uppercase;
  background: white;
  color: black;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 15px;
  position: relative;
  border-radius: 5px;
}

a.temporal-link::before {
  content: "";
  position: absolute;
  width: 90%;
  left: 5%;
  height: 150%;
  top: -25%;
  border: 1px solid white;
  border-radius: 5px;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orange-icon-2 svg {
  fill: var(--co-primary) !important;
}

.presentation-image-container {
  /* width: 100%; */
  /* height: calc(100% + 10rem); */
  position: relative;
  /* background: black; */
  /* top: -4rem; */
  /* margin-bottom: -3rem; */
}

.presentation-image {
  width: 100%;
  padding-bottom: 66.67%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.presentation-image img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.presentation-image-container::before {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 10%;
  left: 0;
  content: "";
  border: 2px solid black;
  z-index: 0;
}

.presentation-image-container img {
  /* display: block; */
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
  /* position: absolute; */
  /* bottom: 2rem; */
  /* right: 2rem; */
  /* height: 2rem; */
}

/* FIRST SECTION UNIQUE WIDGET */
.bordered {
  border: 1px solid #ccc;
}

/* SWIPER CONTROL */
.full-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* IMAGE CONTAINER */
.main-image-container-2 img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.main-image-container-5 img {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}

.main-image-container-4 img {
  /* text-align: right;
   */
  display: block;
  margin: auto;
  width: 90%;
  max-width: 450px;
  height: auto;
}

.mobile-hidden {
  display: none !important;
}

.desktop-hidden {
  display: inherit !important;
}

@media screen and (min-width: 992px) {
  .mobile-hidden {
    display: inherit !important;
  }
  .desktop-hidden {
    display: none !important;
  }
  a.temporal-link {
    font-size: 2rem;
    /* font-weight: 300; */
  }
}

@media screen and (min-width: 992px) {
  a.temporal-link {
    max-width: 400px;
  }
  .round-lg {
    /* border: 2px solid black; */
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
  .section-content-2 {
    margin-top: 5rem;
  }
}

.coronavirus-area {
  /* height: 6rem; */
  /* line-height: 6rem; */
  /* padding-top: 2rem; */
  text-align: center;
  height: 3rem;
  /* background-color: var(--co-accent); */
  background-color: #ff951c;
  background-color: var(--co-primary);
  background-color: var(--co-accent);
  /* background-color: rgba(251, 172, 127, 0.2); */
  /* box-shadow: 0px 2px 2px rgba(255, 102, 0, 0.1); */
  /* border-bottom: 1px solid rgba(73, 73, 73, 0.1); */
  width: 100%;
  text-align: center;
}

.coronavirus-area a {
  color: var(--co-accent);
  color: var(--co-primary);
  color: white;
  font-size: 1.5rem !important;
  line-height: 3rem !important;
  text-transform: uppercase;
  font-family: var(--ff-heading);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .coronavirus-area a {
    /* color: white; */
    font-size: 1.8rem;
    /* font-weight: 700; */
  }
}

.salkantay-btn {
  font-family: var(--ff-heading) !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  border-radius: 30px;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.salkantay-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  background-image: url("../assets/opt/right.min.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  width: 1.5rem;
  right: 2rem;
}

.salkantay-btn.btn-sm {
  padding: 1rem 3.5rem 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 300;
}

.salkantay-btn.btn-sm::before {
  width: 1.5rem;
  right: 1.5rem;
}

.salkantay-btn.btn-lg {
  padding: 1.5rem 5rem 1.5rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.salkantay-btn.btn-lg::before {
  width: 2.5rem;
  right: 2rem;
}

.salkantay-btn.primary {
  color: white;
  background-color: var(--co-primary);
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--co-primary)), color-stop(50%, var(--co-primary2)), to(var(--co-primary)));
  background-image: linear-gradient(to right, var(--co-primary) 0%, var(--co-primary2) 50%, var(--co-primary) 100%);
  background-size: 200% auto;
  -webkit-transition: 1s;
  transition: 1s;
}

.salkantay-btn.primary:hover {
  background-position: right center;
}

.salkantay-btn.accent {
  color: white;
}

.shadow-style {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.inner-gradient::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 320px) {
  .inner-gradient::before {
    bottom: 0;
  }
}

@media screen and (min-width: 576px) {
  .inner-gradient::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    height: 50%;
  }
}

@media screen and (min-width: 992px) {
  .inner-gradient::before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  }
}

@media screen and (min-width: 1200px) {
  .inner-gradient::before {
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }
}

.immersive-effect {
  overflow: hidden;
}

.immersive-effect img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.immersive-effect:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 768px) {
  .display-until-mobile-plus {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-until-mobile-plus {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .display-until-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hide-until-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .display-until-laptop {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hide-until-laptop {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .display-until-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hide-until-desktop {
    display: none !important;
  }
}

.cover-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.cover-image.one-three {
  padding-top: calc(100% * 3 / 1);
}

.cover-image.three-one {
  padding-top: calc(100% * 1 / 3);
}

.cover-image.two-three {
  padding-top: calc(100% * 3 / 2);
}

.cover-image.three-two {
  padding-top: calc(100% * 2 / 3);
}

.cover-image.four-five {
  padding-top: calc(100% * 5 / 4);
}

.cover-image.five-four {
  padding-top: calc(100% * 4 / 5);
}

.cover-image.square {
  padding-top: 100%;
}

.cover-image.nine-sixteen {
  padding-top: calc(100% * 16 / 9);
}

.cover-image.sixteen-nine {
  padding-top: calc(100% * 9 / 16);
}

.cover-image img {
  display: block;
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.overlap-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.custom-pill {
  display: inline-block;
  border-radius: 2rem;
  color: white;
  border: 1px solid white;
  font-family: "poppins", sans-serif;
  display: inline-block;
  line-height: 2.4rem;
  padding: 0rem 1rem;
  letter-spacing: 1px;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.custom-pill.white {
  background-color: white;
}

.custom-pill.primary {
  background-color: #ff6600;
}

.custom-pill.accent {
  background-color: #3fabaf;
  border: none;
  background-color: #3fabaf;
}

.custom-pill.travel-info {
  background-color: #07c8f9;
  background-color: #ff6600;
  border: none;
  background-color: black;
}

.custom-pill.news {
  background-color: black;
  border: none;
}

.custom-pill.blog {
  background-color: #ff3366;
  background-color: #3fabaf;
  border: none;
}

.highlight-box {
  display: inline-block;
  padding: 1.5rem 4rem;
  border: 1px solid #ff6600;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1px;
  border-radius: 5rem;
  color: #ff6600;
  color: #333;
  font-family: "Poppins", sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wta-icon-nominee-wrapper {
  background-color: white;
  margin-top: 1rem;
  padding: 1rem;
}

.swiper-button-next {
  color: white !important;
}

.swiper-button-next::after {
  font-size: 2.4rem !important;
}

.swiper-button-prev {
  color: white !important;
}

.swiper-button-prev::after {
  font-size: 2.4rem !important;
}

.fa-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
}

.fa-icon.fa_so::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-icon.fa_ss::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa-icon.fa_br::before {
  font-family: "Font Awesome 5 Brands";
}

.tour-duration::before {
  content: "\f1da";
}

.tour-people::before {
  content: "\f007";
}

.tour-level::before {
  content: "\f012";
}

.calendar::before {
  content: "\f274";
}

.user::before {
  content: "\f007";
}

.btn-salkantay-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .btn-salkantay-wrapper {
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn-salkantay-wrapper > div {
  width: 49.8%;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 0.5rem;
}

.btn-salkantay-outer2 {
  margin-top: 2rem;
  text-align: center;
}

.btn-salkantay-outer3 {
  margin-top: 3rem;
  text-align: center;
}

.btn-salkantay-outer {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  margin-top: 4rem;
  text-align: center;
}

.btn-salkantay-outer::after {
  content: "";
  position: absolute;
  border-top: 1px solid #f0f0f0;
  width: 90%;
  left: 5%;
  top: calc(50% - 1px);
  z-index: -1;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .btn-salkantay-outer::after {
    width: 600px;
    left: calc(50% - 300px);
  }
}

.btn-salkantay-outer .btn-salkantay {
  position: relative;
  z-index: 1;
}

.btn-salkantay {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 10rem;
  line-height: 2.8rem;
  min-width: 25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: white;
}

.btn-salkantay.circle {
  min-width: 1rem;
  height: 4rem;
  width: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 4rem;
  font-size: 2.4rem;
}

.btn-salkantay.circle span,
.btn-salkantay.circle i {
  line-height: 4rem;
}

.btn-salkantay.circle::before {
  padding: 0;
  margin: 0;
}

.btn-salkantay.special {
  letter-spacing: normal;
}

.btn-salkantay.small {
  height: 3rem;
  font-size: 1.4rem;
  font-size: 1.2rem;
  min-width: auto;
  padding: 0 2.5rem;
}

.btn-salkantay.small::before {
  font-size: 1.2rem;
}

.btn-salkantay.small.flat-icon::before {
  width: 2rem;
  height: 2rem;
}

.btn-salkantay.small.font-icon::before {
  font-size: 1.8rem;
}

.btn-salkantay.link-ahead-icon::after {
  content: "";
  width: 0rem;
  height: 2rem;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  background-image: url(../assets/opt/right.min.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 5;
  margin-left: 0;
}

.btn-salkantay.link-ahead-icon:hover::after {
  opacity: 1;
  width: 2rem;
  margin-left: 0.5rem;
}

.btn-salkantay.flat-icon::before {
  content: "";
  background-image: url("../icons/like.svg");
  display: inline-block;
  background-size: auto 100%;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
  margin-right: 1rem;
  height: 3rem;
  width: 3rem;
}

.btn-salkantay.font-icon::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  font-size: 2rem;
  padding-right: 1rem;
}

.btn-salkantay.font-icon.brochure::before {
  content: "\f56d";
}

.btn-salkantay.font-icon.enquire::before {
  font-weight: 400;
  content: "\f1d8";
}

.btn-salkantay.font-brand-icon::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-weight: 900;
  font-size: 2rem;
  padding-right: 1rem;
}

.btn-salkantay.font-brand-icon.whatsapp::before {
  content: "\f232";
}

.btn-salkantay.font-brand-icon.enquire::before {
  content: "\f3fe";
}

.btn-salkantay.solid-whatsapp {
  background-color: #00E676;
  color: white;
}

.btn-salkantay.solid-primary {
  background-color: #ff6600;
}

.btn-salkantay.solid-primary-light {
  background-color: rgba(255, 102, 0, 0.1);
  color: #ff6600;
}

.btn-salkantay.solid-accent {
  background-color: #3fabaf;
}

.btn-salkantay.solid-accent-light {
  background-color: rgba(63, 171, 175, 0.1);
  color: #3fabaf;
}

.btn-salkantay.solid-dark {
  background-color: #333;
}

.btn-salkantay.solid-black {
  background-color: black;
}

.btn-salkantay.solid-grey-light {
  background-color: #f0f0f0;
  color: #ff6600;
}

.btn-salkantay.solid-grey-lighter {
  background-color: #f0f0f0;
  color: #333;
}

.btn-salkantay.solid-white {
  background-color: white;
  color: #ff6600;
}

.btn-salkantay.outline-primary {
  border: 1px solid #ff6600;
  color: #ff6600;
}

.btn-salkantay.outline-accent {
  border: 1px solid #3fabaf;
  color: #3fabaf;
}

.btn-salkantay.outline-dark {
  border: 1px solid #333;
  color: #333;
}

.btn-salkantay.outline-black {
  border: 1px solid #333;
  color: #333;
}

.btn-salkantay.outline-white {
  border: 1px solid white;
  color: white;
}

.btn-salkantay.outline-light {
  border: 1px solid #ccc;
  color: #ff6600;
}

.btn-salkantay.outline-lighter {
  border: 1px solid #ccc;
  color: #ff6600;
}

.btn-salkantay.outline-lightest {
  border: 1px solid #ccc;
  color: #ccc;
}

.btn-salkantay.bg-white {
  background-color: white;
}

.bg-salkantay-statistics {
  background: url("../imagenes/bg/experiencias-salkantay-estadisticas-imagen-fondo-1500x600.jpg") center center/cover;
}

@media screen and (min-width: 992px) {
  .bg-salkantay-statistics {
    background-attachment: fixed;
  }
}

.bg-happiness {
  background: url("../imagenes/bg/bg-seguro-viaje-1500x1000.jpg") center center/cover;
}

@media screen and (min-width: 992px) {
  .bg-happiness {
    background-attachment: fixed;
  }
}

.bg-happiness .section-presentation,
.bg-happiness .section-heading {
  margin: 0;
}

.bg-happiness.alternative .section-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.bg-happiness.alternative .section-icon img {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.bg-happiness .section-icon img {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
  -webkit-filter: invert(100%) sepia(0%) saturate(7375%) hue-rotate(192deg) brightness(107%) contrast(60%);
          filter: invert(100%) sepia(0%) saturate(7375%) hue-rotate(192deg) brightness(107%) contrast(60%);
}

.bg-happiness .section-description {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bg-happiness2 {
  background: url("../imagenes/bg/fundacion-salkantay.jpg") center center/cover;
}

@media screen and (min-width: 992px) {
  .bg-happiness2 {
    background-attachment: fixed;
  }
}

.bg-happiness2 .section-presentation,
.bg-happiness2 .section-heading {
  margin: 0;
}

.bg-happiness2 .section-title,
.bg-happiness2 .section-subtitle,
.bg-happiness2 .section-description {
  color: #ccc;
}

.bg-happiness2.alternative .section-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.bg-happiness2.alternative .section-icon img {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.bg-happiness2 .section-icon img {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
  -webkit-filter: invert(100%) sepia(0%) saturate(7375%) hue-rotate(192deg) brightness(107%) contrast(60%);
          filter: invert(100%) sepia(0%) saturate(7375%) hue-rotate(192deg) brightness(107%) contrast(60%);
}

.bg-happiness2 .section-description {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.bg {
  padding-top: 14rem;
  padding-bottom: 10rem;
}

.bg-dark {
  background-color: black;
}

.bg-dark-opacity1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark-opacity2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-dark-opacity3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-dark-opacity5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-dark-opacity6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-dark-opacity7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-dark-opacity8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-dark-opacity9 {
  background-color: rgba(0, 0, 0, 0.9);
}

/* SECTIONS */
.main-container .row {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.main-container .row > div {
  padding: 1rem;
}

.salkantay-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 992px) {
  .salkantay-section {
    padding-top: 10rem;
    padding-bottom: 8rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

.salkantay-section .text-center {
  text-align: center;
}

.salkantay-section.inner-page {
  padding-top: 5rem;
  padding-bottom: 0rem;
}

.salkantay-section.inner-page p + p {
  margin-top: 1.5rem;
}

.salkantay-section .section-presentation {
  text-align: center;
  position: relative;
}

.salkantay-section .section-presentation.left {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .salkantay-section .section-presentation.custom-left .section-title {
    text-align: left;
  }
  .salkantay-section .section-presentation.custom-left .section-title::before {
    left: 0;
  }
  .salkantay-section .section-presentation.custom-left .section-icon {
    left: 1rem;
  }
}

.salkantay-section .section-presentation.inverse {
  color: #ccc;
  color: white;
}

.salkantay-section .section-presentation.inverse .section-title {
  color: white;
}

.salkantay-section .section-presentation.inverse .section-subtitle {
  color: #f0f0f0;
}

.salkantay-section .section-presentation.inverse .section-icon img {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.salkantay-section .section-presentation.left .upper-line::before {
  left: 0;
}

.salkantay-section .section-title-inner-page {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  position: relative;
}

.salkantay-section .section-title-inner-page::before {
  position: absolute;
  width: 10rem;
  height: 2px;
  top: -1rem;
  left: 50%;
  background-color: #ff6600;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.salkantay-section .section-upper-subtitle {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #ff6600;
  color: #aaa;
}

.salkantay-section .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 992px) {
  .salkantay-section .section-title {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-section .section-title {
    font-size: 32px;
  }
}

.salkantay-section .section-title.upper-line-backup {
  position: relative;
}

.salkantay-section .section-title.upper-line-backup::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: #ff6600;
  /* background-color: black; */
  width: 6rem;
  height: 4px;
  top: -4px;
  left: calc(50% - 3rem);
}

@media screen and (min-width: 768px) {
  .salkantay-section .section-title.upper-line-backup::before {
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-section .section-title.upper-line-backup::before {
    width: 6rem;
    height: 4px;
    top: -14px;
    left: calc(50% - 3rem);
  }
}

.salkantay-section .upper-line {
  position: relative;
}

.salkantay-section .upper-line::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: #ff6600;
  /* background-color: black; */
  width: 6rem;
  height: 4px;
  top: -4px;
  left: calc(50% - 3rem);
}

@media screen and (min-width: 768px) {
  .salkantay-section .upper-line::before {
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-section .upper-line::before {
    width: 6rem;
    height: 4px;
    top: -14px;
    left: calc(50% - 3rem);
  }
}

.salkantay-section .upper-line-white {
  position: relative;
}

.salkantay-section .upper-line-white::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: white;
  /* background-color: black; */
  width: 6rem;
  height: 4px;
  top: -4px;
  left: calc(50% - 3rem);
}

@media screen and (min-width: 768px) {
  .salkantay-section .upper-line-white::before {
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-section .upper-line-white::before {
    width: 6rem;
    height: 4px;
    top: -14px;
    left: calc(50% - 3rem);
  }
}

.salkantay-section .section-icon {
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 40px;
  top: -50px;
  left: calc(50% - 2rem);
}

@media screen and (min-width: 768px) {
  .salkantay-section .section-icon {
    top: -60px;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-section .section-icon {
    width: 50px;
    height: 50px;
    top: -70px;
    left: calc(50% - 2.5rem);
  }
}

.salkantay-section .section-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salkantay-section .section-subtitle {
  font-weight: 400;
  color: #888;
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .salkantay-section .section-subtitle {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-section .section-subtitle {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-section .section-subtitle {
    font-size: 2rem;
  }
}

.salkantay-section .section-subtitle-alternative {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ff6600;
  font-family: "Poppins", sans-serif;
}

.salkantay-section .section-description {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .salkantay-section .section-description {
    font-size: 1.6rem;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-section .section-description {
    font-size: 1.7rem;
  }
}

.salkantay-section .section-description > p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.salkantay-section .section-content {
  margin-top: 5rem;
}

.sidebar-section > * {
  margin-bottom: 1rem;
}

.step-container-item {
  margin-top: 4rem;
}

.step-container-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
}

.step-container-item__heading .step-number {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background-color: #ff6600;
  width: 8rem;
  height: 8rem;
  text-align-last: center;
  padding: 1rem;
}

.step-container-item__heading .step-number .step {
  letter-spacing: 2px;
}

.step-container-item__heading .step-number .number {
  font-size: 3rem;
  line-height: 3rem;
}

.step-container-item__heading .step-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  font-size: 1.8rem;
}

.step-container-item__heading2 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.step-container-item__heading2 * {
  display: inline-block;
}

.step-container-item__heading2 .step-number2 {
  background-color: #ff6600;
  color: white;
  padding: 0.25rem 0.75rem;
}

.step-container-item__content {
  margin-top: 2rem;
  padding: 0.5rem;
}

.step-container .step-image {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.step-container .step-image img {
  width: 70%;
  height: auto;
}

/* ############# COMPONENTS */
/* SLIDER */
header.home-header {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

header.home-header .mobile-slide {
  height: 100%;
}

.swiper-container.header-slider-swiper {
  height: 100%;
}

.swiper-container.header-slider-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.slide-container {
  position: relative;
  height: 100%;
}

.slide-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-itinerary2 {
  margin-top: 4rem;
}

.slide-itinerary2__image {
  width: 100%;
  position: relative;
}

.slide-itinerary2__image img {
  width: 100%;
  height: 40vh;
  max-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.slide-itinerary2__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.slide-itinerary2__content {
  background-color: #333;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slide-itinerary2__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-itinerary2 h1 {
  font-family: "Poppins", sans-serif;
  position: relative;
}

.slide-itinerary2 h1.slide-itinerary2__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  color: white;
}

.slide-itinerary2__briefing {
  width: 80%;
  max-width: 302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.slide-itinerary2__briefing > div {
  width: 50%;
}

.slide-itinerary2__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slide-itinerary2__tag:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  top: 20%;
  right: -0.5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.slide-itinerary2__tag .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 5rem;
  border: 1px solid #ff6600;
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.slide-itinerary2__tag .icon img {
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-itinerary2__tag .label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.slide-itinerary2__tag .data {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.slide-itinerary2__tag .data span {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.slide-image-itinerary-alpha {
  width: 100%;
  height: calc(100vh - 70px - 55px - 186px);
  min-height: 300px;
  margin-top: 70px;
  position: relative;
}

.slide-image-itinerary-alpha:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.4)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 80%, black);
}

.slide-image-itinerary-alpha img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-image-itinerary-alpha__hero {
  position: absolute;
  width: 100%;
  height: calc(100vh - 70px - 55px - 186px);
  top: 0px;
  left: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.slide-image-itinerary-alpha__hero h1.slide-image-itinerary__title {
  margin-bottom: 2rem !important;
}

.slide-image-itinerary-alpha__title {
  color: white;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slide-image-itinerary-alpha__places {
  color: white;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 80%;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.slide-image-itinerary-alpha__days {
  color: white;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 80%;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.slide-image-itinerary-alpha__briefing {
  width: 80%;
  max-width: 302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.slide-image-itinerary-alpha__briefing > div {
  width: 50%;
}

.slide-image-itinerary-alpha__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slide-image-itinerary-alpha__tag:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  top: 20%;
  right: -0.5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.slide-image-itinerary-alpha__tag .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 5rem;
  border: 1px solid white;
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.slide-image-itinerary-alpha__tag .icon img {
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-image-itinerary-alpha__tag .label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.slide-image-itinerary-alpha__tag .data {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.slide-image-itinerary-alpha__tag .data span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.slide-image-itinerary-alpha .cta-btn-wrapper {
  text-align: center;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 3rem;
  background-color: #ff6600;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  border-radius: 2rem;
}

.slide-hero-alpha {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
}

.slide-hero-alpha h1,
.slide-hero-alpha h2,
.slide-hero-alpha h3,
.slide-hero-alpha a {
  font-family: var(--ff-heading);
}

.slide-hero-alpha h1.hero-button,
.slide-hero-alpha h2.hero-button,
.slide-hero-alpha h3.hero-button,
.slide-hero-alpha a.hero-button {
  color: white;
}

.slide-hero-alpha h1,
.slide-hero-alpha h2 {
  font-size: 4rem;
  line-height: 1.5;
  color: white;
}

.slide-hero-alpha h3 {
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 2rem;
}

.slide-hero-alpha .hero-button {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 1px solid white;
  margin-top: 2.5rem;
}

.slide-hero-alpha .hero-button.rounded {
  border-radius: 50px !important;
  padding: 1rem 2rem !important;
}

.slide-hero-alpha .hero-button.primary {
  background-color: var(--co-primary);
  border: none;
}

.slide-hero-alpha .hero-button.accent {
  background-color: var(--co-accent);
  border: none;
}

.slide-hero-alpha.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5rem;
}

.slide-hero-alpha.bottom h1,
.slide-hero-alpha.bottom h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  width: 90%;
  max-width: 500px;
}

.slide-hero-alpha.bottom h3 {
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.6rem;
}

.slide-hero-alpha.bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

.slide-hero-alpha.bottom ul li {
  font-size: 1.4rem;
}

.slide-hero-alpha.bottom .hero-button {
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.slide-hero-alpha.current-bottom {
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide-hero-alpha.current-bottom h1,
.slide-hero-alpha.current-bottom h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  width: 90%;
}

.slide-hero-alpha.current-bottom h3 {
  font-size: 1.6rem;
}

.slide-hero-alpha.current-bottom .hero-button {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 2.5rem;
}

.slide-image-itinerary {
  width: 100%;
  height: calc(100vh - 70px - 55px - 186px);
  min-height: 300px;
  margin-top: 70px;
  position: relative;
}

.slide-image-itinerary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.4)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 80%, black);
}

.slide-image-itinerary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-image-itinerary__hero {
  position: absolute;
  width: 100%;
  height: calc(100vh - 70px - 55px - 186px);
  top: 0px;
  left: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.slide-image-itinerary__hero h1.slide-image-itinerary__title {
  margin-bottom: 2rem !important;
}

.slide-image-itinerary__title {
  color: white;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
}

.slide-image-itinerary__places {
  color: white;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 80%;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.slide-image-itinerary__days {
  color: white;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 80%;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.slide-image-itinerary__briefing {
  width: 80%;
  max-width: 302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}

.slide-image-itinerary__briefing > div {
  width: 50%;
}

.slide-image-itinerary__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slide-image-itinerary__tag:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  top: 20%;
  right: -0.5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.slide-image-itinerary__tag .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 5rem;
  border: 1px solid white;
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.slide-image-itinerary__tag .icon img {
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-image-itinerary__tag .label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.slide-image-itinerary__tag .data {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.slide-image-itinerary__tag .data span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.slide-image-itinerary .cta-btn-wrapper {
  text-align: center;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 3rem;
  background-color: #ff6600;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: white;
  border-radius: 2rem;
}

.slide-hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  text-align: center;
}

.slide-hero h1,
.slide-hero h2,
.slide-hero h3,
.slide-hero a {
  font-family: var(--ff-heading);
}

.slide-hero h1.hero-button,
.slide-hero h2.hero-button,
.slide-hero h3.hero-button,
.slide-hero a.hero-button {
  color: white;
}

.slide-hero h1,
.slide-hero h2 {
  font-size: 4rem;
  line-height: 1.5;
  color: white;
}

.slide-hero h3 {
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 2rem;
}

.slide-hero .hero-button {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1rem 2rem;
  border-radius: 50px;
  border: 1px solid white;
  margin-top: 2.5rem;
}

.slide-hero .hero-button.rounded {
  border-radius: 50px !important;
  padding: 1rem 2rem !important;
}

.slide-hero .hero-button.primary {
  background-color: var(--co-primary);
  border: none;
}

.slide-hero .hero-button.accent {
  background-color: var(--co-accent);
  border: none;
}

.slide-hero.bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5rem;
}

.slide-hero.bottom h1,
.slide-hero.bottom h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  width: 90%;
  max-width: 500px;
}

.slide-hero.bottom h3 {
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.6rem;
}

.slide-hero.bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
}

.slide-hero.bottom ul li {
  font-size: 1.4rem;
}

.slide-hero.bottom .hero-button {
  border-radius: 0px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

.slide-hero.current-bottom {
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide-hero.current-bottom h1,
.slide-hero.current-bottom h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  width: 90%;
}

.slide-hero.current-bottom h3 {
  font-size: 1.6rem;
}

.slide-hero.current-bottom .hero-button {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 2.5rem;
}

.home-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .slide-hero.current-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 8rem;
  }
  .slide-hero.current-bottom h1,
  .slide-hero.current-bottom h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .slide-hero.current-bottom .hero-button {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .slide-hero.left {
    max-width: 992px;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .slide-hero.left {
    max-width: 1360px;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-header {
  background-color: black;
  width: 100%;
  height: calc(100vh - 7rem);
  min-height: 50rem;
  position: relative;
}

.main-header.slim {
  height: 60rem;
}

.main-header.slim .hero-slide__content {
  padding-bottom: 10rem;
}

.main-header.extra-slim {
  height: 50rem;
}

.main-header.extra-slim .hero-slide__content {
  padding: 1rem;
}

.main-header.ultra-slim {
  height: 30rem;
  min-height: 30rem;
}

.main-header.ultra-slim .hero-slide__content {
  padding: 1rem;
}

.hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
}

.hero-slide__image {
  height: 100%;
  width: 100%;
  /* display: block; */
  -o-object-fit: cover;
     object-fit: cover;
  /* object-position: right bottom; */
  position: absolute;
  bottom: 0;
  display: block;
  /* display: none; */
}

.hero-slide__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

@media screen and (min-width: 992px) {
  .hero-slide__image-container {
    display: none;
  }
}

.hero-slide__video {
  height: 100%;
  width: 100%;
  /* display: block; */
  -o-object-fit: cover;
     object-fit: cover;
  /* object-position: right bottom; */
  position: absolute;
  bottom: 0;
  display: none;
}

@media screen and (min-width: 992px) {
  .hero-slide__video {
    display: block;
  }
}

.hero-slide__home-shelf {
  position: static;
  width: 30rem;
  z-index: 2;
  width: 90%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    width: 30rem;
    height: 30rem;
    border-radius: 30rem;
    top: calc(50% - 15rem);
    left: calc(50% - 15rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    overflow: hidden;
  }
}

.hero-slide__home-shelf .wta-container {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  padding-top: 1rem;
}

.hero-slide__home-shelf .cta-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf .cta-container {
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 7rem;
    padding-right: 5rem;
  }
}

.hero-slide__home-shelf .cta-container.center {
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf .cta-container.center {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.hero-slide__home-shelf .cta-container.center h1::before {
  left: calc(50% - 3rem);
}

.hero-slide__home-shelf img {
  width: 10rem;
  height: 10rem;
  width: 16rem;
  height: 16rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf {
    width: 50rem;
    height: 50rem;
    top: calc(50% - 25rem);
    left: -5rem;
  }
}

.hero-slide__home-shelf h1,
.hero-slide__home-shelf h2,
.hero-slide__home-shelf p {
  color: white;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf h1,
  .hero-slide__home-shelf h2,
  .hero-slide__home-shelf p {
    color: #444;
  }
}

.hero-slide__home-shelf h1,
.hero-slide__home-shelf h2,
.hero-slide__home-shelf p {
  font-family: "Poppins", sans-serif;
}

.hero-slide__home-shelf h1 {
  font-size: 1.8rem;
  font-size: 2rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 2rem;
  padding-bottom: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
}

.hero-slide__home-shelf h1::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 4px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  background-color: #ff6600;
}

@media screen and (min-width: 768px) {
  .hero-slide__home-shelf h1 {
    text-transform: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf h1 {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
    font-weight: bold !important;
  }
  .hero-slide__home-shelf h1::before {
    position: absolute;
    content: "";
    width: 6rem;
    height: 4px;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    background-color: #ff6600;
  }
}

.hero-slide__home-shelf h2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff6600;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-slide__home-shelf p {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf p {
    font-size: 1.6rem;
  }
}

.hero-slide__content {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* z-index: 1; */
}

@media screen and (min-width: 992px) {
  .hero-slide__content {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.hero-slide__title {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  color: white;
}

.hero-slide__subtitle {
  font-family: "Poppins", sans-serif;
  color: white;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}

.world-travel-awards-seal {
  display: block;
  height: 18rem;
  margin-bottom: 1rem;
}

.btn-salkantay-outer4 {
  margin-top: 1rem;
  text-align: center;
}

.hero-slide__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-slide__footer {
    text-align: right;
  }
  .hero-slide__title {
    font-size: 4rem;
  }
  .hero-slide__subtitle {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .main-header {
    height: calc(100vh - 17rem);
  }
  .hero-slide__content {
    padding-bottom: 10%;
  }
}

.award-shelf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* align-items: center; */
  /* justify-content: right; */
  /* position: absolute; */
  /* bottom: 0; */
}

.award-shelf img {
  display: block;
  height: 12rem;
}

.award-shelf img + img {
  margin-left: 2rem;
}

/*.award-shelf .level1 {
}

.award-shelf .level2 {
    height: 16rem;
} */
/* .hero-slide__footer img {
    height: 12rem;
    width: auto;
} */
.breadcrumbs-container {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 5;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  font-family: "Poppins", sans-serif;
}

.breadcrumbs span {
  display: none;
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.breadcrumbs span:last-child {
  color: black;
}

.breadcrumbs span a {
  color: #ff6600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.breadcrumbs span a:hover {
  text-decoration: underline;
}

.breadcrumbs span + span {
  padding-left: 2rem;
}

.breadcrumbs span + span::before {
  display: block;
  content: "\f054";
  color: black;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 2rem;
  text-align: center;
  position: absolute;
  left: 0;
}

.breadcrumbs span.main-parent {
  display: inline-block;
  color: #ff6600;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.breadcrumbs span.main-parent::before {
  content: "\f053";
  color: #ff6600;
}

.breadcrumbs span:first-child.main-parent {
  display: inline-block;
  color: #ff6600;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding-left: 2rem;
}

.breadcrumbs span:first-child.main-parent::before {
  display: block;
  content: "\f053";
  color: #ff6600;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 2rem;
  text-align: center;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumbs span {
    display: inline-block;
  }
  .breadcrumbs span.main-parent {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .breadcrumbs span.main-parent::before {
    content: "\f054";
    color: black;
  }
  .breadcrumbs span:first-child.main-parent {
    padding-left: 0rem;
  }
  .breadcrumbs span:first-child.main-parent::before {
    content: "";
  }
}

.hero-cover {
  background-color: #ff6600;
  position: relative;
  color: white;
}

.hero-cover__image {
  height: auto;
  background-color: #3fabaf;
}

.hero-cover__image img {
  width: 100%;
  height: auto;
}

.hero-cover__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-cover__title {
  font-size: 4.0rem;
  font-family: "Poppins", sans-serif;
}

.hero-cover__subtitle {
  font-size: 2.4rem;
  font-weight: 400;
}

.gives-back-box {
  width: 100%;
  height: 100%;
  background-color: lightgreen;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  display: block;
}

.gives-back-box:hover .gives-back-box__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gives-back-box__image {
  position: relative;
}

.gives-back-box__image img {
  display: block;
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .gives-back-box__image img {
    height: 25rem;
  }
}

@media screen and (min-width: 992px) {
  .gives-back-box__image img {
    height: 30rem;
  }
}

.gives-back-box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .gives-back-box__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gives-back-box__icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .gives-back-box__icon {
    width: 8rem;
    height: 8rem;
    padding: 1.5rem;
    border-radius: 8rem;
    border: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gives-back-box__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.gives-back-box__title {
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-top: 1rem;
}

.gives-back-box__subtitle {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}

.gives-back-containers {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.gives-back-containers .row > div {
  padding: 0;
  margin: 0;
}

.gives-back-containers .row {
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.gives-back-containers .row > div {
  padding: 0.2rem;
}

/* MAIN HOME SECTION */
.heading-main-home-section {
  text-align: center;
  font-family: var(--ff-heading);
}

.heading-main-home-section .upper-label {
  color: var(--co-primary);
  height: 3rem;
}

.heading-main-home-section .upper-label span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: inherit;
  text-transform: uppercase;
  position: relative;
  padding-left: 2rem;
  font-family: var(--ff-heading);
  letter-spacing: 1.5px;
}

.heading-main-home-section .upper-label span::before {
  position: absolute;
  content: "·";
  font-weight: 700;
  left: 8px;
  top: 0;
}

.heading-main-home-section .upper-label span:first-child {
  padding-left: 0;
}

.heading-main-home-section .upper-label span:first-child::before {
  content: "";
}

.heading-main-home-section .down-label {
  color: #777;
  height: 2rem;
}

.heading-main-home-section .down-label span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  position: relative;
  padding-left: 1rem;
  font-family: var(--ff-heading);
  letter-spacing: 1.5px;
}

.heading-main-home-section .down-label span::before {
  position: absolute;
  content: "·";
  font-weight: 400;
  left: 4px;
  top: 0;
}

.heading-main-home-section .down-label span:first-child {
  padding-left: 0;
}

.heading-main-home-section .down-label span:first-child::before {
  content: "";
}

.heading-main-home-section .main-home-section-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--ff-heading);
  text-transform: uppercase;
  color: black;
}

@media screen and (min-width: 992px) {
  .heading-main-home-section .down-label {
    height: 3rem;
    margin-top: 1rem;
  }
  .heading-main-home-section .down-label span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: inherit;
    text-transform: uppercase;
    padding-left: 2rem;
  }
  .heading-main-home-section .down-label span::before {
    position: absolute;
    content: "·";
    font-weight: 700;
    left: 8px;
    top: 0;
  }
  .heading-main-home-section .down-label span:first-child {
    padding-left: 0;
  }
  .heading-main-home-section .down-label span:first-child::before {
    content: "";
  }
  .heading-main-home-section .main-home-section-title {
    font-size: 4rem;
  }
}

.main-home-section-upper-label-2 {
  font-family: var(--ff-heading);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #777;
  margin-bottom: 2.5rem;
}

.main-home-section-upper-label-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% - 35px);
  bottom: 0px;
  border-top: 2px dashed var(--co-primary);
}

.main-home-section-upper-label-2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  background-image: url("../assets/opt/climbing-mountain.svg");
  bottom: 0px;
}

.main-home-section-down-label-2 {
  margin-top: 2rem;
}

.main-home-section-down-label-2 h3.down-label {
  font-family: var(--ff-heading);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  color: #777;
  margin-bottom: 2.5rem;
}

.main-home-section-down-label-2 h3.down-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% - 35px);
  top: -5px;
  border-top: 2px dashed var(--co-primary);
}

.main-home-section-down-label-2 h3.down-label::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  background-image: url("../assets/opt/climbing-mountain.svg");
  top: -33px;
}

.main-home-section-upper2-label-2 {
  margin-top: 2rem;
}

.main-home-section-upper2-label-2 h3.upper-label {
  font-family: var(--ff-heading);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  color: #777;
}

.main-home-section-upper2-label-2 h3.upper-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: -3px;
  border-top: 1px solid black;
}

.main-home-section-upper2-label-2 h3.upper-label::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  left: calc(50% - 15px);
  background-color: white;
  background-image: url("../assets/opt/climbing-mountain.svg");
  top: -32px;
}

.main-home-section-upper3-label-2 h3.upper-label {
  font-family: var(--ff-heading);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #777;
}

.main-home-section-upper3-label-2 h3.upper-label::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 5px);
  width: 60px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--co-primary);
  bottom: 0;
}

.main-home-section-upper3-label-2 h3.upper-label::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: calc(100% + 70px);
  background-image: url("../assets/opt/climbing-mountain.svg");
  bottom: 0;
}

.section-description-2.special {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: var(--ff-heading) !important;
  color: #777;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.signature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.signature-name {
  color: var(--co-primary);
  font-size: 1.6rem;
  font-family: var(--ff-primary);
}

.signature-role {
  color: #777;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--ff-heading);
}

.signature {
  width: 100px;
  height: 50px;
  background-image: url("../imagenes/edgar-catunta-guillen-firma.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.body-main-home-section {
  padding-top: 5rem;
}

.body-main-home-section h1.section-title-2,
.body-main-home-section h2.section-title-2 {
  font-weight: 700 !important;
  font-family: var(--ff-heading);
  text-transform: uppercase;
  font-size: 2rem !important;
}

@media screen and (min-width: 768px) {
  .section-presentation-2.left-medium {
    text-align: left;
  }
  .main-home-section-upper-label-2 {
    font-family: var(--ff-heading);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
    color: #777;
    margin-bottom: 1.4rem;
  }
  .main-home-section-upper-label-2::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 5px);
    width: 80px;
    bottom: 0;
    border-top: 2px dashed var(--co-primary);
  }
  .main-home-section-upper-label-2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(100% + 90px);
    background-image: url("../assets/opt/climbing-mountain.svg");
    bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .body-main-home-section {
    padding-top: 5rem;
  }
  .body-main-home-section h1.section-title-2,
  .body-main-home-section h2.section-title-2 {
    font-weight: 700 !important;
    font-family: var(--ff-heading);
    font-size: 3.2rem !important;
  }
}

.card-exciting-trek-2-outer {
  width: 100%;
}

.card-exciting-trek-2 {
  display: block;
  border-radius: 10px;
  position: relative;
}

.card-exciting-trek-2-image {
  background-color: #82cfd2;
  position: relative;
  overflow: hidden;
}

.card-exciting-trek-2-image::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.card-exciting-trek-2-image img {
  display: block;
  width: 100%;
  height: auto;
}

.card-exciting-trek-2-content {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  z-index: 1;
  color: white;
}

.card-exciting-trek-2__excerpt {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.card-exciting-trek-2__route-places {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.card-exciting-trek-2__title {
  font-family: var(--heading);
  font-size: 1.8rem;
}

.card-immersive {
  overflow: hidden;
}

.card-immersive.origin-center-bottom img {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.card-immersive img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.card-immersive:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/************** EXCITING TREK CARDS */
@media screen and (min-width: 992px) {
  .card-exciting-trek-2__title {
    font-size: 2.2rem;
  }
  .card-exciting-trek-2-content {
    padding: 20px 30px;
  }
  .card-exciting-trek-2__excerpt {
    font-size: 1.3rem;
  }
  .card-exciting-trek-2__route-places {
    font-size: 1.3rem;
  }
}

.card-amazing-tour-outer * {
  /* outline: none; */
}

.card-amazing-tour-outer {
  /* display: flex; */
  /* justify-content: center; */
  /* border-radius: 10px; */
  /* overflow: hidden; */
  /* border: 1px solid #eee; */
  /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); */
}

.card-amazing-tour {
  display: block;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
}

.card-amazing-tour__image {
  background-color: green;
  position: relative;
  overflow: hidden;
}

.card-amazing-tour__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.card-amazing-tour__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-amazing-tour__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  color: #333;
}

.card-amazing-tour__price {
  display: inline-block;
  color: var(--co-primary);
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: 700;
  font-family: var(--ff-heading);
  font-family: var(--ff-headingnw);
}

.card-amazing-tour__route-places {
  display: block;
  font-size: 1.3rem;
  color: black !important;
  font-family: var(--ff-heading);
  font-family: var(--ff-headingnw);
  font-weight: 400;
}

.card-amazing-tour__content {
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}

.card-amazing-tour__excerpt {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: var(--ff-bodynw);
  color: #888 !important;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.card-amazing-tour__footer {
  /* margin-top: 0.5rem; */
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* background-color: var(--co-primary); */
  /* background-color: var(--co-primary); */
  background-color: #ff6600 !important;
  padding-left: 2rem;
  padding-right: 2rem;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
}

.card-amazing-tour__duration, .card-amazing-tour__read-more {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 40px;
  color: white;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-amazing-tour__duration {
  padding-left: 25px;
}

.card-amazing-tour__duration::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 10px;
  left: 0px;
  background-image: url("../assets/opt/timetable.min.svg");
  background-position: center center;
  background-size: contain;
  fill: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-amazing-tour__read-more {
  padding-right: 25px;
}

.card-amazing-tour__read-more::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 12px;
  right: 0px;
  background-image: url("../assets/opt/right.min.svg");
  background-position: center center;
  background-size: contain;
  fill: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-amazing-tour-image::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: 0;
  /* to bottom, */
  /* rgba(125, 185, 232, 0) 0, */
  /* background: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.8)); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /* background: linear-gradient(var(--green), rgba(255, 0, 0, 0.8)); */
}

/* .container-extended {
  width: 90%;
  max-width: 1360px;
} */
.trek-card2-outer {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #eee;
}

.trek-card2 {
  display: block;
}

.trek-card2-image {
  width: 100%;
  position: relative;
  /* background-color: red; */
  overflow: hidden;
}

.trek-card2-image::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125, 185, 232, 0)), color-stop(50%, rgba(63, 93, 116, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, rgba(63, 93, 116, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  /* background-color: red; */
}

.trek-card2-outer:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.trek-card2-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 2s;
  transition: 2s;
}

.trek-card2__tags {
  position: absolute;
  bottom: 0.5rem;
  color: white;
  font-family: var(--heading);
  /* font-size: 1.1rem; */
  font-size: 1rem;
  z-index: 1;
  left: 1.5rem;
  text-transform: uppercase;
  line-height: 2rem;
  overflow: hidden;
  padding-top: 4px;
}

.trek-card2__tags::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  width: 5rem;
  height: 4px;
  border-radius: 2px;
  background: var(--green);
  /* background: var(--orange); */
}

.trek-card2__tags span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.trek-card2__tags span:not(:first-child) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* color: red; */
  padding-left: 1.2rem;
}

.trek-card2__tags span:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: white;
  left: 3px;
  top: 8px;
}

.trek-card2-body {
  padding: 1.5rem;
}

.trek-card2__heading::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #eee;
}

.trek-card2__title {
  font-family: var(--heading);
  color: black;
  font-size: 1.7rem;
  /* font-size: 2rem; */
  font-weight: bold;
  line-height: 2.2rem !important;
  margin: 0;
  /* margin-bottom: .5rem; */
  /* padding-bottom: .3rem; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* -webkit-box-orient: vertical; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 1; */
}

.trek-card2__subtitle {
  font-family: var(--heading);
  /* color: black; */
  color: #444;
  /* font-size: 1.2rem; */
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  /* text-transform: uppercase; */
}

.trek-card2-body p {
  color: #888;
  /* color: #686868; */
  /* color: #444;  */
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: var(--primary);
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  height: 6rem;
  /* background-color: green; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* text-size-adjust: 100%; */
}

.trek-card2-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-btn {
  display: block !important;
  border-radius: 2rem;
  line-height: 3rem;
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: var(--heading);
  font-size: 1.4rem;
  font-weight: 400;
  overflow: hidden;
}

.price-btn {
  border: 1px solid var(--green);
  /* background-color: white; */
  color: var(--green);
  -webkit-transition: 1s;
  transition: 1s;
}

.price-btn:hover {
  background-color: var(--green-o10);
}

.main-btn {
  background: -webkit-gradient(linear, left top, right top, from(var(--orange)), to(var(--orange-light)));
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange-light) 100%);
  color: white;
  position: relative;
}

.main-btn::before {
  content: "Read more";
  background-color: var(--orange-light);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  /* animation: infinite; */
}

.main-btn:hover::before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .trek-card2__title {
    font-size: 1.8rem;
  }
  .trek-card2__tags {
    font-size: 1.1rem;
  }
  .trek-card2-body {
    padding: 2rem;
  }
  .trek-card2__tags {
    left: 2rem;
  }
  .trek-card2__subtitle {
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .container-extended {
    /* background: red; */
    width: 90%;
    max-width: 1360px;
  }
  .trek-card2__title {
    font-size: 2rem;
    padding-bottom: 0;
  }
}

/* CARD-REVIEWS */
.card-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem;
}

.card-review .review-image {
  font-size: 1.2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3rem;
}

.card-review .review-image .avatar {
  border-radius: 100px;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #ccc;
}

.card-review .review-image .avatar img {
  border-radius: 50px;
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.card-review .review-image .author {
  font-weight: 700;
  margin-top: 1rem;
}

.card-review .review-image .date {
  font-style: italic;
}

.review-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review-content .heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review-content .title {
  font-size: 1.7rem;
}

@media screen and (min-width: 1200px) {
  .review-content .title {
    font-size: 1.6rem;
  }
}

.review-content .review {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.bullets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bullets li {
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 20px;
  border: 1px solid #00aa6c;
  margin: 0;
  display: block;
  margin-right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bullets li span {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  padding-left: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #00aa6c;
}

.card-review3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1200px) {
  .card-review3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 4rem;
    margin-top: 0rem;
  }
}

.card-review3__user3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
  .card-review3__user3 {
    width: 12rem;
    max-width: 12rem;
  }
}

.card-review3__user3 .avatar3 {
  padding: 0;
  width: 12rem;
  height: 12rem;
  border-radius: 100px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .card-review3__user3 .avatar3 {
    width: 8rem;
    height: 8rem;
  }
}

.card-review3__user3 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.card-review3__user3 .author3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .card-review3__user3 .author3 {
    font-size: 1.1rem;
  }
}

.card-review3__user3 .date3 {
  font-style: italic;
  font-size: 1.2rem;
}

.card-review3__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .card-review3__content {
    padding-left: 3rem;
  }
}

.card-review3__content .heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .card-review3__content .heading {
    margin-bottom: 1rem;
  }
}

.card-review3__content .review-company img {
  height: 4rem;
  width: auto;
}

.card-review3__title {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 700;
  margin-bottom: 1rem;
}

.card-review3__description {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .card-review3__description {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .card-review3__description {
    font-size: 1.6rem;
  }
}

.card-review3__description::after {
  position: absolute;
  width: 100%;
  height: calc(1.6rem * 1.5 * 3);
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

.bullets3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 5px;
}

.bullets3 li {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  display: block;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0 3px white, 0 0 0 5px #ccc;
          box-shadow: 0 0 0 3px white, 0 0 0 5px #ccc;
  background-color: #ccc;
}

.bullets3 li + li {
  margin-left: 1.2rem;
}

.bullets3 li.active {
  background-color: #00aa6c;
  -webkit-box-shadow: 0 0 0 3px white, 0 0 0 5px #00aa6c;
          box-shadow: 0 0 0 3px white, 0 0 0 5px #00aa6c;
}

.bullets3 li span {
  display: none;
  width: 8px;
  height: 8px;
  width: 16px;
  height: 16px;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #ff6600;
}

.reviews-gallery .swiper-wrapper {
  padding-bottom: 3rem;
}

.reviews-gallery .swiper-pagination {
  bottom: 0;
}

.instagrams-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .instagrams-container {
    width: 80%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .instagrams-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.instagram-card-outer {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .instagram-card-outer:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 2;
  }
  .instagram-card-outer:hover .instagram-card__content {
    opacity: 0;
  }
}

.instagram-card {
  border-radius: .5rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.instagram-card__image {
  position: relative;
  z-index: 1;
}

.instagram-card__image::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.instagram-card__image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.instagram-card__icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.instagram-card__icon img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.instagram-card__body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  color: white;
  z-index: 1;
}

.instagram-card__name {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  display: block;
  text-transform: uppercase;
}

.instagram-card__nickname {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 1.25px;
  letter-spacing: 1px;
  color: white;
  display: block;
}

.instagram-card.alternative .instagram-card__nickname {
  color: #333;
}

.instagram-card.alternative .instagram-card__user {
  background-color: rgba(255, 255, 255, 0.753);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  border-radius: 3rem;
}

.instagram-card.alternative .instagram-card__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instagram-card.alternative2 .instagram-card__nickname {
  color: #333;
}

.instagram-card.alternative2 .instagram-card__user {
  background-color: rgba(255, 255, 255, 0.753);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 2rem;
  margin: 2rem 0;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  border-radius: 3rem;
  border-radius: 3rem 0 0 3rem;
  border-radius: .5rem 0 0 .5rem;
  border-radius: 2rem 0 0 2rem;
}

.instagram-card.alternative2 .instagram-card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.instagram-card.alternative3 .instagram-card__nickname {
  color: #333;
}

.instagram-card.alternative3 .instagram-card__user {
  background-color: rgba(255, 255, 255, 0.753);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  border-radius: 3rem;
}

.instagram-card.alternative3 .instagram-card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.instagram-card__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.instagram-card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75rem 2rem;
  padding: .75rem 0.75rem;
  padding: .75rem 1.2rem;
  position: relative;
  z-index: 1;
}

.instagram-card__user .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.75rem;
}

.instagram-card__user .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.presentation-card2-outer {
  border-radius: 1rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .presentation-card2-outer {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .presentation-card2-outer {
    border: 1px solid #eee;
    padding: 2rem;
  }
}

.presentation-card2 {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.presentation-card2:hover .presentation-card2__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.presentation-card2.link {
  cursor: pointer;
}

.presentation-card2__image {
  position: relative;
  width: 100%;
}

.presentation-card2__image img {
  -webkit-transition: 2s;
  transition: 2s;
}

.presentation-card2__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.presentation-card2__content .inner-cta {
  margin-top: 1rem;
  font-size: 1.2rem;
  padding: 0.25rem 3rem;
  padding: 0rem 3rem;
  padding: 0rem 2rem 0rem 0.5rem;
  border-radius: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.presentation-card2__content .inner-cta::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  right: 0.5rem;
}

.presentation-card2__icon {
  width: 5rem;
  height: 5rem;
  border: 1px solid white;
  border-radius: 3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 1rem;
}

.presentation-card2__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center center;
     object-position: center center;
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

.presentation-card2__icon img.play-video {
  -o-object-position: right center;
     object-position: right center;
  margin-top: 0.2rem;
  margin-left: 0.6rem;
  width: 80%;
  height: 80%;
}

.presentation-card2__title, .presentation-card2 .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-transform: uppercase;
}

.custom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40rem;
}

.custom-container > div:nth-child(1) {
  background-color: red;
}

.custom-container > div:nth-child(2) {
  background-color: green;
  margin-left: 0.2rem;
  margin-left: 1px;
}

.custom-container > div:nth-child(3) {
  background-color: blue;
  margin-left: 0.2rem;
  margin-left: 1px;
}

.salkantay-feature {
  margin-top: 1.5rem;
  background-color: black;
  display: block;
  position: relative;
}

.salkantay-feature.rounded {
  border-radius: 1rem;
  overflow: hidden;
}

.salkantay-feature.no-image {
  background: none;
}

.salkantay-feature.no-image .salkantay-feature__content {
  position: static;
  border-radius: 1rem;
}

.salkantay-feature__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.salkantay-feature__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .salkantay-feature__content {
    padding: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-feature__content {
    padding: 5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-feature__content {
    padding: 5rem;
  }
}

.salkantay-feature__body {
  color: #ccc;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 992px) {
  .salkantay-feature__body {
    text-align: center;
  }
}

.salkantay-feature__title {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .salkantay-feature__title {
    font-size: 1.6rem;
    height: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-feature__title {
    font-size: 1.8rem;
    height: 5rem;
    margin-bottom: 0rem;
  }
}

.salkantay-feature p {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .salkantay-feature p {
    min-height: 9rem;
  }
}

.salkantay-feature__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 4rem;
  overflow: hidden;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}

@media screen and (min-width: 992px) {
  .salkantay-feature__icon {
    margin-right: 0rem;
    margin-bottom: 3rem;
  }
}

.salkantay-feature__icon.fill {
  background-color: #ff6600;
  border: none;
}

.salkantay-feature__icon img {
  width: auto;
  height: 3rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

@media screen and (min-width: 768px) {
  .salkantay-feature__icon img {
    height: 4rem;
  }
}

.custom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40rem;
}

.custom-container > div:nth-child(1) {
  background-color: red;
}

.custom-container > div:nth-child(2) {
  background-color: green;
  margin-left: 0.2rem;
  margin-left: 1px;
}

.custom-container > div:nth-child(3) {
  background-color: blue;
  margin-left: 0.2rem;
  margin-left: 1px;
}

.salkantay-feature2 {
  margin-top: 1.5rem;
  background-color: black;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.salkantay-feature2__image {
  padding-top: calc(100% * 1 / 3);
}

@media screen and (min-width: 768px) {
  .salkantay-feature2__image {
    padding-top: calc(100% * 2 / 3);
  }
}

@media screen and (min-width: 992px) {
  .salkantay-feature2__image {
    padding-top: calc(100% * 3 / 2);
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-feature2__image {
    padding-top: 100%;
  }
}

.salkantay-feature2__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.salkantay-feature2__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ccc;
  color: white;
  padding: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .salkantay-feature2__content {
    padding: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-feature2__content {
    padding: 2rem 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-feature2__content {
    padding: 6rem;
  }
}

.salkantay-feature2 p {
  font-size: 1.4rem;
}

.salkantay-feature2__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: none;
}

@media screen and (min-width: 992px) {
  .salkantay-feature2__body {
    display: block;
  }
}

.salkantay-feature2__title {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-size: 1.8rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .salkantay-feature2__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-feature2__title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1200px) {
  .salkantay-feature2__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.salkantay-feature2__footer {
  display: none;
}

@media screen and (min-width: 992px) {
  .salkantay-feature2__footer {
    display: block;
  }
}

.salkantay-feature2__icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .salkantay-feature2__icon {
    width: 6rem;
    height: 6rem;
    border-radius: 4rem;
    overflow: hidden;
    border: 1px solid white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .salkantay-feature2__icon {
    margin-right: 0rem;
    margin-bottom: 3rem;
  }
}

.salkantay-feature2__icon.fill {
  background-color: #ff6600;
  border: none;
}

.salkantay-feature2__icon img {
  width: auto;
  height: 3rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%);
}

@media screen and (min-width: 768px) {
  .salkantay-feature2__icon img {
    height: 4rem;
  }
}

.flexible .card-related-tour {
  margin-top: 1.5rem;
}

.card-related-tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
}

.card-related-tour:hover {
  color: red;
}

.card-related-tour:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-related-tour:hover .card-related-tour__footer {
  background-color: #ff7300;
}

.card-related-tour__header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card-related-tour__header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.card-related-tour.top .card-related-tour__header::before {
  bottom: unset;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75%);
}

.card-related-tour.top .card-related-tour__heading {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-related-tour__image img {
  -webkit-transition: 2s;
  transition: 2s;
}

.card-related-tour__heading {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  z-index: 2;
}

.card-related-tour__heading .title {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
}

.card-related-tour__heading .tour-location {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  padding: 0rem 1rem;
  letter-spacing: 1px;
  border-radius: 2rem;
  border: 1px solid white;
  font-size: 1rem;
  border-radius: 2rem;
  line-height: 2.4rem;
  margin-top: 1rem;
  font-weight: 400;
}

.card-related-tour__heading .price {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.card-related-tour__heading h5 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}

.card-related-tour__heading h5::before {
  position: absolute;
  content: "";
  width: 30%;
  left: 35%;
  top: -2px;
  border-top: 1px solid white;
}

.card-related-tour__body {
  padding: 2rem;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.card-related-tour__body .route-places {
  text-align: center;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
  min-height: 5rem;
}

.card-related-tour__body .route-places.opt1 {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px dashed #ccc;
}

.card-related-tour__excerpt {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #555;
  font-size: 1.4rem;
  font-size: 1.3rem;
  height: calc(13px * 1.5 * 3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}

.card-related-tour__excerpt::after {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 40%, white);
  right: 0;
  top: calc(14px * 1.5 * 2);
  width: 3rem;
  z-index: 3;
  text-align: center;
}

.card-related-tour__footer {
  background-color: #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  padding: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card-image-link-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-image-link-outer {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .card-image-link-outer {
    border: 1px solid #eee;
    padding: 2rem;
  }
}

.card-image-link {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  display: block;
  width: 100%;
  border: 2px solid #f0f0f0;
}

.card-image-link + .card-image-link {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .card-image-link {
    width: 32%;
    max-width: 30rem;
  }
  .card-image-link + .card-image-link {
    margin-top: 0;
  }
}

.card-image-link__image {
  padding-top: calc(100% * 1 / 4);
}

@media screen and (min-width: 768px) {
  .card-image-link__image {
    padding-top: calc(100% * 9 / 16);
  }
}

.card-image-link__content {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
}

.card-image-link__title {
  color: white;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.card-blog {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: hidden;
      -ms-flex-align: hidden;
          align-items: hidden;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
  color: #333;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .card-blog {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .card-blog {
    margin-bottom: 0;
    color: white;
  }
}

@media screen and (min-width: 768px) {
  .card-blog {
    display: block;
  }
  .card-blog:hover .card-blog__image::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.card-blog__image {
  width: calc(100% / 3);
}

@media screen and (min-width: 768px) {
  .card-blog__image {
    width: 100%;
  }
}

.card-blog__image-wrapper {
  padding-top: 100%;
  background-color: green;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .card-blog__image-wrapper {
    width: 100%;
    padding-top: 100%;
  }
}

.card-blog__image-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .card-blog__image-wrapper::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
  }
}

.card-blog__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
}

.card-blog__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .card-blog__content {
    padding: 2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card-blog__content .heading {
  font-family: "Poppins", sans-serif;
  color: #333;
  color: #555;
  font-weight: 400;
  font-size: 1.4rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}

.card-blog__content .heading::before {
  position: absolute;
  content: "";
  width: 4rem;
  bottom: 0;
  left: calc(50% - 2rem);
  border-bottom: 1px solid #ff6600;
  border-bottom: 4px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .card-blog__content .heading {
    font-size: 1.8rem;
    color: white;
  }
  .card-blog__content .heading::before {
    width: 6rem;
    left: calc(50% - 3rem);
    border-bottom: 1px solid white;
  }
}

.card-blog__content .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 768px) {
  .card-blog__content .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0rem;
  }
}

.card-blog__content .date {
  color: #555;
  color: #aaa;
  font-family: "Roboto", sans-serif;
  display: none;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .card-blog__content .date {
    color: white;
    display: block;
  }
}

.card-blog__content .inner-cta {
  margin-top: 2rem;
  font-size: 1.4rem;
  border-radius: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  background-color: #f0f0f0;
  padding: 0 2.5rem 0 1.5rem;
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.1);
  color: #ff6600;
}

.card-blog__content .inner-cta::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 1rem;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .card-blog__content .inner-cta {
    margin-top: 2rem;
    color: white;
    border: 1px solid white;
    padding: 0.5rem 3rem 0.5rem 2rem;
    background-color: rgba(255, 102, 0, 0);
  }
  .card-blog__content .inner-cta::after {
    right: 1.5rem;
  }
}

.card-blog__content .btn {
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #333;
  color: #333;
}

@media screen and (min-width: 768px) {
  .card-blog__content .btn {
    border: 1px solid white;
    color: white;
  }
}

.card-blog2 {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background-color: white;
}

.card-blog2:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.card-blog2__image img {
  -webkit-transition: 2s;
  transition: 2s;
}

.card-blog2__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-blog2__content {
  padding: 2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.card-blog2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-blog2__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #333;
  font-weight: 700;
  height: 3em;
}

.card-blog2__date {
  font-size: 1.2rem;
  display: inline-block;
  padding-top: 0.9rem;
  margin-top: 1rem;
  color: #888;
  border-top: 1px solid #f0f0f0;
}

.card-blog2__category {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}

.card-blog2__inner-cta2 {
  margin-top: 2rem;
}

.unique-cards-gallery {
  padding: 0.5rem 3rem 0.5rem !important;
}

.unique-cards-gallery .swiper-wrapper .swiper-slide {
  height: auto;
}

.card-unique {
  padding: 5rem 2rem 3rem;
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.card-unique__image {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 3rem;
  position: relative;
}

.card-unique__image::before {
  content: "";
  position: absolute;
  border-radius: 5rem;
  width: 100%;
  height: 100%;
  left: -1rem;
  top: -1rem;
  background-color: rgba(255, 102, 0, 0.1);
}

.card-unique__image img {
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.card-unique__image svg {
  fill: var(--co-text-heading);
}

.card-unique__content {
  font-size: 1.5rem;
}

.card-unique__title {
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #333;
  position: relative;
}

.card-unique__title::after {
  position: absolute;
  background-color: #f0f0f0;
  height: 2px;
  bottom: -1.2rem;
  border-radius: 2px;
  bottom: -1.1rem;
  bottom: -0.6rem;
  bottom: -1rem;
  width: 2rem;
  width: 20%;
  left: 40%;
}

.card-unique__description {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.package-card {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background-color: white;
  display: block;
  color: #555;
}

.package-card__heading {
  position: relative;
}

.package-card__image {
  width: 100%;
  padding-top: calc(100% * 4 / 5);
  position: relative;
  overflow: hidden;
}

.package-card__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.package-card__details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ccc;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.package-card__content {
  padding: 2rem 2rem 0rem;
}

.package-card__content .location {
  text-transform: uppercase;
  color: #ff6600;
  font-family: "Poppins", sans-serif;
}

.package-card__content .title {
  font-size: 2.4rem;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #333;
}

.package-card__content .title.md {
  font-size: 2rem;
}

.package-card__content .visited-places {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #333;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  overflow: hidden;
  max-height: calc(1.2rem * 1.5 + 0.5rem);
}

.package-card__content .excerpt {
  font-size: 1.4rem;
  margin-top: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.package-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
}

.package-card__footer .price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.tour-card {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  background-color: yellow;
  display: block;
  color: #555;
  position: relative;
}

.tour-card__heading {
  position: relative;
}

.tour-card__image {
  width: 100%;
  padding-top: calc(100% * 3 / 2);
  padding-top: calc(100% * 16 / 9);
  position: relative;
  overflow: hidden;
}

.tour-card__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.tour-card__location {
  position: absolute;
  top: 0rem;
  left: 0rem;
  padding: 2rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.tour-card__location span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background-color: white;
  color: #ff6600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-right: 1rem;
}

.tour-card:hover .tour-card__content {
  bottom: 0;
}

.tour-card__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  bottom: -17rem;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding: 3rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.tour-card__content .title {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #888;
  width: 100%;
}

.tour-card__content .duration-price {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  padding-top: 0.5rem;
  letter-spacing: 1px;
}

.tour-card__content .excerpt {
  font-size: 1.4rem;
  margin-top: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.tour-card__content .visited-places {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.tour-card__content .btn-wrapper {
  margin-top: 3rem;
  text-align: center;
}

.destination-item-outer {
  width: 100%;
}

.destination-item {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.destination-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.destination-item__image {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.destination-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.destination-item__title {
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: bold !important;
}

.destination-item__title.down {
  margin-bottom: 0;
  margin-top: 2rem;
}

.destination-item__subtitle {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
}

.paypal-payment-box {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 1rem;
  padding: 4rem 2rem 2rem;
  text-align: center;
}

.paypal-payment-box .title,
.paypal-payment-box .subtitle {
  font-family: "Poppins", sans-serif;
}

.paypal-payment-box .title {
  text-transform: uppercase;
  color: #333;
  font-size: 2rem;
}

.paypal-payment-box .subtitle {
  color: #888;
  font-size: 1.4rem;
}

.paypal-payment-box .pay-button {
  margin: 1rem auto;
  padding-top: 2rem;
  border-top: 1px solid #f0f0f0;
}

.paypal-accepted-cards {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.paypal-accepted-cards img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .paypal-accepted-cards img {
    max-width: 30rem;
    height: auto;
  }
}

.tour-secured-seal {
  width: 100%;
  padding-bottom: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.tour-secured-seal .tour-cover {
  width: 100%;
  padding-top: calc(100% * 1 / 2);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.tour-secured-seal .tour-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-secured-seal .secured-seal {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}

.tour-secured-seal .secured-seal img {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form-control-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 25rem;
  margin-bottom: 2rem;
}

.form-control-p label {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #333;
}

.form-control-p input,
.form-control-p select {
  width: 100%;
  padding: 10px 30px 10px 45px;
  border-radius: 60px;
  border-color: #ccc;
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}

.form-control-p input:hover, .form-control-p input:focus,
.form-control-p select:hover,
.form-control-p select:focus {
  border-color: transparent;
}

.form-control-p select {
  background-image: url(../assets/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px 8px;
  background-color: transparent;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.form-control-p select option {
  background-color: #f0f0f0;
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
}

.form-control-p select option::-moz-selection {
  border: none;
}

.form-control-p select option::selection {
  border: none;
}

.payments-information-box {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.payments-information-box p {
  border-radius: 5px;
  width: 100%;
  color: #ff6600;
  background-color: rgba(255, 102, 0, 0.25);
  padding: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 60rem;
}

.payments-information-box h4 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  margin-top: 4rem;
  color: #333;
}

/* ACCORDION FAQS HOME */
.faqs-accordion {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}

.faqs-accordion .accordion-item {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
}

.faqs-accordion .accordion-item + .accordion-item {
  margin-top: 0.5rem;
}

.faqs-accordion .accordion-item__title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  padding: 1.5rem 1rem;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}

.faqs-accordion .accordion-item__title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  right: 1rem;
  top: 1.25rem;
}

.faqs-accordion .accordion-item__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faqs-accordion .accordion-item__content p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.faqs-accordion .accordion-item__content-wrapper {
  padding: 0.75rem 1rem;
}

.faqs-accordion .accordion-item.active .accordion-item__title {
  background-color: #ff6600;
  color: white;
  position: relative;
}

.faqs-accordion .accordion-item.active .accordion-item__title::after {
  content: "\f068";
}

/* WHAT MAKES US UNIQUE */
.icon-card-unique {
  text-align: center;
  padding: 20px;
  margin-bottom: 10px;
}

.icon-card-unique__image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.icon-card-unique__image svg {
  fill: var(--co-primary);
  fill: #ccc;
  fill: var(--co-text-heading);
}

.icon-card-unique__content {
  /* width: 80%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* padding: 2rem 4rem; */
  font-size: 1.6rem;
  color: #aaa;
  color: #777;
}

.icon-card-unique__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: var(--ff-heading);
  color: var(--co-txt-heading);
  color: var(--co-primary);
}

.icon-card-unique__description {
  margin-top: 10px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .unique-cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .unique-cards-container .icon-card-unique {
    margin: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media screen and (min-width: 992px) {
  .unique-cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .unique-cards-container .icon-card-unique {
    margin: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
  }
}

@media screen and (min-width: 768px) {
  .icon-card-unique {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .icon-card-unique__title {
    min-height: 5rem;
    /* font-size: 1.4rem; */
  }
}

.swiper-unique-cards .swiper-slide {
  width: 100% !important;
  background-color: none;
}

@media screen and (min-width: 576px) {
  .swiper-unique-cards .swiper-slide {
    width: 50% !important;
    background-color: none;
  }
}

@media screen and (min-width: 768px) {
  .swiper-unique-cards .swiper-slide {
    width: 50% !important;
    background-color: none;
  }
}

@media screen and (min-width: 992px) {
  .swiper-unique-cards .swiper-slide {
    width: 18% !important;
    background-color: none;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-unique-cards .swiper-slide {
    width: 18% !important;
    background-color: none;
  }
}

.swiper-unique-cards > .swiper-pagination {
  display: block;
  bottom: -5px;
}

.reviews-pax-gallery .swiper-wrapper .swiper-slide {
  height: auto;
}

.review-pax-box-outer {
  padding-top: 5rem;
  height: 100%;
}

.review-pax-box {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background-color: white;
  position: relative;
  padding-top: 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review-pax-box .review-company {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.review-pax-box .review-company img {
  height: 3rem;
  width: auto;
  display: block;
}

.review-pax-box .qualification {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.review-pax-box .qualification span {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #00aa6c;
}

.review-pax-box .qualification span + span {
  margin-left: 0.1rem;
}

.review-pax-box__content {
  padding: 2rem 2rem 0rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review-pax-box__content .title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.review-pax-box__content .review {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.review-pax-box .review-details {
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
}

.review-pax-box .review-details .review-date {
  font-size: 1.2rem;
  color: #888;
  border-radius: 3px;
}

.review-pax-box .review-details .pax-nickname {
  color: #ff6600;
  border: 1px solid #f0f0f0;
  padding: 0rem 1.5rem;
  line-height: 3rem;
  border-radius: 5rem;
}

.review-pax-box .pax-avatar {
  position: absolute;
  top: -5rem;
  left: 2rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
}

.review-pax-box .pax-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.we-box {
  text-align: center;
  padding: 4rem 5rem 4rem;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  min-height: 100%;
  background-color: white;
}

.we-box__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.we-box__icon::before {
  content: "";
  position: absolute;
  border-radius: 5rem;
  width: 6rem;
  height: 6rem;
  left: -1rem;
  top: -1rem;
  background-color: rgba(255, 102, 0, 0.1);
}

.we-box img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
          filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.we-box p {
  font-size: 1.5rem;
}

.we-box p strong {
  color: #ff6600;
  color: #333;
}

.info-box2.salkantay-numbers {
  text-align: center;
}

.info-box2.salkantay-numbers .title {
  font-size: 4rem;
  color: #ff6600;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.info-box2.salkantay-numbers .subtitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #555;
}

.info-box2.salkantay-numbers.inverse .title {
  color: whitesmoke;
}

.info-box2.salkantay-numbers.inverse .subtitle {
  color: white;
}

ul + .card-link-alt,
p + .card-link-alt,
div + .card-link-alt {
  margin-top: 1rem;
}

.card-link-alt {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-color: green;
  position: relative;
}

.card-link-alt .image {
  width: 100%;
  padding-top: calc(100% * 1 / 3);
  position: relative;
}

.card-link-alt .image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.card-link-alt .content {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1.2rem;
}

.card-link-alt .content .title {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.card-link-alt .content .btn {
  display: inline-block;
  margin-top: 1rem;
}

.card-link-alt .content .btn::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5rem;
}

.card-link-alt:hover .btn {
  text-decoration: underline;
}

.card-link-alt + .card-link-alt {
  margin-top: 1rem;
}

/* BEST SELLING TREK */
.certifications-container {
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.certifications-container picture {
  display: none;
  width: 100%;
  max-width: 18rem;
}

.certifications-container picture.lvl1 {
  display: block;
}

@media screen and (min-width: 320px) {
  .certifications-container picture {
    width: 33%;
  }
  .certifications-container picture.lvl3 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .certifications-container picture {
    width: 20%;
  }
  .certifications-container picture.lvl2 {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .certifications-container picture {
    display: block;
  }
}

.certifications-container picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certifications-container2 {
  margin-top: 10rem;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .certifications-container2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.certifications-container2 picture {
  width: 45%;
  max-width: 18rem;
}

@media screen and (min-width: 320px) {
  .certifications-container2 picture {
    width: 33%;
  }
}

@media screen and (min-width: 480px) {
  .certifications-container2 picture {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .certifications-container2 picture {
    width: 15%;
  }
}

@media screen and (min-width: 992px) {
  .certifications-container2 picture {
    margin: 0;
    padding: 0;
  }
}

.certifications-container2 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 992px) {
  .lvl1 {
    width: 160px !important;
    height: 160px !important;
  }
  .lvl2 {
    width: 145px !important;
    height: 145px !important;
  }
  .lvl3 {
    width: 125px !important;
    height: 125px !important;
  }
  .lvl4 {
    width: 100px !important;
    height: 100px !important;
  }
}

.certifications2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.certifications2-container picture {
  width: 32%;
  text-align: center;
}

.certifications2-container picture img {
  width: 100%;
  height: auto;
}

.sidebar-block {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .sidebar-block {
    max-width: 35rem;
    margin-left: auto;
  }
}

.cta-image-box {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.cta-image-box .image {
  position: relative;
  padding-top: calc(100% * 9 / 16);
}

.cta-image-box .image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-image-box .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}

.cta-image-box .content .title {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-image-box .content .subtitle {
  font-size: 1.2rem;
  margin-top: .5rem;
  font-weight: 400;
}

.cta-image-box .content .btn-wrapper {
  margin-top: 2rem;
}

/* EXCITING TREKS IN PERU */
/* @import "components/card-exciting-trek.css"; */
/* THE BEST OF BOTH WORLDS */
/* BEST TREKKING ROUTES */
/* @import "components/card-alternative-trek.css"; */
/* @import "components/card-alternative-trek2.css"; */
/* @import "components/card-alternative-trek2_.css"; */
/* @import "components/card-alternative-trek3.css"; */
/* WHY TRAVEL WITH US */
.fullscreen-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fullscreen-container .half-divided > div {
  width: 50%;
}

.fullscreen-container .half-divided > div:nth-child(even) {
  padding-right: 5px;
}

.fullscreen-container .half-divided > div:nth-child(odd) {
  padding-left: 5px;
}

.card-highlight {
  position: relative;
}

.card-highlight-image img {
  width: 100%;
  height: auto;
}

/* HOW IT WORKS */
.icon-card {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
}

.icon-card * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon-card__image {
  padding: 0.5rem;
}

.icon-card__image--icon {
  width: 10rem;
  height: 10rem;
  margin: auto;
}

.icon-card__image--icon svg {
  fill: var(--co-accent);
}

.icon-card__content {
  padding: 2rem 1rem;
  text-align: center;
}

.icon-card__content--title {
  font-family: var(--ff-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: black;
}

.bordered {
  border: 1px solid var(--co-primary);
}

.rounded {
  border-radius: 1rem;
}

.shadowed {
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .icon-card__image {
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .icon-card__image {
    padding: 3rem;
  }
}

.whatsapp {
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

@media screen and (min-width: 768px) {
  .whatsapp {
    bottom: 4rem;
    right: 4rem;
    display: block;
  }
}

.whatsapp.left {
  left: 4rem;
}

.whatsapp.left .whatsapp-panel {
  left: 0;
}

.whatsapp.active .whatsapp-panel {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 5px);
}

.whatsapp.active .whatsapp-button .primary {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.whatsapp.active .whatsapp-button .secondary {
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
  opacity: 1;
}

.whatsapp-button {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #00aa6c;
  color: white;
  border-radius: 10rem;
  cursor: pointer;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
          box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.whatsapp-button i {
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4rem;
  height: 4rem;
}

.whatsapp-button .primary {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.whatsapp-button .secondary {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.whatsapp-panel {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: white;
  z-index: -1;
  right: 0;
  bottom: calc(100% - 20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 35rem;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
}

.whatsapp-panel_members {
  padding: 2rem;
}

.whatsapp-panel_members .time-response {
  font-size: 1.2rem;
  color: #ccc;
  font-weight: 400;
}

.whatsapp-panel_members ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.whatsapp-panel_members ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.whatsapp-panel_header {
  background-color: #00aa6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 2rem 2.5rem;
}

.whatsapp-panel_header .icon {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin-right: 15px;
}

.whatsapp-panel_header h4 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: white;
  margin-bottom: 0.5rem;
}

.whatsapp-panel_header p {
  opacity: 0.8;
  font-size: 1.2rem;
  margin: 0;
}

.whatsapp .wa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #c0c5ca;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f7f9;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.whatsapp .wa-item:hover {
  background-color: #f0f0f0;
}

.whatsapp .wa-item.active {
  border-left: 2px solid #28a745;
}

.whatsapp .wa-item.active::before {
  text-align: right;
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  color: #00aa6c;
  content: "\f232";
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 3rem;
  padding-right: 1rem;
  right: 0;
  top: 0;
}

.whatsapp .wa-avatar {
  width: 58px;
  height: 58px;
  padding: 5px;
}

.whatsapp .wa-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.whatsapp .wa-member {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 1.5rem;
}

.whatsapp .wa-member-name {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

.whatsapp .wa-member-duty {
  color: #888;
  font-size: 1.1rem;
  font-weight: 400;
}

.whatsapp .wa-member-status {
  color: #f5a623;
  font-size: 0.9rem;
  font-weight: 400;
}

.reservations-travel .color-orange {
  color: #ff6600 !important;
  fill: #ff6600;
}

.form-control {
  position: relative;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .form-control {
    margin-bottom: 1.5rem;
  }
}

.form-control label {
  font-family: "Poppins", sans-serif;
  color: #333;
  display: block;
}

.form-control label span {
  display: inline-block;
  margin-left: 0.25rem;
  color: #ff6600;
}

.form-control span {
  font-size: 12px;
  color: #888;
  display: inline-block;
  margin-left: 1.6rem;
}

.form-control svg {
  width: 22px;
  margin: 0px 3px 0px 0px;
  fill: #888;
  position: absolute;
  left: 5px;
  top: 33px;
}

.form-control input,
.form-control select,
.form-control textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border-radius: 3px;
  height: 4rem;
  padding: 0 1.6rem;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #555;
  outline: red;
}

.form-control input:focus, .form-control input:active,
.form-control select:focus,
.form-control select:active,
.form-control textarea:focus,
.form-control textarea:active {
  border-color: #888;
}

.form-control input::-webkit-input-placeholder,
.form-control select::-webkit-input-placeholder,
.form-control textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.4rem;
  color: #aaa;
}

.form-control input::-moz-placeholder,
.form-control select::-moz-placeholder,
.form-control textarea::-moz-placeholder {
  font-size: 1.4rem;
  color: #aaa;
  /* Firefox 19+ */
}

.form-control input:-ms-input-placeholder,
.form-control select:-ms-input-placeholder,
.form-control textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #aaa;
  /* IE 10+ */
}

.form-control input:-moz-placeholder,
.form-control select:-moz-placeholder,
.form-control textarea:-moz-placeholder {
  font-size: 1.4rem;
  color: #aaa;
  /* Firefox 18- */
}

.form-control select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM3NTIwNTc2RkJFNTExRUFBQzk4ODVCODc4MjU3RTA5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM3NTIwNTc3RkJFNTExRUFBQzk4ODVCODc4MjU3RTA5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzc1MjA1NzRGQkU1MTFFQUFDOTg4NUI4NzgyNTdFMDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc1MjA1NzVGQkU1MTFFQUFDOTg4NUI4NzgyNTdFMDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz75R+qNAAAA7ElEQVR42mL8//8/AzUBEwOVweA3kIVhZnAEkPYE4llAfJRMc0yBOBuI9zD+j2OAxcpnIPYH4v0kGmYFxFuAWBDiQg6wAY5AzAvEG0k0FMUwIDjMBDVgG1QAZqgjGYbtA5nFBPVqKBDvJMFQdMMOAHEgEL+HxfI3IA4m0lBshgUA8Sf0ZPOVCEOxGQYKso8wBYz/0zBcwA3Ea4HYHSn2PYD4JxDvxuKyj8iasRmIzVCQd/4BsQCayz4Rm1PQvc9HjGGQdPgTZ0zCDEV2KUoEYAOM/yd5EkpvIO93gS1nYCjFZxjEwNHykFIAEGAAaF1FaPlSR0AAAAAASUVORK5CYII=) no-repeat white;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.form-control textarea {
  height: unset;
}

.form-control select {
  position: relative;
}

.form-control select:focus, .form-control select:active {
  border-color: #888;
}

.form-control .custom-select {
  position: relative;
}

.form-control button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: white;
  background-color: #ff6600;
  border: 0;
  outline: none;
  height: 4rem;
  border-radius: 4rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  width: 100%;
  max-width: 20rem;
}

.form-title {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.5rem;
  color: #ff6600;
}

.form-subtitle {
  font-family: "Poppins", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
}

.form-block + .form-block {
  margin-top: 3rem;
}

.highlights strong {
  font-weight: 300 !important;
}

.highlights {
  color: #ccc;
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  font-size: 16px;
  margin-bottom: 16px;
}

.highlights a {
  color: #3fabaf !important;
}

.alert_february {
  font-size: 1.2rem;
  font-style: italic;
  display: inline-block;
  padding: 0.5rem;
  background-color: #f0f0f0;
  color: #333;
  position: relative;
  padding-left: 1rem;
}

.alert_february::before {
  content: "i";
  color: #ff6600;
  position: absolute;
  left: 0;
}

.response-box {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 3px;
}

.response-box.progress {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  border: 1px solid #ffc107;
}

.response-box.success {
  background-color: rgba(40, 167, 70, 0.2);
  color: #28a745;
  border: 1px solid #28a745;
}

.response-box.danger {
  background-color: rgba(220, 53, 70, 0.2);
  color: #dc3545;
  border: 1px solid #dc3545;
}

.widget-booking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .widget-booking-form {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .widget-booking-form {
    margin-left: auto;
    max-width: 35rem;
    padding: 2rem;
  }
}

.widget-booking-form .icon {
  display: none;
  width: 4rem;
  margin-right: 2rem;
}

@media screen and (min-width: 1200px) {
  .widget-booking-form .icon {
    display: block;
  }
}

.widget-booking-form .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
          filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
}

.widget-booking-form p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
}

.selected-tour-box {
  border-radius: 3px;
  padding: 0.5rem 1rem;
  background-color: white;
  border: 1px solid #f0f0f0;
  border: 1px solid #ff6600;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

/* GENERIC CARDS */
/* OUR AWARDS */
.salkantay-trekking-awards2 {
  background-color: white;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.salkantay-trekking-awards2__title {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #ccc;
  font-weight: 300;
  margin-bottom: 1rem;
}

.salkantay-awards-shelf2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.salkantay-awards-shelf2 img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.cta-awards {
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff6600;
  border-radius: 5px;
}

.cta-awards span {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: white;
}

.salkantay-trekking-awards {
  text-align: center;
}

.salkantay-trekking-awards img {
  width: 300px;
}

.salkantay-trekking-awards-icon {
  text-align: center;
  margin: 40px 0px 50px 0px;
}

.salkantay-awards-presentation {
  margin: auto;
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 96%;
  /* max-width: 110rem; */
}

.salkantay-awards-presentation img {
  height: 100px;
  /* margin: 0px 4px; */
  margin: 0px;
  /* filter: hue-rotate(0deg) saturate(0) brightness(500%); */
  /* opacity: 0.4; */
}

.salkantay-awards-shelf {
  margin: auto;
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* max-width: 96%; */
}

.award-level-4 {
  width: 100px;
  height: 100px;
}

.award-level-3 {
  width: 125px;
  height: 125px;
}

.award-level-2 {
  width: 145px;
  height: 145px;
}

.award-level-1 {
  width: 160px;
  height: 160px;
}

.award-level-4 {
  width: 120px;
  height: 120px;
}

.award-level-3 {
  width: 140px;
  height: 140px;
}

.award-level-2 {
  width: 160px;
  height: 160px;
}

.award-level-1 {
  width: 180px;
  height: 180px;
}

.award-level-4 {
  width: 135px;
  height: 135px;
}

.award-level-3 {
  width: 155px;
  height: 155px;
}

.award-level-2 {
  width: 175px;
  height: 175px;
}

.award-level-1 {
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .salkantay-awards-presentation img {
    height: 80px;
    margin: 0px;
  }
  .salkantay-awards-shelf img {
    height: 80px !important;
    margin: 0px;
  }
  .award-level-1,
  .award-level-2,
  .award-level-3,
  .award-level-4 {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .salkantay-awards-shelf {
    width: 80%;
  }
  .award-level-1,
  .award-level-2,
  .award-level-3,
  .award-level-4 {
    width: 100px;
    height: 100px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .salkantay-awards-presentation img {
    height: 80px;
    margin: 0px;
  }
  .salkantay-awards-shelf img {
    height: 80px !important;
    margin: 0px;
  }
  .award-level-1,
  .award-level-2,
  .award-level-3,
  .award-level-4 {
    width: 80px;
    height: 80px;
    margin-top: 2rem;
  }
}

/* NEW SECTIONS */
.card-amazing-tour-2-outer * {
  /* outline: none; */
}

.card-amazing-tour-2-outer {
  /* display: flex; */
  /* justify-content: center; */
  /* border-radius: 10px; */
  /* overflow: hidden; */
  /* border: 1px solid #eee; */
  /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); */
}

.card-amazing-tour-2 {
  display: block;
  /* background-color: black; */
  /* color: white; */
  color: var(--co-txt-body);
  font-family: var(--ff-bodynw) !important;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
  /* width: 100%; */
  /* padding-bottom: 150%; */
  /* height: 150%; */
  /* position: relative; */
}

.card-amazing-tour-2-image {
  background-color: green;
  position: relative;
  overflow: hidden;
  /* position: absolute; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* overflow: hidden; */
  /* width: 100%; */
  /* height: 450px; */
}

.card-amazing-tour-2-image::befores {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  height: 80%;
  width: 100%;
  z-index: 0;
  /* to bottom, */
  /* rgba(125, 185, 232, 0) 0, */
  /* background: linear-gradient(rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.8)); */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /* background: linear-gradient(var(--green), rgba(255, 0, 0, 0.8)); */
}

.card-amazing-tour-2-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  /* height: 100%; */
  /* object-fit: cover; */
  /* height: 50%; */
}

.card-amazing-tour-2__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-amazing-tour-2__title {
  font-family: var(--ff-heading);
  font-family: var(--ff-headingnw);
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: black;
}

.card-amazing-tour-2__price {
  display: inline-block;
  color: var(--co-primary);
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: 700;
  font-family: var(--ff-heading);
  font-family: var(--ff-headingnw);
}

.card-amazing-tour-2__route-places {
  /* position: relative; */
  display: block;
  font-size: 1.3rem;
  /* color: var(--co-txt-body) !important; */
  /* color: var(--co-txt-body) !important; */
  /* color: var(--co-txt-body) !important; */
  /* color: #888 !important; */
  color: black !important;
  font-family: var(--ff-heading);
  font-family: var(--ff-headingnw);
  font-weight: 400;
  /* background: black; */
  /* box-sizing: border-box; */
  /* padding-left: 18px; */
  /* border:1px dotted white; */
  /* line-height: 40px; */
}

.card-amazing-tour-2-content {
  /* position: absolute; */
  /* bottom: 0; */
  /* padding: 15px 20px 10px; */
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  /* height: 50%; */
  /* display: flex; */
  /* align-items: flex-end; */
}

.card-amazing-tour-2-content > * {
  /* display: block; */
  /* width: 100%; */
}

.card-amazing-tour-2__excerpt {
  margin-bottom: 0;
  margin-top: 1rem;
}

.card-amazing-tour-2__excerpt {
  font-size: 1.2rem;
  font-family: var(--ff-bodynw);
  /* color: var(--co-txt-body) !important; */
  color: #888 !important;
  /* line-height: 1.2; */
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* line-height: 1.2; */
}

.card-amazing-tour-2__footer {
  /* margin-top: 0.5rem; */
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* background-color: var(--co-primary); */
  /* background-color: var(--co-primary); */
  background-color: #ff6600 !important;
  padding-left: 2rem;
  padding-right: 2rem;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4); */
}

.card-amazing-tour-2__duration,
.card-amazing-tour-2__read-more {
  display: inline-block;
  font-family: var(--co-txt-body);
  /* font-family: var(--ff-headingnw); */
  font-family: var(--ff-bodynw);
  /* font-weight: 700; */
  font-size: 1.4rem;
  line-height: 40px;
  /* margin-bottom: 1.5rem; */
  /* background: var(--co-accent); */
  color: white;
  position: relative;
  /* padding: 0 .5rem; */
  /* border-radius: 2px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-amazing-tour-2__duration {
  padding-left: 25px;
}

.card-amazing-tour-2__read-more {
  padding-right: 25px;
}

.card-amazing-tour-2__duration::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 10px;
  left: 0px;
  background-image: url("../assets/opt/timetable.min.svg");
  background-position: center center;
  background-size: contain;
  fill: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-amazing-tour-2__read-more::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 12px;
  right: 0px;
  background-image: url("../assets/opt/right.min.svg");
  background-position: center center;
  background-size: contain;
  fill: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-slide .card-amazing-tour-2 {
  /* margin-left: 5px; */
  /* margin-right: 5px; */
}

.swiper-wrapper .card-amazing-tour-2.first {
  margin-left: 20px;
}

.swiper-wrapper .card-amazing-tour-2.last {
  margin-right: 20px;
}

.swiper-alternative-treks .swiper-slide:first-child {
  margin-left: 20px;
}

.swiper-alternative-treks .swiper-slide:last-child {
  margin-right: 20px;
}

.salkantay-useful-information h2,
.salkantay-useful-information h3 {
  color: #333;
  font-family: "Poppins", sans-serif;
}

.salkantay-useful-information h2 {
  font-size: 2.4rem;
}

.salkantay-useful-information ul + h2,
.salkantay-useful-information p + h2 {
  margin-top: 5rem;
}

.salkantay-useful-information ul + h3,
.salkantay-useful-information p + h3 {
  margin-top: 3rem;
}

.salkantay-useful-information p {
  margin-bottom: 1rem;
}

.salkantay-useful-information h2 {
  position: relative;
  padding-top: 1.4rem;
  margin-bottom: 0.5rem;
}

.salkantay-useful-information h2::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: #ff6600;
  width: 6rem;
  height: 4px;
  top: 0;
}

.salkantay-useful-information h3 {
  position: relative;
  font-size: 1.7rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.salkantay-useful-information h3::before, .salkantay-useful-information h3::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
}

.salkantay-useful-information h3::before {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.salkantay-useful-information h3::after {
  width: 5rem;
  border-bottom: 1px solid #ff6600;
}

.salkantay-useful-information ul li {
  position: relative;
  padding-left: 2.5rem;
  padding-top: 0.5rem;
}

.salkantay-useful-information ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  font-weight: 900;
  margin-right: 0.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}

.floating-sidebar-menu {
  margin-left: auto;
  max-width: 35rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.floating-sidebar-menu h2 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: white;
  font-family: "Poppins", sans-serif;
  background-color: #333;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  padding: 2em 0em;
}

.floating-sidebar-menu ul {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-top: none;
}

.floating-sidebar-menu ul li {
  background-color: white;
  height: 6rem;
  line-height: 6rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: #333;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 1.4rem;
  padding-left: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floating-sidebar-menu ul li::before {
  content: "";
  background-color: #f0f0f0;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: .4rem;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.floating-sidebar-menu ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.floating-sidebar-menu ul li picture {
  position: relative;
  display: block;
}

.floating-sidebar-menu ul li picture::before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: -0.75rem;
  background-color: rgba(255, 102, 0, 0.1);
}

.floating-sidebar-menu ul li picture::after {
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: yellow;
}

.floating-sidebar-menu ul li img {
  width: 3rem;
  margin-right: 1.5rem;
  position: relative;
  z-index: 2;
}

.floating-sidebar-menu ul li.active::before {
  background-color: #ff6600;
}

.floating-sidebar-menu ul li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.floating-sidebar-menu ul li:hover {
  background-color: #f9f9f9;
}

.floating-sidebar-menu ul li:hover::before {
  background-color: #ff6600;
}

.itinerary-page-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.itinerary-page-section.black {
  background-color: black;
}

.itinerary-page-section.grey {
  background-color: #f8f8f8;
  background-color: #f9f9f9;
}

.itinerary-page-section.primary {
  background-color: #ff6600;
}

@media screen and (min-width: 992px) {
  .itinerary-page-section {
    padding-top: 10rem;
    padding-bottom: 8rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

.itinerary-page-section .section-presentation {
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .itinerary-page-section .section-presentation {
    margin-bottom: 5rem;
  }
}

.itinerary-page-section .section-heading {
  margin-bottom: 5rem;
}

.itinerary-page-section .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 992px) {
  .itinerary-page-section .section-title {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-page-section .section-title {
    font-size: 32px;
  }
}

.itinerary-page-section .section-title.upper-line-2 {
  position: relative;
}

.itinerary-page-section .section-title.upper-line-2::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  background-color: #ff6600;
  /* background-color: black; */
  width: 6rem;
  height: 4px;
  top: -4px;
  left: calc(50% - 3rem);
}

@media screen and (min-width: 768px) {
  .itinerary-page-section .section-title.upper-line-2::before {
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-page-section .section-title.upper-line-2::before {
    width: 6rem;
    height: 4px;
    top: -14px;
    left: calc(50% - 3rem);
  }
}

.itinerary-page-section .section-icon {
  position: absolute;
  overflow: hidden;
  width: 40px;
  height: 40px;
  top: -50px;
  left: calc(50% - 2rem);
}

@media screen and (min-width: 768px) {
  .itinerary-page-section .section-icon {
    top: -60px;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-page-section .section-icon {
    width: 50px;
    height: 50px;
    top: -70px;
    left: calc(50% - 2.5rem);
  }
}

.itinerary-page-section .section-icon img {
  -webkit-filter: invert(60%) sepia(8%) saturate(0%) hue-rotate(240deg) brightness(88%) contrast(87%);
          filter: invert(60%) sepia(8%) saturate(0%) hue-rotate(240deg) brightness(88%) contrast(87%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.itinerary-page-section .section-subtitle {
  font-weight: 400;
  color: #888;
  margin-top: 1rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .itinerary-page-section .section-subtitle {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-page-section .section-subtitle {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-page-section .section-subtitle {
    font-size: 2rem;
  }
}

.itinerary-page-section .section-description {
  margin-top: 2rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .itinerary-page-section .section-description {
    font-size: 1.6rem;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-page-section .section-description {
    font-size: 1.7rem;
  }
}

.inner-hero-container {
  width: 100%;
  height: 50rem;
}

.inner-hero-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article[role="main"] section {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #66666e;
}

article[role="main"] section:first-child {
  margin-top: 4rem;
}

@media screen and (min-width: 1200px) {
  article[role="main"] section {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  article[role="main"] section {
    margin-top: 6rem;
  }
}

.itinerary-features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3rem;
}

.box-tour-feature {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.box-tour-feature-image {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
}

.box-tour-feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-tour-feature-title {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.box-tour-feature-data {
  color: white;
  font-size: 1.2rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.itinerary-presentation2 {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

.itinerary-presentation {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .itinerary-presentation {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-presentation {
    margin-bottom: 4rem;
  }
}

.itinerary-presentation .tour-heading {
  position: relative;
  margin-bottom: 4rem;
}

.itinerary-presentation .tour-heading:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 4px;
  border-radius: 2px;
  left: 0;
  bottom: -1.7rem;
  background-color: #ff6600;
}

.itinerary-presentation .tour-heading > * {
  text-align: left;
}

.itinerary-presentation .tour-title {
  font-family: "Poppins", sans-serif;
  margin: 0 !important;
  font-size: 2.4rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .itinerary-presentation .tour-title {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-presentation .tour-title {
    font-size: 3.2rem;
    text-transform: none;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-presentation .tour-title {
    font-size: 3.6rem;
  }
}

.itinerary-presentation .tour-places,
.itinerary-presentation .tour-subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #888;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .itinerary-presentation .tour-places,
  .itinerary-presentation .tour-subtitle {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-presentation .tour-places,
  .itinerary-presentation .tour-subtitle {
    font-size: 1.4rem;
  }
}

.itinerary-presentation .tour-introduction {
  color: #66666e;
  font-size: 1.6rem;
  line-height: 1.5;
}

.itinerary-presentation .tour-separator {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}

.itinerary-presentation .tour-duration-price {
  font-weight: 300;
  font-size: 2rem;
}

.itinerary-presentation .tour-duration-price strong {
  font-size: 2.2rem;
  font-size: 400;
}

.itinerary-presentation .tour-label {
  font-weight: 300;
  font-size: 2.7rem;
  margin-top: 1rem;
}

.itinerary-presentation .tour-label2 {
  margin-top: 1rem;
}

.box-tour {
  padding: 2rem;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}

.box-tour-title {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.box-tour-list li {
  position: relative;
  padding: 5px 0 5px 10px;
}

.box-tour-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: red;
}

.tour-buttons {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.tour-buttons a {
  padding: 1rem 1.5rem;
}

.btn-alt {
  padding: 1rem 1.5rem;
  min-width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-alt span {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}

.btn-alt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 40px;
  height: 40px;
}

.btn-alt.default-btn {
  color: #ccc;
}

.btn-alt.primary-btn {
  color: #ff6600;
}

.btn-alt.outline-btn {
  border: 1px solid #ccc;
  border-radius: 5rem;
}

.btn-icon {
  position: relative;
  padding-left: 4.5rem;
}

.btn-icon.phone-icon::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #ff6600;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  left: 1rem;
  top: calc(50% - 15px);
}

.btn-icon .phone-icon {
  content: "\f095";
}

.btn-icon .phone-icon {
  content: "\f095";
}

.brochure-icon {
  position: relative;
}

.brochure-icon::before {
  content: "";
  background-image: url("../icons/document.svg");
  background-size: cover;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.phone-icon {
  position: relative;
  padding-left: 4.5rem;
}

.phone-icon::before {
  content: "\f095";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #ff6600;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  left: 1rem;
  top: calc(50% - 15px);
}

.cta-video {
  height: 4rem;
  border-radius: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  text-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  margin-bottom: 4rem;
}

.cta-video-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-video span {
  color: #333;
  font-family: "Poppins", sans-serif;
  line-height: 4rem;
  text-transform: uppercase;
}

.cta-video i {
  color: #333;
  line-height: 4rem;
  margin-right: 1rem;
  font-size: 2rem;
}

.itinerary-highlights {
  margin-bottom: 6rem;
}

.box-itinerary-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-itinerary-highlight:not(:last-child) {
  margin-bottom: 3rem;
}

.box-itinerary-highlight:not(:last-child)::before {
  position: absolute;
  width: 20%;
  height: 1px;
  border-radius: 2px;
  background-color: #ff6600;
  bottom: 0;
  left: 8rem;
}

.box-itinerary-highlight-image {
  display: block;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.box-itinerary-highlight-image.outer-border {
  padding: 0.75rem;
  border: 1px solid #ff6600;
  border-radius: 3rem;
}

.box-itinerary-highlight-image.outer-glow {
  border: none;
  padding: 0;
}

.box-itinerary-highlight-image.outer-glow::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  background-color: rgba(255, 102, 0, 0.2);
  z-index: 0;
  left: -1rem;
  top: -1rem;
}

.box-itinerary-highlight-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.box-itinerary-highlight.icon-over {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-image {
  margin-bottom: 2.4rem;
  position: relative;
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-image::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: #ff6600;
  left: calc(50% - 30px);
  bottom: -1rem;
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-image img {
  -webkit-filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
          filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-content {
  margin: 0;
}

.box-itinerary-highlight-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
}

.box-itinerary-highlight-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.box-itinerary-highlight-data {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #555;
  line-height: 1.5;
}

.box-itinerary-highlight-data.places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-itinerary-highlight-data.places span {
  display: inline-block;
  width: 50%;
  padding-left: 1.3rem;
  position: relative;
  background-color: white;
  margin-top: 0.5rem;
}

.box-itinerary-highlight-data.places span::before {
  position: absolute;
  content: "";
  content: "\f276";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  left: 0;
}

.box-itinerary-highlight-data.places span::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px dashed #ff6600;
  left: 0;
  top: 50%;
  z-index: -1;
}

.box-map-highlight {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  border: 1px solid #f0f0f0;
  display: block;
  margin-bottom: 6rem;
}

.box-map-highlight img {
  width: 100%;
  height: auto;
}

.box-itinerary-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

.box-itinerary-links-container.two-per-row > div {
  width: 48%;
}

.box-itinerary-link__image {
  width: 100%;
  position: relative;
  background-color: green;
}

.box-itinerary-link__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

.box-itinerary-link__content {
  position: relative;
  padding: 8px 10px;
}

.box-itinerary-link__content a {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-itinerary-link__content a span {
  display: inline-block;
}

.box-itinerary-link__content a i {
  color: #ff6600;
}

.box-tour-feature2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.box-tour-feature2:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.box-tour-feature2:not(:last-child)::before {
  position: absolute;
  width: 20%;
  height: 1px;
  border-radius: 2px;
  background-color: #ff6600;
  bottom: 0;
  left: 8rem;
}

.box-tour-feature2-image {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border: 1px solid #ff6600;
  border-radius: 3rem;
  position: relative;
}

.box-tour-feature2-image.outer-glow {
  border: none;
  padding: 0;
}

.box-tour-feature2-image.outer-glow::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  background-color: rgba(255, 102, 0, 0.2);
  z-index: 0;
  left: -1rem;
  top: -1rem;
}

.box-tour-feature2-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.box-tour-feature2-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
}

.box-tour-feature2-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.box-tour-feature2-data {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #555;
  line-height: 1.5;
}

.box-tour-feature2-data.places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-tour-feature2-data.places span {
  display: inline-block;
  width: 50%;
  padding-left: 1.3rem;
  position: relative;
  background-color: white;
  margin-top: 0.5rem;
}

.box-tour-feature2-data.places span::before {
  position: absolute;
  content: "";
  content: "\f276";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  left: 0;
}

.box-tour-feature2-data.places span::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px dashed #ff6600;
  left: 0;
  top: 50%;
  z-index: -1;
}

.tour-features-section {
  background: #333;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  .box-icon {
    border-bottom: none;
  }
}

.box-icon-image {
  display: block;
  width: 3rem;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .box-icon-image {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .box-icon-image {
    width: 5rem;
    height: 5rem;
  }
}

.box-icon-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-icon-content {
  padding: 0.5rem;
  padding-left: 1.5rem;
}

.box-icon-title {
  color: #888;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}

.box-icon-data {
  color: #ccc;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-top: 0.8rem;
}

.itinerary-why-salkantay {
  display: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2rem 1.5rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .itinerary-why-salkantay {
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-why-salkantay {
    border: none;
    padding: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-why-salkantay {
    display: block;
  }
}

.why-us-list {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  margin-bottom: 1rem;
}

.why-us-item {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.why-us-item:hover {
  background-color: #f0f0f0;
}

.why-us-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  padding-left: 1.5rem;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}

.why-us-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  padding-left: 1.5rem;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
}

.why-us-item::after {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(255, 102, 0, 0.1);
  border-radius: 2rem;
  left: 0.2rem;
  left: 0.5rem;
  top: 0.5rem;
  top: 0.5rem;
  z-index: 0;
}

.why-us-item:last-child {
  border-bottom: none;
}

.why-us-item::before {
  position: absolute;
  content: "\f35a";
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #888;
  color: #ccc;
  color: #f0f0f0;
  color: #bbb;
  color: #333;
  border-radius: 2rem;
  right: 1rem;
  top: 1.5rem;
  font-size: 2rem;
}

.why-us-item img {
  display: block;
  width: 3rem;
  margin-right: 1.5rem;
}

.why-us-item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  font-size: 1.4rem;
}

.box-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .box-info-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.box-info {
  width: 96%;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
}

@media screen and (min-width: 1200px) {
  .box-info {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: 0;
    width: 90%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .box-info {
    width: 96%;
    max-width: 350px;
  }
}

.box-info-icon {
  width: 30%;
  min-width: 100px;
  max-width: 150px;
  padding: 0px;
  overflow: hidden;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .box-info-icon {
    width: 15%;
    padding: 5px;
    min-width: 50px;
    max-width: 80px;
  }
}

@media screen and (min-width: 992px) {
  .box-info-icon {
    min-width: 100px;
    max-width: 150px;
    width: 30%;
    padding: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .box-info-icon {
    padding: 10px;
  }
}

.box-info-icon img {
  height: 60px;
  width: auto;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .box-info-icon img {
    width: 100%;
    height: auto;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .box-info-icon img {
    height: 60px;
    width: auto;
    margin-right: 0rem;
  }
}

.box-info-content {
  padding: 5px;
  font-family: "Poppins", sans-serif;
}

.box-info-label {
  color: #888;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  .box-info-label {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .box-info-label {
    font-size: 1.6rem;
  }
}

.box-info-data {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 992px) {
  .box-info-data {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .box-info-data {
    font-size: 3rem;
  }
}

.box-info-data span {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 992px) {
  .box-info-data span {
    font-size: 1.3rem;
  }
}

.box-info--price {
  background-color: #ff6600;
}

.box-info--price .box-info-label {
  color: rgba(255, 255, 255, 0.6);
}

.box-info--duration {
  background-color: #333;
}

.box-feature-image3-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-feature-image3-container.horizontal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-feature-image3-container.horizontal .box-feature-image3 {
  width: 48%;
}

.box-feature-image3-container.vertical .box-feature-image3 {
  width: 100%;
}

.box-feature-image3-container.vertical .box-feature-image3 a {
  padding-top: calc(100 * 1 / 3) !important;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .box-feature-image3-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .box-feature-image3-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}

.box-feature-image3 {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
}

@media screen and (min-width: 992px) {
  .box-feature-image3 {
    margin-left: auto;
    margin-right: 0;
    width: 90%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .box-feature-image3 {
    width: 96%;
    max-width: 350px;
  }
}

.box-feature-image3 a {
  display: block;
  position: relative;
  width: 100%;
}

.box-feature-image3 a.option-a {
  padding-top: calc(100% * 2 / 3);
}

.box-feature-image3 a.option-b {
  padding-top: calc(100% * 2 / 7);
}

@media screen and (min-width: 768px) {
  .box-feature-image3 a {
    padding-top: calc(100% * 2 / 3);
  }
}

.box-feature-image3 img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.box-feature-image3 .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-feature-image3 .box-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-feature-image3 .box-content:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.box-feature-image3 .box-content .title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  width: 100%;
}

.box-feature-image3 .box-content .icon {
  display: block;
  position: relative;
  color: white;
  z-index: 1;
}

.box-feature-image2 {
  width: 96%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
}

.box-feature-image2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (min-width: 768px) {
  .box-feature-image2-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .box-feature-image2-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .box-feature-image2 {
    margin-left: auto;
    margin-right: 0;
    width: 90%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .box-feature-image2 {
    width: 96%;
    max-width: 350px;
  }
}

.box-feature-image2 a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(100% * 2 / 3);
}

.box-feature-image2 img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-position: left top;
     object-position: left top;
}

.box-feature-image2 .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
}

.box-feature-image2 .box-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  top: -30%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-feature-image2 .box-content:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.box-feature-image2 .box-content .title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.box-feature-image {
  margin-left: auto;
  max-width: 350px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
}

.box-feature-image a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(100% * 1 / 3);
}

@media screen and (min-width: 768px) {
  .box-feature-image a {
    padding-top: calc(100% * 2 / 3);
  }
}

.box-feature-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 768px) {
  .box-feature-image img {
    -o-object-position: left top;
       object-position: left top;
  }
}

.box-feature-image .box-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
}

.box-feature-image .box-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  top: -30%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-feature-image .box-content:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.box-feature-image .box-content .title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar-container {
    max-width: 350px;
    margin-left: auto;
  }
}

.sidebar-container div + .presentation-card2,
.sidebar-container a + .presentation-card2,
.sidebar-container ul + .presentation-card2 {
  margin-top: 1rem;
}

.sidebar-container .presentation-card2 {
  margin-bottom: 1rem;
}

.sidebar-title-wrapper2 {
  background-color: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  overflow: hidden;
}

.sidebar-title-wrapper2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../imagenes/bg/lo-mejor-camino-inca-disponibilidad-700x350.jpg");
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}

.sidebar-title-wrapper2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  left: calc(50% - 9px);
  z-index: 1;
  bottom: -1px;
}

.sidebar-inner-title2 {
  text-align: center;
  color: white;
  font-size: 1.7rem;
  line-height: 8rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: white;
  padding: 0.5rem;
}

.sidebar-inner-title2 span {
  font-family: "Poppins", sans-serif;
}

.sidebar-inner-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #333;
  text-align: center;
  position: relative;
  padding: 1.5rem 0.5rem;
}

.sidebar-inner-title span {
  position: relative;
  display: block;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  color: white;
}

.sidebar-inner-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 2px solid #3fabaf;
  border-bottom: 20px solid #3fabaf;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 0;
  left: calc(50% - 2px);
  z-index: 2;
}

.sidebar-inner-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/base/base1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 0;
}

.daily-description {
  position: relative;
}

@media screen and (min-width: 768px) {
  .daily-description::before {
    position: absolute;
    content: "";
    height: 100%;
    border-left: 2px solid #f0f0f0;
    top: 0;
    left: 2.4rem;
  }
}

.daily-description .itinerary-day-item {
  padding-left: 20px;
  padding-left: 1rem;
  padding-left: 0;
  margin-bottom: 10rem;
  margin-bottom: 5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .daily-description .itinerary-day-item::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background-color: #ff6600;
    background-color: white;
    left: -10px;
    top: 0.8rem;
    top: -10px;
    z-index: 0;
  }
}

.daily-description .itinerary-day-item .day {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  background-color: #3fabaf;
  color: white;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .daily-description .itinerary-day-item .day {
    margin-bottom: 0;
    background-color: #ff6600;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    float: left;
  }
}

.daily-description .itinerary-day-item::after {
  content: "";
  clear: both;
  display: block;
}

.full-day-information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .full-day-information {
    float: right;
    width: calc(100% - 7rem);
  }
}

@media screen and (min-width: 992px) {
  .full-day-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.full-day-information .full-day-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 992px) {
  .full-day-information .full-day-description {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid #ccc;
  }
}

.full-day-information .full-day-images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .full-day-information .full-day-images {
    display: block;
    padding-top: 10rem;
    width: 350px;
    margin-left: 5rem;
  }
}

.full-day-information .box-full-day-image {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .full-day-information .box-full-day-image {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .full-day-information .box-full-day-image {
    margin-left: auto;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .full-day-information .box-full-day-image {
    max-width: 350px;
  }
}

.full-day-information .box-full-day-image a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(100% * 2 / 3);
}

.full-day-information .box-full-day-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-position: left top;
     object-position: left top;
}

.full-day-information .box-full-day-image__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
}

.full-day-information .box-full-day-image__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  top: -30%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.full-day-information .box-full-day-image__content:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
}

.full-day-information .box-full-day-image__content .title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.full-day-information .activity {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .full-day-information .activity {
    margin-bottom: 1.5rem;
  }
}

.full-day-information .location {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #888;
  display: none;
}

@media screen and (min-width: 768px) {
  .full-day-information .location {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .full-day-information .location {
    font-size: 1.5rem;
  }
}

.full-day-information .description {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .full-day-information .description {
    margin-bottom: 3rem;
  }
}

.box-details {
  padding: 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.box-details li {
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.box-details li:last-child {
  margin-bottom: 0;
}

.box-details li::before {
  content: "\f05a";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #ff6600;
  left: 0;
  top: 2px;
}

.box-details strong {
  font-family: "Poppins", sans-serif;
}

.full-day-details {
  font-size: 1.3rem;
  text-align: center;
}

.d-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.half-block {
  width: 45%;
}

.inner-subtitle {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #333;
}

#link-interno {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

#link-interno2 {
  position: -webkit-sticky;
  position: sticky;
  top: 10rem;
}

.cta-box .avatar {
  margin-bottom: 3rem;
}

.avatar {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.avatar.x2 {
  width: 100px;
  height: 100px;
}

.avatar.x3 {
  width: 150px;
  height: 150px;
}

.avatar.x4 {
  width: 200px;
  height: 200px;
}

.avatar-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

.avatar-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.cta-box {
  text-align: center;
}

.cta-box .cta-box_message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.review-box {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.review-box__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.review-box__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-box__title {
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.review-box__title::after {
  position: absolute;
  content: "";
  width: 40%;
  left: 30%;
  bottom: 0;
  border-bottom: 2px solid #ff6600;
}

.review-box__content {
  padding: 2rem 0.5rem 0rem;
}

.review-box__description {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.review-box__footer {
  padding-top: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
}

.review-box__friend {
  color: #333;
}

.review-box__friend strong {
  color: #ff6600;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.review-box__date {
  font-size: 1.2rem;
  color: #888;
}

.no-border {
  border: none !important;
}

.expert-item {
  text-align: center;
}

.expert-item__image {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.expert-item__image img {
  width: 18rem;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10rem;
}

.expert-item__content {
  padding: 2rem;
}

.expert-item__name {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  color: #333;
}

.expert-item__title {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}

.expert-item__expertise {
  color: #888;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

.card-tour {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.card-tour__image {
  width: 100%;
  padding-top: calc(100% * 3 / 2);
  position: relative;
}

.card-tour__image::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

.card-tour__image.center::before {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.card-tour__image.top::before {
  bottom: unset;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.card-tour__image img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-tour__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.card-tour__content.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-tour__content.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-tour__content2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.card-tour__content2.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-tour__content2.top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-tour__body {
  padding: 2rem 2rem 6rem;
  color: white;
}

.card-tour__heading {
  width: 100%;
  height: 100%;
  background-color: red;
}

.card-tour__title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.card-tour__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-tour__route-places {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  border: 1px solid white;
  border-radius: 2rem;
}

.card-tour__price {
  font-size: 1.4rem;
}

.card-tour__excerpt {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(14px * 1.5 * 2);
}

.card-tour__footer {
  background-color: #ff6600;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  height: 4rem;
}

.card-tour__duration {
  padding-left: 2.5rem;
  position: relative;
}

.card-tour__duration::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  background-image: url("../assets/opt/timetable.min.svg");
  background-position: center center;
  background-size: cover;
  fill: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-tour__read-more {
  padding-right: 2.5rem;
  position: relative;
}

.card-tour__read-more::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 2px;
  right: 0px;
  background-image: url("../assets/opt/right.min.svg");
  background-position: center center;
  background-size: cover;
  fill: white;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-gutters {
  margin-right: -4px;
  margin-left: -4px;
}

.single-gutters > .col,
.single-gutters > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

#booking-tab > .tab-title {
  display: inline-block;
  padding-left: 0.5rem 1rem;
  padding-right: 0.5rem;
  background-color: #ff6600;
  color: white;
}

.tab-item__details-list > li {
  font-size: 1.6rem;
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 2.5rem;
}

.tab-item__details-list > li + li {
  margin-top: 1rem;
}

.tab-item__details-list > li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.4rem;
  line-height: inherit;
  color: #ff6600;
  left: 0;
  top: 1px;
}

.tab-item__details-list > li strong {
  color: #333;
}

.tab-item__details-list.sm > li {
  font-size: 1.5rem;
  padding-left: 2rem;
}

.tab-item__details-list.sm > li::before {
  font-size: 1.3rem;
}

.tab-item__details-list + p,
.tab-item__details-list + ul,
.tab-item__details-list + div {
  margin-top: 2rem;
}

.tab-item__tour-details-list > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  font-size: 1.5rem;
  position: relative;
}

.tab-item__tour-details-list > li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.tab-item__tour-details-list > li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  content: "\f6fc";
  font-weight: 900;
  color: #ff6600;
  left: 0;
  top: 1.2rem;
  top: 1.3rem;
  top: 1.4rem;
  font-size: 2rem;
  font-size: 1.8rem;
  font-size: 1.6rem;
  line-height: 1;
  background-color: white;
}

.tab-item__tour-details-list > li strong {
  color: #333;
  font-weight: 700;
}

.tab-item__tour-details-list > li.meal-detail::before {
  content: "\f2e7";
}

.tab-item__tour-details-list > li.accommodation-detail::before {
  content: "\f236";
}

.tab-item__tour-details-list > li.adventure-detail::before {
  content: "\f4d7";
}

.tab-item__tour-details-list > li.distance-detail::before {
  content: "\f554";
  top: 1rem;
  font-size: 2.4rem;
  line-height: 1;
}

.tab-item__tour-details-list > li.duration-detail::before {
  content: "\f1da";
}

.tab-item__inner-section + .tab-item__inner-section,
.tab-item__inner-section + .pricing-item,
.tab-item__inner-section + .question-item {
  margin-top: 4rem;
}

.tab-item__inner-section .title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  font-weight: 700;
  position: relative;
  margin-bottom: 3.5rem;
}

.tab-item__inner-section .title::before, .tab-item__inner-section .title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
}

.tab-item__inner-section .title::before {
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.tab-item__inner-section .title::after {
  width: 10rem;
  width: 5rem;
  border-bottom: 2px solid #ff6600;
  border-bottom: 1px solid #ff6600;
}

.tab-item__inner-section .description {
  margin-bottom: 2rem;
}

.divisor {
  height: 20rem;
  margin-top: 6rem;
  margin-top: 6rem;
  background-color: #000;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: rgba(240, 240, 240, 0.25);
  color: rgba(0, 0, 0, 0.25);
  line-height: 20rem;
  margin-bottom: 6rem;
}

.tabs-controls {
  background-color: #f0f0f0;
  display: none;
}

@media screen and (min-width: 992px) {
  .tabs-controls {
    display: block;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs > li {
  height: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  color: #333;
  line-height: 1;
  position: relative;
  background-color: #f0f0f0;
}

@media screen and (min-width: 992px) {
  .tabs > li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tabs > li {
    height: 10rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.tabs > li:hover {
  background-color: #ff6600;
  color: white;
  background-color: rgba(255, 102, 0, 0.5);
  color: white;
}

.tabs > li > div {
  margin-bottom: 1rem;
}

.tabs > li::after {
  position: absolute;
  content: "";
  right: -1px;
  height: 100%;
  border-right: 2px solid white;
  top: 0;
  z-index: 2;
}

.tabs > li:first-child::before {
  position: absolute;
  content: "";
  left: -1px;
  height: 100%;
  border-right: 2px solid white;
  top: 0;
  z-index: 2;
}

.tabs > li.active {
  background-color: #ff6600;
  color: white;
}

.tabs > li .tab-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 100%;
}

.tabs > li .tab-title {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .tabs > li .tab-title {
    font-size: 1.6rem;
  }
}

.overview-icon::before,
.itinerary-icon::before,
.date-prices-icon::before,
.info-icon::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: inherit;
  left: 0;
}

.overview-icon::before {
  content: "\f15c";
}

.itinerary-icon::before {
  content: "\f3c5";
}

.date-prices-icon::before {
  content: "\f073";
}

.info-icon::before {
  content: "\f05a";
}

@media screen and (min-width: 992px) {
  .tab-button-item {
    display: none;
  }
}

.tab-button-item .tab-button {
  border-bottom: 1px solid #ccc;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-button-item .tab-button span {
  color: #333;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-button-item .tab-button span i {
  line-height: 60px;
  font-size: 2rem;
}

.tab-button-item .tab-button::before {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 60px;
  font-size: 2rem;
  right: 15px;
}

.tab-button-item.active .tab-button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabs-content {
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  .tabs-content {
    line-height: 1.6;
  }
}

.tabs-content p {
  margin-bottom: 1.5rem;
}

.tabs-content p:last-child {
  margin-bottom: 0rem;
}

.tabs-content p + ul,
.tabs-content p + div {
  margin-top: 2rem;
}

.tabs-content p a {
  font-weight: 700;
  color: #ff6600;
}

.tabs-content p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  #overview-tab-button {
    display: none;
  }
}

.tab-content-item {
  -webkit-transition: .5s;
  transition: .5s;
  background-color: white;
}

@media screen and (max-width: 991px) {
  .tab-content-item {
    max-height: 0;
    display: block;
    overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
  .tab-content-item {
    display: none;
  }
  .tab-content-item.active {
    display: block;
  }
}

.tab-content-item.active {
  display: block;
  -webkit-animation: fadeIn ease 0.5s;
          animation: fadeIn ease 0.5s;
}

.tab-content-item .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .tab-content-item .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.tab-content-item__introduction {
  margin-bottom: 4rem;
}

.itinerary-tab-inner-title {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.itinerary-tab-inner-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  border-bottom: 2px solid #ccc;
  width: 100%;
}

.itinerary-tab-inner-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  border-bottom: 4px solid #ff6600;
  width: 50px;
}

.tour-inner-title-2 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #66666e;
  color: #333;
  font-size: 1.6rem;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.tour-inner-title-2::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff6600;
  top: 0.7rem;
}

.tour-inner-title {
  font-family: "Poppins", sans-serif;
  color: #ff6600;
  margin: 0;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .tour-inner-title {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .tour-inner-title {
    font-size: 2.4rem;
  }
}

.tour-inner-title.bottom-border {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.tour-inner-title.bottom-border::after {
  position: absolute;
  content: "";
  border-top: 2px solid #f0f0f0;
  bottom: 0;
  width: 100%;
  left: 0;
}

.tour-inner-title.bottom-margin {
  margin-bottom: 3rem;
}

.sidebar-container .cta-box_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itinerary-header {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 60rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .itinerary-header {
    height: 50vh;
  }
}

.itinerary-header__slider {
  width: 100%;
  height: 100%;
  min-height: 60rem;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}

.itinerary-header__slider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
  top: 0;
}

.itinerary-header__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.itinerary-hero {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
}

.itinerary-hero.alternative {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itinerary-hero h1.itinerary-hero__title {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  margin-bottom: 2rem !important;
  color: white;
}

@media screen and (min-width: 1200px) {
  .itinerary-hero h1.itinerary-hero__title {
    font-size: 4rem;
  }
}

.itinerary-hero__tags {
  width: 80%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.itinerary-hero__tag {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: white;
  margin-bottom: 3rem;
}

.itinerary-hero__tag:first-child::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  top: 20%;
  right: -0.5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.itinerary-hero__tag .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 5rem;
  border: 1px solid white;
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.itinerary-hero__tag .icon img {
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.itinerary-hero__tag .label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.itinerary-hero__tag .data {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.itinerary-hero__tag .data span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.itinerary-features-container2 {
  position: relative;
  width: 100%;
  background-color: none;
  padding-bottom: 5rem;
}

.itinerary-features2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .itinerary-features2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.itinerary-feature2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 2rem;
  width: 90%;
}

.itinerary-feature2 + .itinerary-feature2 {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 600px) {
  .itinerary-feature2 + .itinerary-feature2 {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .itinerary-feature2 {
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .itinerary-feature2:first-child {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .itinerary-feature2 {
    width: 27rem;
  }
  .itinerary-feature2:first-child {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-feature2 {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.itinerary-feature2__icon {
  width: 4rem;
  height: 4rem;
}

@media screen and (min-width: 992px) {
  .itinerary-feature2__icon {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-feature2__icon {
    width: 5rem;
    height: 5rem;
    margin-right: 3rem;
  }
}

.itinerary-feature2__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.itinerary-feature2__content {
  margin-left: 2rem;
}

@media screen and (min-width: 600px) {
  .itinerary-feature2__content {
    margin-left: 0;
  }
}

.itinerary-feature2__content span {
  font-size: 1.6rem;
  font-size: 1.4rem;
  color: white;
  font-family: "Poppins", sans-serif;
}

.itinerary-feature2__content h5 {
  font-size: 1.1rem;
  color: #888;
  color: #ccc;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-top: 0.5rem;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .itinerary-feature2__content h5 {
    font-size: 1.2rem;
    font-size: 1.4rem;
    font-size: 1.5rem;
  }
}

.itinerary-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}

.itinerary-feature {
  text-align: center;
  width: 25%;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itinerary-feature__icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 2rem;
}

.itinerary-feature__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.itinerary-feature__content span {
  color: #333;
  font-size: 1.6rem;
  color: #000;
}

.itinerary-feature__content h5 {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  margin-top: 0.5rem;
  padding: 0;
}

.mobile-presentation {
  display: block;
}

@media screen and (min-width: 768px) {
  .mobile-presentation {
    display: none;
  }
}

.header-itinerary {
  width: 100%;
  height: calc(100vh - 70px);
  margin-top: 70px;
  margin-bottom: 6rem;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .header-itinerary {
    display: none;
  }
}

.header-itinerary-separator--1 {
  display: block;
  width: 80%;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  height: 0px;
}

.header-itinerary-separator--2 {
  display: block;
  height: 1px;
  padding: 0;
  width: 80%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.header-itinerary-breadcrumbs {
  width: 80%;
  left: 10%;
  height: 3rem;
  padding: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 3rem;
  position: absolute;
  top: 0;
  font-size: 1.4rem;
  color: white;
  font-family: "Poppins", sans-serif;
  line-height: 3rem;
}

.header-itinerary-breadcrumbs a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-itinerary-breadcrumbs a:hover {
  color: #ff6600;
}

.header-itinerary-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.header-itinerary-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), black);
}

.header-itinerary-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.header-itinerary-body {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-itinerary-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-itinerary-hero h1 {
  font-size: 2.7rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: white;
  margin-bottom: 4rem !important;
}

.header-itinerary-hero__tags-container {
  width: 80%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-itinerary-hero__tag {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: white;
  margin-bottom: 3rem;
}

.header-itinerary-hero__tag:first-child::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  top: 20%;
  right: -0.5px;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-itinerary-hero__tag .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 5rem;
  border: 1px solid white;
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.header-itinerary-hero__tag .icon img {
  display: block;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-itinerary-hero__tag .label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.header-itinerary-hero__tag .data {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.header-itinerary-hero__tag .data span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}

.header-itinerary-hero__cta {
  height: 4rem;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  border: 1px solid white;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}

.header-itinerary-features {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-itinerary-features > div {
  width: 48%;
}

.header-itinerary-features .box-tour-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itinerary-presentation-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.itinerary-presentation {
  color: #555;
  font-size: 1.7rem;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .itinerary-presentation {
    width: 75rem;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-presentation {
    width: 80rem;
  }
}

.itinerary-presentation__description {
  display: none;
}

@media screen and (min-width: 768px) {
  .itinerary-presentation__description {
    display: block;
  }
}

.itinerary-presentation__highlights {
  display: block;
}

@media screen and (min-width: 768px) {
  .itinerary-presentation__highlights {
    display: none;
  }
}

.box-itinerary-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-itinerary-highlight:not(:last-child) {
  margin-bottom: 3rem;
}

.box-itinerary-highlight:not(:last-child)::before {
  position: absolute;
  width: 20%;
  height: 1px;
  border-radius: 2px;
  background-color: #ff6600;
  bottom: 0;
  left: 8rem;
}

.box-itinerary-highlight-image {
  display: block;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.box-itinerary-highlight-image.outer-border {
  padding: 0.75rem;
  border: 1px solid #ff6600;
  border-radius: 3rem;
}

.box-itinerary-highlight-image.outer-glow {
  border: none;
  padding: 0;
}

.box-itinerary-highlight-image.outer-glow::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  background-color: rgba(255, 102, 0, 0.2);
  z-index: 0;
  left: -1rem;
  top: -1rem;
}

.box-itinerary-highlight-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.box-itinerary-highlight.icon-over {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-image {
  margin-bottom: 2.4rem;
  position: relative;
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-image::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: #ff6600;
  left: calc(50% - 30px);
  bottom: -1rem;
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-image img {
  -webkit-filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
          filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(89%) contrast(95%);
}

.box-itinerary-highlight.icon-over .box-itinerary-highlight-content {
  margin: 0;
}

.box-itinerary-highlight-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
}

.box-itinerary-highlight-title {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.box-itinerary-highlight-data {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #555;
  line-height: 1.5;
}

.box-itinerary-highlight-data.places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-itinerary-highlight-data.places span {
  display: inline-block;
  width: 50%;
  padding-left: 1.3rem;
  position: relative;
  background-color: white;
  margin-top: 0.5rem;
}

.box-itinerary-highlight-data.places span::before {
  position: absolute;
  content: "";
  content: "\f276";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  left: 0;
}

.box-itinerary-highlight-data.places span::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px dashed #ff6600;
  left: 0;
  top: 50%;
  z-index: -1;
}

.location-list {
  text-align: center;
  margin-bottom: 4rem;
  display: none;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  color: #555;
  text-transform: uppercase;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.location-list .location-list__item + .location-list__item {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 1px solid #ccc;
}

.itinerary-slogan {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .itinerary-slogan {
    margin-bottom: 3rem;
  }
}

.info-boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-box {
  width: calc(50% - 0.25rem);
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .info-box {
    width: calc((100% - 20px) / 3);
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .info-box {
    width: 100%;
  }
}

.info-box__image {
  width: 100%;
  padding-top: calc(100% * 9 / 16);
  position: relative;
}

@media screen and (min-width: 768px) {
  .info-box__image {
    padding-top: calc(100% * 2 / 3);
  }
}

.info-box__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}

.info-box__image::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 50%, black 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.info-box__content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .info-box__content {
    padding: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .info-box__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.info-box__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: white;
  margin-bottom: 1rem;
  font-weight: 700;
}

.info-box__description {
  display: none;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: white;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .info-box__description {
    display: block;
  }
}

.info-box__button {
  color: white;
  font-size: 1.3rem;
  text-align: right;
  padding-right: 2rem;
  padding: 0.25rem 2.5rem 0.25rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-box__button::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  right: 0.5rem;
}

.info-box.alternative1 .info-box__content {
  position: relative;
  height: auto;
  color: #333;
}

.info-box.alternative1 .info-box__description {
  color: #000;
}

.info-box.alternative1 .info-box__title {
  color: #333;
  text-transform: uppercase;
}

.info-box.alternative1 .info-box__button {
  border: 1px solid #000;
  border-radius: 2rem;
  color: #000;
}

.cta-box_buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta-box_buttons a + a {
  margin-top: 1rem;
}

.cta-box_buttons .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  height: 50px;
  margin-bottom: 1rem;
  border-radius: 100px;
  width: 96%;
  max-width: 350px;
  color: #ff6600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-box_buttons .cta-btn span {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  margin-left: -2rem;
  padding-left: 4rem;
}

.cta-box_buttons .cta-btn span::before {
  position: absolute;
  color: #ff6600;
  content: "";
  left: 0;
  top: -3px;
  width: 3rem;
  height: 3rem;
}

.cta-box_buttons .cta-btn--fill {
  color: white;
  background-color: #ff6600;
  border-color: #ff6600;
}

.cta-box_buttons .cta-btn--fill span {
  width: 100%;
  padding-left: 3rem;
  margin-left: 0rem;
}

.cta-box_buttons .cta-btn--fill span::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  content: "\f3fe";
  color: white;
  font-size: 2.4rem;
  top: -6px;
  left: auto;
  right: 20px;
}

.cta-box_buttons .cta-btn--right {
  text-align: right;
}

.cta-box_buttons .cta-btn--right span {
  width: 100%;
  margin: 0;
  padding-left: 0rem;
  padding-right: 3rem;
}

.cta-box_buttons .cta-btn--right span::before {
  left: 20px;
  right: auto;
}

.cta-box_buttons .cta-btn--center {
  text-align: center;
}

.cta-box_buttons .cta-btn--center span {
  width: 100%;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
}

.cta-box_buttons .cta-btn--center span::before {
  left: 20px;
  right: auto;
}

.cta-box_buttons .cta-btn.phone span {
  font-size: 2.2rem;
  color: #333;
}

.cta-box_buttons .cta-btn.phone span::before {
  content: "";
  background-image: url("../icons/phone.svg");
  background-size: auto 100%;
  top: 1.5px;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.cta-box_buttons .cta-btn.chat span::before {
  content: "";
  background-image: url("../icons/speech-bubble.svg");
  background-size: auto 100%;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.cta-box_buttons .cta-btn.review span::before {
  content: "";
  background-image: url("../icons/like.svg");
  background-size: auto 100%;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.cta-box_buttons2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .cta-box_buttons2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
  }
}

.cta-box_buttons2 .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  height: 60px;
  margin-bottom: 1rem;
  border-radius: 100px;
  width: 98%;
  max-width: 300px;
  color: #ff6600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .cta-box_buttons2 .cta-btn {
    width: 30%;
  }
}

.cta-box_buttons2 .cta-btn--grey {
  color: #888;
}

.cta-box_buttons2 .cta-btn.cta-btn--double span {
  font-size: 1.3rem;
}

.cta-box_buttons2 .cta-btn.cta-btn--double strong {
  color: #333;
}

.cta-box_buttons2 .cta-btn span {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  padding-left: 6rem;
  position: relative;
}

.cta-box_buttons2 .cta-btn span::before {
  position: absolute;
  content: "";
  left: 2rem;
  top: -3px;
  width: 3rem;
  height: 3rem;
}

@media screen and (min-width: 768px) {
  .cta-box_buttons2 .cta-btn span::before {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .cta-box_buttons2 .cta-btn span {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-left: -2rem;
    padding-left: 4rem;
  }
}

.cta-box_buttons2 .cta-btn.phone-icon2 span {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .cta-box_buttons2 .cta-btn.phone-icon2 span {
    text-transform: none;
  }
}

.cta-box_buttons2 .cta-btn.phone-icon2 span::before {
  font-size: 2.2rem;
  content: "";
  background-image: url("../icons/phone.svg");
  background-size: auto 100%;
  top: 4px;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.cta-box_buttons2 .cta-btn.reservation-icon span {
  text-transform: uppercase;
}

.cta-box_buttons2 .cta-btn.reservation-icon span::before {
  content: "";
  background-image: url("../icons/tap3.svg");
  background-size: auto 100%;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.cta-box_buttons2 .cta-btn.download-icon span::before {
  content: "";
  background-image: url("../icons/download.svg");
  background-size: auto 100%;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.cta-box_buttons2 .cta-btn.chat span::before {
  content: "";
  background-image: url("../icons/speech-bubble.svg");
  background-size: auto 100%;
  -webkit-filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
          filter: invert(43%) sepia(23%) saturate(5541%) hue-rotate(2deg) brightness(104%) contrast(104%);
}

.sidebar-container .cta-box_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-links {
  margin-bottom: 4rem;
}

.cta-links.alternative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cta-links.alternative::before {
  content: "";
  position: absolute;
  border-top: 1px solid #eee;
  top: 50%;
  z-index: 0;
  width: 90%;
  left: 5%;
}

@media screen and (min-width: 768px) {
  .cta-links.alternative::before {
    width: 600px;
    left: calc(50% - 300px);
  }
}

.cta-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #ff6600;
  color: white;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-left: 5rem;
  padding-right: 5rem;
  border-radius: 3rem;
  height: 5rem;
  line-height: 5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  min-width: 25rem;
}

@media screen and (max-width: 767px) {
  .cta-link.map {
    height: 3rem;
    line-height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 16rem;
  }
}

.cta-link.alt1 {
  background-color: rgba(255, 102, 0, 0.1);
  color: #ff6600;
}

.cta-link.alt2 {
  background-color: black;
}

.cta-link.alt3 {
  background-color: #ddd;
  color: black;
}

.daily-summary {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.daily-summary::before {
  content: "";
  border-right: 2px solid #ccc;
  border-right: 2px solid #f0f0f0;
  left: 6.5rem;
  top: 0;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .daily-summary::before {
    left: 7rem;
  }
}

@media screen and (min-width: 1200px) {
  .daily-summary::before {
    left: 9rem;
  }
}

.daily-summary .at-glance-item {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  .daily-summary .at-glance-item {
    padding-left: 15px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 992px) {
  .daily-summary .at-glance-item {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .daily-summary .at-glance-item {
    padding-left: 30px;
    margin-bottom: 3rem;
  }
}

.daily-summary .at-glance-item .day {
  float: left;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.daily-summary .at-glance-item .details {
  float: right;
  width: calc(100% - 8rem);
}

.daily-summary .at-glance-item .places {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .daily-summary .at-glance-item .places {
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    font-family: "Poppins", sans-serif;
  }
}

.daily-summary .at-glance-item h3 > span {
  color: #ff6600;
  text-transform: uppercase;
}

.daily-summary .at-glance-item h4 {
  font-size: 1.5rem;
  font-style: italic;
  color: #888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.daily-summary .at-glance-item .activity {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .daily-summary .at-glance-item .activity {
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    font-family: "Poppins", sans-serif;
  }
}

.daily-summary .at-glance-item .location {
  display: none;
}

@media screen and (min-width: 768px) {
  .daily-summary .at-glance-item .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 400;
    color: #888;
    margin-top: 1rem;
  }
  .daily-summary .at-glance-item .location span {
    border: 1px solid #ddd;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
  }
  .daily-summary .at-glance-item .location span + span {
    margin-left: 0.5rem;
  }
}

.daily-summary .at-glance-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ff6600;
  left: 6.2rem;
  top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .daily-summary .at-glance-item::before {
    left: 6.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .daily-summary .at-glance-item::before {
    left: 8.7rem;
  }
}

.daily-summary .at-glance-item::after {
  content: "";
  display: block;
  clear: both;
}

.daily-summary .at-glance-item:last-child {
  margin-bottom: 0;
}

.daily-summary::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px solid #ccc;
  border-bottom: 2px solid #f0f0f0;
  bottom: 0;
}

.daily-summary + p,
.daily-summary + div,
.daily-summary + ul {
  margin-top: 4rem;
}

.day-highlights {
  margin-top: 1.5rem;
}

.day-highlights li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}

.day-highlights li:last-child {
  margin-bottom: 0;
}

.day-highlights li::before {
  content: "\f00c";
  content: "\f068";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 2.1rem;
  left: 0.5rem;
  color: #333;
}

.why-list {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .why-list {
    border: none;
    padding: 0;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .why-list {
    border: none;
    padding-left: 0.5rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .why-list {
    padding-left: 0.5rem;
    font-size: 1.6rem;
  }
}

.why-list li {
  margin-bottom: 1.25rem;
  padding-left: 3rem;
  position: relative;
}

.why-list li:last-child {
  margin-bottom: 0rem;
}

.why-list li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 7.5px;
  left: 0px;
  top: 0;
  font-size: 1.8rem;
}

.itinerary-days-container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .itinerary-days-container::before {
    position: absolute;
    content: "";
    height: 100%;
    border-left: 2px solid #f0f0f0;
    top: 0;
    left: 2.4rem;
  }
}

.itinerary-day + .itinerary-day {
  margin-top: 4rem;
}

.itinerary-day__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  .itinerary-day__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

.itinerary-day__number {
  width: 50%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .itinerary-day__number {
    width: 7rem;
  }
}

.itinerary-day__number span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  color: #ff6600;
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .itinerary-day__number span {
    padding: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5rem;
    font-size: 1.4rem;
    background-color: #ff6600;
    color: white;
    border: 1rem solid white;
    left: -1rem;
    width: 7rem;
    height: 7rem;
  }
}

.itinerary-day__title {
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #333;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .itinerary-day__title {
    font-size: 1.7rem;
    font-weight: 700;
  }
}

.itinerary-day__places {
  display: none;
}

@media screen and (min-width: 768px) {
  .itinerary-day__places {
    color: #888;
    font-weight: 400;
    margin-top: 1rem;
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.itinerary-day__places span {
  border: 1px solid #ddd;
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.itinerary-day__places span:not(:last-child) {
  margin-right: 0.5rem;
}

.itinerary-day__places i {
  display: none !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.itinerary-day__definition {
  width: 100%;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .itinerary-day__definition {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-day__definition {
    padding-top: 3rem;
    margin-top: 3.45rem;
    border-top: 2px solid #f0f0f0;
  }
}

.itinerary-day__map {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .itinerary-day__map {
    width: 100%;
    padding-left: 7rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-day__map {
    margin-left: 5rem;
    width: 25%;
    padding-left: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-day__map {
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.itinerary-day__map.link-a {
  height: 30px;
  border-radius: 2rem;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem;
}

@media screen and (min-width: 768px) {
  .itinerary-day__map.link-a {
    height: 40px;
    line-height: 38px;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-day__map.link-a {
    height: 50px;
    width: 100%;
    line-height: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-day__map.link-a {
    height: 60px;
    line-height: 58px;
  }
}

.itinerary-day__map.link-a span {
  font-family: "Poppins", sans-serif;
  color: #ff6600;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .itinerary-day__map.link-a span {
    font-size: 1.6rem;
  }
}

.itinerary-day__map.link-a i {
  margin-right: 5px;
  font-size: 1.3rem;
}

.itinerary-day__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .itinerary-day__content {
    padding-left: 7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.itinerary-day__sidebar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .itinerary-day__sidebar {
    margin-left: 5rem;
    display: block;
    width: calc(25% + 17.5px);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-day__sidebar {
    display: block;
  }
}

.itinerary-day-image-link {
  display: block;
  width: 49%;
  border: 1px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .itinerary-day-image-link {
    border-radius: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-day-image-link {
    width: 100%;
  }
  .itinerary-day-image-link:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.itinerary-day__body {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .itinerary-day__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.itinerary-day__description {
  margin-bottom: 3rem;
}

.itinerary-day__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .itinerary-day__details {
    font-size: 1.3rem;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .itinerary-day__details {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .itinerary-day__details > ul.prueba {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .itinerary-day__details > ul.prueba {
    width: 48%;
  }
}

.itinerary-day__details > ul.prueba li {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.itinerary-day__details > ul.prueba li:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}

.itinerary-day__details > ul.prueba li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f6fc";
  font-weight: 900;
  font-size: 1rem;
  font-size: 1.2rem;
  line-height: 100%;
  left: 0;
  color: #ff6600;
}

.itinerary-day__details > ul.prueba li.meal-item::before {
  content: "\f2e7";
  font-size: 1em;
}

.itinerary-day__details > ul.prueba li.accommodation-item::before {
  content: "\f236";
  font-size: 1em;
}

.itinerary-day__details > ul.prueba li.adventure-item::before {
  content: "\f4d7";
  font-size: 1.6rem;
}

.itinerary-day__details > ul.prueba li.distance-item::before {
  content: "\f554";
  font-size: 1.6rem;
}

.itinerary-day__details > ul.prueba li.duration-item::before {
  content: "\f1da";
  font-size: 1.6rem;
}

.itinerary-day__details > ul.prueba strong {
  color: #66666e;
  font-weight: 700;
}

.inclusion-title {
  margin-left: 0rem;
  margin-top: 4rem;
  padding-left: 0;
  font-weight: 700;
  color: #ff6600;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.5rem;
}

.inclusions-list {
  position: relative;
  margin-bottom: 4rem;
}

.inclusions-list + li {
  background-color: red;
}

@media screen and (min-width: 992px) {
  .inclusions-list::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 2rem;
    top: 0;
    border-left: 1px solid #f0f0f0;
  }
}

.inclusions-list h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0rem;
  padding: 0;
  margin-bottom: 0.5rem;
}

.inclusions-list > li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inclusions-list > li {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .inclusions-list > li {
    margin-left: 4rem;
  }
}

.inclusions-list > li.inclusion-subtitle {
  padding-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .inclusions-list > li.inclusion-subtitle {
    padding-left: 2rem;
    margin-left: 2rem;
  }
  .inclusions-list > li.inclusion-subtitle::before {
    content: "";
    position: absolute;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ff6600;
    top: 3.2rem;
  }
}

.inclusions-list > li.inclusion-subtitle h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 992px) {
  .inclusions-list > li.inclusion-subtitle h3 {
    font-size: 1.7rem;
  }
}

.inclusions-list > li:not(.inclusion-subtitle):not(.inclusion-title)::before {
  position: absolute;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ff6600;
  left: 0;
  top: 3px;
  font-size: 1.2rem;
  line-height: inherit;
}

.inclusions-list.not-included {
  padding-top: 2.5rem;
}

.inclusions-list.not-included li::before {
  content: "\f057" !important;
  color: #ccc !important;
}

.inclusions-list span,
.inclusions-list p {
  display: none;
  color: #888;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .inclusions-list span,
  .inclusions-list p {
    display: block;
  }
}

.accommodation-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.accommodation-container::before {
  position: absolute;
  content: "";
  border-left: 2px solid #f0f0f0;
  height: 100%;
  left: 50%;
  top: 0;
}

@media screen and (min-width: 768px) {
  .accommodation-container::before {
    left: calc(15% - 1px);
  }
}

.accommodation-item:not(:last-child) {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .accommodation-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.accommodation-item h3,
.accommodation-item .title {
  color: #ff6600;
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  text-align: center;
  border-radius: 4rem;
  margin-bottom: 3rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  min-width: 17rem;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  position: relative;
  z-index: 1;
  margin-left: calc(50% - 8.5rem);
}

@media screen and (min-width: 768px) {
  .accommodation-item h3,
  .accommodation-item .title {
    margin-left: calc(15% - 8.5rem);
  }
}

.accommodation-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .accommodation-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.accommodation-item__image {
  width: 80%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .accommodation-item__image {
    width: 30%;
    margin-right: 10rem;
    margin-bottom: 0rem;
  }
}

.accommodation-item__image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .accommodation-item__image-wrapper {
    border: none;
  }
}

.accommodation-item__image-wrapper img {
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 0px 4px white, 0px 0px 0px 6px #f0f0f0;
          box-shadow: 0px 0px 0px 4px white, 0px 0px 0px 6px #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.accommodation-item__details {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
  padding: 2rem 1rem;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

@media screen and (min-width: 768px) {
  .accommodation-item__details {
    border: none;
    background-color: none;
    padding: 0;
  }
}

.pricing-box {
  border-radius: 1rem;
  border: 2px solid #f0f0f0;
  background-color: white;
  text-align: center;
  padding: 1rem;
}

.pricing-box__list > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.pricing-box__list > li:not(:last-child):not(:first-child) {
  border-bottom: 1px solid #f0f0f0;
}

.pricing-box__price {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  color: #ff6600;
  font-weight: 700;
}

.pricing-box__price2 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  color: #ff6600;
  color: #ff6600;
}

.pricing-box__price3 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  color: #888;
}

.pricing-box__title {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.pricing-box .pricing-box__item-title {
  background-color: #ff6600;
  border-radius: 5px 5px 0 0;
  margin: -10px -10px 0 -10px;
  padding: 2rem;
}

.pricing-box .pricing-box__item-title > * {
  color: white;
}

.pricing-box .pricing-box__item-title--primary {
  background-color: #ff6600;
}

.pricing-box .pricing-box__item-title--accent {
  background-color: #3fabaf;
}

.pricing-box__subtitle {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.pricing-box__subtitle2 {
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  color: #333;
}

.pricing-box .pricing-box__item-price {
  border: none;
  margin-left: -1rem;
  margin-right: -1rem;
}

.pricing-box .pricing-box__item-image {
  border: none;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
}

.pricing-box .pricing-box__item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.pricing-box--primary .pricing-box__item-price {
  background-color: #ff6600;
}

.pricing-box--primary .pricing-box__item-price > * {
  color: white;
}

.pricing-box--accent .pricing-box__item-price {
  background-color: #3fabaf;
  color: white;
}

.pricing-box--accent .pricing-box__item-price > * {
  color: white;
}

.payment-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.payment-container > div {
  width: 100%;
}

.payment-container > div:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .payment-container > div:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .payment-container > div {
    width: 48%;
  }
}

.payment-boxxxxxxxxxxxxxxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem;
  border: 2px solid #f0f0f0;
  border-radius: 1rem;
}

.payment-box-2 > img {
  width: 90%;
  max-width: 200px;
  height: auto;
}

.payment-box-2 > h3 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  color: #333;
  text-transform: uppercase;
}

.payment-box-2 > h3 strong {
  font-weight: 700;
  display: block;
  text-align: center;
  text-transform: capitalize;
}

.payment-box-2 > img {
  margin-bottom: 2rem;
}

.payment-box-2 form {
  width: 100%;
  max-width: 250px;
  margin-bottom: 2rem;
}

.form-group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.form-group-2 > * {
  margin-bottom: 1rem;
}

.form-control-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.form-control-2 label {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #333;
}

.form-control-2 input,
.form-control-2 select {
  width: 100%;
  padding: 10px 30px 10px 45px;
  border-radius: 60px;
  border-color: #ccc;
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}

.form-control-2 select {
  background-image: url(../assets/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px 8px;
  background-color: transparent;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.form-control-2 select option {
  background-color: #f0f0f0;
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
}

.form-control-2 select option::-moz-selection {
  border: none;
}

.form-control-2 select option::selection {
  border: none;
}

.paypal-button {
  background-color: #0070ba;
  border-radius: 30px;
  padding: 5px 10px;
  cursor: pointer;
}

.payment-box__note {
  font-size: 1.4rem;
  font-size: 1.5rem;
  text-align: left;
}

.extra-list {
  margin-bottom: 2rem;
  background-color: red;
}

.extra-list li {
  padding-left: 2rem;
  position: relative;
}

.extra-list li::before {
  content: "\f543";
  content: "\f3ff";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: black;
  color: #ccc;
  color: #3fabaf;
  color: #ff6600;
  left: 0;
  font-size: 1.2rem;
  top: 2px;
}

.extra-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.main-price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.main-price-area .price-card-n {
  text-align: center;
  padding: 5px 10px;
  border: 2px dotted #ccc;
  border-radius: 5px;
  font-size: 12px;
}

.main-price-area .price-card-n strong {
  font-weight: 400;
  color: #ff6600;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
}

.main-price-area .price-card-n.required {
  border: 1px solid #ff6600;
}

.main-price-area .price-card-n.final {
  border: 2px solid #ff6600;
  background-color: #ff6600;
  color: white;
}

.main-price-area .price-card-n.final strong {
  font-weight: 700;
  color: white;
}

.price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.price-area .price-card {
  text-align: center;
  padding: 5px 10px;
  border: 2px dotted #ccc;
  font-family: "Poppins", sans-serif;
  margin-right: 3rem;
}

.price-area .price-card strong {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  display: block;
  color: #ff6600;
}

.price-area ul strong {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 400;
}

.price-area ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.previous-price {
  display: inline-block;
  position: relative;
}

.previous-price::before {
  position: absolute;
  content: "";
  border-top: 4px dashed #ff6600;
  width: 50%;
  right: 0%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 1;
  bottom: 0;
}

.inner-tab-title {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
  color: "Poppins", sans-serif;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  margin-top: 5rem;
  position: relative;
}

.inner-tab-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
  width: 5rem;
  background-color: #ff6600;
}

.itinerary-glance {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.itinerary-glance::before {
  content: "";
  border-left: 1px solid #f0f0f0;
  left: 2.45rem;
  height: 100%;
  top: 0;
  position: absolute;
}

.itinerary-glance > li {
  position: relative;
  line-height: 1.7;
}

.itinerary-glance > li + li {
  margin-top: 2rem;
}

.itinerary-glance .day-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itinerary-glance .day-header h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #333;
  display: block;
  margin-left: 0rem;
}

@media screen and (min-width: 992px) {
  .itinerary-glance .day-header h4 {
    font-size: 1.6rem;
    margin-left: 1rem;
  }
}

.itinerary-glance .day-label {
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff6600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  text-align: center;
  width: 5rem;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3rem;
  line-height: 1.2;
}

.itinerary-glance .day-label span {
  font-size: 2.4rem;
  display: block;
}

.itinerary-glance .day-highlights2 {
  padding-left: 6rem;
  margin-top: 1rem;
}

.itinerary-glance .day-highlights2 li {
  position: relative;
  padding-left: 1.8rem;
}

.itinerary-glance .day-highlights2 li::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.5rem;
  background-color: #ccc;
  left: 0;
  top: 0.8rem;
}

.itinerary-glance .day-highlights2 li + li {
  margin-top: 1.25rem;
}

.st-list.single-to-double {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
}

.st-list li {
  padding-left: 1.8rem;
  position: relative;
}

.st-list li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #333;
  border-radius: 0.4rem;
  top: 8px;
}

.st-list li.primary::before {
  background-color: #ff6600;
}

.st-list li.grey::before {
  background-color: #ccc;
}

.st-list li.aws-icon {
  padding-left: 2.5rem;
}

.st-list li.aws-icon::before {
  font-family: "Font Awesome 5 Free";
  background-color: transparent;
  color: #ff6600;
  font-weight: 900;
  border-radius: 0;
  font-size: 1.5rem;
  top: 0px;
}

.st-list li.aws-icon.meals::before {
  content: "\f2e7";
}

.st-list li.aws-icon.walking::before {
  font-size: 1.8rem;
  content: "\f554";
  top: -3px;
}

.st-list li.aws-icon.adventure::before {
  content: "\f4d7";
}

.st-list li.aws-icon.elevation::before {
  content: "\f6fc";
}

.st-list li + li {
  margin-top: 1.25rem;
}

.why-us-shelf2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}

.why-us-shelf2 .why-us-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 2rem;
  width: 49%;
  border-radius: 5px;
  height: 12rem;
  background-color: white;
  -webkit-box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .why-us-shelf2 .why-us-item2 {
    width: 24%;
  }
}

.why-us-shelf2 .why-us-item2 img {
  height: 4rem;
  width: auto;
}

.why-us-shelf2 .why-us-item2 .title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  color: #333;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.pay-box {
  max-width: 35rem;
  margin-left: auto;
  min-height: 50rem;
  background-color: #f0f0f0;
}

.pay-box__header {
  background-color: #333;
  color: white;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 1rem;
}

.pay-box__header h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
}

.pay-box__header span {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .custom-itinerary {
    position: relative;
  }
  .custom-itinerary::before {
    content: "";
    border-left: 1px solid #f0f0f0;
    position: absolute;
    left: 2.45rem;
    height: 100%;
    top: 0;
    z-index: 0;
  }
}

.custom-itinerary-day {
  position: relative;
  z-index: 1;
}

.custom-itinerary-day + .custom-itinerary-day {
  margin-top: 4rem;
}

.custom-itinerary-day .day-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.custom-itinerary-day .day-header .day-label {
  line-height: 1;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px solid #ff6600;
  margin-right: 1rem;
  color: #ff6600;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.custom-itinerary-day .day-header .day-label span {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .custom-itinerary-day .day-header .day-label {
    background-color: #ff6600;
    border-radius: 5rem;
    color: white;
  }
}

.custom-itinerary-day .day-header h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.7rem;
  color: #333;
}

@media screen and (min-width: 768px) {
  .custom-itinerary-day .day-header h4 {
    font-size: 1.8rem;
  }
}

.day-gallery {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.day-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .day-content {
    padding-left: 6rem;
  }
}

.day-main-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .day-main-features {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .feature-box {
    width: 32%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.feature-box .icon {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
}

.feature-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-box .content {
  font-size: 1.4rem;
  margin-left: 1rem;
}

.feature-box .content strong {
  font-family: "Poppins", sans-serif;
  display: block;
  font-weight: 700;
  color: #333;
}

.calendar__day {
  font-weight: 900;
  color: #333;
  color: #ff6600 !important;
}

.day-highlight {
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.day-visited-places {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
}

.cart-plugin {
  min-height: 110rem;
  overflow: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 1rem .5rem;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  margin-top: 2rem;
  border-radius: 1rem;
}

@media screen and (min-width: 992px) {
  .cart-plugin {
    max-width: 35rem;
    padding: 2rem 1rem;
    float: right;
  }
}

.shopping-cart-plugin {
  width: 100%;
  min-height: 125rem;
  background-color: #f0f0f0;
  margin-left: 0;
  margin-right: 0;
}

.tabs-content {
  position: relative;
}

.payment-widget {
  width: 100%;
  margin-bottom: 6rem;
}

@media screen and (min-width: 992px) {
  .payment-widget {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.day-tour {
  position: relative;
}

@media screen and (min-width: 768px) {
  .day-tour::before {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 2px solid #eee;
    left: 3.4rem;
    top: 0;
  }
}

.day-tour .day-tour-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
}

.day-tour .day-tour-title div {
  background-color: #ff6600;
  color: white;
  text-align: center;
  margin-right: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  border-radius: 1rem;
}

.day-tour .day-tour-title div span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .day-tour .day-tour-title div {
    margin-right: 2rem;
    width: 7rem;
    height: 7rem;
    border-radius: 4rem;
  }
  .day-tour .day-tour-title div span {
    font-size: 2.4rem;
  }
}

.day-tour .day-tour-title h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 2rem;
  text-transform: uppercase;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .day-tour .day-tour-title h3 {
    font-size: 2rem;
  }
}

.day-tour .day-tour-description {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .day-tour .day-tour-description {
    padding-left: 9rem;
  }
  .day-tour .day-tour-description p {
    position: relative;
  }
  .day-tour .day-tour-description p::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    left: -6rem;
    top: 0.7rem;
    border: 1px solid #ff6600;
    background-color: white;
  }
}

.instagram-card22 {
  border-radius: 0.5rem;
}

.instagram-card22 .icon {
  display: none;
}

.instagram-card22 .icon img {
  -webkit-filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%) !important;
          filter: invert(97%) sepia(100%) saturate(1%) hue-rotate(174deg) brightness(108%) contrast(101%) !important;
}

.instagram-card__user22 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0 !important;
  color: white !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.instagram-card__user-details22 {
  margin: 0 !important;
  border-radius: 0;
}

.instagram-card__user-details22 {
  color: white !important;
}

.instagram-card__nickname22 {
  color: white !important;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}

.instagram-card__nickname22::before {
  content: "@";
}

.instagram-card__image22 {
  padding-top: calc(100% * 5 / 4);
  position: relative;
}

.instagram-card__image22 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-details-box {
  margin-top: 3rem;
}

@media screen and (min-width: 992px) {
  .tour-details-box {
    font-size: 1.5rem;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    background-color: rgba(255, 102, 0, 0.1);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

.st-list5 li {
  padding-left: 1.8rem;
  position: relative;
}

.st-list5 li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ff6600;
  border-radius: 0.4rem;
  top: 8px;
}

.st-list5 li.aws-icon {
  padding-left: 2.5rem;
}

.st-list5 li.aws-icon::before {
  font-family: "Font Awesome 5 Free";
  background-color: transparent;
  color: #ff6600;
  font-weight: 900;
  border-radius: 0;
  font-size: 1.5rem;
  top: 0px;
}

.st-list5 li.aws-icon.meals::before {
  content: "\f2e7";
}

.st-list5 li.aws-icon.walking::before {
  font-size: 1.8rem;
  content: "\f554";
  top: -3px;
}

.st-list5 li.aws-icon.adventure::before {
  content: '\f4d7';
}

.st-list5 li.aws-icon.elevation::before {
  content: '\f6fc';
}

.st-list5 li + li {
  margin-top: 1.25rem;
}

.tab-inner-title-new {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.25px;
  margin-bottom: 2rem;
  color: #333;
  position: relative;
  padding-top: 3rem;
}

.tab-inner-title-new::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  top: 23px;
  left: 0;
}

.sized {
  position: relative;
}

.sized.size_4_5 {
  width: 100%;
  padding-top: calc(100% * 5 / 4);
}

.sized.size_5_4 {
  width: 100%;
  padding-top: calc(100% * 4 / 5);
}

.sized.size_3_2 {
  width: 100%;
  padding-top: calc(100% * 2 / 3);
}

.sized.size_1_1 {
  width: 100%;
  padding-top: 100%;
}

.sized img.size-applied {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.artisan-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.artisan-gallery > div {
  width: 19%;
}

.sales-team-box {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.sales-team-message {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem;
  border-radius: 5px;
  background-color: #f0f0f0;
  font-family: "Poppins", sans-serif;
}

.cta-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-buttons-container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-pictures-gallery {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .tour-pictures-gallery {
    margin-bottom: 6rem;
  }
}

.container.grid > .row {
  margin-top: -15px;
}

.container.grid > .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-trip {
  position: relative;
  display: block;
  background-color: yellow;
  border-radius: 5px;
  overflow: hidden;
  padding-top: calc(100% * 2 / 3);
  width: 100%;
}

.card-trip .card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 4rem;
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .card-trip:hover .card-content {
    opacity: 1;
    background-color: #ff6600;
  }
  .card-trip:hover .card-image img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.card-trip .card-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-trip .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s;
  transition: 2s;
}

.card-trip .card-presentation {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
  padding: 2rem;
  text-align: center;
}

.card-trip .card-presentation .card-title {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 900;
}

@media screen and (min-width: 992px) {
  .card-trip .card-presentation .card-title {
    font-size: 2.4rem;
    text-transform: none;
    letter-spacing: normal;
  }
}

.card-trip .skt-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .card-trip .skt-icon {
    display: block;
  }
}

.card-trip .skt-btn {
  line-height: 3rem;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .card-trip .skt-btn {
    line-height: 3.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  }
}

.skt-icon {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  margin-bottom: 1rem;
  background-color: white;
  position: relative;
}

.skt-icon::before {
  line-height: 5rem;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  width: 100%;
  text-align: center;
  display: block;
  color: #665;
}

.skt-icon.solid {
  background-color: white;
}

.skt-btn {
  display: block;
  font-size: 1.4rem;
  min-width: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  border-radius: 2rem;
  margin-top: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.skt-btn.border {
  border: 1px solid white;
}

.skt-btn.small {
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .skt-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.skt-section {
  padding-top: 6rem;
  padding-bottom: 8rem;
  font-size: 1.7rem;
}

.skt-section .section-presentation p {
  margin-top: 2rem;
}

.skt-section .section-presentation p:first-child {
  margin-top: 3rem;
}

.skt-section .section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  color: #333;
}

.skt-section .section-subtitle {
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #aaa;
}

.centered-content {
  text-align: center;
}

.centered-content .title-decoration::before {
  left: calc(50% - 3rem);
}

.title-decoration {
  position: relative;
  padding-top: 1rem;
  margin-top: 2rem;
}

.title-decoration::before {
  content: "";
  width: 6rem;
  height: 4px;
  border-radius: 2px;
  background-color: #ff6600;
  position: absolute;
  top: 0;
  left: 0;
}

.skt-quote {
  text-align: center;
  font-size: 2.4rem;
  color: #bbb;
  font-style: italic;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 6rem 0;
}

.header-temp {
  width: 100%;
  height: 10rem;
  margin-bottom: 4rem;
  background-color: black;
}

.card-destination2 {
  position: relative;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}

.card-destination2 .card-image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(100% * 2 / 3);
}

.card-destination2 .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.card-destination2:hover .card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-destination {
  position: relative;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}

.card-destination .card-image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: calc(100% * 2 / 3);
}

.card-destination .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s;
  transition: 2s;
}

.card-destination .card-title {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  font-family: "Poppins", sans-serif;
}

.card-destination .card-title h2 {
  font-size: 2.4rem;
}

.card-destination:hover .card-image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}


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