@charset "UTF-8";
@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceItReverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scalyPagination {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
/*BOOTSTRAP GRID*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1201px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-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: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

.flex-grow-1 {
  -ms-flex-positive: 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;
  justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 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;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  vertical-align: super;
  font-size: 0.6rem;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #1E2A38;
  max-width: 100vw;
  overflow-x: clip;
  position: relative;
  left: 0;
}

p, li {
  line-height: 1.2;
}

p strong, p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

li a {
  text-decoration: underline;
}
li strong, li b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  user-select: none;
}

picture {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
}

section {
  padding: 3rem 5vw 0 5vw;
}

button {
  cursor: pointer;
  outline: none;
}

:root {
  --navy: #1B2E4B;
  --navy2: #243A5E;
  --navy3: #0F1E33;
  --gold: #C9A456;
  --gold2: #E2C17A;
  --goldp: #F7F0E0;
  --sand: #fffcf6;
  --ivory: #FAFAF6;
  --white: #FFFFFF;
  --muted: rgba(27, 46, 75, 0.8);
  --border: #E4E0D8;
  --text: #1E2A38;
  --green: #1A6B3C;
  --radius: 7px;
  --shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
  --shadow-lg: 0 16px 60px rgba(27, 46, 75, 0.14);
  --page-gutter: 60px;
}

html {
  scroll-behavior: initial;
}

body {
  font-family: "Montserrat", Helvetica, sans-serif;
  background: #FAFAF6;
  color: #1E2A38;
  line-height: 1.7;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

html.js body {
  transition: opacity 0.18s ease-out;
}

html.js body:not(.is-ready) {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  html.js body {
    transition: none;
  }
}
.can-touch.noHover * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  margin-top: 12px;
  padding-left: 2rem;
  list-style: disc;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-main {
  min-height: 60vh;
  overflow-wrap: anywhere;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.wrap-wide {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 var(--page-gutter);
}

.wrap-narrow {
  max-width: 960px;
}

.wrap-legal {
  max-width: 960px;
}

.section {
  padding: 88px 0;
}

.section-sm {
  padding: 56px 0;
}

.fa-solid, .fas {
  font-size: 20px;
  color: #C9A456;
}

.section--white {
  background: #FFFFFF;
}

.section--ivory {
  background: #FAFAF6;
}

.section--sand {
  background: #fffcf6;
}

.section--goldp {
  background: #fffcf6;
}

.section--navy {
  background: #1B2E4B;
}

.section--navy2 {
  background: #243A5E;
}

.section--border-top {
  border-top: 1px solid #E4E0D8;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.text-center {
  text-align: center;
}

.mt-14 {
  margin-top: 14px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-36 {
  margin-bottom: 36px;
}

.lbl {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C9A456;
  margin-bottom: 12px;
}
.lbl::before {
  content: "— ";
}
.lbl.w {
  color: #E2C17A;
}

.section-label-center {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.stitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  color: #1B2E4B;
}
.stitle em {
  font-style: italic;
  color: #C9A456;
}
.stitle.w {
  color: #FFFFFF;
}
.stitle.w em {
  color: #E2C17A;
}
.stitle + .body-text {
  margin-top: 12px;
}

.hero-h1,
.fmt-hero h1,
.mice-hero h1,
.dest-page-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 20px;
}
.hero-h1 em,
.fmt-hero h1 em,
.mice-hero h1 em,
.dest-page-hero h1 em {
  font-style: italic;
  color: #E2C17A;
}

.hero-sub,
.fmt-hero-text,
.dest-page-text,
.meth-hero-text,
.dep-hero-text,
.dest-hero-text,
.fmt-list-hero-text {
  font-size: 15px;
  color: rgb(255, 255, 255);
  line-height: 1.85;
  max-width: 540px;
  margin-bottom: 36px;
  font-weight: 300;
}

.fmt-list-hero,
.dest-hero,
.meth-hero,
.dep-hero {
  background: #1B2E4B;
  padding: 88px var(--page-gutter);
  text-align: center;
}
.fmt-list-hero .fmt-list-hero-text,
.fmt-list-hero .dest-hero-text,
.fmt-list-hero .meth-hero-text,
.fmt-list-hero .dep-hero-text,
.dest-hero .fmt-list-hero-text,
.dest-hero .dest-hero-text,
.dest-hero .meth-hero-text,
.dest-hero .dep-hero-text,
.meth-hero .fmt-list-hero-text,
.meth-hero .dest-hero-text,
.meth-hero .meth-hero-text,
.meth-hero .dep-hero-text,
.dep-hero .fmt-list-hero-text,
.dep-hero .dest-hero-text,
.dep-hero .meth-hero-text,
.dep-hero .dep-hero-text {
  margin: 16px auto 0;
  max-width: 620px;
}

.body-text {
  font-size: 14px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.85;
  font-weight: 300;
}
.body-text.body-text-light {
  color: rgba(255, 255, 255, 0.75);
}

.ctr-btn {
  display: flex;
  justify-content: center;
}

.btn {
  max-width: 100%;
  text-align: center;
  display: inline-block;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  border: none;
  line-height: 1;
  white-space: normal;
  overflow-wrap: anywhere;
}

.btn-g {
  background: #E2C17A;
  color: #1B2E4B;
}
.btn-g:hover {
  background: #E2C17A;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(201, 164, 86, 0.3);
}

.btn-n {
  background: #1B2E4B;
  color: #FFFFFF;
}
.btn-n:hover {
  background: #243A5E;
}

.btn-olw {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}
.btn-olw:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.btn-ol {
  background: transparent;
  border: 1.5px solid #1B2E4B;
  color: #1B2E4B;
}
.btn-ol:hover {
  background: #1B2E4B;
  color: #FFFFFF;
}

.btn-sm {
  padding: 9px 20px;
  font-size: 10px;
}

.topbar {
  background: #0F1E33;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  padding: 7px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a {
  color: #E2C17A;
}
.topbar a:hover {
  color: #FFFFFF;
}

.topbar-right {
  display: flex;
  gap: 20px;
}
.topbar-right a, .topbar-right div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  color: #C9A456;
}
.topbar-right a svg, .topbar-right div svg {
  width: 1rem;
  height: 1rem;
  fill: #E2C17A;
}

.navbar {
  background: #FFFFFF;
  border-bottom: 1px solid #E4E0D8;
  padding: 0 60px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 500;
  box-shadow: 0 2px 24px rgba(27, 46, 75, 0.06);
  transition: box-shadow 0.3s;
}
.navbar.scrolled {
  box-shadow: 0 4px 30px rgba(27, 46, 75, 0.12);
}

.brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.brand-logo {
  height: 44px;
  width: auto;
}

.nav-primary,
.nauticNav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

.nav-menu,
.nauticMenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
}
.nav-menu > li,
.nauticMenu > li {
  position: relative;
  margin: 0;
}
.nav-menu > li.children > a::after,
.nav-menu > li.children > .parentTitle::after,
.nauticMenu > li.children > a::after,
.nauticMenu > li.children > .parentTitle::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.3rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM2YjdhOGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLWRvd24taWNvbiBsdWNpZGUtY2hldnJvbi1kb3duIj48cGF0aCBkPSJtNiA5IDYgNiA2LTYiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s;
}
.nav-menu > li.children:hover > a,
.nav-menu > li.children:hover > .parentTitle, .nav-menu > li.children:focus-within > a,
.nav-menu > li.children:focus-within > .parentTitle,
.nauticMenu > li.children:hover > a,
.nauticMenu > li.children:hover > .parentTitle,
.nauticMenu > li.children:focus-within > a,
.nauticMenu > li.children:focus-within > .parentTitle {
  color: #243A5E;
}
@media (hover: hover) {
  .nav-menu > li.children:hover > a::after,
  .nav-menu > li.children:hover > .parentTitle::after, .nav-menu > li.children:focus-within > a::after,
  .nav-menu > li.children:focus-within > .parentTitle::after,
  .nauticMenu > li.children:hover > a::after,
  .nauticMenu > li.children:hover > .parentTitle::after,
  .nauticMenu > li.children:focus-within > a::after,
  .nauticMenu > li.children:focus-within > .parentTitle::after {
    transform: rotate(180deg);
  }
}
.nav-menu > li.children:hover > .sub-menu, .nav-menu > li.children:focus-within > .sub-menu,
.nauticMenu > li.children:hover > .sub-menu,
.nauticMenu > li.children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  user-select: auto;
  transform: translate(0, 0);
}
.nav-menu > li.active > a,
.nav-menu > li.active > .parentTitle, .nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-item > .parentTitle, .nav-menu > li.current-menu-ancestor > a,
.nav-menu > li.current-menu-ancestor > .parentTitle, .nav-menu > li.current_page_ancestor > a,
.nav-menu > li.current_page_ancestor > .parentTitle,
.nauticMenu > li.active > a,
.nauticMenu > li.active > .parentTitle,
.nauticMenu > li.current-menu-item > a,
.nauticMenu > li.current-menu-item > .parentTitle,
.nauticMenu > li.current-menu-ancestor > a,
.nauticMenu > li.current-menu-ancestor > .parentTitle,
.nauticMenu > li.current_page_ancestor > a,
.nauticMenu > li.current_page_ancestor > .parentTitle {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.nav-menu > li:last-child > a,
.nav-menu > li:last-child > .parentTitle, .nav-menu > li.nav-cta > a,
.nav-menu > li.nav-cta > .parentTitle,
.nauticMenu > li:last-child > a,
.nauticMenu > li:last-child > .parentTitle,
.nauticMenu > li.nav-cta > a,
.nauticMenu > li.nav-cta > .parentTitle {
  background: #E2C17A;
  color: #1B2E4B;
}
.nav-menu > li:last-child > a:hover, .nav-menu > li:last-child > a:focus-visible,
.nav-menu > li:last-child > .parentTitle:hover,
.nav-menu > li:last-child > .parentTitle:focus-visible, .nav-menu > li.nav-cta > a:hover, .nav-menu > li.nav-cta > a:focus-visible,
.nav-menu > li.nav-cta > .parentTitle:hover,
.nav-menu > li.nav-cta > .parentTitle:focus-visible,
.nauticMenu > li:last-child > a:hover,
.nauticMenu > li:last-child > a:focus-visible,
.nauticMenu > li:last-child > .parentTitle:hover,
.nauticMenu > li:last-child > .parentTitle:focus-visible,
.nauticMenu > li.nav-cta > a:hover,
.nauticMenu > li.nav-cta > a:focus-visible,
.nauticMenu > li.nav-cta > .parentTitle:hover,
.nauticMenu > li.nav-cta > .parentTitle:focus-visible {
  background: #E2C17A;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(201, 164, 86, 0.3);
}
.nav-menu > li > a,
.nav-menu > li > .parentTitle,
.nauticMenu > li > a,
.nauticMenu > li > .parentTitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 0.2rem;
  color: rgba(27, 46, 75, 0.8);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu > li > a:hover, .nav-menu > li > a:focus-visible,
.nav-menu > li > .parentTitle:hover,
.nav-menu > li > .parentTitle:focus-visible,
.nauticMenu > li > a:hover,
.nauticMenu > li > a:focus-visible,
.nauticMenu > li > .parentTitle:hover,
.nauticMenu > li > .parentTitle:focus-visible {
  color: #243A5E;
  outline: none;
}
.nav-menu > li > a .leftShape,
.nav-menu > li > a .rightShape,
.nav-menu > li > .parentTitle .leftShape,
.nav-menu > li > .parentTitle .rightShape,
.nauticMenu > li > a .leftShape,
.nauticMenu > li > a .rightShape,
.nauticMenu > li > .parentTitle .leftShape,
.nauticMenu > li > .parentTitle .rightShape {
  display: none;
}
.nav-menu .sub-menu,
.nauticMenu .sub-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 510;
  min-width: 220px;
  width: max-content;
  max-width: 300px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #E4E0D8;
  border-radius: 0.25rem;
  box-shadow: 0 16px 46px rgba(27, 46, 75, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
  transform: translate(0, 10px);
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu .sub-menu::before,
.nauticMenu .sub-menu::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
}
.nav-menu .sub-menu > li,
.nauticMenu .sub-menu > li {
  margin: 0;
}
.nav-menu .sub-menu > li:first-child > a,
.nav-menu .sub-menu > li:first-child > .parentTitle,
.nauticMenu .sub-menu > li:first-child > a,
.nauticMenu .sub-menu > li:first-child > .parentTitle {
  padding-top: 0.65rem;
}
.nav-menu .sub-menu > li:last-child > a,
.nav-menu .sub-menu > li:last-child > .parentTitle,
.nauticMenu .sub-menu > li:last-child > a,
.nauticMenu .sub-menu > li:last-child > .parentTitle {
  padding-bottom: 0.65rem;
}
.nav-menu .sub-menu > li > a,
.nav-menu .sub-menu > li > .parentTitle,
.nauticMenu .sub-menu > li > a,
.nauticMenu .sub-menu > li > .parentTitle {
  display: block;
  padding: 0.45rem 0.7rem;
  color: rgba(27, 46, 75, 0.8);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-menu .sub-menu > li > a:hover, .nav-menu .sub-menu > li > a:focus-visible,
.nav-menu .sub-menu > li > .parentTitle:hover,
.nav-menu .sub-menu > li > .parentTitle:focus-visible,
.nauticMenu .sub-menu > li > a:hover,
.nauticMenu .sub-menu > li > a:focus-visible,
.nauticMenu .sub-menu > li > .parentTitle:hover,
.nauticMenu .sub-menu > li > .parentTitle:focus-visible {
  background: #fffcf6;
  color: #1B2E4B;
  outline: none;
}

.rich-menu {
  position: fixed;
  top: 104px;
  left: 50%;
  z-index: 520;
  width: min(860px, 100vw - 48px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}
.rich-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 2px;
}

.rich-menu-parent:nth-child(1) .rich-menu, .rich-menu-parent:nth-child(2) .rich-menu {
  width: min(760px, 100vw - 48px);
}

.rich-menu-parent.is-rich-menu-open > a,
.rich-menu-parent.is-rich-menu-open > .parentTitle {
  color: #243A5E;
}
.rich-menu-parent.is-rich-menu-open > a::after,
.rich-menu-parent.is-rich-menu-open > .parentTitle::after {
  transform: rotate(180deg);
}
.rich-menu-parent.is-rich-menu-open > .rich-menu,
.rich-menu-parent.is-rich-menu-open > .rich-menu .rich-menu__surface,
.rich-menu-parent.is-rich-menu-open > .rich-menu .rich-menu__list,
.rich-menu-parent.is-rich-menu-open > .rich-menu .rich-menu__preview {
  pointer-events: auto;
}

.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:hover > .rich-menu,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:focus-within > .rich-menu,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:hover > .rich-menu .rich-menu__surface,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:focus-within > .rich-menu .rich-menu__surface,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:hover > .rich-menu .rich-menu__list,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:focus-within > .rich-menu .rich-menu__list,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:hover > .rich-menu .rich-menu__preview,
.nauticNav:not(.rich-menu-enhanced) .rich-menu-parent:focus-within > .rich-menu .rich-menu__preview {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nauticNav:not(.rich-menu-enhanced) .rich-menu::before {
  height: 48px;
}

.rich-menu__surface {
  display: grid;
  grid-template-columns: fit-content(440px) minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  padding: 0;
  min-height: 440px;
  overflow: hidden;
  background: #FFFFFF;
  border: none;
  border-radius: 7px;
  box-shadow: 0 38px 60px -20px rgba(27, 46, 75, 0.44);
  pointer-events: none;
}

.nav-menu .rich-menu__list,
.nauticMenu .rich-menu__list {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 260px;
  width: max-content;
  max-width: 440px;
  justify-self: start;
  padding: 8px;
  list-style: none;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  user-select: auto;
  transform: none;
  transition: none;
}
.nav-menu .rich-menu__list::before,
.nauticMenu .rich-menu__list::before {
  display: none;
}
.nav-menu .rich-menu__list > li,
.nauticMenu .rich-menu__list > li {
  margin: 0;
}
.nav-menu .rich-menu__list > li > a,
.nauticMenu .rich-menu__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 8px;
  border-radius: 4px;
  color: #1B2E4B;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
}
.nav-menu .rich-menu__list > li > a::after,
.nauticMenu .rich-menu__list > li > a::after {
  content: "→";
  flex: 0 0 auto;
  color: #C9A456;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.nav-menu .rich-menu__list > li > a:hover, .nav-menu .rich-menu__list > li > a:focus-visible, .nav-menu .rich-menu__list > li > a[data-rich-menu-active],
.nauticMenu .rich-menu__list > li > a:hover,
.nauticMenu .rich-menu__list > li > a:focus-visible,
.nauticMenu .rich-menu__list > li > a[data-rich-menu-active] {
  color: #1B2E4B;
  background: #FFFFFF;
  outline: none;
}
.nav-menu .rich-menu__list > li > a:hover::after, .nav-menu .rich-menu__list > li > a:focus-visible::after, .nav-menu .rich-menu__list > li > a[data-rich-menu-active]::after,
.nauticMenu .rich-menu__list > li > a:hover::after,
.nauticMenu .rich-menu__list > li > a:focus-visible::after,
.nauticMenu .rich-menu__list > li > a[data-rich-menu-active]::after {
  opacity: 1;
  transform: translateX(0);
}

.rich-menu__link-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.rich-menu__link-title {
  display: block;
  overflow-wrap: break-word;
}

.rich-menu__list .rich-menu__subtitle {
  display: block;
  margin: 4px 0 0;
  color: #C9A456;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: none;
  overflow-wrap: break-word;
}

.rich-menu__preview {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  background: #1B2E4B;
  color: #FFFFFF;
  text-decoration: none;
  pointer-events: none;
}
.rich-menu__preview:focus-visible {
  outline: 2px solid #C9A456;
  outline-offset: -4px;
}

.rich-menu__media,
.rich-menu__content {
  grid-area: 1/1;
}

.rich-menu__media {
  position: absolute;
  inset: 0;
  display: block;
}

.rich-menu__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.rich-menu__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-self: end;
  align-items: flex-start;
  padding: 100px 30px 28px;
  background: linear-gradient(to top, rgba(15, 30, 51, 0.94), rgba(15, 30, 51, 0));
}

.rich-menu__title {
  max-width: 600px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2.2vw, 32px);
  text-wrap: balance;
  font-weight: 500;
  line-height: 1;
}

.rich-menu__cta {
  margin-top: 12px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rich-menu__preview:hover .rich-menu__image {
  transform: scale(1.025);
}

@media (prefers-reduced-motion: reduce) {
  .rich-menu__image {
    transition: none;
  }
  .rich-menu__preview:hover .rich-menu__image {
    transform: none;
  }
}
.nav-primary .mobile-only-menu-item {
  display: none;
}

.hamburger {
  flex-shrink: 0;
  display: none;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 7px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.hamburger span {
  width: 18px;
  height: 2px;
  background: #1B2E4B;
  transition: transform 0.25s, opacity 0.25s;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 490;
  border-bottom: 1px solid #E4E0D8;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
  height: 100vh;
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
  transform: translateY(-120%);
  transition: transform 0.3s;
}
.mobile-nav.open {
  transform: translateY(0);
}

.mobile-nav > .topbar-right {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 12px var(--page-gutter) 6px var(--page-gutter);
  background: transparent;
}
.mobile-nav > .topbar-right a,
.mobile-nav > .topbar-right div {
  justify-content: flex-start;
  min-height: 30px;
  color: #1B2E4B;
  font-size: 12px;
  text-decoration: none;
}
.mobile-nav > .topbar-right a svg,
.mobile-nav > .topbar-right div svg {
  fill: #1B2E4B;
}

.mobile-nav .mobile-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  padding: 14px var(--page-gutter) 22px;
  margin: 0;
  list-style: none;
}
.mobile-nav .mobile-nav-menu .mobile-only-menu-item {
  display: list-item;
}
.mobile-nav .mobile-nav-menu > li {
  border-bottom: 1px solid #E4E0D8;
}
.mobile-nav .mobile-nav-menu > li:last-child {
  border-bottom: none;
  padding-top: 30px;
}
.mobile-nav .mobile-nav-menu > li:last-child > a,
.mobile-nav .mobile-nav-menu > li:last-child > .parentTitle {
  justify-content: center;
  background: #E2C17A;
  color: #1B2E4B;
  border-radius: 7px;
}
.mobile-nav .mobile-nav-menu > li:last-child > a:hover,
.mobile-nav .mobile-nav-menu > li:last-child > a:focus-visible,
.mobile-nav .mobile-nav-menu > li:last-child > .parentTitle:hover,
.mobile-nav .mobile-nav-menu > li:last-child > .parentTitle:focus-visible {
  transform: none;
  box-shadow: none;
}
.mobile-nav .mobile-nav-menu > li:last-child.active > a,
.mobile-nav .mobile-nav-menu > li:last-child.active > .parentTitle {
  background: #E2C17A;
  color: #1B2E4B;
}
.mobile-nav .mobile-nav-menu > li > a,
.mobile-nav .mobile-nav-menu > li > .parentTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 13px 0;
  color: #1B2E4B;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mobile-nav .mobile-nav-menu > li > a:hover, .mobile-nav .mobile-nav-menu > li > a:focus-visible,
.mobile-nav .mobile-nav-menu > li > .parentTitle:hover,
.mobile-nav .mobile-nav-menu > li > .parentTitle:focus-visible {
  background: transparent;
  color: rgba(27, 46, 75, 0.72);
  outline: none;
}
.mobile-nav .mobile-nav-menu > li.active > a,
.mobile-nav .mobile-nav-menu > li.active > .parentTitle, .mobile-nav .mobile-nav-menu > li.current-menu-item > a,
.mobile-nav .mobile-nav-menu > li.current-menu-item > .parentTitle, .mobile-nav .mobile-nav-menu > li.current-menu-ancestor > a,
.mobile-nav .mobile-nav-menu > li.current-menu-ancestor > .parentTitle, .mobile-nav .mobile-nav-menu > li.current_page_ancestor > a,
.mobile-nav .mobile-nav-menu > li.current_page_ancestor > .parentTitle {
  background: transparent;
  color: #1B2E4B;
}
.mobile-nav .mobile-nav-menu .sub-menu {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0 0 10px 14px;
  margin: -2px 0 0;
  border: none;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  user-select: auto;
  transform: none;
}
.mobile-nav .mobile-nav-menu .sub-menu::before {
  display: none;
}
.mobile-nav .mobile-nav-menu .sub-menu > li > a,
.mobile-nav .mobile-nav-menu .sub-menu > li > .parentTitle {
  display: block;
  padding: 8px 0;
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: initial;
  white-space: normal;
  transition: color 0.2s ease;
}
.mobile-nav .mobile-nav-menu .sub-menu > li > a:hover, .mobile-nav .mobile-nav-menu .sub-menu > li > a:focus-visible,
.mobile-nav .mobile-nav-menu .sub-menu > li > .parentTitle:hover,
.mobile-nav .mobile-nav-menu .sub-menu > li > .parentTitle:focus-visible {
  background: transparent;
  color: #1B2E4B;
  outline: none;
}

.mobile-nav .mobile-nav-menu > li {
  position: relative;
  min-width: 0;
}
.mobile-nav .mobile-nav-menu .children > a {
  width: calc(100% - 48px);
}
.mobile-nav .mobile-nav-menu .children > .parentTitle {
  cursor: pointer;
}
.mobile-nav .mobile-nav-menu .children > .parentTitle::after {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin: 0 4px 4px 12px;
  background-image: none;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.mobile-nav .mobile-nav-menu .children > .parentTitle:focus-visible {
  outline: 2px solid rgba(27, 46, 75, 0.35);
  outline-offset: 3px;
}
.mobile-nav .mobile-nav-menu .rich-menu-parent.is-mobile-menu-open > .parentTitle::after {
  margin-bottom: -4px;
  transform: rotate(225deg);
}
.mobile-nav .mobile-nav-menu .sub-menu[hidden] {
  display: none;
}

.breadcrumb {
  background: #FFFFFF;
  border-bottom: 1px solid #E4E0D8;
  padding: 11px 60px;
  font-size: 11px;
  color: rgba(27, 46, 75, 0.8);
}
.breadcrumb a:hover {
  color: #C9A456;
}
.breadcrumb .current {
  color: #1B2E4B;
  font-weight: 600;
}
.breadcrumb .sep {
  margin: 0 8px;
  color: #E4E0D8;
}

.tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1B2E4B;
  background: #F7F0E0;
  padding: 4px 10px;
  border-radius: 7px;
}

.tag-new {
  background: #C9A456;
  color: #1B2E4B;
}

.ff {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.ff label {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1B2E4B;
}
.ff input,
.ff select,
.ff textarea {
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  padding: 11px 14px;
  font-size: 13px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #1E2A38;
  background: #FAFAF6;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.ff input:focus,
.ff select:focus,
.ff textarea:focus {
  border-color: #C9A456;
}
.ff textarea {
  resize: vertical;
  min-height: 80px;
}
.ff select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7A8D' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.frow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 20px;
  align-items: start;
}
.form-inner > * {
  min-width: 0;
}

.project-form {
  min-width: 0;
}
.project-form .wpcf7-form-control-wrap {
  min-width: 0;
  max-width: 100%;
}
.project-form .wpcf7-not-valid-tip,
.project-form .wpcf7-response-output {
  overflow-wrap: anywhere;
}

.form-box,
.form-card {
  background: #FFFFFF;
  padding: 38px;
  border: 1px solid #E4E0D8;
  border-radius: 3px;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
}
.form-box h2,
.form-box h3,
.form-card h2,
.form-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 10px;
  line-height: 1.2;
}

.form-submit {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.form-sub,
.form-note {
  font-size: 11.5px;
  color: rgba(27, 46, 75, 0.8);
  margin-bottom: 22px;
  line-height: 1.6;
}

.form-note {
  text-align: center;
  margin: 10px 0 0;
}

.form-success {
  text-align: center;
  padding: 24px;
  background: #F7F0E0;
  color: #1B2E4B;
}

.faq-item {
  border-bottom: 1px solid #E4E0D8;
}

.faq-q {
  gap: 16px;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 600;
  color: #1B2E4B;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-q::after {
  flex-shrink: 0;
  content: "+";
  font-size: 20px;
  color: #C9A456;
}

.faq-item.open .faq-q::after {
  content: "−";
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
  font-size: 13px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.75;
}

.faq-item.open .faq-a {
  max-height: 360px;
  padding-bottom: 18px;
}

footer {
  background: #1B2E4B;
  color: rgba(255, 255, 255, 0.7);
  padding: 56px 60px 28px;
}

.wrap.footer-wrap {
  padding: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-bottom: 44px;
  overflow-wrap: anywhere;
}
.footer-grid > * {
  min-width: 0;
}

.fb-logo {
  height: 60px;
  width: auto;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.fb-desc {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.fb-legal {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.footer-certifs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.certif {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 7px;
}

.fc h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.fc ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.fc li {
  margin-bottom: 9px;
}
.fc li a {
  text-underline-offset: 4px;
}
.fc a, .fc div {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}
.fc a:hover, .fc a.highlight, .fc div:hover, .fc div.highlight {
  color: #E2C17A;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.6);
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-bottom-links a:hover {
  color: #E2C17A;
}

.basicAppear {
  opacity: 0;
  transform: translateY(18px);
}

.legal-content {
  font-size: 14px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.85;
}
.legal-content h2 {
  font-size: 24px;
  font-weight: 500;
  color: #1B2E4B;
  margin: 28px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E4E0D8;
}
.legal-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1B2E4B;
  margin: 28px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E4E0D8;
}
.legal-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1B2E4B;
  margin: 28px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E4E0D8;
}
.legal-content p,
.legal-content ul,
.legal-content ol {
  margin-bottom: 14px;
}

.swiper.few-slides .tranding-slider-control {
  display: none;
}

.tranding-slider-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.tranding-slider-control .swiper-pagination {
  width: auto !important;
  position: initial;
  display: flex;
  align-items: center;
}
.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  background-color: #C9A456;
  border-radius: 2px;
}
.tranding-slider-control .swiper-pagination.swiper-pagination-bullets-dynamic {
  width: 120px !important;
  flex: 0 0 auto;
  transform: none !important;
}
.tranding-slider-control .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 1rem;
  min-width: 1rem;
  height: 0.4rem;
  border-radius: 4px;
}
.tranding-slider-control .swiper-button-next, .tranding-slider-control .swiper-button-prev {
  position: initial;
  width: 32px;
  height: 32px;
  margin: 0;
  background: transparent;
  border: none;
}
.tranding-slider-control .swiper-button-next svg, .tranding-slider-control .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  display: block;
}
.tranding-slider-control .swiper-button-next svg circle, .tranding-slider-control .swiper-button-prev svg circle {
  stroke-width: 1px;
  stroke: #C9A456;
}
.tranding-slider-control .swiper-button-next svg path, .tranding-slider-control .swiper-button-prev svg path {
  stroke-width: 1.5px;
  stroke: #C9A456;
}
.tranding-slider-control .swiper-button-next:after, .tranding-slider-control .swiper-button-prev:after {
  content: none;
}

@media (max-width: 1100px) {
  :root {
    --page-gutter: 24px;
  }
  .navbar {
    padding-inline: var(--page-gutter);
  }
  .nav-menu > li > a,
  .nav-menu > li > .parentTitle,
  .nauticMenu > li > a,
  .nauticMenu > li > .parentTitle {
    padding: 8px 8px;
    font-size: 10px;
  }
}
@media (max-width: 1000px) {
  .form-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
@media (min-width: 901px) and (max-width: 990px) {
  .nav-primary .nav-menu {
    gap: 0;
  }
  .nav-primary .nav-menu > li > a,
  .nav-primary .nav-menu > li > .parentTitle {
    padding-inline: 4px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 1300px) {
  .navbar {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .topbar {
    display: none;
  }
  .navbar {
    padding: 0 var(--page-gutter);
    height: 64px;
  }
  .nav-primary {
    display: none;
  }
  .nav-menu > li.children:hover > a, .nav-menu > li.children:hover > .parentTitle, .nav-menu > li.children:focus-within > a, .nav-menu > li.children:focus-within > .parentTitle, .nauticMenu > li.children:hover > a, .nauticMenu > li.children:hover > .parentTitle, .nauticMenu > li.children:focus-within > a, .nauticMenu > li.children:focus-within > .parentTitle {
    background-color: transparent;
  }
  .hamburger {
    display: flex;
  }
  .mobile-nav {
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  footer {
    padding-inline: var(--page-gutter);
  }
  .section {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 11px var(--page-gutter);
  }
  .frow {
    grid-template-columns: minmax(0, 1fr);
  }
  .ff input,
  .ff select,
  .ff textarea {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  :root {
    --page-gutter: 20px;
  }
  footer {
    padding: 44px var(--page-gutter) 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid .fc {
    grid-column: 1/-1;
  }
  .footer-grid .fc h4 {
    text-align: center;
  }
  .footer-grid .fc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .footer-grid .fc ul li {
    width: 100%;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-certifs {
    justify-content: center;
  }
  .footer-certifs .certif {
    width: 100%;
    text-align: center;
  }
  .footer-bottom {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-bottom-links {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .form-box,
  .form-card {
    padding: 20px;
  }
  .btn {
    line-height: 1.35;
  }
}
.hero {
  position: relative;
  min-height: 92vh;
  padding: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #0F1E33;
}

.hero-bg,
.hero-grad {
  position: absolute;
  inset: 0;
}

.hero-bg {
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-bg-img[hidden] {
  display: none;
}

.hero-h1-line-mask {
  display: block;
  overflow: hidden;
}

.hero-h1-line {
  display: block;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 80px 5% 80px;
  max-width: 50%;
  height: auto;
  background-color: rgba(27, 46, 75, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C9A456;
  margin-bottom: 22px;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-ctas--center {
  justify-content: center;
  margin-bottom: 0;
}

.hero-promise {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.hero-promise-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C9A456;
}

.personas-grid,
.formats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.personas-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pcard {
  border: 1px solid #E4E0D8;
  border-top: 3px solid #C9A456;
  padding: 28px 22px 24px;
  border-radius: 7px;
  background: #FAFAF6;
  transition: box-shadow 0.25s, transform 0.2s;
}

.pcard:hover,
.fmtcard:hover {
  box-shadow: 0 16px 60px rgba(27, 46, 75, 0.14);
  transform: translateY(-4px);
}

.pcard-icon {
  margin-bottom: 14px;
  display: block;
  width: 40px;
  height: 40px;
}
.pcard-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcard-role {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(27, 46, 75, 0.8);
  margin-bottom: 7px;
}

.pcard-title,
.fmtcard-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  color: #1B2E4B;
  line-height: 1.25;
  margin-bottom: 9px;
}

.pcard-desc,
.fmtcard-desc {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.65;
}

.levier-inner,
.mastery-inner,
.pos-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.levier-pts,
.mastery-guarantees,
.promesses {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.lpt,
.guar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.03);
}

.lpt-ic,
.guar-ic {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.lpt-ic img,
.guar-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lpt-t,
.guar-t {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.lpt-d,
.guar-d {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
}

.levier-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.levier-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.levier-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 30, 51, 0.8) 0%, transparent 50%);
}

.fmtcard {
  background: #FFFFFF;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.2s;
  color: inherit;
  display: block;
}

.fmtcard-img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #1B2E4B;
}
.fmtcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.fmtcard:hover .fmtcard-img img {
  transform: scale(1.06);
}

.fmtcard-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 46, 75, 0.65) 0%, transparent 60%);
}

.fmtcard-badge {
  position: absolute;
  top: 12px;
  right: 12px;
}

.fmtcard-body {
  padding: 20px;
}

.fmtcard-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(27, 46, 75, 0.8);
  margin-top: 14px;
}

.fmtcard-arrow {
  color: #C9A456;
  font-size: 16px;
}

.mastery-phrase {
  margin-top: 32px;
  margin-bottom: 20px;
  padding: 22px 26px;
  border-left: 3px solid #C9A456;
  background: rgba(201, 164, 86, 0.06);
  border-radius: 0 7px 7px 0;
}
.mastery-phrase p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: italic;
  color: #E2C17A;
  line-height: 1.5;
}

.methode-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 48px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  overflow: hidden;
}

.mstep {
  padding: 28px 22px;
  border-right: 1px solid #E4E0D8;
  background: #FFFFFF;
  position: relative;
}
.mstep:last-child {
  border-right: none;
}
.mstep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #C9A456;
  opacity: 0;
  transition: opacity 0.3s;
}
.mstep:hover::before {
  opacity: 1;
}

.ms-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  color: #C9A456;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.ms-title {
  font-size: 12px;
  font-weight: 700;
  color: #1B2E4B;
  margin-bottom: 6px;
}

.ms-desc {
  font-size: 11.5px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.6;
}

.projets-grid {
  --projects-columns: minmax(240px, 2fr) minmax(150px, 1fr) minmax(140px, .9fr) minmax(140px, .9fr) minmax(130px, .75fr);
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #E4E0D8;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 44px;
  -webkit-overflow-scrolling: touch;
}

.pref-row {
  display: grid;
  grid-template-columns: var(--projects-columns);
  background: #FFFFFF;
  align-items: stretch;
  min-width: 860px;
}
.pref-row.header {
  background: #1B2E4B;
}
.pref-row.header .pref-cell {
  min-height: 46px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.08);
}

.pref-cell {
  padding: 16px 20px;
  border-right: 1px solid #E4E0D8;
  font-size: 12.5px;
  color: #1E2A38;
  min-width: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}
.pref-cell:last-child {
  border-right: none;
}

.pref-name {
  font-weight: 700;
  color: #1B2E4B;
}

.projets-logos {
  margin-top: 24px;
}
.projets-logos .swiper-wrapper {
  transition-timing-function: linear;
}
.projets-logos .swiper-slide {
  width: auto;
}
.projets-logos .swiper-slide > div {
  width: 180px;
  height: 88px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.projets-logos img {
  display: block;
  width: 112px;
  height: 56px;
  object-fit: contain;
}
@media (max-width: 580px) {
  .projets-logos .swiper-slide > div {
    min-height: 82px;
    padding: 0.75rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.75rem;
    text-align: left;
  }
  .projets-logos img {
    width: 72px;
    height: 44px;
    flex: 0 0 72px;
  }
  .projets-logos p {
    min-width: 0;
    margin: 0;
    line-height: 1.3;
  }
}

.pos-inner {
  display: block;
}

.prom {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: #1B2E4B;
}
.prom > span {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.prom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prom-ic {
  color: #C9A456;
  font-size: 16px;
  flex-shrink: 0;
}

.partner-swiper {
  margin-top: 24px;
}
.partner-swiper.few-slides .swiper-wrapper {
  justify-content: center;
}
.partner-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.partner-swiper .swiper-slide {
  width: auto;
}
.partner-swiper .swiper-slide > div {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(27, 46, 75, 0.75);
}
.partner-swiper img {
  display: block;
  width: 112px;
  height: 56px;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .stats-band {
    right: 24px;
    left: 24px;
    bottom: 24px;
    width: auto;
  }
  .stats-inner,
  .personas-grid,
  .formats-grid,
  .methode-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .levier-inner,
  .mastery-inner,
  .pos-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .hero-inner {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .hero-inner {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 96vh;
  }
  .hero-inner {
    padding: 64px var(--page-gutter);
  }
  .stats-band {
    right: 16px;
    left: 16px;
    bottom: 16px;
  }
  .stats-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .personas-grid,
  .formats-grid,
  .methode-steps {
    grid-template-columns: minmax(0, 1fr);
  }
  .stat {
    padding: 0.85rem 0.75rem;
  }
  .stat-n {
    font-size: 30px;
  }
  .stat-d {
    display: none;
  }
  .pref-row {
    grid-template-columns: var(--projects-columns);
    min-width: 780px;
  }
  .pref-cell {
    min-height: 58px;
    padding: 14px 16px;
    border-right: 1px solid #E4E0D8;
    border-bottom: none;
  }
  .projets-logos .swiper-slide > div {
    width: 150px;
    height: 76px;
    padding: 16px 20px;
  }
}
@media (max-width: 580px) {
  .swiper-slide > div {
    min-height: 82px;
    padding: 0.75rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.75rem;
    text-align: left;
  }
  img {
    width: 110px;
    height: 44px;
    flex: 0 0 110px;
  }
  p {
    display: none;
  }
}
.fmt-hero.formats-hero {
  min-height: 72vh;
}
.fmt-hero.formats-hero .fmt-list-hero-text {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.formats-hero__range {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 38px;
  padding: 15px 20px 14px;
  border-left: 2px solid #C9A456;
  background: rgba(255, 255, 255, 0.06);
}

.formats-hero__range-value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1;
  color: #FFFFFF;
}
.formats-hero__range-value i {
  color: #E2C17A;
  font-style: normal;
}

.formats-hero__range-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.fmt-grid-section {
  padding-top: clamp(60px, 7vw, 100px);
}

.fmt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  width: min(1440px, 100% - 10vw);
  margin: 44px auto 0;
}

.fcard {
  position: relative;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 410px;
  overflow: hidden;
  border: 1px solid #E4E0D8;
  border-radius: 16px;
  color: inherit;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.fcard:hover, .fcard:focus-visible {
  border-color: rgba(201, 164, 86, 0.7);
  box-shadow: 0 16px 60px rgba(27, 46, 75, 0.14);
  transform: translateY(-5px);
  outline: none;
}
.fcard:hover img, .fcard:focus-visible img {
  transform: scale(1.05);
}
.fcard:hover .fcard-cta::after, .fcard:focus-visible .fcard-cta::after {
  transform: translateX(4px);
}

.formats-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  align-items: end;
  gap: 36px;
}

.formats-intro__text {
  margin: 0;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(27, 46, 75, 0.8);
}

.fcard-img {
  overflow: hidden;
  position: relative;
}
.fcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.fcard-img-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27, 46, 75, 0.45), transparent 62%);
}

.fcard-new {
  position: absolute;
  top: 16px;
  left: 16px;
}

.fcard-body {
  padding: clamp(28px, 3.3vw, 48px) clamp(24px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fcard-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #C9A456;
  line-height: 1;
}

.fcard-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E4E0D8;
}

.fcard-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 12px;
}

.fcard-pax {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A456;
  margin: 0;
}

.fcard-desc {
  font-size: 13px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.75;
  margin-bottom: 22px;
}

.fcard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 26px;
}

.fcard-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A456;
}
.fcard-cta::after {
  content: "→";
  transition: transform 0.25s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.formats-guide {
  padding-top: clamp(64px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.formats-guide__heading {
  max-width: 640px;
}

.formats-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.formats-guide__item {
  display: flex;
  flex-direction: column;
  min-height: 276px;
  padding: 26px 22px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.65);
}

.formats-guide__objective {
  margin: 0 0 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C9A456;
}

.formats-guide__format {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  color: #1B2E4B;
}

.formats-guide__text {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1.75;
  color: rgba(27, 46, 75, 0.8);
}

.formats-guide__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1B2E4B;
}
.formats-guide__link::after {
  content: "→";
  color: #C9A456;
}
.formats-guide__link:hover, .formats-guide__link:focus-visible {
  color: #C9A456;
  outline: none;
}

.formats-cta__text {
  max-width: 540px;
  margin: 0 auto 22px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .formats-intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .fmt-grid,
  .fcard {
    grid-template-columns: minmax(0, 1fr);
  }
  .formats-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fcard-img {
    min-height: 260px;
  }
}
@media (max-width: 640px) {
  .formats-hero__range {
    margin-top: 28px;
  }
  .fmt-grid {
    width: calc(100% - 2 * var(--page-gutter));
    margin-top: 30px;
  }
  .fcard {
    min-height: 0;
  }
  .fcard-img {
    min-height: 235px;
  }
  .formats-guide__grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 30px;
  }
  .formats-guide__item {
    min-height: 0;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .fmt-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.fmt-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 600px;
  padding: 0;
  overflow: hidden;
  background: #0F1E33;
}

.mice-hero,
.dest-page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 72vh;
  padding: 0;
  overflow: hidden;
  background: #0F1E33;
}

.fmt-hero-bg {
  position: absolute;
  inset: 0;
}
.fmt-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.mice-hero-bg,
.dest-page-bg {
  position: absolute;
  inset: 0;
}
.mice-hero-bg img,
.dest-page-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.mice-hero-grad,
.dest-page-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, rgba(15, 30, 51, 0.95) 0%, rgba(15, 30, 51, 0.6) 55%, transparent 100%);
}

.fmt-hero-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.mice-hero-accent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent, #C9A456 20%, #C9A456 80%, transparent);
}

.fmt-hero-inner {
  position: relative;
  z-index: 2;
  width: min(720px, 50%);
  padding: 70px 5%;
  background-color: rgba(27, 46, 75, 0.85);
  flex: 1 0 auto;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mice-hero-inner,
.dest-page-inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 80px 5%;
}

.fmt-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
}

.fmt-hero-text {
  margin-bottom: 28px;
  color: #FFFFFF;
  font-size: 14px;
}

.kpi-band {
  width: 100%;
  margin: 0;
  background-color: #FFFFFF;
}

.kpi-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.kpi {
  padding: 20px 12px;
  text-align: center;
  position: relative;
}
.kpi:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 1px;
  background: #E4E0D8;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.kpi:last-child::after {
  content: none;
}

.kpi-v {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  color: #C9A456;
  line-height: 1;
  display: block;
}

.kpi-l {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1B2E4B;
  margin-top: 5px;
  display: block;
}

.kpi-s {
  display: block;
  margin-top: 4px;
  color: rgba(27, 46, 75, 0.65);
  font-size: 10px;
}

@media (min-width: 641px) {
  .kpi {
    border-bottom: 0;
  }
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 4px;
  background: #FFFFFF;
}
.gallery--count-1 {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: minmax(360px, 52vw);
}
.gallery--count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 360px;
}
.gallery--count-3 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-auto-rows: 260px;
}
.gallery--count-3 .gallery-main {
  grid-row: span 2;
}
.gallery--count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 280px;
}
.gallery--count-5 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 260px 260px;
}
.gallery--count-5 .gallery-main {
  grid-row: span 2;
}
.gallery--count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 240px;
}

.gallery-item {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
}
.gallery-item:hover .gallery-img, .gallery-item:focus-visible .gallery-img {
  transform: scale(1.04);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.gallery-main {
  grid-column: auto;
}

.split,
.diff-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
}

.split-img img,
.diff-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.format-intro .split-body {
  background: #FFFFFF;
}
.format-intro .stitle,
.format-intro h2 {
  color: #1B2E4B;
}
.format-intro .stitle em,
.format-intro h2 em {
  color: #C9A456;
}
.format-intro .body-text-light {
  color: rgba(27, 46, 75, 0.8);
}
.format-intro .av {
  border-color: #E4E0D8;
}
.format-intro .av-t {
  color: #1B2E4B;
}
.format-intro .av-d {
  color: rgba(27, 46, 75, 0.8);
}

.avantages,
.diff-pts {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

.av,
.dp {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 6px;
}
.av > div,
.dp > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.av-ic,
.dp-ic {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.av-ic img,
.dp-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.av-t,
.dp-t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 12px;
  line-height: 1.6;
}
.av-t strong,
.dp-t strong {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.av-d,
.dp-d {
  font-size: 12px;
  line-height: 1.6;
}

.diff-img img {
  opacity: 0.55;
}

.diff-img-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(15, 30, 51, 0.9));
}

.diff-body {
  background: #0F1E33;
}

.new-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C9A456;
  color: #1B2E4B;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 7px;
  margin-bottom: 16px;
}

.uc-grid,
.usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.uc {
  padding: 24px;
  border: 1px solid #E4E0D8;
  border-top: 3px solid #C9A456;
  border-radius: 7px;
  background: #FAFAF6;
}

.uc-ic {
  display: block;
  width: 34px;
  height: 34px;
}
.uc-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.uc-t {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 8px;
}

.uc-d {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.65;
}

.compagnies {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.comp {
  padding: 16px 18px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
  text-align: center;
}

.comp--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.comp--link:hover, .comp--link:focus-visible {
  border-color: #C9A456;
  background: #F7F0E0;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
  transform: translateY(-2px);
  outline: none;
}
.comp--link:hover .comp-spec, .comp--link:focus-visible .comp-spec {
  color: #1B2E4B;
}

.comp-logo {
  width: 140px;
  max-width: 100%;
  height: 50px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.comp-name {
  font-size: 12px;
  font-weight: 700;
  color: #1B2E4B;
  margin-bottom: 4px;
}

.comp-spec {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
}

.formules-grid,
.offres-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.form-c,
.offre {
  padding: 28px 24px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
}

.form-thumb {
  width: 100%;
  height: 200px;
  margin-bottom: 12px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 16px;
}

.form-a {
  font-size: 0.7rem;
  font-style: italic;
  margin-top: 12px;
}

.form-c.recommended,
.offre.featured {
  border-color: #C9A456;
  position: relative;
}
.form-c.recommended::before,
.offre.featured::before {
  content: "Recommandé";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #C9A456;
  color: #1B2E4B;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 7px;
}

.offre.featured::before {
  content: "Le + demandé";
}

.form-t,
.offre-t {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 6px;
}

.form-meta,
.offre-pax {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A456;
  margin-bottom: 12px;
}

.form-d,
.offre-d {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.65;
  margin-bottom: 14px;
}

.form-pts,
.offre-pts {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-pts li,
.offre-pts li {
  font-size: 12px;
  color: #1E2A38;
  display: flex;
  gap: 8px;
}
.form-pts li::before,
.offre-pts li::before {
  content: "✓";
  color: #C9A456;
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width: 1000px) {
  .uc-grid,
  .usecases-grid,
  .formules-grid,
  .offres-grid,
  .compagnies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .split,
  .diff-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 900px) {
  .fmt-hero-inner {
    width: 100%;
  }
  .kpi-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .kpi-inner .kpi {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .fmt-hero-inner,
  .mice-hero-inner,
  .dest-page-inner {
    padding: 52px var(--page-gutter);
  }
  .kpi-inner,
  .uc-grid,
  .usecases-grid,
  .formules-grid,
  .offres-grid,
  .compagnies {
    grid-template-columns: minmax(0, 1fr);
  }
  .kpi-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .kpi-inner .kpi {
    width: 50%;
  }
  .kpi-inner--marquee {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow: hidden;
  }
  .kpi-inner--marquee .kpi:after {
    content: none;
  }
  .kpi-inner--marquee > .kpi-inner__group {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
  }
  .kpi-inner--marquee .kpi {
    width: auto;
    min-width: 160px;
    flex: 0 0 auto;
  }
  .kpi {
    padding: 0.85rem 0.75rem;
  }
  .kpi-v {
    font-size: 28px;
  }
  .gallery {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-rows: auto;
  }
  .gallery--count-1, .gallery--count-2, .gallery--count-3, .gallery--count-4, .gallery--count-5, .gallery--count-6 {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-rows: auto;
  }
  .gallery .gallery-item,
  .gallery .gallery-main {
    grid-column: auto;
    grid-row: auto;
  }
  .gallery .gallery-img {
    height: 240px;
  }
}
.catamaran__formulas-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.catamaran__formula,
.catamaran__video-card {
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
}

.catamaran__formula {
  padding: 26px 22px;
}

.catamaran__formula-range,
.catamaran__video-badge {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  background: #F7F0E0;
  color: #1B2E4B;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.catamaran__formula-size {
  display: block;
  margin-top: 8px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 11px;
}

.catamaran__formula-title,
.catamaran__brand-name,
.catamaran__video-title {
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.catamaran__formula-title {
  margin: 12px 0 8px;
  font-size: 24px;
}

.catamaran__formula-description,
.catamaran__brand-description,
.catamaran__video-description {
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  line-height: 1.65;
}

.catamaran__formula-points {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 16px;
}

.catamaran__formula-points li {
  display: flex;
  gap: 8px;
  color: #1E2A38;
  font-size: 12px;
}

.catamaran__formula-points li::before {
  content: "✓";
  color: #C9A456;
  font-weight: 700;
}

.catamaran__formula-examples {
  margin-top: 14px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 11px;
  font-style: italic;
}

.catamaran__brands-slider {
  margin-top: 24px;
}
.catamaran__brands-slider.few-slides .swiper-wrapper {
  justify-content: center;
}
.catamaran__brands-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.catamaran__brands-slider .catamaran__brand {
  width: auto;
}
.catamaran__brands-slider .catamaran__brand-name {
  font-size: 22px;
}
.catamaran__brands-slider .catamaran__brand-description {
  margin: 0;
  font-size: 12px;
}
.catamaran__brands-slider .catamaran__brand > div {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(27, 46, 75, 0.75);
}
.catamaran__brands-slider img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.catamaran__videos-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.catamaran__videos-intro {
  max-width: 720px;
}

.catamaran__videos-intro .stitle {
  margin-bottom: 16px;
}

.catamaran__videos-youtube-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  color: #1B2E4B;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.catamaran__videos-youtube-icon {
  display: grid;
  width: 30px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: #f00;
  color: #FFFFFF;
  font-size: 10px;
}

.catamaran__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0;
}

.catamaran__filter {
  padding: 9px 16px;
  border: 2px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
  color: #1B2E4B;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.catamaran__filter:hover,
.catamaran__filter:focus-visible,
.catamaran__filter.is-active {
  border-color: #1B2E4B;
  background: #1B2E4B;
  color: #FFFFFF;
  outline: none;
}

.catamaran__videos-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.catamaran__video-card {
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 30, 51, 0.07);
  transition: transform 0.2s ease;
}

.catamaran__video-card:hover {
  transform: translateY(-4px);
}

.catamaran__video-card[hidden] {
  display: none !important;
}

.catamaran__video-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #0F1E33;
  aspect-ratio: 16/10;
}

.catamaran__video-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catamaran__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 30, 51, 0.08);
  transform: translate(-50%, -50%);
}

.catamaran__video-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #1a6fa8;
  content: "";
  transform: translate(-35%, -50%);
}

.catamaran__video-duration {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(15, 30, 51, 0.82);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
}

.catamaran__video-content {
  display: block;
  padding: 18px 16px;
}

.catamaran__video-badge {
  margin-bottom: 12px;
}

.catamaran__video-badge--small {
  background: #e8f2f9;
  color: #1a6fa8;
}

.catamaran__video-badge--medium {
  background: rgba(26, 136, 104, 0.12);
  color: #1a8868;
}

.catamaran__video-badge--large {
  background: rgba(201, 109, 36, 0.12);
  color: #c96d24;
}

.catamaran__video-title {
  margin: 0 0 7px;
  font-size: 21px;
}

.catamaran__video-description {
  margin: 0;
  font-size: 12px;
}

.catamaran__video-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.catamaran__video-tags span {
  padding: 4px 8px;
  background: #F7F0E0;
  color: #1B2E4B;
  font-size: 10px;
  font-weight: 700;
}

.catamaran__videos-note {
  max-width: 720px;
  margin: 32px auto 0;
  text-align: center;
}

.catamaran__cta-button {
  margin-top: 20px;
}

@media (min-width: 640px) {
  .catamaran__formulas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catamaran__videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catamaran__videos-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .catamaran__formulas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catamaran__videos-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .catamaran__brand {
    width: 220px;
  }
}
.peniche__formula-capacities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0;
  color: #C9A456;
  font-size: 13px;
  font-weight: 700;
}

.peniche__brands-slider {
  margin-top: 30px;
  padding: 0 5%;
}
.peniche__brands-slider.few-slides .swiper-wrapper {
  justify-content: center;
  align-items: stretch;
}
.peniche__brands-slider.few-slides .peniche__brand {
  height: auto;
}

.peniche__brand {
  width: min(76vw, 240px);
  min-height: 150px;
}

.peniche__brand-button {
  width: 100%;
  min-height: 150px;
  height: 100%;
  padding: 22px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.peniche__brand-button[aria-pressed=true] {
  border-color: #C9A456;
  background: #fffcf6;
}

.peniche__brand-name {
  margin: 0 0 8px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}

.peniche__brand-capacity {
  margin: 0 0 8px;
  color: #C9A456;
  font-size: 12px;
  font-weight: 700;
}

.peniche__brand-description {
  margin: 0;
  color: rgba(27, 46, 75, 0.8);
  font-size: 12px;
  line-height: 1.6;
}

.peniche__brands-galleries {
  margin-top: 28px;
}

.peniche__brand-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 110px;
  gap: 12px;
}

.peniche__brand-gallery[hidden] {
  display: none;
}

.peniche__brand-gallery--single {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 240px;
}

.peniche__brand-gallery--duo {
  grid-auto-rows: 180px;
}

.peniche__brand-gallery:not(.peniche__brand-gallery--single) .peniche__brand-gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.peniche__brand-gallery:not(.peniche__brand-gallery--single):not(.peniche__brand-gallery--duo) .peniche__brand-gallery-item:nth-child(6n+4) {
  grid-row: span 2;
}

.peniche__brand-gallery:not(.peniche__brand-gallery--single):not(.peniche__brand-gallery--duo) .peniche__brand-gallery-item:nth-child(6n+1):not(:first-child) {
  grid-column: span 2;
}

.peniche__brand-gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.peniche__brand-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.peniche__brand-gallery-item:hover img {
  transform: scale(1.04);
}

.peniche__cta-button {
  margin-top: 22px;
}

@media (min-width: 768px) {
  .peniche__brand-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 130px;
    gap: 16px;
  }
  .peniche__brand-gallery--single {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 420px;
  }
  .peniche__brand-gallery--duo {
    grid-auto-rows: 280px;
  }
  .peniche__brand-gallery:not(.peniche__brand-gallery--single) .peniche__brand-gallery-item:first-child,
  .peniche__brand-gallery:not(.peniche__brand-gallery--single):not(.peniche__brand-gallery--duo) .peniche__brand-gallery-item:nth-child(5n+4) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 1024px) {
  .peniche__brand {
    width: 240px;
  }
  .peniche__brand-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 140px;
  }
  .peniche__brand-gallery--single {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 520px;
  }
  .peniche__brand-gallery--duo {
    grid-auto-rows: 330px;
  }
  .peniche__brand-gallery:not(.peniche__brand-gallery--single) .peniche__brand-gallery-item:first-child,
  .peniche__brand-gallery:not(.peniche__brand-gallery--single):not(.peniche__brand-gallery--duo) .peniche__brand-gallery-item:nth-child(7n+4) {
    grid-column: span 3;
    grid-row: span 2;
  }
}
.destinations__slider {
  margin-top: 36px;
}
.destinations__slider + .btn {
  margin-left: auto;
  margin-right: auto;
}

.destinations__card {
  width: min(82vw, 360px);
  overflow: hidden;
  border: 1px solid #E4E0D8;
  background: #FFFFFF;
}

.destinations__card a {
  display: block;
  height: 100%;
  color: inherit;
}

.destinations__card-image {
  height: 230px;
  overflow: hidden;
}

.destinations__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.destinations__card:hover img {
  transform: scale(1.04);
}

.destinations__card-body {
  padding: 24px;
}

.destinations__card-tag,
.destinations__card-link {
  color: #C9A456;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.destinations__card h3 {
  margin: 8px 0;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}

.destinations__card p {
  margin: 0 0 14px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  line-height: 1.6;
}

.destinations__card-formats {
  margin-bottom: 16px;
  color: #1B2E4B;
  font-size: 11px;
  font-weight: 700;
}

.destinations__approach-grid {
  display: grid;
  gap: 26px;
  margin-top: 36px;
  color: rgba(27, 46, 75, 0.8);
}

.destinations__approach-grid h3 {
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}

.destinations__editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(1400px, 100%);
  margin-inline: auto;
}
.destinations__editorial + .destination-zone__contact {
  margin-top: 3rem;
}

.destinations__editorial-media {
  min-height: 300px;
  overflow: hidden;
  border-radius: 1rem;
}

.destinations__editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destinations__editorial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 5%;
}

.destinations__editorial-content h2 {
  margin-bottom: 16px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.1;
}

.destinations__editorial-content p {
  color: rgba(27, 46, 75, 0.8);
}

.destinations__editorial-link {
  margin-top: 14px;
  color: #1B2E4B;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .destinations__card {
    width: 340px;
  }
  .destinations__approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
  .destinations__editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 480px;
  }
  .destinations__editorial--reverse .destinations__editorial-media {
    order: 2;
  }
  .destinations__editorial-content {
    padding: 70px;
  }
}
.destination-zone__guarantees {
  border-bottom: 1px solid #E4E0D8;
  background: #FFFFFF;
}

.destination-zone__guarantees-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-zone__guarantee {
  display: flex;
  min-width: 0;
  padding: 22px 12px;
  align-items: center;
  border-bottom: 1px solid #E4E0D8;
  gap: 10px;
}

.destination-zone__guarantee-icon {
  font-size: 22px;
  line-height: 1;
}

.destination-zone__guarantee strong {
  display: block;
  color: #1B2E4B;
  font-size: 11px;
  line-height: 1.35;
}

.destination-zone__guarantee p {
  margin: 3px 0 0;
  color: rgba(27, 46, 75, 0.8);
  font-size: 9px;
  line-height: 1.4;
}

.destination-zone__departures-intro {
  max-width: 760px;
}

.destination-zone__card {
  height: auto;
}

.destination-zone__card a {
  display: flex;
  flex-direction: column;
}

.destination-zone__card .destinations__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.destination-zone__card .destinations__card-link {
  margin-top: auto;
}

.destination-zone__content-grid {
  display: grid;
  margin-top: 40px;
  gap: 38px;
}

.destination-zone__content-block h3 {
  margin-bottom: 16px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.1;
}

.destination-zone__content-block ul {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.destination-zone__content-block li {
  position: relative;
  padding-left: 25px;
}

.destination-zone__content-block li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: #C9A456;
  content: "✓";
  font-weight: 700;
}

.destination-zone__editorial-link {
  align-self: flex-start;
}

@media (min-width: 768px) {
  .destination-zone__guarantees-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .destination-zone__guarantee {
    padding: 24px 18px;
  }
  .destination-zone__content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .destination-zone__guarantees-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .destination-zone__guarantee {
    border-bottom: 0;
    border-right: 1px solid #E4E0D8;
  }
  .destination-zone__guarantee:last-child {
    border-right: 0;
  }
}
.destination-detail__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.destination-detail__hero-tag {
  padding: 8px 13px;
  border: 1px solid rgba(226, 193, 122, 0.9);
  border-radius: 3px;
  background: rgba(15, 30, 51, 0.42);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.destination-detail__gallery-section {
  padding: 44px 0 18px;
}

.destination-detail__gallery-slide {
  height: clamp(260px, 42vw, 470px);
  overflow: hidden;
  border-radius: 7px;
  background: #0F1E33;
}

.destination-detail__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-detail__content {
  padding: 32px 0 90px;
}

.destination-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}
.destination-detail__layout > * {
  min-width: 0;
}

.destination-detail__tabs {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid #E4E0D8;
  border-radius: 10px;
  background: #FAFAF6;
  gap: 4px;
}

.destination-detail__tabs[hidden] {
  display: none;
}

.destination-detail__tab {
  padding: 11px 16px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(27, 46, 75, 0.8);
  cursor: pointer;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.destination-detail__tab.is-active {
  background: #1B2E4B;
  color: #FFFFFF;
}

.destination-detail__tab:focus-visible {
  outline: 2px solid #C9A456;
  outline-offset: 2px;
}

.destination-detail__tabs-component.is-enhanced .destination-detail__panel[hidden] {
  display: none;
}

.destination-detail__panel + .destination-detail__panel {
  margin-top: 70px;
}

.destination-detail__tabs-component.is-enhanced .destination-detail__panel + .destination-detail__panel {
  margin-top: 0;
}

.destination-detail__intro {
  max-width: none;
}

.destination-detail__highlights {
  margin: 34px 0;
  padding: 25px 22px;
  border-radius: 7px;
  background: #FAFAF6;
}

.destination-detail__highlights-title,
.destination-detail__quick-info h2 {
  margin-bottom: 16px;
  color: #C9A456;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.destination-detail__highlights-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}

.destination-detail__highlights-list li {
  display: flex;
  align-items: flex-start;
  color: rgba(27, 46, 75, 0.8);
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.destination-detail__highlights-list img {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex: none;
}

.destination-detail__editorial h3 {
  margin-bottom: 10px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
}

.destination-detail__editorial p {
  margin-bottom: 10px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 14px;
  line-height: 1.75;
}

.destination-detail__divider {
  margin: 34px 0;
  border: 0;
  border-top: 1px solid #E4E0D8;
}

.destination-detail__info-grid {
  display: grid;
  margin-top: 30px;
  gap: 14px;
}

.destination-detail__info-card {
  padding: 20px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
}

.destination-detail__info-icon {
  margin-bottom: 12px;
  display: block;
  width: 22px;
  height: 22px;
}
.destination-detail__info-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.destination-detail__info-label {
  margin-bottom: 5px;
  color: #C9A456;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.destination-detail__info-value {
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.15;
}

.destination-detail__info-subtext {
  margin-top: 5px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 11px;
  line-height: 1.5;
}

.destination-detail__sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.destination-detail__cta-card {
  padding: 28px 24px;
  border-radius: 7px;
  background: #1B2E4B;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.65;
}

.destination-detail__cta-card h2 {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 500;
}

.destination-detail__sidebar-button {
  width: 100%;
  margin-top: 18px;
  justify-content: center;
}

.destination-detail__reassurance {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.destination-detail__quick-info {
  padding: 22px;
  border-radius: 7px;
  background: #FAFAF6;
}

.destination-detail__quick-row {
  display: flex;
  padding: 9px 0;
  border-bottom: 1px solid #E4E0D8;
  color: rgba(27, 46, 75, 0.8);
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
}

.destination-detail__quick-row:last-child {
  border-bottom: 0;
}

.destination-detail__quick-row strong {
  color: #1B2E4B;
  text-align: right;
}

.destination-detail__formats-text {
  color: rgba(255, 255, 255, 0.72);
}

.destination-detail__formats-grid {
  display: grid;
  margin-top: 36px;
  gap: 22px;
}

.destination-detail__format-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
}

.destination-detail__format-media {
  height: 220px;
  overflow: hidden;
}

.destination-detail__format-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.destination-detail__format-card:hover img {
  transform: scale(1.035);
}

.destination-detail__format-card h3 {
  padding: 20px 22px 24px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 500;
}

@media (min-width: 580px) {
  .destination-detail__info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .destination-detail__tab {
    padding: 12px 22px;
    font-size: 13px;
  }
  .destination-detail__highlights {
    padding: 28px;
  }
  .destination-detail__formats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .destination-detail__layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 60px;
  }
  .destination-detail__sidebar {
    align-self: stretch;
  }
  .destination-detail__sidebar-inner {
    position: sticky;
    top: 100px;
  }
  .destination-detail__layout.has-sidebar-pin .destination-detail__sidebar-inner {
    position: relative;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .destination-detail__info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .destinations__editorial-content {
    padding: 56px var(--page-gutter);
  }
}
@media (max-width: 480px) {
  .destination-zone__guarantees-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.mice-hero {
  min-height: 80vh;
  align-items: center;
}

.mice-hero-bg img {
  opacity: 0.35;
}

.mice-hero-grad {
  background: linear-gradient(108deg, rgba(15, 30, 51, 0.98) 0%, rgba(15, 30, 51, 0.7) 60%, transparent 100%);
}

.kpi-strip {
  position: absolute;
  right: clamp(24px, 4vw, 60px);
  bottom: clamp(20px, 3vw, 40px);
  z-index: 3;
  width: min(640px, 100% - 120px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.ks {
  padding: 1rem 0.9rem;
  background: rgba(201, 164, 86, 0.15);
  border: 1px solid rgba(201, 164, 86, 0.58);
  border-radius: 0.4rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.ks-v {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 300;
  color: #C9A456;
  display: block;
  line-height: 1;
}

.ks-l {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-top: 6px;
}

.levier-section {
  background: #FAFAF6;
  padding: 80px 0;
}

.levier-body {
  padding: 60px;
}

.levier-img {
  overflow: hidden;
  min-height: 520px;
}
.levier-img img {
  height: 100%;
  object-fit: cover;
}

.lp {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid #E4E0D8;
  border-left: 3px solid #C9A456;
  border-radius: 0 7px 7px 0;
}

.lp-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 300;
  color: #C9A456;
  line-height: 1;
  width: 32px;
  flex-shrink: 0;
}

.lp-t,
.persona-t,
.ref-t {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 6px;
}

.lp-d,
.persona-pain,
.persona-sol,
.ref-detail {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.65;
}

.formats-mice {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #E4E0D8;
  width: 1180px;
  max-width: 100%;
  margin: 36px auto 0 auto;
}

.fm {
  background: #FFFFFF;
  padding: 32px 24px;
  text-align: center;
  transition: background 0.2s;
}
.fm:hover {
  background: #F7F0E0;
}

.fm-ic {
  margin-bottom: 14px;
  display: block;
  width: 32px;
  height: 32px;
}
.fm-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fm-t {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 6px;
}

.fm-pax,
.persona-role,
.ref-type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C9A456;
  margin-bottom: 8px;
}

.fm-d {
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.65;
  margin-bottom: 12px;
}

.fm-link {
  font-size: 11px;
  font-weight: 700;
  color: #C9A456;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.persona,
.ref {
  padding: 28px 24px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
}

.persona-pain {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E4E0D8;
}

.persona-sol {
  color: #1B2E4B;
  font-weight: 500;
}

.process-band {
  background: #1B2E4B;
  padding: 72px 0;
}

.proc-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  position: relative;
}
.proc-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(201, 164, 86, 0.3);
}

.proc-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.ps-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgb(62, 70, 79);
  border: 1px solid rgba(201, 164, 86, 0.4);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  color: #C9A456;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.ps-t {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.ps-d {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55;
}

.refs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

@media (max-width: 900px) {
  .mice-hero {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }
  .mice-hero-inner {
    padding: 64px var(--page-gutter) 40px;
  }
  .kpi-strip {
    position: relative;
    inset: auto;
    width: auto;
    margin: 0 var(--page-gutter) 40px;
  }
  .kpi-strip,
  .formats-mice,
  .proc-grid,
  .refs-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .proc-grid {
    gap: 28px;
  }
  .proc-grid::before {
    display: none;
  }
  .levier-body {
    padding: 40px var(--page-gutter);
  }
  .levier-img {
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .formats-mice,
  .proc-grid,
  .refs-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ks {
    padding: 0.85rem 0.75rem;
  }
  .ks-v {
    font-size: 30px;
  }
}
.step-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 460px;
  margin-bottom: 5rem;
  width: min(1400px, 100%);
  margin-inline: auto;
}
.step-row:nth-child(even) .step-body {
  order: -1;
}

.step-num-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.step-n {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: rgba(27, 46, 75, 0.1);
}

.step-image {
  width: 100%;
  height: 100%;
}
.step-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.step-image picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.step-icon {
  font-size: 40px;
}

.step-body {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9A456;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.step-tag::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #C9A456;
}

.step-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 14px;
}

.step-desc {
  font-size: 13.5px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.85;
  margin-bottom: 22px;
}

.step-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sd {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: #1E2A38;
}
.sd::before {
  content: "→";
  color: #C9A456;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.garanties-band {
  background: #0F1E33;
  padding: 72px 0;
}

.gar-grid,
.engagements {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.gar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.engagements {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gar {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  text-align: center;
}

.gar-ic {
  margin-bottom: 14px;
  display: block;
  width: 32px;
  height: 32px;
}
.gar-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gar-t {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.gar-d {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

.eng {
  padding: 28px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.eng-ic {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.eng-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eng-t {
  font-size: 14px;
  font-weight: 700;
  color: #1B2E4B;
  margin-bottom: 5px;
}

.eng-d {
  font-size: 12.5px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .step-row,
  .engagements {
    grid-template-columns: minmax(0, 1fr);
  }
  .step-row {
    margin-bottom: 0;
  }
  .gar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .step-body {
    padding: 40px var(--page-gutter);
  }
  .step-num-col {
    min-height: 260px;
  }
  .step-row:nth-child(even) .step-body {
    order: initial;
  }
}
@media (max-width: 580px) {
  .gar-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .eng {
    padding: 20px;
  }
  .step-title {
    font-size: clamp(28px, 7vw, 36px);
  }
}
.dep-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 60px;
  align-items: start;
  padding: 60px;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.dep-layout > * {
  min-width: 0;
}

.page-deposer-un-projet .section--sand {
  padding: 0;
}

.dep-aside {
  position: sticky;
  top: 100px;
}
.dep-aside h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  color: #1B2E4B;
  margin-bottom: 20px;
  line-height: 1.2;
}
.dep-aside h2 em {
  color: #C9A456;
  font-style: italic;
}

.dep-gar,
.prog {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}

.dep-gar {
  gap: 14px;
}

.dg {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #E4E0D8;
  border-radius: 7px;
  background: #FFFFFF;
}

.dg-ic {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.dg-ic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dg-t {
  font-size: 12.5px;
  font-weight: 700;
  color: #1B2E4B;
  margin-bottom: 2px;
}

.dg-d {
  font-size: 11.5px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.55;
}

.pg {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pg-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.pg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9A456;
}

.pg-connector {
  width: 1px;
  height: 36px;
  background: #E4E0D8;
}

.pg-t {
  font-size: 12px;
  font-weight: 700;
  color: #1B2E4B;
  margin-bottom: 2px;
}

.pg-d {
  font-size: 11px;
  color: rgba(27, 46, 75, 0.8);
  line-height: 1.5;
  padding-bottom: 14px;
}

.form-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E4E0D8;
}
.form-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.form-section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  color: #1B2E4B;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-section-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #C9A456;
}

@media (max-width: 900px) {
  .dep-layout {
    grid-template-columns: minmax(0, 1fr);
    padding: 40px var(--page-gutter);
    gap: 40px;
  }
  .dep-aside {
    position: static;
  }
}
.page-legal .site-main {
  background: #FFFFFF;
}

.compagnie-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0F1E33;
}

.compagnie-hero-bg,
.compagnie-hero-grad {
  position: absolute;
  inset: 0;
}

.compagnie-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.48;
}

.compagnie-hero-grad {
  background: linear-gradient(108deg, rgba(15, 30, 51, 0.96) 0%, rgba(15, 30, 51, 0.7) 52%, rgba(15, 30, 51, 0.12) 100%);
}

.compagnie-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: end;
  padding-top: 96px;
  padding-bottom: 72px;
}

.compagnie-logo-card {
  width: 172px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}
.compagnie-logo-card img {
  max-height: 68px;
  object-fit: contain;
}

.compagnie-title {
  max-width: 760px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2.8vw, 44px);
  font-weight: 300;
  line-height: 1.04;
  color: #FFFFFF;
}
.compagnie-title p {
  margin: 0;
}
.compagnie-title strong {
  font-weight: 500;
}
.compagnie-title em {
  color: #E2C17A;
}

.compagnie-info-card {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(201, 164, 86, 0.48);
  border-radius: 4px;
  color: rgb(255, 255, 255);
}
.compagnie-info-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.16;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.compagnie-info-card h2 p {
  margin: 0;
}

.compagnie-section {
  padding: 88px 0;
}

.compagnie-richtext {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(27, 46, 75, 0.8);
}
.compagnie-richtext p,
.compagnie-richtext ul,
.compagnie-richtext ol {
  margin-bottom: 14px;
}
.compagnie-richtext ul,
.compagnie-richtext ol {
  padding-left: 18px;
}
.compagnie-richtext li + li {
  margin-top: 6px;
}
.compagnie-richtext strong,
.compagnie-richtext b {
  color: #1B2E4B;
}

.compagnie-info-card .compagnie-richtext {
  color: rgb(255, 255, 255);
}
.compagnie-info-card .compagnie-richtext strong,
.compagnie-info-card .compagnie-richtext b {
  color: #FFFFFF;
}

.compagnie-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin-top: 34px;
}

.compagnie-info-item {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  min-height: 330px;
  background: #FAFAF6;
  border: 1px solid #E4E0D8;
  border-radius: 4px;
  overflow: hidden;
}
.compagnie-info-item--reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
}
.compagnie-info-item--reverse .compagnie-info-img {
  order: 2;
}
.compagnie-info-item--reverse .compagnie-info-body {
  order: 1;
  background: #1B2E4B;
}
.compagnie-info-item--reverse .compagnie-info-body h3 {
  color: #FFFFFF;
}
.compagnie-info-item--reverse .compagnie-richtext {
  color: rgba(255, 255, 255, 0.78);
}
.compagnie-info-item--reverse .compagnie-richtext strong,
.compagnie-info-item--reverse .compagnie-richtext b {
  color: #FFFFFF;
}

.compagnie-info-img,
.compagnie-brochure-img,
.compagnie-ship-img {
  overflow: hidden;
  background: #0F1E33;
}
.compagnie-info-img img,
.compagnie-brochure-img img,
.compagnie-ship-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compagnie-info-img {
  position: relative;
}
.compagnie-info-img img {
  position: absolute;
  inset: 0;
}

.compagnie-info-body,
.compagnie-ship-body {
  padding: 30px;
}
.compagnie-info-body h3,
.compagnie-ship-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.16;
  color: #1B2E4B;
  margin-bottom: 14px;
}
.compagnie-info-body h3 p,
.compagnie-ship-body h3 p {
  margin: 0;
}

.compagnie-info-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.compagnie-info-index,
.compagnie-ship-index,
.compagnie-media-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #C9A456;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.compagnie-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(250px, 0.65fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1080px;
  margin-top: 34px;
}
.compagnie-media-grid--video-only {
  grid-template-columns: minmax(0, 820px);
}
.compagnie-media-grid--document-only {
  grid-template-columns: minmax(260px, 380px);
}

.compagnie-video {
  position: relative;
  overflow: hidden;
  background: #0F1E33;
  border-radius: 4px;
  box-shadow: 0 16px 60px rgba(27, 46, 75, 0.14);
  aspect-ratio: 16/9;
}
.compagnie-video iframe,
.compagnie-video video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.compagnie-media-documents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: #1B2E4B;
  border-radius: 4px;
}
.compagnie-media-documents h3 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}
.compagnie-media-documents h3 p {
  margin: 0;
}

.compagnie-brochures {
  display: grid;
  gap: 20px;
}

.compagnie-brochure {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.compagnie-brochure .btn {
  margin-top: 18px;
  text-align: center;
}

.compagnie-brochure-img {
  width: min(100%, 210px);
  aspect-ratio: 4/5;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 12px 14px 0 rgba(201, 164, 86, 0.2);
}

.compagnie-fleet-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: end;
}

.compagnie-fleet-intro {
  margin: 0;
}

.compagnie-fleet {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin-top: 36px;
}
.compagnie-fleet--small {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.compagnie-fleet--single {
  grid-template-columns: minmax(0, 720px);
}

.compagnie-ship {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #E4E0D8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
}
.compagnie-ship--featured {
  grid-column: span 2;
}
.compagnie-ship--featured .compagnie-ship-img {
  aspect-ratio: 16/8.5;
}
.compagnie-ship--featured .compagnie-ship-body h3 {
  font-size: 30px;
}

.compagnie-ship-img {
  min-height: 0;
  aspect-ratio: 4/3;
}

.compagnie-ship-body {
  padding: 22px;
}
.compagnie-ship-body h3 {
  margin-bottom: 0;
}

.compagnie-ship-index {
  margin-bottom: 10px;
}

.compagnie-ship-details {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #E4E0D8;
}
.compagnie-ship-details summary {
  position: relative;
  padding-right: 24px;
  color: #1B2E4B;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.compagnie-ship-details summary::-webkit-details-marker {
  display: none;
}
.compagnie-ship-details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  color: #C9A456;
  font-size: 24px;
  font-weight: 400;
  transform: translateY(-50%);
}
.compagnie-ship-details[open] summary::after {
  content: "−";
}
.compagnie-ship-details .compagnie-richtext {
  margin-top: 16px;
  font-size: 13px;
}

.compagnie-ship-link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 18px;
  color: #1B2E4B;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .compagnie-hero-inner,
  .compagnie-info-item {
    grid-template-columns: minmax(0, 1fr);
  }
  .compagnie-info-item--reverse .compagnie-info-img {
    order: 1;
  }
  .compagnie-info-item--reverse .compagnie-info-body {
    order: 2;
  }
  .compagnie-info-card {
    max-width: 720px;
  }
  .compagnie-info-img {
    min-height: 320px;
  }
  .compagnie-media-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
  }
  .compagnie-media-grid--video-only {
    grid-template-columns: minmax(0, 820px);
  }
  .compagnie-media-grid--document-only {
    grid-template-columns: minmax(260px, 380px);
  }
  .compagnie-fleet-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .compagnie-fleet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .compagnie-hero {
    min-height: auto;
  }
  .compagnie-hero-inner {
    padding-top: 72px;
    padding-bottom: 42px;
    gap: 24px;
  }
  .compagnie-logo-card {
    width: 138px;
    min-height: 78px;
  }
  .compagnie-info-card,
  .compagnie-info-body,
  .compagnie-ship-body {
    padding: 22px;
  }
  .compagnie-section {
    padding: 64px 0;
  }
  .compagnie-media-grid,
  .compagnie-media-grid--video-only,
  .compagnie-media-grid--document-only,
  .compagnie-fleet {
    grid-template-columns: minmax(0, 1fr);
  }
  .compagnie-info-img {
    min-height: 260px;
  }
  .compagnie-media-documents {
    padding: 24px;
  }
  .compagnie-ship--featured {
    grid-column: span 1;
  }
  .compagnie-ship--featured .compagnie-ship-body h3 {
    font-size: 26px;
  }
}
.blog-hero,
.blog-single-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0F1E33;
}

.blog-hero--compact {
  min-height: 44vh;
}

.blog-hero-bg,
.blog-hero-overlay,
.blog-single-hero-bg,
.blog-single-hero-overlay {
  position: absolute;
  inset: 0;
}

.blog-hero-bg img,
.blog-single-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}

.blog-hero-overlay,
.blog-single-hero-overlay {
  background: linear-gradient(105deg, rgba(15, 30, 51, 0.96) 0%, rgba(15, 30, 51, 0.72) 48%, rgba(15, 30, 51, 0.18) 100%);
}

.blog-hero-inner,
.blog-single-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 76px;
  color: #FFFFFF;
}

.blog-hero h1,
.blog-single-title {
  max-width: 920px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 5vw, 78px);
  font-weight: 300;
  line-height: 1.02;
  color: #FFFFFF;
}

.blog-hero-text,
.blog-single-excerpt {
  max-width: 700px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.blog-single-meta,
.blog-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-single-meta {
  margin: 18px 0 16px;
  color: rgba(255, 255, 255, 0.66);
}
.blog-single-meta span {
  color: #E2C17A;
}

.blog-list-section {
  padding: 88px 0 104px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.45fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 38px;
}
.section-heading .body-text {
  margin: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #FFFFFF;
  border: 1px solid #E4E0D8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 44px rgba(27, 46, 75, 0.06);
  transition: transform 0.25s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.25s cubic-bezier(0, 0.07, 0.57, 0.99), box-shadow 0.25s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 164, 86, 0.62);
  box-shadow: 0 16px 60px rgba(27, 46, 75, 0.14);
}

.blog-card-img {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #0F1E33;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.blog-card:hover .blog-card-img img {
  transform: scale(1.045);
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.blog-card-meta {
  margin-bottom: 12px;
  color: rgba(27, 46, 75, 0.8);
}
.blog-card-meta span {
  color: #C9A456;
}

.blog-card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.12;
  color: #1B2E4B;
  margin-bottom: 12px;
}

.blog-card-body p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(27, 46, 75, 0.8);
}

.blog-card-link {
  margin-top: auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1B2E4B;
}
.blog-card-link::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: #C9A456;
  transition: width 0.25s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.blog-card-link:hover::after {
  width: 38px;
}

.blog-pagination {
  margin-top: 44px;
}
.blog-pagination .nav-links,
.blog-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination ul.page-numbers > li {
  margin: 0;
}
.blog-pagination .nav-links > .page-numbers,
.blog-pagination .nav-links > .page-number,
.blog-pagination ul.page-numbers > li > a,
.blog-pagination ul.page-numbers > li > span {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #FAFAF6;
  border: 1px solid #E4E0D8;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #1B2E4B;
  transition: background 0.25s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.25s cubic-bezier(0, 0.07, 0.57, 0.99), color 0.25s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.blog-pagination .nav-links > .page-numbers.current, .blog-pagination .nav-links > .page-numbers:hover,
.blog-pagination .nav-links > .page-number.current,
.blog-pagination .nav-links > .page-number:hover,
.blog-pagination ul.page-numbers > li > a.current,
.blog-pagination ul.page-numbers > li > a:hover,
.blog-pagination ul.page-numbers > li > span.current,
.blog-pagination ul.page-numbers > li > span:hover {
  background: #1B2E4B;
  border-color: #1B2E4B;
  color: #FFFFFF;
}
.blog-pagination .nav-links > .page-numbers.next, .blog-pagination .nav-links > .page-numbers.prev,
.blog-pagination .nav-links > .page-number.next,
.blog-pagination .nav-links > .page-number.prev,
.blog-pagination ul.page-numbers > li > a.next,
.blog-pagination ul.page-numbers > li > a.prev,
.blog-pagination ul.page-numbers > li > span.next,
.blog-pagination ul.page-numbers > li > span.prev {
  width: auto;
}

.blog-empty {
  padding: 54px;
  text-align: center;
  background: #FAFAF6;
  border: 1px solid #E4E0D8;
  border-radius: 4px;
}
.blog-empty h2 {
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  color: #1B2E4B;
}

.blog-single-hero {
  min-height: 76vh;
}

.blog-single-section {
  padding: 92px 0 110px;
}

.blog-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(280px, 360px);
  gap: 70px;
  align-items: start;
}

.blog-content {
  min-width: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #1E2A38;
}
.blog-content > *:first-child {
  margin-top: 0;
}
.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content blockquote,
.blog-content figure,
.blog-content table {
  margin-bottom: 24px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  color: #1B2E4B;
  scroll-margin-top: 110px;
}
.blog-content h1 {
  margin: 54px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.12;
}
.blog-content h2 {
  margin: 54px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.12;
}
.blog-content h3 {
  margin: 34px 0 14px;
  font-size: 22px;
  line-height: 1.25;
}
.blog-content h4 {
  margin: 26px 0 12px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.blog-content a {
  color: #1B2E4B;
  text-decoration: underline;
  text-decoration-color: rgba(201, 164, 86, 0.72);
  text-underline-offset: 4px;
}
.blog-content .wp-element-button {
  border-radius: 0;
  background: #E2C17A;
  color: #1B2E4B;
  text-decoration: none;
  padding: 9px 20px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.blog-content .wp-element-button:hover {
  background: #E2C17A;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(201, 164, 86, 0.3);
}
.blog-content strong,
.blog-content b {
  color: #1B2E4B;
}
.blog-content ul,
.blog-content ol {
  padding-left: 22px;
  list-style: disc;
}
.blog-content li + li {
  margin-top: 7px;
}
.blog-content blockquote {
  padding: 26px 30px;
  background: #FAFAF6;
  border-left: 3px solid #C9A456;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  line-height: 1.35;
}
.blog-content img {
  border-radius: 4px;
}
.blog-content figure {
  max-width: 100%;
}
.blog-content figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(27, 46, 75, 0.8);
  text-align: center;
}
.blog-content .wp-block-table,
.blog-content pre {
  max-width: 100%;
  overflow-x: auto;
}
.blog-content iframe,
.blog-content video {
  max-width: 100%;
}
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.blog-content th,
.blog-content td {
  padding: 12px 14px;
  border: 1px solid #E4E0D8;
  text-align: left;
}
.blog-content th {
  background: #FAFAF6;
  color: #1B2E4B;
}

.blog-toc {
  position: relative;
  min-width: 0;
}

.blog-toc-inner {
  padding: 28px;
  background: #FAFAF6;
  border: 1px solid rgba(201, 164, 86, 0.55);
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
}
.blog-toc-inner p {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(27, 46, 75, 0.8);
}

.blog-toc-nav {
  display: grid;
  gap: 2px;
  margin-bottom: 24px;
}
.blog-toc-nav a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #E4E0D8;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(27, 46, 75, 0.8);
  transition: color 0.25s cubic-bezier(0, 0.07, 0.57, 0.99), padding-left 0.25s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.blog-toc-nav a:hover {
  padding-left: 6px;
  color: #1B2E4B;
}

.blog-single-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid #E4E0D8;
}
.blog-single-nav a {
  display: block;
  padding: 22px;
  background: #FAFAF6;
  border: 1px solid #E4E0D8;
  border-radius: 4px;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  line-height: 1.18;
  color: #1B2E4B;
  transition: border-color 0.25s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.25s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.blog-single-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 164, 86, 0.7);
}
.blog-single-nav a span {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A456;
}

.schema-faq-question {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #1B2E4B;
  display: inline-block;
  margin-bottom: 0.5rem;
}

@media (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-single-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 38px;
  }
}
@media (max-width: 991px) {
  .section-heading,
  .blog-single-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-toc {
    order: -1;
  }
}
@media (max-width: 767px) {
  .blog-hero,
  .blog-single-hero {
    min-height: 62vh;
  }
  .blog-hero-inner,
  .blog-single-hero-inner {
    padding-top: 92px;
    padding-bottom: 52px;
  }
  .blog-list-section,
  .blog-single-section {
    padding: 64px 0 78px;
  }
  .blog-grid,
  .blog-single-nav {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-card-body,
  .blog-toc-inner {
    padding: 22px;
  }
  .blog-content {
    font-size: 15px;
  }
  .blog-content blockquote {
    padding: 22px;
    font-size: 22px;
  }
}
.events-parent,
.event-detail {
  overflow: clip;
}
.events-parent [hidden],
.event-detail [hidden] {
  display: none !important;
}
.events-parent img,
.events-parent video,
.event-detail img,
.event-detail video {
  display: block;
  width: 100%;
}
.events-parent .btn:disabled,
.events-parent .btn[aria-disabled=true],
.event-detail .btn:disabled,
.event-detail .btn[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
  box-shadow: none;
}

.events-hero,
.event-hero {
  padding: 34px 0 56px;
}
.events-hero__inner,
.event-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}
.events-hero__media,
.event-hero__media {
  min-height: 280px;
  overflow: hidden;
  border-radius: 16px;
  background: #fffcf6;
}
.events-hero__video, .events-hero__visual,
.event-hero__video,
.event-hero__visual {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.events-hero__content h1,
.event-hero__content h1 {
  margin: 14px 0 18px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 400;
  line-height: 0.98;
}
.events-hero__content h1 em,
.event-hero__content h1 em {
  color: #C9A456;
  font-style: italic;
}
.events-hero__text,
.event-hero__text {
  max-width: 610px;
  margin-bottom: 26px;
}

.event-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.event-hero__promise {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 12px;
}
.event-hero__promise span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1A6B3C;
  box-shadow: 0 0 0 4px rgba(26, 107, 60, 0.12);
}

.events-kpis {
  background: #1B2E4B;
  color: #FFFFFF;
  padding-top: 0;
}
.events-kpis__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.events-kpis__item {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.events-kpis__value {
  color: #E2C17A;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1;
}
.events-kpis__label {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.events-filters {
  display: flex;
  justify-content: safe center;
  overflow-x: auto;
  gap: 8px;
  margin: 28px 0 34px;
  padding: 2px 0 8px;
  scrollbar-width: thin;
}
.events-filters__button {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 1px solid #E4E0D8;
  border-radius: 999px;
  background: #FFFFFF;
  color: #1B2E4B;
  cursor: pointer;
  font: 600 11px/1 "Montserrat", Helvetica, sans-serif;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.events-filters__button:hover, .events-filters__button:focus-visible, .events-filters__button.is-active {
  border-color: #1B2E4B;
  background: #1B2E4B;
  color: #FFFFFF;
}

.events-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.events-card {
  overflow: hidden;
  border: 1px solid #E4E0D8;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.events-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 60px rgba(27, 46, 75, 0.14);
}
.events-card__link {
  display: block;
  height: 100%;
  color: inherit;
}
.events-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #fffcf6;
}
.events-card__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.events-card:hover .events-card__image {
  transform: scale(1.025);
}
.events-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(27, 46, 75, 0.92);
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.events-card__body {
  padding: 22px;
}
.events-card__availability {
  margin-bottom: 8px;
  color: #C9A456;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.events-card h3 {
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}
.events-card p {
  margin-top: 10px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  line-height: 1.65;
}
.events-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #E4E0D8;
  color: #1B2E4B;
  font-size: 11px;
  font-weight: 600;
}

.events-listing__empty {
  margin-top: 24px;
  color: rgba(27, 46, 75, 0.8);
  text-align: center;
}

.events-realisations__scroll {
  overflow-x: auto;
  margin-top: 30px;
}
.events-realisations table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #FFFFFF;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
}
.events-realisations th,
.events-realisations td {
  padding: 17px 18px;
  border-bottom: 1px solid #E4E0D8;
  color: #1E2A38;
  font-size: 12px;
  text-align: left;
}
.events-realisations th {
  background: #1B2E4B;
  color: #FFFFFF;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.events-realisations__tag {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 999px;
  background: #F7F0E0;
  color: #1B2E4B;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.events-form .form-inner {
  gap: 38px;
}
.events-form__promises {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.events-form__promise {
  color: #1B2E4B;
  font-size: 12px;
}
.events-form__promise::before {
  margin-right: 9px;
  color: #1A6B3C;
  content: "✓";
  font-weight: 700;
}

.event-slider {
  margin-top: 32px;
  padding-bottom: 58px;
  width: 100%;
}

.event-why__card {
  height: auto;
  overflow: hidden;
  border: 1px solid #E4E0D8;
  border-radius: 16px;
  background: #FFFFFF;
}
.event-why__media {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.event-why__media img {
  height: 100%;
  object-fit: cover;
}
.event-why h3,
.event-why p {
  margin-right: 20px;
  margin-left: 20px;
}
.event-why h3 {
  margin-top: 20px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}
.event-why p {
  margin-top: 8px;
  margin-bottom: 23px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  line-height: 1.65;
}

.event-program__video {
  overflow: hidden;
  max-width: 900px;
  margin: 30px auto 52px;
  border-radius: 16px;
  aspect-ratio: 16/9;
  background: #1B2E4B;
}
.event-program__video img,
.event-program__video video {
  height: 100%;
  object-fit: cover;
}
.event-program__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}
.event-program__map {
  overflow: hidden;
  border-radius: 16px;
  background: #FFFFFF;
  order: 2;
}
.event-program__map + div {
  order: 1;
}
.event-program__map img {
  height: 100%;
  object-fit: cover;
}
.event-program__days {
  margin-top: 22px;
  border-top: 1px solid #E4E0D8;
}
.event-program__day {
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #E4E0D8;
}
.event-program__day h3 {
  color: #1B2E4B;
  font-size: 14px;
}
.event-program__day p {
  margin-top: 5px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 12px;
  line-height: 1.55;
}
.event-program__day-label {
  display: flex;
  flex-direction: column;
  color: #1B2E4B;
}
.event-program__day-label strong {
  color: #C9A456;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-program__day-label span {
  margin-top: 4px;
  font-size: 10px;
}

.event-tabs {
  margin-top: 28px;
}
.event-tabs__list {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  justify-content: safe center;
  margin-bottom: 24px;
}
.event-tabs__list button {
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid #E4E0D8;
  border-radius: 999px;
  background: #FFFFFF;
  color: #1B2E4B;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.event-tabs__list button[aria-selected=true], .event-tabs__list button:focus-visible {
  border-color: #1B2E4B;
  background: #1B2E4B;
  color: #FFFFFF;
}
.event-tabs__panel {
  margin-bottom: 18px;
}

.event-inclusions .event-tabs:not(.is-enhanced) .event-tabs__panel::before {
  display: block;
  margin-bottom: 12px;
  color: #C9A456;
  content: attr(data-tab-label);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-inclusions .event-tabs__panel {
  padding: 24px;
  border: 1px solid #E4E0D8;
  border-radius: 16px;
  background: #FAFAF6;
}
.event-inclusions ul {
  display: grid;
  gap: 12px;
  list-style: none;
}
.event-inclusions li {
  position: relative;
  padding-left: 24px;
  color: #1E2A38;
  font-size: 13px;
  line-height: 1.55;
}
.event-inclusions li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #1A6B3C;
  content: "✓";
  font-weight: 700;
  font-size: 15px;
}
.event-inclusions [id*=excluded] li::before {
  color: #9a4d4d;
  content: "×";
}

.event-ship__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}
.event-ship__slide {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4/3;
}
.event-ship__slide img {
  height: 100%;
  object-fit: cover;
}
.event-ship__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
}
.event-ship__stat {
  display: flex;
  gap: 11px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}
.event-ship__stat > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.event-ship__stat svg,
.event-ship__stat img {
  width: 24px;
  height: 24px;
}
.event-ship__stat strong {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
}

.event-formula {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #E4E0D8;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 8px 40px rgba(27, 46, 75, 0.08);
}
.event-formula__media {
  min-height: 280px;
}
.event-formula__media img {
  height: 100%;
  object-fit: cover;
}
.event-formula__content {
  padding: 28px;
}
.event-formula__content > p {
  margin-top: 14px;
  color: rgba(27, 46, 75, 0.8);
  font-size: 13px;
  line-height: 1.65;
}
.event-formula__heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: baseline;
  justify-content: space-between;
}
.event-formula__heading h3 {
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}
.event-formula__heading span {
  color: #C9A456;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-formula__points {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}
.event-formula__points li {
  position: relative;
  padding-left: 20px;
  color: #1E2A38;
  font-size: 12px;
}
.event-formula__points li::before {
  position: absolute;
  left: 0;
  color: #1A6B3C;
  content: "✓";
  font-weight: 700;
}
.event-formula__action {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #E4E0D8;
}
.event-formula__action strong {
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
}

.event-testimonial {
  height: auto;
  padding: 28px;
  border: 1px solid #E4E0D8;
  border-radius: 16px;
  background: #FAFAF6;
}
.event-testimonial cite {
  color: #C9A456;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-testimonial p {
  margin-top: 15px;
  color: #1B2E4B;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
}

.event-faq .stitle {
  margin-bottom: 1rem;
}
.event-faq .faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}
.event-faq__more {
  margin-top: 28px;
  text-align: center;
}

.event-contact__intro {
  max-width: 680px;
  margin: 14px auto 28px;
}

@media (min-width: 700px) {
  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .events-kpis__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .events-kpis__item {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .events-kpis__item:last-child {
    border-right: 0;
  }
  .event-formula {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  }
}
@media (min-width: 900px) {
  .events-hero,
  .event-hero {
    padding: 54px 0 72px;
  }
  .events-hero__inner,
  .event-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(45px, 7vw, 95px);
  }
  .events-hero__media, .events-hero__video, .events-hero__visual,
  .event-hero__media,
  .event-hero__video,
  .event-hero__visual {
    min-height: 520px;
  }
  .events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .event-program__grid,
  .event-ship__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(50px, 7vw, 90px);
  }
  .event-program__grid .event-program__map {
    order: 1;
  }
  .event-program__grid .event-program__map + div {
    order: 2;
  }
}
@media (max-width: 640px) {
  .events-kpis {
    padding: 0;
  }
  .events-kpis__inner.kpi-inner--marquee {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow: hidden;
  }
  .events-kpis__inner.kpi-inner--marquee > .kpi-inner__group {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
  }
  .events-kpis__inner.kpi-inner--marquee .events-kpis__item {
    width: auto;
    min-width: 160px;
    flex: 0 0 auto;
    border-bottom: 0;
  }
}
@media (max-width: 580px) {
  .event-formula__content,
  .event-inclusions .event-tabs__panel,
  .event-testimonial {
    padding: 20px;
  }
  .event-program__day {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  .event-ship__stats {
    grid-template-columns: minmax(0, 1fr);
  }
  .event-slider {
    padding-bottom: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .events-card,
  .events-card__image,
  .event-slider * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}/*# sourceMappingURL=screen.css.map */