/* BREAKPOINTS */
/*
    ME: Mobile End
    TPE: Tablet Portrait End
    TLE: Tablet Landscape End
    DE: Desktop End
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: sans-serif;
}

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

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "Futura Font";
  src: url(../fonts/FuturaHeavyItalic.815a07.ttf) format("ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Futura Font";
  src: url(../fonts/FuturaMedium.4e762c.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura Font";
  src: url(../fonts/FuturaMediumItalic.6180d5.ttf) format("ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Futura Font";
  src: url(../fonts/FuturaLight.ead728.ttf) format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Canela Regular";
  src: url(../fonts/Canela-Regular.78c1d2.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro Regular";
  src: url(../fonts/MyriadPro-Regular.5080a6.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "VerdanaPro Regular";
  src: url(../fonts/VerdanaPro-regular.220dee.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "VerdanaPro SemiBoldItalic";
  src: url(../fonts/VerdanaPro-semibolditalic.0d3bd8.woff) format("woff");
}
@font-face {
  font-family: "VerdanaPro Bold";
  src: url(../fonts/VerdanaPro-bold.481be3.woff) format("woff");
}
@font-face {
  font-family: "VerdanaPro Italic";
  src: url(../fonts/VerdanaPro-italic.2e6614.woff) format("woff");
}
@font-face {
  font-family: "VerdanaPro Light";
  src: url(../fonts/VerdanaPro-light.3b0686.woff) format("woff");
}
p {
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 0 0 2rem 0;
  padding: 0;
}
p a {
  color: #000;
  text-decoration: underline;
}
p a:hover, p a:focus {
  text-decoration: underline;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  min-width: 100%;
  min-width: webkit-fill-available;
}

#colombo {
  font-family: "VerdanaPro Regular", sans-serif;
  background: #ffffff;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
#colombo * {
  outline: none;
  box-sizing: border-box;
}
#colombo__header {
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: auto;
  width: 100%;
  left: 0;
  top: 0;
}
#colombo__header #logo-mob {
  display: flex;
  position: relative;
  width: 44%;
  left: 15px;
}
@media (min-width: 768px) {
  #colombo__header #logo-mob {
    display: none;
  }
}
#colombo__header #logo-desk {
  width: 90%;
  transform: translateY(-10%);
}
@media (max-width: 768px) {
  #colombo__header #logo-desk {
    display: none;
  }
}
#colombo__header__sections {
  width: 100%;
  padding: 0 10%;
  height: 100px;
}
@media (max-width: 769px) {
  #colombo__header__sections {
    display: none;
  }
}
#colombo__header__sections ul {
  height: 72%;
  position: relative;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#colombo__header__sections ul li {
  padding-bottom: 32px;
}
#colombo__header__sections ul li .dropdown {
  background-clip: content-box;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: flex;
  flex-direction: column;
  padding-top: 37px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}
@media (max-width: 769px) {
  #colombo__header__sections ul li .dropdown {
    display: none;
  }
}
#colombo__header__sections ul li .dropdown:hover {
  opacity: 1 !important;
  pointer-events: auto !important;
}
#colombo__header__sections ul li .dropdown div {
  padding: 10px;
  white-space: pre-line;
  text-align: left;
}
#colombo__header__sections ul li .dropdown div a {
  text-align: left;
  font-size: 25px;
  line-height: 50px;
  font-weight: 300;
}
#colombo__header__sections ul li .dropdown div a:not(:last-child) {
  margin-bottom: 15px;
}
#colombo__header__sections ul li a {
  color: #171E54;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
#colombo__header__sections ul li a:hover {
  text-decoration: none;
}
#colombo__header__sections ul li a:active {
  text-decoration: none;
  color: #171E54;
}
#colombo__header__sections ul li a:visited {
  text-decoration: none;
  color: #171E54;
}
#colombo__header__menu {
  display: flex;
  padding-top: 26px;
}
@media (min-width: 768px) {
  #colombo__header__menu {
    display: none;
  }
}
#colombo__header__menu img {
  height: 12px;
  padding-right: 18px;
  padding-left: 9px;
}
#colombo__header__menu p {
  color: #171E54;
}
#colombo .c-scroll-snap {
  max-height: 100vh;
  overflow-y: scroll;
}
#colombo .c-scroll-snap--y-proximity {
  scroll-snap-type: y proximity;
  scroll-snap-points-y: repeat(100vh);
}
#colombo .c-scroll-snap--y-mandatory {
  scroll-snap-type: y mandatory;
  scroll-snap-points-y: repeat(100vh);
}
#colombo .c-scroll-snap > * {
  scroll-snap-align: start;
}
#colombo .sections:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
}
#colombo section {
  height: 100vh;
  position: relative;
}
#colombo section:before {
  position: absolute;
  top: 50%;
  right: 30px;
}
#colombo section img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
#colombo section .layer {
  height: 100%;
  width: 100vw;
  position: absolute;
  overflow: hidden;
}
#colombo section .layer video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  #colombo section .layer video {
    height: auto;
  }
}
#colombo section #filosofia {
  opacity: 47%;
  background: rgba(13, 11, 68, 0.66);
}
#colombo section #yachts {
  opacity: 66%;
  background: #021722;
}
#colombo section .cta {
  width: 294px;
  height: 74px;
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(7, 7, 7, 0.5);
  padding: 12px 38px;
}
@media (min-width: 768px) {
  #colombo section .cta {
    bottom: 20%;
    width: 538px;
    height: 113px;
    padding: 20px;
  }
}
#colombo section .cta p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
}
@media (min-width: 768px) {
  #colombo section .cta p {
    font-size: 45px;
  }
}
#colombo section .cta:hover {
  background: rgba(7, 7, 7, 0.7);
}
#colombo section .box-text {
  height: auto;
  width: 333px;
  bottom: 18%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  background: rgba(182, 185, 205, 0.29);
  padding: 12px 38px;
  font-style: italic;
  font-weight: 500;
}
#colombo section .box-text p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  #colombo section .box-text {
    width: 45%;
    bottom: 5%;
    padding: 20px;
  }
  #colombo section .box-text p {
    font-size: 3.3vw !important;
  }
}
#colombo section .paragraph {
  height: auto;
  width: 90%;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  #colombo section .paragraph {
    top: 16%;
    width: 44%;
  }
}
#colombo section .paragraph.second {
  top: 30%;
}
@media (min-width: 768px) {
  #colombo section .paragraph.second {
    top: 25%;
  }
}
#colombo section .paragraph__title {
  position: relative;
  left: 50%;
  font-family: "VerdanaPro Bold";
  font-size: 27px !important;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  #colombo section .paragraph__title {
    font-size: 47px !important;
    line-height: 1.3;
  }
}
#colombo section .paragraph__body {
  width: 100%;
  font-weight: 300;
  margin-top: 10px !important;
  font-family: "VerdanaPro Italic";
  font-size: 16px !important;
  text-align: center !important;
  justify-content: center;
}
@media (min-width: 768px) {
  #colombo section .paragraph__body {
    margin-top: 35px !important;
    font-size: 25px !important;
    line-height: 1.3;
  }
}
#colombo section .paragraph p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 18pt;
}
#colombo section .line {
  width: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  background: #ffffff;
}
@media (min-width: 768px) {
  #colombo section .line {
    width: 4px;
  }
}
#colombo section .line.one {
  bottom: 0;
  height: 18%;
}
@media (min-width: 768px) {
  #colombo section .line.one {
    height: 5%;
  }
}
#colombo section .line.second {
  top: 0;
  height: calc(30% - 60px);
}
@media (min-width: 768px) {
  #colombo section .line.second {
    height: calc(18% - 50px);
  }
}
#colombo section .line.third {
  bottom: 0;
  height: calc(30% - 60px);
}
@media (min-width: 768px) {
  #colombo section .line.third {
    height: calc(20% - 60px);
  }
}

.trigger:hover + .dropdown {
  opacity: 1 !important;
  pointer-events: auto !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
}

.bg {
  background: rgba(255, 255, 255, 0.7);
}

.audio {
  position: absolute;
  bottom: 0;
  z-index: 9;
  border-radius: 94px;
  padding: 10px;
  margin: 15px;
  background: #ffffff;
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 769px) {
  .audio {
    bottom: 10%;
    width: 44px;
  }
}
.audio img {
  height: 20px !important;
  max-width: 24px;
  opacity: 0.9;
}
.audio #on {
  display: none;
}

.colombo__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
}
.colombo__menu img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.colombo__menu__close {
  position: absolute;
  display: flex;
  top: 19.6px;
  right: 26.6px;
}
@media (min-width: 768px) {
  .colombo__menu__close {
    display: none;
  }
}
.colombo__menu__close img {
  width: 10px;
  height: 10px;
  left: 5px;
}
.colombo__menu__close p {
  padding-right: 5px;
  color: #171E54;
}
.colombo__menu__wrapper {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0px;
}
.colombo__menu__container {
  z-index: 2;
  position: absolute;
  height: auto;
  width: 70%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.colombo__menu__container .logo-menu {
  position: relative;
  top: 0;
  width: 100%;
}
.colombo__menu__container .logo-menu img {
  height: auto;
}
.colombo__menu__container ul {
  position: relative;
  list-style-type: none;
  margin-top: 56px;
  padding: 0;
  text-align: center;
}
.colombo__menu__container ul li {
  padding-bottom: 32px;
  font-size: 20px;
}
.colombo__menu__container ul li a {
  color: #171E54;
}
.colombo__menu__container ul li a:hover {
  text-decoration: none;
}
.colombo__menu__container ul li a:active {
  text-decoration: none;
  color: #171E54;
}
.colombo__menu__container ul li a:visited {
  text-decoration: none;
  color: #171E54;
}

.colombo__filosofia {
  height: 100%;
  background: #fff;
}
.colombo__filosofia .lines-desk {
  position: absolute;
  z-index: 20;
  left: 10%;
  top: 15%;
}
@media (max-width: 768px) {
  .colombo__filosofia .lines-desk {
    display: none;
  }
}
.colombo__filosofia .lines-mob {
  position: absolute;
  z-index: 20;
  left: 5%;
}
@media (min-width: 768px) {
  .colombo__filosofia .lines-mob {
    display: none;
  }
}
.colombo__filosofia__container__section {
  position: relative;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__section {
    padding-top: 20%;
  }
}
.colombo__filosofia__container__section img {
  position: relative;
  height: 372px;
  width: auto;
  left: -30px;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__section img {
    width: 100%;
    height: auto;
    left: unset;
  }
}
.colombo__filosofia__container__section-2 {
  position: relative;
  padding-top: 4%;
}
.colombo__filosofia__container__section-2 img {
  width: 100%;
}
.colombo__filosofia__container__section-3 {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__section-3 {
    display: none;
  }
}
.colombo__filosofia__container__section-3 img {
  width: 100%;
}
.colombo__filosofia__container__paragraph-1 {
  position: relative;
  height: 100%;
  width: 75%;
  left: 25%;
  padding-right: 36px;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__paragraph-1 {
    top: 18%;
    width: 55%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.colombo__filosofia__container__paragraph-1 p {
  margin: 0;
  color: #171E54;
  text-align: center;
  font-size: 18px;
}
.colombo__filosofia__container__paragraph-1 .paragraph-title {
  font-weight: 500;
  font-size: 22px;
  justify-content: right;
  text-align: right;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__paragraph-1 .paragraph-title {
    font-style: italic;
    font-size: 50px;
    justify-content: center;
    text-align: center;
  }
}
.colombo__filosofia__container__paragraph-1 .paragraph-body {
  padding-top: 30px;
  font-weight: 300;
  font-size: 15px;
  justify-content: right;
  text-align: right;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__paragraph-1 .paragraph-body {
    font-style: italic;
    font-size: 34px;
    justify-content: center;
    text-align: center;
  }
}
.colombo__filosofia__container__paragraph-2 {
  position: relative;
  height: 100%;
  width: 76%;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 10%;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__paragraph-2 {
    top: 18%;
    width: 55%;
  }
}
.colombo__filosofia__container__paragraph-2 p {
  margin: 0;
  color: #171E54;
  text-align: center;
  font-size: 18px;
}
.colombo__filosofia__container__paragraph-2 .paragraph-title {
  font-weight: 500;
  font-size: 21px;
  justify-content: right;
  text-align: right;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__paragraph-2 .paragraph-title {
    font-style: italic;
    font-size: 50px;
    justify-content: center;
    text-align: center;
  }
}
.colombo__filosofia__container__paragraph-2 .paragraph-body {
  padding-top: 30px;
  font-weight: 300;
  font-size: 14px;
  justify-content: right;
  text-align: right;
}
@media (min-width: 768px) {
  .colombo__filosofia__container__paragraph-2 .paragraph-body {
    font-style: italic;
    font-size: 34px;
    justify-content: center;
    text-align: center;
  }
}
.colombo__filosofia__container__wave {
  position: absolute;
  width: 10%;
  left: 50%;
  transform: translateX(-100%);
  padding-top: 38px;
}
@media (max-width: 769px) {
  .colombo__filosofia__container__wave {
    display: none;
  }
}

@media (max-width: 769px) {
  .overlay {
    z-index: 100;
  }
}

.text-image-block2 {
  width: 100%;
  height: auto;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 769px) {
  .text-image-block2 {
    flex-direction: column;
  }
}
.text-image-block2__text {
  width: 50%;
  padding-left: 109px;
  padding-top: 20%;
  color: #1D1D1B;
}
@media (max-width: 769px) {
  .text-image-block2__text {
    width: 100%;
    padding: 64px 60px 0px 60px;
  }
}
.text-image-block2__text__title {
  font-family: "VerdanaPro Italic";
  font-size: 34px;
}
@media (max-width: 769px) {
  .text-image-block2__text__title {
    font-size: 22px;
  }
}
.text-image-block2__text__title span {
  font-family: "VerdanaPro Bold";
  font-size: 41px;
}
@media (max-width: 769px) {
  .text-image-block2__text__title span {
    font-size: 28px;
  }
}
.text-image-block2__text__body {
  font-size: 28px;
  font-family: "VerdanaPro Light";
  width: 80%;
  padding-top: 44px;
}
@media (max-width: 769px) {
  .text-image-block2__text__body {
    font-size: 16px;
    padding-top: 30px;
    width: 100%;
  }
}
.text-image-block2__img {
  width: 50%;
  right: 0;
  position: relative;
  padding-top: 189px;
}
@media (max-width: 769px) {
  .text-image-block2__img {
    width: 100%;
    padding-top: 55px;
    padding-left: 60px;
  }
}
.text-image-block2__img img {
  width: 100%;
  height: auto;
}

.colombo__read-more {
  height: 100%;
  background: #fff;
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 41px;
}
.splide .splide__arrow svg {
  filter: invert(1);
  width: 41px;
  height: 41px;
}

.splide li button {
  width: 24px;
  height: 13px;
  margin: 10px;
  border-radius: 6.5px;
  background: #A0A0A0;
  opacity: 1;
}
.splide li button.splide__pagination__page.is-active {
  background: #fff;
  opacity: 1;
}

.splide__arrow.splide__arrow--prev {
  left: 65px;
  background: rgba(0, 0, 0, 0) 100%;
}
@media (max-width: 769px) {
  .splide__arrow.splide__arrow--prev {
    display: none;
  }
}

.splide__arrow.splide__arrow--next {
  right: 65px;
  background: rgba(0, 0, 0, 0) 100%;
}
@media (max-width: 769px) {
  .splide__arrow.splide__arrow--next {
    display: none;
  }
}

.yacht-title {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  font-size: 10em;
  font-family: "Canela Regular";
  font-weight: 300;
  transform: translateY(-50%);
  color: white;
  pointer-events: none;
}
.yacht-title .subtitle {
  font-size: 58px;
}
@media (max-width: 769px) {
  .yacht-title .subtitle {
    font-size: 25px;
  }
}
.yacht-title div {
  display: inline-block;
}
@media (min-width: 769px) {
  .yacht-title div {
    text-align: left;
  }
}
@media (max-width: 769px) {
  .yacht-title {
    font-size: 39.44px;
    white-space: pre-line;
    transform: translate(0);
    top: 75%;
  }
}
@media (min-width: 769px) {
  .yacht-title {
    z-index: 1;
  }
}

.text-image-block {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 80px;
}
@media (max-width: 769px) {
  .text-image-block {
    flex-direction: column;
  }
}
.text-image-block__text {
  width: 50%;
  padding-left: 109px;
  padding-top: 164px;
  color: #1D1D1B;
}
@media (max-width: 769px) {
  .text-image-block__text {
    width: 100%;
    padding: 64px 60px 0px 60px;
  }
}
.text-image-block__text__title {
  font-size: 52.4px;
  font-family: "Canela Regular";
  font-weight: 300;
  line-height: 44px;
}
.text-image-block__text__title .subtitle {
  font-size: 25px;
}
@media (max-width: 769px) {
  .text-image-block__text__title {
    font-size: 30px;
    line-height: 36px;
  }
  .text-image-block__text__title .subtitle {
    font-size: 20px;
  }
  .text-image-block__text__title .number {
    font-size: 57px;
  }
}
.text-image-block__text__body {
  font-size: 25.6px;
  font-family: "VerdanaPro Regular";
  font-weight: 300;
  width: 80%;
  padding-top: 60px;
}
@media (max-width: 769px) {
  .text-image-block__text__body {
    font-size: 20px;
    padding-top: 70px;
    width: 100%;
  }
}
.text-image-block__text__body a {
  all: unset;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  font-size: 30px;
}
.text-image-block__img {
  width: 50%;
  right: 0;
  position: relative;
  padding-top: 189px;
}
@media (max-width: 769px) {
  .text-image-block__img {
    width: 100%;
    padding-top: 55px;
    padding-left: 60px;
  }
}
.text-image-block__img img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .second-slider-container {
    height: auto;
    padding: 100px;
  }
}

@media (min-width: 768px) {
  #second-slider {
    position: relative;
    height: auto !important;
  }
}
#second-slider .splide__arrow svg {
  fill: #ffffff;
}
#second-slider .splide__arrow.splide__arrow--prev {
  left: 0px;
  transform: translate(-75%, -10%);
}
#second-slider .splide__arrow.splide__arrow--next {
  right: 0px;
  transform: translate(75%, -10%);
}
@media (min-width: 768px) {
  #second-slider .splide__track {
    width: 993px;
    height: 585px;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
  }
}
@media (min-width: 768px) {
  #second-slider img {
    width: 100%;
    height: auto !important;
  }
}
#second-slider li button {
  background: #fff;
  border: 1px solid #1D1D1B;
  opacity: 1;
  width: 24px;
  height: 13px;
  margin: 10px;
  border-radius: 6.5px;
}
#second-slider li button.splide__pagination__page.is-active {
  background: #1D1D1B;
  opacity: 1;
}

.more-info {
  display: none;
}
@media (max-width: 769px) {
  .more-info {
    display: block;
    font-size: 20px;
    font-family: "VerdanaPro Regular";
    font-weight: 300;
    width: 100%;
    text-align: left;
    padding: 190px 60px;
  }
}

.scheme {
  background: #FAEFE7;
  width: 100%;
  height: auto;
  display: flex;
}
.scheme.superindios1 {
  background: #DCC394;
}
.scheme.superindios2 {
  background: #EDF7FC;
}
.scheme.superindiosE {
  background: #d6e0e5;
}
.scheme.superindiosT {
  background: #FEFEFE;
}
.scheme.bellagio {
  background: #FFFAEE;
}
.scheme.bellagio2 {
  background: #F0FCF3;
}
.scheme.romance {
  background: #DBC293;
}
.scheme.alldays {
  background: #FDFDFD;
}
@media (max-width: 769px) {
  .scheme {
    flex-direction: column;
  }
}
.scheme__draw {
  position: relative;
  padding: 5%;
}
.scheme__draw img {
  width: 100%;
}
.scheme__data {
  position: relative;
  padding: 5%;
}
@media (max-width: 769px) {
  .scheme__data {
    padding-top: 100px;
  }
}
.scheme__data img {
  width: 100%;
}

@media (max-width: 769px) {
  #desk {
    display: none;
  }
}

@media (min-width: 768px) {
  #mob {
    display: none;
  }
}

#video-desk {
  position: relative;
  height: 100%;
}
@media (max-width: 769px) {
  #video-desk {
    display: none;
  }
}

#video-mob {
  position: relative;
  height: 100%;
  max-height: 100vh;
}
@media (min-width: 768px) {
  #video-mob {
    display: none;
  }
}

.rectangle {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(7, 7, 7, 0.5);
  height: 30%;
}
@media (min-width: 768px) {
  .rectangle {
    height: 25%;
  }
}

.yacht-name {
  padding-left: 30px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .yacht-name {
    padding-left: 60px;
  }
}
.yacht-name p {
  margin: 0;
  color: #fff;
  font-family: "Canela Regular";
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .yacht-name p {
    font-size: 67px !important;
  }
}
.yacht-name p span {
  font-size: 16px !important;
}
@media (min-width: 768px) {
  .yacht-name p span {
    font-size: 30px !important;
  }
}

.read-more {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 30px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .read-more {
    padding: 45px 60px;
    padding-top: 2%;
    flex-direction: row;
  }
}
.read-more__button {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .read-more__button {
    width: 18%;
  }
}
.read-more__button img {
  width: 28px !important;
  height: 28px !important;
  overflow: unset !important;
}
@media (min-width: 768px) {
  .read-more__button img {
    width: 40px !important;
    height: auto !important;
  }
}
.read-more__button p {
  margin: 0;
  padding-left: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 768px) {
  .read-more__button p {
    font-size: 24px;
  }
}
.read-more__line {
  width: 100%;
  background: #fff;
  position: relative;
  height: 2px;
  bottom: 0;
  margin-top: 13px;
}
@media (min-width: 768px) {
  .read-more__line {
    margin-top: 20px;
    left: 20px;
  }
}

.intro-text {
  height: auto;
  width: 333px;
  bottom: 18%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .intro-text {
    bottom: 0;
    top: 26%;
    padding: 10%;
    width: 100%;
  }
}
.intro-text p {
  margin: 0;
  color: #171E54;
  text-align: left;
  font-weight: 900;
  font-style: italic;
  font-size: 26px;
}
@media (min-width: 768px) {
  .intro-text p {
    font-size: 44px;
  }
}

.scroll-text {
  height: auto;
  width: 333px;
  bottom: 55px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .scroll-text {
    bottom: 80px;
  }
}
.scroll-text p {
  margin: 0;
  color: #171E54;
  text-align: center;
  font-family: "VerdanaPro Light";
  line-height: 1;
  font-size: 16px;
}

.scroll {
  display: block;
  position: absolute;
  align-items: center;
  height: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .scroll {
    bottom: 28px;
  }
}
.scroll img {
  align-items: center;
  height: auto !important;
  width: 20px !important;
}
@media (min-width: 768px) {
  .scroll img {
    width: 25px !important;
  }
}

.yacht-intro {
  position: relative;
}
.yacht-intro button {
  position: absolute;
  bottom: 30%;
  left: 10%;
  z-index: 9;
  border-radius: 30px;
  border: 2px solid #171E54;
  background-color: #fff;
  padding: 10px 60px 10px 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .yacht-intro button {
    bottom: 35%;
  }
}
.yacht-intro button:hover {
  background-color: #171E54;
}
.yacht-intro button:hover span {
  color: #fff;
}
.yacht-intro button span {
  text-transform: uppercase;
  color: #171E54;
  font-size: 15px;
}

.colombo__concessionari {
  height: 100vh;
  background: #fff;
}
.colombo__concessionari--section {
  position: absolute;
  top: 20%;
  width: 100%;
}
@media (max-width: 768px) {
  .colombo__concessionari--section {
    top: 15%;
    padding-bottom: 200px;
  }
}
.colombo__concessionari--section div {
  display: flex;
}
@media (max-width: 768px) {
  .colombo__concessionari--section div {
    padding-left: 0;
    display: block;
  }
}
.colombo__concessionari--section div.margin {
  margin-top: 290px;
}
@media (max-width: 768px) {
  .colombo__concessionari--section div.margin {
    margin-top: 500px;
  }
}
.colombo__concessionari--section .title {
  color: #171E54;
  font-size: 30px;
  text-align: center;
  font-family: "VerdanaPro SemiBoldItalic";
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .colombo__concessionari--section .title {
    font-size: 35px;
  }
}
.colombo__concessionari--section .small-title {
  color: #171E54;
  display: block;
  font-size: 25px;
  text-align: center;
  font-family: "VerdanaPro SemiBoldItalic";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .colombo__concessionari--section .small-title {
    font-size: 24px;
  }
}
.colombo__concessionari--section .main {
  font-weight: bold;
}
.colombo__concessionari--section .highlight {
  border: 5px solid #171E54 !important;
}
.colombo__concessionari--section .separator {
  position: relative;
  width: 80%;
  height: 3px;
  background-color: #171E54;
  margin-top: 15px;
  margin: 15px 5%;
  left: 0;
}
@media (max-width: 768px) {
  .colombo__concessionari--section .separator {
    display: none;
  }
}
.colombo__concessionari--section .grid {
  display: grid;
  padding: 30px 5%;
  grid-template-columns: repeat(3, minmax(137px, 1fr));
  grid-gap: 8%;
  row-gap: 10%;
  width: 100%;
}
@media (max-width: 768px) {
  .colombo__concessionari--section .grid {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .colombo__concessionari--section .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3%;
  }
}
.colombo__concessionari--section .grid__item {
  cursor: pointer;
  overflow-wrap: break-word;
  border: 1px solid black;
  border-radius: 5%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: border 0.1s ease-out;
  transition: scale 0.3s ease-out;
  scale: 1;
}
@media (max-width: 768px) {
  .colombo__concessionari--section .grid__item {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .colombo__concessionari--section .grid__item:hover {
    border: 1px solid white;
    scale: 1.2;
  }
}
.colombo__concessionari--section .grid__item span {
  font-size: 16px;
  margin-bottom: 10px;
}
.colombo__concessionari--section .grid__item span:nth-child(1) {
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.footer {
  background: white;
  height: 100%;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  padding: 25px 45px;
}
@media (max-width: 769px) {
  .footer {
    padding: 10px;
  }
}
.footer.extra {
  position: relative;
  top: 100px;
  bottom: 0;
}
@media (max-width: 769px) {
  .footer.extra {
    top: 300px;
    padding-left: 10px;
  }
}
.footer__top {
  height: 50%;
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}
.footer__top img {
  object-fit: contain;
}
.footer__top #logo {
  max-width: 200px;
}
@media (max-width: 769px) {
  .footer__top #logo {
    width: 88px;
  }
}
.footer__top #gruppo {
  max-width: 150px;
}
@media (max-width: 769px) {
  .footer__top #gruppo {
    height: 30px !important;
  }
}
.footer__bottom {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  bottom: 0;
}
.footer__bottom p {
  position: relative;
  top: 20%;
  font-size: 16px;
  font-family: "VerdanaPro Light";
}
@media (max-width: 769px) {
  .footer__bottom p {
    top: 10%;
    font-size: 7px;
    font-family: "VerdanaPro Light";
  }
}
.footer__bottom p a {
  pointer-events: all;
}
.footer__bottom__icons {
  position: relative;
  top: 70%;
  bottom: 0;
  display: flex !important;
  justify-content: end;
}
@media (max-width: 769px) {
  .footer__bottom__icons {
    top: 50%;
  }
}
.footer__bottom__icons img {
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 5px;
  object-fit: contain;
}
@media (max-width: 769px) {
  .footer__bottom__icons img {
    top: 50%;
    height: 14px;
    width: 14px;
    padding: 1px;
  }
}

.cookie-policy {
  padding: 100px;
}
@media (max-width: 769px) {
  .cookie-policy {
    padding: 25px;
  }
}

.colombo__wip {
  height: 100%;
  background: #fff;
}
.text-block {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.text-block__text {
  width: 100%;
  text-align: center;
  padding-top: 14%;
  color: #1D1D1B;
}
@media (max-width: 769px) {
  .text-block__text {
    padding-top: 50%;
  }
}
.text-block__text__title {
  font-family: "VerdanaPro SemiBoldItalic";
  font-size: 34px;
}
@media (max-width: 769px) {
  .text-block__text__title {
    font-size: 22px;
  }
}
.text-block__text__title.logo {
  font-size: 22px;
}
@media (max-width: 769px) {
  .text-block__text__title.logo {
    font-size: 18px;
  }
}
.text-block__text.logo {
  padding-top: 18%;
}
@media (max-width: 769px) {
  .text-block__text.logo {
    padding: 40px;
    padding-top: 32%;
  }
}
.text-block__image {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  color: #1D1D1B;
}
.text-block__image img {
  height: 90%;
}
@media (max-width: 769px) {
  .text-block__image {
    padding-top: 25px;
  }
  .text-block__image img {
    width: 80%;
    height: auto;
  }
}
.text-block__image.logo {
  position: relative;
  top: 25%;
  height: 25%;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
