/* * { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); } */

/* General */
/* @font-face {
    font-family: CeraGR;
    src: url("/fonts/Cera GR Medium.otf") format("opentype");
}
@font-face {
    font-family: CeraGR;
    font-weight: light;
    src: url("/fonts/Cera GR Light.otf") format("opentype");
}
@font-face {
    font-family: CeraGR;
    font-weight: bold;
    src: url("/fonts/Cera GR Bold.otf") format("opentype");
} */

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: "CeraGR"; */
    font-family: 'Poppins', sans-serif;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #f0f0f0;
}

.opacity-0 {
    opacity: 0;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.line-height-1 {
    line-height: 1;
}

.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}

.pointer-events-none {
	pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none;
}

.scale-on-hover {
    transition: transform .35s ease-in-out;
}
.scale-on-hover:hover {
    transform: scale(1.07);
}

.underlined-on-hover:hover {
    text-decoration: none;
}
.underlined-on-hover .underline-element { /* This only works on one-line elements with postion relative */
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.2);
    transform-origin: center left;
    transform: scaleX(0);
    transition: transform .35s ease-in-out;
}
.underlined-on-hover .underline-element.underline-element-white {
    background-color: rgba(255,255,255,.2);
}
.underlined-on-hover:hover .underline-element {
    transform: scaleX(1);
}

input:focus {
    outline: 0;
}

/* Center block vertically */
.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	/*whatever width you want*/
}

/* Display elements inline with auto width */
.wrapper-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.wrapper-container-2 {
    display: table;
    table-layout: fixed;
    width: 86%;
    margin: 0 auto;
    pointer-events: none;
}
.wrapper-container .wrapper-box { /* Each box will take as much space as possible and every box in the same line will have the same width */
    display: table-cell;
    width: auto;
    text-align: center;
}
.wrapper-container-2 .wrapper-box { /* Each box will take as much space as possible and every box in the same line will have the same width */
    display: table-cell;
    width: auto;
    text-align: center;
    pointer-events: none;
}
.wrapper-box img {
    max-width: 85%;
}
.swiper-pagination-aboutUsPartners .swiper-pagination-bullet{
    position: relative;
    z-index:1;
    opacity: 1;
    background-color: #f0f0f0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    transition: all 0.2s ease-in-out;
}
.swiper-pagination-aboutUsPartners .swiper-pagination-bullet-active{
    position: relative;
    z-index:1;
    opacity: 1;
    background-color: #3d596e;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

/* Centered image as if it's a background */
.centered-image-bg {
    overflow: hidden;
}
.centered-image-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
}

/* Youtube modal */
#container-yt-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23,90,154,.95);
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#container-yt-video.open {
    opacity: 1;
}

#video-cont {
    display: block;
    margin: 50vh auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#close-yt-video {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.zoom-intro-effect {
    display: block;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform .45s ease-in-out;
    overflow: hidden;
}
.zoom-intro-effect.zoomed {
    transform: scale(1.05);
}

hr.cst-border-white {
    border-top: 1px solid rgba(255,255,255,.1);
}

.py-hr-cst {
    padding-top: 8.333333vw;
    padding-bottom: 8.333333vw;
}

/* General CSS */
.sticky-side-title {
    position: sticky;
    top: 30%;
    padding: 30px 0;
}
.sticky-side-title p {
    transform: rotate(180deg);
    transform-origin: center;
    writing-mode: vertical-rl;
    line-height: calc(8.333333vw - 30px);
    user-select: none;
}

.bg-grey {
    background-color: rgb(240,240,240);
}
.bg-dark-grey {
    background-color: rgb(94,104,113);
}
.bg-blue {
    background-color: rgb(60,87,108);
}
.bg-orange {
    background-color: rgb(237,82,60);
}
.text-grey, .text-grey:hover {
    color: rgb(240,240,240);
}
.text-dark-grey, .text-dark-grey:hover {
    color: rgb(94,104,113);
}
.text-blue, .text-blue:hover {
    color: rgb(60,87,108);
}
.text-orange, .text-orange:hover {
    color: rgb(237,82,60);
}

.main-title {
    margin-top: 255px;
    font-size: 3.2vw;
    line-height: 1.1;
}
.main-description {
    font-size: 1.2vw;
    line-height: 1.35;
}

.grey-bottom-mask::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgb(240,240,240); /* Grey */
}

/* Hamburger */
.hamburger{margin-top:85px;margin-left:10px;padding:15px 0 15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active{transform:translateX(10px)}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#fff}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:34px;height:3px;background-color:#fff;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);}.hamburger--collapse.is-active .hamburger-inner{width:36px}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);}.hamburger--collapse.is-active .hamburger-inner::before{background-color:#fff}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger:focus{outline:0}

.vertical-align-top {
    vertical-align: top;
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 1030;
    transition: all .25s ease-in-out;
}
header.scrolled {
    background-color: rgba(60,87,108,.99);
    transform: translateY(-100%);
    transition: transform .25s ease-in-out, background-color .25s ease-in-out .25s, opacity .25s ease-in-out;
}
header.scrolled.show {
    transform: translateY(-20px);
}
header.forced-show {
    transform: translateY(-20px);
}
#hdr-logo {
    margin-top: 45px;
    margin-right: 115px;
    margin-left: 2vw;
}
#hdr-logo-blue {
    position: absolute;
    left: calc(15px + 2vw);
    top: 45px;
    opacity: 0;
    transition: opacity .35s ease-in-out;
}
#hdr-logo-blue.show {
    opacity: 1;
}
.hz-list {
    display: inline-block;
    margin-top: 45px;
}
.hz-list p, .hz-list a, .hz-list div {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
/* #models-drop-down-list .list {
    position: absolute;
    top: calc(100% + 5px);
    left: -10px;
    width: calc(100% + 20px);
    height: auto;
    max-height: 0;
    border: 1px solid transparent;
    background-color: transparent;
    transition: all .35s ease-in-out;
    overflow: hidden;
    pointer-events: none;
}
#models-drop-down-list.open .list {
    background-color: rgb(60,87,108);
    border: 1px solid #fff;
    max-height: 200px;
    pointer-events: all;
    z-index: 1;
    text-underline-offset: 3px;
}
#models-drop-down-list .list p {
    padding: 0 10px;
    margin: 10px 0;
} */
#models-drop-down img {
    transition: transform .35s ease-in-out;
}
#models-drop-down.open img {
    transform: scaleY(-1);
}
#models-drop-down-menu {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: calc(100vh - 58px);
    z-index: 1029;
    transform: scale(.92);
    opacity: 0;
    transition: all .35s ease;
    pointer-events: none;
}
#models-drop-down-menu.open {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
#models-drop-down-menu>div {
    padding: 75px 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#models-drop-down-menu .overflow-y-auto::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
    #models-drop-down-menu .overflow-y-auto {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.close-models-overlay {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 75px;
}

#lang-drop-down-list {
    margin-top: 45px;
}
#lang-drop-down-list .list {
    position: absolute;
    top: calc(100% + 5px);
    left: -10px;
    width: calc(100% + 20px);
    height: auto;
    max-height: 0;
    border: 1px solid transparent;
    background-color: transparent;
    transition: all .35s ease-in-out;
    overflow: hidden;
    pointer-events: none;
}
#lang-drop-down-list.open .list {
    background-color: rgb(60,87,108);
    border: 1px solid #fff;
    max-height: 200px;
    pointer-events: all;
    z-index: 1;
    text-underline-offset: 3px;
}
#lang-drop-down-list .list p {
    padding: 0 10px;
    margin: 10px 0;
}
#lang-drop-down-list img {
    transition: transform .35s ease-in-out;
}
#lang-drop-down-list.open img {
    transform: scaleY(-1);
}
#hdr-border-bottom {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 2px;
    width: calc(100% - 30px);
    border-bottom: 1px solid rgba(255,255,255,.2);
    transition: all .35s ease-in-out;
}
header.scrolled #hdr-border-bottom {
    border-bottom: 1px solid transparent;
}

.text-blue-spec {
    transition: color .35s ease-in-out;
}

header .text-blue-spec, header .text-blue-spec:hover {
    color: rgb(60,87,108);
}

header.scrolled.show .text-blue-spec, header.scrolled.show .text-blue-spec:hover {
    color: #fff;
}

header .set-lang-cookie.text-blue-spec, header .set-lang-cookie.text-blue-spec:hover {
    color: #fff;
}

header.forced-show .text-blue-spec, header.forced-show .text-blue-spec:hover {
    color: #fff;
}

.blue-hdr .hamburger-inner, .blue-hdr .hamburger-inner::after, .blue-hdr .hamburger-inner::before, .blue-hdr .hamburger.is-active .hamburger-inner, .blue-hdr .hamburger.is-active .hamburger-inner::after, .blue-hdr .hamburger.is-active .hamburger-inner::before {
    background-color: rgb(60,87,108);
    transition: background-color .35s ease-in-out;
}
.blue-hdr .scrolled .hamburger-inner, .blue-hdr .scrolled .hamburger-inner::after, .blue-hdr .scrolled .hamburger-inner::before, .blue-hdr .scrolled .hamburger.is-active .hamburger-inner, .blue-hdr .scrolled .hamburger.is-active .hamburger-inner::after, .blue-hdr .scrolled .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}

/* HP */
#main-yt-video {
    position: absolute;
    top: calc(255px + 5vw);
    left: calc(50% - 50px);
    width: 100px;
}

.swiper-container-hp-main-wire::before {
    content: "";
    position: absolute;
    top: 0;
    right: 16.666666vw;
    width: 2px;
    height: 30vh;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: rgba(255,255,255,.7);
    margin-top: -30vh;
    transform: scaleY(1);
    transform-origin: bottom center;
    transition: all .25s;
}
.swiper-container-hp-main-wire.animated-wire::before {
    transition: transform 9.5s linear, opacity 11.5s ease-out;
    transform: scaleY(0);
    opacity: .3;
}

.swiper-pagination-hp-main {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: auto;
    text-align: left;
}
.swiper-pagination-hp-main .swiper-pagination-bullet {
    opacity: 1;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    transition: all .35s ease-in-out;
    background-color: transparent;
    border: 2px solid #3e586d;
    outline: 0; /* Prevent black outline on active */
}
.swiper-pagination-hp-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3e586d;
    border: 2px solid transparent;
}

.model-box {
    display: inline-block;
    max-width: 25%;
}
.model-box::before {
    content: "";
    display: block;
    width: 30%;
    max-width: 50px;
    height: 1px;
    background-color: rgb(60,87,108);
    transform: translateX(75px) translateY(20px);
}
.model-box h2 {
    transform-origin: center;
    writing-mode: vertical-rl;
    margin: 0;
    user-select: none;
}
.model-box .img-list {
    max-width: 105px;
}
.img-list p {
    font-size: 15px;
    text-align: center;
}

.model-box a {
    transition: opacity .25s ease-in-out;
}
.model-box a:hover {
    opacity: .7;
    color: inherit;
}

.news-section h3 {
    max-width: 65%;
}
.news-section h3+p {
    max-width: 75%;
}

/*
*   About Us
*/
.aboutUsWhiteTitle {
    color: #3e586d;
    font-size: 7.8vw;
    font-weight: bold;
}
.aboutUsWelcomeTitle {
    position: absolute;
    top: 8.5vw;
    left: -10vw;
    z-index: 1;
}
.aboutUsWelcomeDescriptionContainer {
    position: absolute;
    bottom: 160px;
}
.text-blue-gray {
    color: #5e6871;
}
.left-img-decoration::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 3px;
    height: 2px;
    width: 42px;
    background-color: rgba(223,227,230,.5);
}
.right-img-decoration::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 3px;
    height: 2px;
    width: 42px;
    background-color: rgba(223,227,230,.5);
}
.section-show {
    /* padding-top: calc(8.333333vw - 15px); */
    padding-bottom: calc(8.333333vw - 15px);
}
.section-show-rtl .text-box-area {
    transform: translateY(-50%) translateX(10px);
}
.big-letter {
    font-size: 21.7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.big-letter::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 2px;
    height: 100%;
    background-color: #dfe3e6;
    transform: rotate(20deg);
    z-index: -1;
}
.section-show-rtl .big-letter::after {
    right: unset;
    left: 40%;
}
.vertical-align-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.text-box-area {
    position: absolute;
    top: 50%;
    max-width: 90%;
    transform: translateY(-50%);
}
/* .text-box-area p{
    font-size: 20px;
} */
.swpAboutUsPartnersLine {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    background-color: #d6d6d6;
    pointer-events: none;
}
.swiper-pagination-aboutUsPartners .swiper-pagination-bullet {
    background-color: #f0f0f0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    position: relative;
    top: 0;
    width: 15px;
    height: 15px;
    pointer-events: all;
}
/* .swiper-pagination-aboutUsPartners .swiper-pagination-bullet-active {
    background-color: #3d596e;
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    border-left: 4px solid#f0f0f0;
    border-right: 4px solid #f0f0f0;
    position: relative;
    box-shadow:-1px 0 #d6d6d6, 0 1px #d6d6d6, 1px 0 #d6d6d6, 0 -1px #d6d6d6;
} */
.swiper-pagination-aboutUsPartners .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
}
.swiper-pagination-aboutUsPartners .swiper-pagination-bullet-active::after {
    background-color: #3d596e;
}
.last-bullet{
    position: absolute!important;
    right: 0;
    top: 16px !important;
}
.first-bullet{
    position: absolute !important;
    left: 0;
    top: 16px !important;
}
.swiper-button-prev-swiper_aboutUsPartners{
    transform: rotateY(180deg);
    outline: none;
}
.swiper-button-prev-swiper_modelDetails{
    transform: rotateY(180deg);
    outline: none;
}
.swpAboutUsPartnersNavigationContainer{
    position: absolute;
    right:0px;
    top:0px;
}
.aboutUsDescriptionText{
    font-size: .8vw;
    line-height: 1.1vw;
}
.aboutUsTitleText{
    font-size: 1.5vw;
}
.w-90 {
    width: 90%;
}
.playVideoAboutUs{
    position: absolute;
    z-index: 1;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}
.swiper-container-aboutUsQualityProduct .swiper-slide{
    width:30.72vw;
}
.swiper-button-next-swiper_aboutUsQualityProduct{
    transform: rotate(-90deg);
    outline: none;
}
.swiper-button-next-swiper_modelDetails {
    transform: rotate(-90deg);
    outline: none;
    padding: 0 5px;
}
.swiper-button-prev-swiper_modelDetails {
    transform: rotate(90deg);
    outline: none;
    padding: 0 5px;
}
.swiper-button-next-swiper_aboutUsPartners {
    outline: none;
}
.swiper-button-prev-swiper_aboutUsQualityProduct{
    transform: rotate(90deg);
    outline: none;
}
.newsletterFooterInputText{
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    border-top: none;
    border-left: none;
    border-right:none;
    color: rgba(176, 204, 222,0.56);
}
#reason { /* Select input need this */
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.21);
    border-top: none;
    border-left: none;
    border-right: none;
    color: rgba(176,204,222,.56);
    border-radius: 0;
}
#reason.form-error {
    border-bottom: 1px solid #ff5137;
}
#reason:focus {
    color: rgb(94,110,119,.76);
}
.customCheckmark.form-error {
    border: 1px solid #ff5137;
}
.newsletterFooterInputText::placeholder{
    color: rgba(176, 204, 222,0.56);
}
.view-all-news::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 35px;
    background-color: #bddbed;
    left: -15px;
    top: 50%;
    transform: translateX(-100%);
}
.view-all-news::after {
    content: ">";
    font-size: 32px;
    font-family: "Courier New", Courier, monospace;
    position: absolute;
    color: #bddbed;
    left: -12px;
    top: -10px;
    transform: translateX(-100%) scaleY(0);
    transition: transform .35s ease-in-out;
}
.view-all-news:hover::after {
    transform: translateX(-100%) scaleY(1);
}
/*
    Footer custom checkboxs
*/
footer input:-webkit-autofill,
footer input:-webkit-autofill:hover, 
footer input:-webkit-autofill:focus, 
footer input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgb(60,87,108) inset !important;
    box-shadow: 0 0 0 30px rgb(60,87,108) inset !important;
}
footer input:-webkit-autofill {
    -webkit-text-fill-color: rgba(176,204,222,.56) !important;
}

/* The container */
.customRadioBtnContainer {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.customRadioBtnContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.customRadioBtnCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #7495af;
}

/* When the radio button is checked, add a blue background */
.customRadioBtnContainer input:checked ~ .customCheckmark {
    background-color: #7495af;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.customRadioBtnCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customRadioBtnContainer input:checked ~ .customRadioBtnCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customRadioBtnContainer .customRadioBtnCheckmark:after {
    top: 4.5px;
    left: 4.5px;
    width: 9px;
    height: 9px;
    background: #ff5137;
}
/*Checkmark*/
/* The container */
.customCheckmarkContainer {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckmarkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.customCheckmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 16px;
    width:16px;
    background-color: #7495af;
}

/* When the checkbox is checked, add a blue background */
.customCheckmarkContainer input:checked ~ .customCheckmark {
    background-color: #ff5137;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckmarkContainer input:checked ~ .customCheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckmarkContainer .customCheckmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.privacyFooterLabel{
    color: #b0ccde;
    opacity: .56;
    font-size: 13px;
}
.footerSubmitNewsletter{
    background-color: #ff5137;
    color: #fff;
    font-weight: bold;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    width: max-content;
}
#footer a {
    color: #fff;
    transition: all .2s ease-in-out;
    opacity:1;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}
#footer input{
    transition: all 0.2s ease-in-out;
}
.form-error{
    border-bottom: 1px solid #ff5137;
}
/*
    News
*/
.article-mt {
    padding-top: 210px;
}
.newsArticlesDate{
    font-size: 0.67vw;
    font-weight: bold;
    color: #5d6871;
}
.newsArticleTitle{
    font-size: 1.51vw;
    font-weight: bold;
    color: #3e5669;
    line-height: 1.24;
}
.newsArticlesAbstract{
    color: #4a4a4a;
    font-size: 0.67vw;
    line-height: 1.62;
}
.newsReadMoreLine{
    display: inline-block;
    width: 87px;
    height: 1px;
    border: solid 1px #bddbed;
    background-color: #bddbed;
}
.newsArticleReadMore{
    color: #5d6871;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
} 

/* Article */
.articleDate{
    font-size: .78vw;
    font-weight: bold;
    color: #5d6871;
}
.articleTitle{
    font-size: 1.51vw;
    line-height: 1.24;
    color: #3e5669;
    font-weight: bold;
}
.articleContent{
    font-size: .92vw;
    color: #4a4a4a;
    line-height: 23px;
}

/* Model */
#boatDrawing {
    will-change: transform;
}
#sticky-boat-color {
    display: block;
    position: sticky;
    top: 1vh;
    margin: 0 auto;
    max-height: 98vh;
}
#sticky-boat-cad-container {
    position: relative;
    display: block;
    overflow: hidden;
    height: 110vh;
    width: 100%;
}
#sticky-boat-cad-placeholder {
    display: block;
    margin: 0 auto;
    max-height: 98vh;
    pointer-events: none;
    opacity: 0;   
}
#sticky-boat-cad {
    position: absolute;
    top: 1vh;
    left: 50%;
    transform: translateX(-50%);
    max-height: 98vh;
}
.grillBg{
    background-color: #3c566b;
    background-image: linear-gradient(rgba(255,255,255,0.15) 2px, transparent 2px), linear-gradient(90deg, rgba(255,255,255,0.15) 2px, transparent 2px), linear-gradient(rgba(255,255,255,0) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0) 1px, transparent 1px);
    background-size: 5vw 5vw, 5vw 5vw, 20px 20px, 20px 20px;
    background-position: -0.1vw, -0.1vw -0.1vw, -0.1vw -0.1vw, -0.1vw -0.1vw;
}
.modelWatchVideoContainer{
    cursor: pointer;
}
.modelSpecsSummaryContainer{
    position: absolute;
    top: 30px;
    /* width: 78.333333333vw; */
    height: 75px;
    z-index: 1;
}
.modelSpecsSummary {
    /* width: 69.89vw; */
    width: calc(75vw - 160px);
    height: 100%;
    background-color: #fff;
}
.modelAskForBrochure{
    background-color: #ff5137;
    height: 100%;
    /* width: 8.28125vw; */
    width: 195px;
    color: white;
}
.modelLengthIconContainer{
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translateY(-50%);
}
.modelWidthIconContainer{
    position: absolute;
    top: 50%;
    left: 17vw;
    transform: translateY(-50%);
}
.modelSpeedIconContainer{
    position: absolute;
    top: 50%;
    left: 31vw;
    transform: translateY(-50%);
}
.modelRangeIconContainer{
    position: absolute;
    top: 50%;
    left: 46vw;
    transform: translateY(-50%);
}
.modelLengthIcon{
    position: relative;
    bottom: 10px;
}
.modelWidthIcon{
    position: relative;
    bottom: 11px;
}
.modelSpeedIcon{
    position: relative;
    bottom:11px;
}
.modelRangeIcon{
    position: relative;
    bottom: 11px;
}
.m-0-auto{
    margin: 0 auto;
}
.swpModelDetailsNavContainer{
    position: absolute;
    bottom: 10px;
    right: 8%;
}
.modelSpecificationTitle{
    font-size: 2.03vw;
}
/*.swiper-container-modelDesignBeauty .swiper-slide {
    width: 30.72vw!important;
}*/
.arrowModelLengthRotated{
    transform: rotate(180deg) translateY(10px);
}
.arrowWidthRotated{
    transform: rotate(180deg);
}
.modelsSpecsSection1{
    position:absolute;top:50%;transform: translateY(-50%);
}
.modelsSpecsSection2{
    position:absolute;top:50%;transform: translateY(-50%);
}
.arrowLengthHeight{
    height: 22.76vw;
}
#boatDrawing{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.boatGeneralWidth{
    left:50%;
    height:98vh;
    transform: translateX(-50%);
}
#color-boat-sticky {
    left: unset;
    transform: unset;
    margin: 0 auto;
}
.arrowWidthModel{
    width:4.68vw;
}
.modelSpecsText{
    font-size: 0.7291vw;
}
.modelAskForBrochureContent{
    position: absolute;
    text-align: center;
    top: 50%;
    right: 97.5px;
    transform: translateY(-50%) translateX(50%);
    font-weight: bold;
    font-size: 13px;
}
.swiper-button-prev-swiper_modelDesignBeauty{
    transform: rotate(90deg);
    padding: 0 5px;
}
.swiper-button-next-swiper_modelDesignBeauty{
    transform: rotate(-90deg);
    outline: none;
    padding: 0 5px;
}
.contactButton{
    background-color: #ff5137;
    color: #fff;
    font-weight: bold;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    width: max-content;
}
.downloadButton{
    background-color: #ff5137;
    color: #fff;
    font-weight: bold;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    width: max-content;
}
/*
    Contact
*/
.contactHeader{
    font-size: 2.083vw;
}
#contactForm input:-webkit-autofill,
#contactForm input:-webkit-autofill:hover, 
#contactForm input:-webkit-autofill:focus, 
#contactForm input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgb(60,87,108) inset !important;
    box-shadow: 0 0 0 30px rgb(60,87,108) inset !important;
}
#contactForm input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
#downloadForm input:-webkit-autofill,
#downloadForm input:-webkit-autofill:hover, 
#downloadForm input:-webkit-autofill:focus, 
#downloadForm input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgb(60,87,108) inset !important;
    box-shadow: 0 0 0 30px rgb(60,87,108) inset !important;
}
#downloadForm input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
.promo-regulation-modal {
    width: fit-content !important;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: unset;
}
.promo-regulation-modal .modal-content {
    width: calc(8.33333vw * 9);
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.promo-regulation-modal .modal-content .modal-body {
    padding: 150px 100px;
}
.promo-regulation-modal .modal-content .modal-body #promoRegulationModalClose {
    position: fixed;
    top: 55px;
    right: 55px;
    width: 30px;
    height: 30px;
}
.promo-regulation-modal .modal-content .modal-body #promoRegulationModalClose img {
    width: 100%;
}
.promo-regulation-modal .modal-content .modal-body .regulation-content {
    color: #002022;
}
.promo-regulation-modal .modal-content .modal-body .regulation-content h1, .promo-regulation-modal .modal-content .modal-body .regulation-content h2, .promo-regulation-modal .modal-content .modal-body .regulation-content h3, .promo-regulation-modal .modal-content .modal-body .regulation-content h4 {
    font-size: 40px;
}
.promo-regulation-modal .modal-content .modal-body .regulation-content p {
    font-size: 20px;
}

/* IE exclusive properties */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sticky-side-title {
        position: absolute;
        top: 0;
    }
    .sticky-side-title p {
        transform: rotate(90deg);
        transform-origin: center left;
        pointer-events: none;
    }
}

/* Responsive */
@media only screen and (max-width: 1599px) {
    .news-section h3 {
        max-width: 75%;
    }
    .news-section h3+p {
        max-width: 95%;
    }
}

@media only screen and (max-width: 1199px) {
    .modelSpecsText{
        font-size: 1.7291vw;
    }
}

@media only screen and (max-width: 991px) {
    #hdr-logo {
        margin-right: 25px;
    }
    .hz-list p, .hz-list a, .hz-list div {
        font-size: 14px;
    }

    .aboutUsWelcomeTitle {
        position: relative;
        left: -5vw;
        top: unset;
    }
    .aboutUsWelcomeDescriptionContainer {
        position: relative;
        bottom: unset;
    }
    .text-box-area, .section-show-rtl .text-box-area {
        position: relative;
        top: 0;
        transform: translateY(0);
        max-width: unset;
    }
    /* .text-box-area p{
        font-size: 1rem;
    } */
    .left-img-decoration::after, .right-img-decoration::after {
        display: none;
    }
    .aboutUsDescriptionText {
        font-size: 1.82vw;
        line-height: 3.7vw;
    }
    .aboutUsTitleText {
        font-size: 3.25vw;
    }
    .playVideoAboutUs {
        transform: translateX(-50%) translateY(0%);
    }
    .newsArticlesDate {
        font-size: 1.67vw;
        font-weight: bold;
        color: #5d6871;
    }
    .newsArticleTitle {
        font-size: 2.51vw;
        font-weight: bold;
        color: #3e5669;
        line-height: 1.24;
    }
    .newsArticlesAbstract {
        color: #4a4a4a;
        font-size: 1.67vw;
        line-height: 1.62;
    }
    /* Article */
    .articleDate{
        font-size: 1.78vw;
        font-weight: bold;
        color: #5d6871;
    }
    .articleTitle{
        font-size: 2.51vw;
        line-height: 1.24;
        color: #3e5669;
        font-weight: bold;
    }
    .articleContent{
        font-size: 1.72vw;
        color: #4a4a4a;
        line-height: 33px;
    }
    .modelSpecsSummaryContainer{
        position: relative;
        width: 100%;
        height: unset;
    }
    .modelSpecsSummary{
        width: 100%;
        height: unset;
        background-color: unset;
    }
    .modelAskForBrochure{
        background-color: unset;
        height: unset;
        width: 100%;
        color: #3e5669;
    }
    .modelLengthIconContainer{
        position: unset;
        transform: translateY(0);
    }
    .modelWidthIconContainer{
        position: unset;
        transform: translateY(0);
    }
    .modelSpeedIconContainer{
        position: unset;
        transform: translateY(0);
    }
    .modelRangeIconContainer{
        position: unset;
        transform: translateY(0);
    }
    .modelsSpecsSection2{
        position: relative;
        transform: translateY(0);
    }
    #sticky-boat-cad-container{
        height: unset;
    }
    .arrowLengthHeight{
        height: 40.76vw;
    }
    .boatGeneralWidth{
        left:50%;
        height:98vh;
        transform: translateX(-50%);
    }
    #color-boat-sticky {
        left: unset;
        transform: unset;
        margin: 0 auto;
    }
    .arrowWidthModel {
        width: 7.68vw;
    }
    .modelsSpecsSection1{
        position: unset;
        transform: translateY(0);
    }
    .modelAskForBrochureContent{
        position: unset;
    }
    .grillBg{
        background-size: 10vw 10vw, 10vw 10vw, 20px 20px, 20px 20px;
        background-position: -0.1vw, -0.1vw -0.1vw, -0.1vw -0.1vw, -0.1vw -0.1vw;
    }
    .modelSpecificationTitle{
        font-size: 5.03vw;
    }
    .contactHeader{
        font-size: 3.083vw;
    }
    .promo-regulation-modal .modal-content {
        width: calc(8.33333vw * 10);
        height: 80vh;
    }
    .promo-regulation-modal .modal-content .modal-body {
        padding: 70px 35px;
    }
    .promo-regulation-modal .modal-content .modal-body #promoRegulationModalClose {
        top: 30px;
        right: 30px;
        width: 25px;
        height: 25px;
    }
    .promo-regulation-modal .modal-content .modal-body .regulation-content h1, .promo-regulation-modal .modal-content .modal-body .regulation-content h2, .promo-regulation-modal .modal-content .modal-body .regulation-content h3, .promo-regulation-modal .modal-content .modal-body .regulation-content h4 {
        font-size: 30px;
    }
    .promo-regulation-modal .modal-content .modal-body .regulation-content p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .aboutUsWelcomeDescriptionContainer {
        bottom: unset;
    }
    .main-title {
        margin-top: 145px;
        font-size: 18px;
    }
    .main-description {
        font-size: 13px;
    }
    #main-yt-video {
        left: calc(50% - 35px);
        width: 70px;
    }
    .swiper-container-hp-main-wire::before {
        height: 15vh;
        margin-top: -15vh;
    }
    .hamburger, .hamburger.is-active {
        transform: scale(.5);
    }
    .wrapper-box img {
        max-width: 63%;
    }
    .img-list p {
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
    }
    .model-box::before {
        display: none;
    }
    #hdr-logo {
        margin-top: 30px;
    }
    #lang-drop-down-list {
        margin-top: 33px;
    }
    .model-box h2 {
        font-size: 22px;
        height: 80px;
    }
    .hamburger {
        margin-top: 15px;
    }
    header.scrolled.show {
        height: 75px;
        transform: translateY(-15px);
    }
    .underlined-on-hover .underline-element { /* This only works on one-line elements with postion relative */
        display: none;
    }
    .hz-list {
        position: fixed;
        top: 75px;
        right: 0;
        width: 0%;
        height: 100vh;
        background-color: rgb(60,87,108);
        margin: 0;
        padding-top: 85px;
        color:white!important;
        /*transform: translateX(100%);*/
        transition: all .45s ease-in-out;
    }
    .hz-list.open {
        /*transform: translateX(0);*/
        width: 100%;
        padding-left: 15px;
    }
    .hz-list p, .hz-list a, .hz-list div {
        display: block;
        font-size: 22px;
        margin-top: 15px;
    }
    #models-drop-down-menu {
        z-index: 1031;
    }
    #models-drop-down-menu {
        top: 0;
        height: 100vh;
    }
    .hz-list .text-blue-spec{
        color:white!important;
    }
    .aboutUsWhiteTitle {
        font-size: 55px;
    }
    .swpAboutUsPartnersNavigationContainer {
        right: 15px;
    }
    .modelAskForBrochureContent {
        transform: unset;
    }
}

@media only screen and (max-width: 575px) {
    .w-90 {
        width: 100%;
    }
    .aboutUsWelcomeTitle {
        position: unset;
    }
    .playVideoAboutUs {
        transform: translateX(-50%) translateY(-20%);
        width:20%;
    }
    .aboutUsDescriptionText {
        font-size: 3.82vw;
        line-height: 6.5vw;
    }
    .aboutUsTitleText {
        font-size: 6.25vw;
    }
    .newsArticlesDate {
        font-size: 2.67vw;
        font-weight: bold;
        color: #5d6871;
    }
    .newsArticleTitle {
        font-size: 4.51vw;
        font-weight: bold;
        color:#3e5669;
        line-height: 1.24;
    }
    .newsArticlesAbstract {
        color:#4a4a4a;
        font-size: 3.67vw;
        line-height: 1.62;
    }
    /* Article */
    .articleDate{
        font-size: 4.78vw;
        font-weight: bold;
        color:#5d6871;
    }
    .articleTitle{
        font-size: 6.51vw;
        line-height: 1.24;
        color:#3e5669;
        font-weight: bold;
    }
    .articleContent{
        font-size: 4.72vw;
        color: #4a4a4a;
        line-height: 33px;
    }
    #sticky-boat-cad {
        width:90vw;
    }
    #sticky-boat-color{
        width:90vw;
    }
    .arrowLengthHeight {
        /* height: 58.76vw; */
        height: 45vh;
    }
    .boatGeneralWidth{
        left:50%;
        height:98vh;
        transform: translateX(-50%);
    }
    #color-boat-sticky {
        left: unset;
        transform: unset;
        margin: 0 auto;
    }
    .modelSpecsText{
        font-size: 3.7291vw;
    }
    .arrowWidthModel {
        width: 12.68vw;
    }
    .swpModelDetailsNavContainer {
        position: absolute;
        bottom: -5px;
        right: 14%;
    }
    .modelSpecificationTitle{
        font-size: 7.03vw;
    }
    .contactHeader{
        font-size: 5.083vw;
    }
    .promo-regulation-modal .modal-content {
        width: calc(8.33333vw * 12 - 2rem);
        height: 80vh;
    }
    .promo-regulation-modal .modal-content .modal-body {
        padding: 80px 15px;
    }
    .promo-regulation-modal .modal-content .modal-body #promoRegulationModalClose {
        top: 20px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
    .promo-regulation-modal .modal-content .modal-body .regulation-content h1, .promo-regulation-modal .modal-content .modal-body .regulation-content h2, .promo-regulation-modal .modal-content .modal-body .regulation-content h3, .promo-regulation-modal .modal-content .modal-body .regulation-content h4 {
        font-size: 20px;
    }
    .promo-regulation-modal .modal-content .modal-body .regulation-content p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {

}