#layout-default{width:100%;display:grid;justify-items:center;position:relative}#layout-default .main-container{width:100%;display:grid;justify-content:center;position:relative}#footer-default{z-index:2;width:100%;background-color:var(--white)}#footer-default .copy-right{display:flex;flex-direction:column;align-items:center;padding:0 0 40px;color:var(--gray);font-family:Roboto Regular;font-weight:400;font-size:18px;align-content:center;text-align:center;line-height:1.4;max-width:1224px}#footer-default .copy-right .footer-logo{margin-bottom:24px;width:64px;height:64px}#footer-default .copy-right .social-medias{margin-top:24px;display:flex;gap:24px}#footer-default .copy-right .social-medias a{width:24px;height:24px;cursor:pointer}#footer-default .copy-right .social-medias a img{width:100%;height:100%}#footer-default .contact-phone{padding-top:16px;color:var(--royal);font-weight:750;font-size:16px}@media only screen and (min-width:80em){#footer-default .copy-right{margin:0 auto;flex-direction:row;justify-content:flex-start}#footer-default .copy-right .footer-logo{margin-right:24px;margin-bottom:0}#footer-default .copy-right .social-medias{margin-top:0;margin-left:auto;justify-content:space-between}#footer-default .contact-phone{padding-top:0;padding-left:16px}}#nav-bar-landing-page{position:fixed;z-index:5;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 60px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.5));transition:background-color .3s ease}#nav-bar-landing-page .menu-item{color:var(--royal);padding:12px 24px;color:var(--white);font-size:14px}#nav-bar-landing-page .menu-item.phone-wrapper{background-color:var(--white);padding:4px 16px;border-radius:4px;color:var(--black)}#nav-bar-landing-page.scrolled{background:var(--white);border-bottom:1px solid var(--faded);box-shadow:0 5px 45px rgba(0,0,0,.1)}#nav-bar-landing-page.scrolled .menu-item.phone-wrapper{background-color:var(--royal);padding:4px 16px;font-size:14px;border-radius:4px;color:var(--white)!important}#nav-bar-landing-page .trigger{display:none}#nav-bar-landing-page .logo-container{display:flex;align-items:center;gap:8px}#nav-bar-landing-page .logo-container img{width:auto;height:24px;cursor:pointer}#nav-bar-landing-page .logo-container h1{font-family:Roboto Bold;font-size:24px}#nav-bar-landing-page .logo-container h1 sup{font-size:12px}#nav-bar-landing-page .button-container-nav-bar{display:flex;align-items:center;gap:24px}#nav-bar-landing-page .button-container-nav-bar ul.nav{margin:0;display:flex;padding:0;list-style:none;transition:transform .3s ease-in-out}#nav-bar-landing-page .button-container-nav-bar ul.nav li{display:flex;justify-content:center;align-items:center}#nav-bar-landing-page .button-container-nav-bar ul.nav a{width:100%;font-family:Montserrat Variable;font-weight:600;font-size:14px;line-height:1.4;text-decoration:none;text-transform:uppercase;text-align:center;opacity:85%;cursor:pointer}#nav-bar-landing-page .button-container-nav-bar ul.nav a:hover{opacity:100%}#nav-bar-landing-page .button-container-nav-bar ul.nav p{width:100%;padding:12px 24px;color:var(--white);font-family:Montserrat Variable;font-weight:600;font-size:12px;line-height:1.4;text-decoration:none;text-transform:uppercase;text-align:center;opacity:85%;cursor:pointer}#nav-bar-landing-page .button-container-nav-bar ul.nav p:hover{opacity:100%}#nav-bar-landing-page .button-container-nav-bar .contact-phone{color:var(--white);font-family:Roboto Regular;font-weight:750;font-size:16px;line-height:1.4;text-decoration:none;text-transform:uppercase;text-align:center;opacity:85%;cursor:pointer}#nav-bar-landing-page .button-container-nav-bar .contact-phone:hover{opacity:100%}#nav-bar-landing-page .button-container-nav-bar.open ul.nav{transform:translateX(0)}#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li a{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li a:hover{color:var(--black)}#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li p{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li p:hover{color:var(--black)}#nav-bar-landing-page .button-container-nav-bar.scrolled .contact-phone{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar.scrolled .contact-phone:hover{color:var(--black)}@media only screen and (max-width:48em){#nav-bar-landing-page{padding:0 40px}#nav-bar-landing-page .button-container-nav-bar{box-shadow:0 0 20px 0 rgba(0,0,0,.341)}#nav-bar-landing-page .button-container-nav-bar ul.nav a,#nav-bar-landing-page .button-container-nav-bar ul.nav p{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar ul.nav a:hover,#nav-bar-landing-page .button-container-nav-bar ul.nav p:hover{color:var(--black)}#nav-bar-landing-page.open .trigger:after,#nav-bar-landing-page.open .trigger:before{background:var(--royal)}#nav-bar-landing-page.open .trigger:before{top:50%;left:25%;transform:rotate(45deg)}#nav-bar-landing-page.open .trigger:after{top:50%;left:25%;transform:rotate(-45deg)}#nav-bar-landing-page.open .trigger.scrolled:before{top:50%;left:25%;transform:rotate(45deg)}#nav-bar-landing-page.open .trigger.scrolled:after{top:50%;left:25%;transform:rotate(-45deg)}#nav-bar-landing-page.open .button-container-nav-bar{position:absolute;top:0;right:0;width:320px;height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:80px;gap:16px;background:var(--white);transform:translateX(0);transition:transform .3s ease-in-out}#nav-bar-landing-page.open .button-container-nav-bar #button-default{margin:0 auto}#nav-bar-landing-page.open .button-container-nav-bar ul.nav{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:transform .3s ease-in-out;transform:translateX(0)}#nav-bar-landing-page .trigger{position:relative;z-index:1;margin-top:8px;width:40px;height:40px;display:inline-block}#nav-bar-landing-page .trigger.scrolled:after,#nav-bar-landing-page .trigger.scrolled:before{position:absolute;width:16px;height:2px;content:"";transform:translate(-50%,-50%);background:var(--royal);transition:.3s ease}#nav-bar-landing-page .trigger:hover{cursor:pointer}#nav-bar-landing-page .trigger:after,#nav-bar-landing-page .trigger:before{position:absolute;width:16px;height:2px;content:"";transform:translate(-50%,-50%);background:var(--white);transition:.3s ease}#nav-bar-landing-page .trigger:before{top:16px;left:50%}#nav-bar-landing-page .trigger:after{top:24px;left:50%}#nav-bar-landing-page .button-container-nav-bar{display:flex;align-items:center;gap:24px}#nav-bar-landing-page .button-container-nav-bar ul.nav{margin:0;display:flex;padding:0;list-style:none;gap:16px;transition:transform .3s ease-in-out}#nav-bar-landing-page .button-container-nav-bar ul.nav li{display:flex;justify-content:center;align-items:center}#nav-bar-landing-page .button-container-nav-bar ul.nav a,#nav-bar-landing-page .button-container-nav-bar ul.nav p{width:100%;padding:12px 24px;color:var(--white);font-family:Montserrat Variable;font-size:12px;line-height:1.4;text-decoration:none;text-transform:uppercase;text-align:center;cursor:pointer}#nav-bar-landing-page .button-container-nav-bar ul.nav a:hover,#nav-bar-landing-page .button-container-nav-bar ul.nav p:hover{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar.open ul.nav{transform:translateX(0)}#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li a,#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li p{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li a:hover,#nav-bar-landing-page .button-container-nav-bar.scrolled ul.nav li p:hover{color:var(--black)}}@media only screen and (max-width:48em)and (max-width:48em){#nav-bar-landing-page{z-index:2;padding:0 40px}#nav-bar-landing-page .button-container-nav-bar ul.nav a,#nav-bar-landing-page .button-container-nav-bar ul.nav p{color:var(--royal)}#nav-bar-landing-page .button-container-nav-bar ul.nav a:hover,#nav-bar-landing-page .button-container-nav-bar ul.nav p:hover{color:var(--black)}#nav-bar-landing-page.open .trigger:after,#nav-bar-landing-page.open .trigger:before{background:var(--royal)}#nav-bar-landing-page.open .trigger:before{top:50%;left:25%;transform:rotate(45deg)}#nav-bar-landing-page.open .trigger:after{top:50%;left:25%;transform:rotate(-45deg)}#nav-bar-landing-page.open .trigger.scrolled:before{top:50%;left:25%;transform:rotate(45deg)}#nav-bar-landing-page.open .trigger.scrolled:after{top:50%;left:25%;transform:rotate(-45deg)}#nav-bar-landing-page.open .button-container-nav-bar{position:absolute;top:0;right:0;width:320px;height:100vh;display:flex;flex-direction:column;align-items:center;padding-top:80px;gap:16px;background:var(--white);transform:translateX(0);transition:transform .3s ease-in-out}#nav-bar-landing-page.open .button-container-nav-bar #button-default{margin:0 auto}#nav-bar-landing-page.open .button-container-nav-bar ul.nav{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:transform .3s ease-in-out;transform:translateX(0)}#nav-bar-landing-page .trigger{position:relative;z-index:1;margin-top:8px;width:40px;height:40px;display:inline-block}#nav-bar-landing-page .trigger.scrolled:after,#nav-bar-landing-page .trigger.scrolled:before{position:absolute;width:16px;height:2px;content:"";transform:translate(-50%,-50%);background:var(--royal);transition:.3s ease}#nav-bar-landing-page .trigger:hover{cursor:pointer}#nav-bar-landing-page .trigger:after,#nav-bar-landing-page .trigger:before{position:absolute;width:16px;height:2px;content:"";transform:translate(-50%,-50%);background:var(--white);transition:.3s ease}#nav-bar-landing-page .trigger:before{top:16px;left:50%}#nav-bar-landing-page .trigger:after{top:24px;left:50%}#nav-bar-landing-page .button-container-nav-bar{display:none}}@media only screen and (max-width:48em)and (min-width:48em){#nav-bar-landing-page{z-index:3}#nav-bar-landing-page .menu-item{color:var(--royal);font-size:14px}}#list-yacht-form{position:fixed;z-index:4;top:50%;left:50%;height:100vh;display:none;background-color:var(--white);padding:24px;font-family:Roboto Regular;transform:translate(-50%,100%);overflow-y:auto;transition:all .3s ease}#list-yacht-form.show-form{width:100%;display:block;animation-name:openListForm;animation-duration:.3s;opacity:1;transform:translate(-50%,-50%);visibility:visible;pointer-events:auto;overflow-y:auto;overflow-x:hidden}@keyframes openListForm{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}#list-yacht-form .header-form{margin:20px 0}#list-yacht-form .header-form [alt="close icon"]{position:absolute;top:24px;right:48px;cursor:pointer}#list-yacht-form .header-form .header-form-title{margin-bottom:8px;font-family:Roboto Regular;font-weight:400;font-size:24px;line-height:1.4}#list-yacht-form .header-form .header-form-subtitle{color:var(--gray);font-family:Roboto Light;font-size:16px;line-height:1.4;text-align:left}#list-yacht-form .body-form{display:flex;flex-direction:column;gap:8px}#list-yacht-form .body-form .label-input-text{color:var(--gray-dark-super);font-family:Roboto Regular;font-weight:500;font-size:12px;line-height:1.4;text-align:left}#list-yacht-form .body-form .grid-column{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}#list-yacht-form .body-form .grid-column-phone{display:grid;justify-content:space-between;grid-template-columns:.7fr 1fr;grid-gap:8px;gap:8px}#list-yacht-form .form-footer{margin-top:8px;display:flex;flex-direction:column;gap:8px}#list-yacht-form .form-footer .footer-form-sub-button-text{margin-top:8px;color:var(--gray);font-family:Roboto Light;font-weight:400;font-size:12px;line-height:1.4;text-align:center}@media only screen and (min-width:48em){#list-yacht-form{border-radius:24px;height:calc(100dvh - 48px);max-width:390px;max-height:-moz-fit-content;max-height:fit-content;overflow-y:auto;overflow-x:hidden}#list-yacht-form.show-form{width:auto;transform:translate(-50%,-50%)}}#input-text-default{width:100%}#input-text-default input[type=date]::-webkit-calendar-picker-indicator{padding:16px;cursor:pointer}#input-text-default input{margin-top:4px;border:none;border-radius:24px;width:100%;height:48px;background-color:var(--white);padding:14px 0 14px 16px;color:var(--gray-dark-super);font-family:Roboto Regular;font-size:14px;border:1px solid var(--ash)}#input-text-default input::placeholder{color:var(--gray)}#input-text-default input.isWarning{color:var(--peach);outline:1px solid var(--peach)}#input-text-default .label-input-text{color:var(--gray-dark-super);font-family:Roboto Regular;font-weight:500;font-size:12px;line-height:1.4;text-align:left}#button{position:relative;border:none;border-radius:24px;width:100%;height:48px;display:flex;justify-content:center;align-items:center;padding:12px 24px;color:var(--white);font-family:Montserrat Variable;font-weight:500;font-size:.625rem;text-align:center;align-content:center;text-transform:uppercase;line-height:1.4;outline:none;overflow:hidden;cursor:pointer;transition:all .3s ease;text-wrap:nowrap}#button [alt="arrow left"]{padding:8px}#button:after{position:absolute;top:0;left:50%;width:0;height:100%;display:block;content:"";background:rgba(255,0,122,.1);opacity:1;transition:all .3s ease}#button.primary{background-color:var(--royal);color:var(--white);font-size:12px;border-top:1px solid hsla(0,0%,100%,.5)}#button.primary:hover{background-color:linear-gradient(#03425d,8%)}#button.secondary{position:relative;background:linear-gradient(135deg,var(--royal),var(--royal));-webkit-background-clip:text;-webkit-text-fill-color:transparent}#button.secondary:before{position:absolute;z-index:1;border-radius:24px;padding:1px;content:"";inset:0;background:linear-gradient(135deg,var(--royal),var(--royal));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}#button.tertiary{background-color:var(--white);color:var(--royal)}#button.tertiary:hover{background-color:var(--dust)}#button.quaternary{position:relative;color:var(--royal);background:none}#button.quaternary:hover{cursor:pointer}#button.quaternary:after{display:none}#button.quintenary{position:relative;background:linear-gradient(135deg,var(--white),var(--white));-webkit-background-clip:text;-webkit-text-fill-color:transparent}#button.quintenary:before{position:absolute;z-index:1;border-radius:24px;padding:1px;content:"";inset:0;background:linear-gradient(135deg,var(--white),var(--white));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}#button.quintenary:hover{opacity:.8}#paragraph-component{background-color:transparent;font-family:Roboto Regular;font-size:16px;line-height:1.4}#paragraph-component.paragraph-color-black{color:var(--black)}#paragraph-component.paragraph-color-white{color:var(--white)}#paragraph-component.paragraph-color-gray-dark{color:var(--gray-dark)}#paragraph-component.paragraph-color-gray{color:var(--gray)}#paragraph-component.paragraph-color-dust{color:var(--dust)}@media only screen and (min-width:48em){#paragraph-component{font-size:18px}}#simple-select{margin:4px 0;border:none;border-radius:24px;width:100%;height:48px;padding:14px 0 14px 16px;color:var(--gray-dark-super);font-family:Roboto Light;font-size:14px;text-transform:capitalize;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--white) url(/_next/static/media/bx-chevron-down.78b5499e.svg) no-repeat calc(100% - 16px) 50%;outline:1px solid var(--ash)}#simple-select.disabled{background-color:#d4d4d4;cursor:inherit}#simple-select.isWarning{outline:1px solid var(--peach)}#option-default p{height:48px;font-size:14px}#title-component{width:100%;font-family:Roboto Light;font-weight:300;font-size:32px}#title-component.title-detail{color:var(--black);font-weight:600;font-size:24px;line-height:1.4}#title-component .title-before-text{font-family:Roboto Regular}#title-component .title-before-text.before-text-color-black{color:var(--black)}#title-component .title-before-text.title-color-white{color:var(--white)}#title-component.banner-title{font-size:32px}#title-component.title-color-black{color:var(--black)}#title-component.title-color-white{color:var(--white)}@media only screen and (min-width:48em){#title-component.banner-title{font-size:40px}}.modal-overlay-list{position:fixed;z-index:3;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.657);overflow:hidden}#contact-form{position:fixed;z-index:4;top:50%;left:50%;width:100%;height:100vh;display:none;background-color:var(--white);padding:24px;font-family:Roboto Regular;transform:translate(-50%,100%);overflow-y:auto;transition:all .3s ease}#contact-form.show-form{display:block;animation-name:openContactForm;animation-duration:.3s;opacity:1;transform:translate(-50%,-50%);visibility:visible;pointer-events:auto;overflow-y:auto;overflow-x:hidden}@keyframes openContactForm{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}#contact-form .header-form{margin:20px 0}#contact-form .header-form [alt="close icon"]{position:absolute;top:24px;right:48px;cursor:pointer}#contact-form .header-form .header-form-title{margin-bottom:8px;font-family:Roboto Regular;font-size:24px;line-height:1.4}#contact-form .header-form .header-form-subtitle{color:var(--gray);font-family:Roboto Light;font-size:16px;line-height:1.4;text-align:left}#contact-form .body-form{display:flex;flex-direction:column;gap:8px}#contact-form .body-form .label-input-text{color:var(--gray-dark-super);font-family:Roboto Regular;font-weight:500;font-size:12px;line-height:1.4;text-align:left}#contact-form .body-form .grid-column{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}#contact-form .body-form .grid-column-phone{display:grid;justify-content:space-between;grid-template-columns:.7fr 1fr;grid-gap:8px;gap:8px}#contact-form .form-footer{margin-top:8px;display:flex;flex-direction:column;gap:8px}@media only screen and (min-width:48em){#contact-form{border-radius:24px;height:calc(100dvh - 48px);max-width:390px;max-height:-moz-fit-content;max-height:fit-content;overflow-y:auto;overflow-x:hidden}#contact-form.show-form{width:auto;transform:translate(-50%,-50%)}@keyframes openListForm{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}}#title-paragraph{width:100%;display:flex;flex-direction:column;gap:24px}#input-message-default{width:100%}#input-message-default .label-input-text{color:var(--gray-dark-super);font-family:Roboto Light;font-weight:500;font-size:12px;line-height:1.4;text-align:left}#input-message-default textarea{margin-top:4px;border:1px solid var(--ash);border-radius:24px;width:100%;height:120px;background-color:var(--white);padding:14px 16px;color:var(--gray-dark);font-family:Roboto Regular;font-size:14px;resize:none}#input-message-default textarea::placeholder{color:var(--gray)}#input-message-default textarea.isWarning{color:var(--peach);outline:1px solid var(--peach)}.select-dropdown .select-label{color:var(--gray-dark-super);font-family:Roboto Regular;font-weight:500;font-size:12px;line-height:1.4;text-align:left}.select-dropdown .select-label.disabled-label{color:var(--gray)}.select-dropdown #select-default{margin-top:4px;border:1px solid var(--ash);border-radius:24px;width:100%;height:48px;padding:12px 40px 12px 16px;color:var(--gray-dark-super);font-family:Roboto Regular;font-size:14px;background:var(--white) url(/_next/static/media/bx-chevron-down.78b5499e.svg) no-repeat calc(100% - 16px) 50%;cursor:pointer;display:flex;align-items:center}.select-dropdown #select-default.disabled-select{background-color:#d4d4d4;cursor:inherit}.select-dropdown #select-default.isWarning{color:var(--peach);outline:1px solid var(--peach)}.select-dropdown #select-default .dropdown-header{display:flex;align-items:center}.select-dropdown #select-default .dropdown-header p{margin-left:8px;align-self:center}.select-dropdown #select-default .dropdown-header [alt=icon]{z-index:2;margin:3px;width:12px;height:12px}.select-dropdown #select-default .dropdown-list{position:fixed;z-index:3;top:50%;left:50%;border-radius:24px;width:260px;display:grid;background-color:var(--white);padding:16px;transform:translate(-50%,-50%);box-shadow:0 0 20px 0 rgba(0,0,0,.341);grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.select-dropdown #select-default .dropdown-list li{border:1px solid hsla(0,0%,80%,.5);border-radius:16px;width:100%;display:grid;align-items:center;background-color:var(--white);padding:12px 16px;color:var(--gray-dark);font-family:Roboto Regular;font-size:14px;text-align:center}.select-dropdown #select-default .dropdown-list li:hover{background-color:var(--chalk);cursor:pointer}.select-dropdown #select-default .dropdown-list li.li-disabled{display:none;background-color:hsla(0,0%,80%,.5);color:var(--gray)}.select-dropdown #select-default .dropdown-list li.li-disabled:hover{background-color:hsla(0,0%,80%,.5);cursor:not-allowed}@media only screen and (min-width:48em){.select-dropdown #select-default .modal-overlay-select{display:none}}#separator-default{margin:40px 0;border-bottom:1px solid var(--ash)}#separator-default.horizontal-margin{margin-right:24px;margin-left:24px}