
body{
    padding:0;
    margin:0;
}

.siteContainer{
    background-color:#fff;
    max-width:1280px;
    position:absolute;
    transform: translate( -50%, 0% );
    -moz-transform: translate( -50%, 0% );
    -webkit-transform: translate( -50%, 0% );
    left:50%;
    width:100%;
    margin:0;
    padding:0;
}

.header{
    background-color:#fed700;
    width:100%;
    display:flex;
    justify-content: center;
}

.headerSlider{
    width:90%;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    margin-top:40px;
    margin-bottom:40px;
    position:relative;
}

.menu{
    position:absolute;
    display:flex;
    z-index:10000;
    width:100%;
}

ul.menuItems{
    display:flex;
    flex-grow:4;
    backdrop-filter: blur(10px);
    background-color:rgba(200, 200, 200, 0.3 );
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border:1px solid #FFF;
    list-style:none;
    flex-basis: 100%;
    width:100%;
    align-items: center;
    justify-content:center;
    text-align:center;
    height:60px;
    margin-bottom:30px;
    margin-top:15px;
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#FFF;
  font-size:18px;
  line-height:18px;
  position:relative;
}

ul.menuItems a{
    text-decoration:none;
    color:#FFF;
}

ul.menuItems li.menuItem{
    width:20%;
    text-align:center;
    /*display:flex;*/
    align-items: center;
    justify-content: center;
}

ul.menuItems .active{
    border-bottom:3px solid #fed700;
}

li.menuItemSeparator{
    padding:0px 20px 0px 20px;
}

ul.menuItems li.menuItemSeparator{
    display:flex;
    width:3%;
    align-items:center;
    padding:0px 5px 0px 5px;
    height:94%;
}

li.menuItemSeparator img{
    height:100%;
}

.menu .desktopLogo{
    flex-grow:1;
    width:180px;
    margin-top:0px;
    margin-left:-1px;
}

.menu .sectionChangeBtn{
    width:180px;
}

.menu .sectionChangeLink{
    display:flex;
}

.swiper{
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

.swiper3{
    overflow:hidden;
    position:relative;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding:0 !important;
}

.swiper4{
    overflow:hidden;
    position:relative;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding:0 !important;
    background-color:#971454;
}

.swiper .swiper-slide{
    width:100% !important;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.swiper3 .swiper-slide{
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.swiper4 .swiper-slide{
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.swiper .swiper-slide img{
    width:100%;
    height:100%;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

.swiper3 .swiper-slide img{
    width:100%;
    height:100%;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    padding: 0 !important;
}

.swiper4 .swiper-slide img{
    width:100%;
    height:100%;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    padding: 0 !important;
}

.swiper .swiper-pagination{
    text-align:left !important;
}

.swiper .swiper-pagination-bullet{
    width:30px !important;
    height:25px !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    color:#FFF;
    opacity:1.0 !important;
    border:1px solid #FFF;
    border-bottom:none;
    text-align:center;
    line-height:25px;
    font-family: "Bebas Neue", sans-serif;
    margin-left:0 !important;
    margin-right:0 !important;
}

.swiper .swiper-pagination-bullet-active{
    background:#999 !important;
    color:#fed700;
}

.swiper3 .swiper-pagination-bullet{
    width:25px !important;
    height:25px !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    color:#FFF;
    opacity:1.0 !important;
    border-bottom:none;
    text-align:center;
    line-height:25px;
    font-family: "Bebas Neue", sans-serif;
    margin-left:5px !important;
    margin-right:5px !important;
    margin-bottom:5px !important;
    background-color:#888;
}

.swiper4 .swiper-pagination-bullet{
    width:25px !important;
    height:25px !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    color:#FFF;
    opacity:1.0 !important;
    border-bottom:none;
    text-align:center;
    line-height:25px;
    font-family: "Bebas Neue", sans-serif;
    margin-left:5px !important;
    margin-right:5px !important;
    margin-bottom:5px !important;
    background-color:#888;
}

.swiper3 .swiper-pagination-bullet-active{
    background: #fed700 !important;
    color:#fed700;
}

.swiper4 .swiper-pagination-bullet-active{
    background: #fed700 !important;
    color:#fed700;
}

.swiper .swiper-pagination{
    border-bottom:1px solid #FFF;
    margin:0px 0px 20px 5%;
    width:90% !important;
}

.interiorMenu{
    width:65%;
}

.interiorMenu .menuItems{
    background:transparent;
    border:none;
}

.content{
    width:100%;
    background-color:#FFF;
    margin-bottom: 50px;
}

.footer1{
    width:100%;
    background-color:#971454;
    color:#FFF;
    font-family: "Bebas Neue", sans-serif;
    font-size:18px;
    display:flex;
    justify-content: left;
    align-items: center;
}

.footer1 a{
    text-decoration:none;
    color:#FFF;
    margin:20px;
}

.footer2{
    width:100%;
    background-color:#fed700;
    color:#000;
    font-family: "Bebas Neue", sans-serif;
        font-size:18px;
    display:flex;
    justify-content:space-between;
    align-items: center;
}

.footer2cell > a{
    width:70%;
}

.footer2cell:nth-child(2) > a{
    width:50%;
    flex:1;
}

.footer2cell > a > img{
    width:100%;
}

.footer2cell{
    display:flex;
    flex-wrap: nowrap;
    width:30%;
    align-items:center;
    margin:20px 10px 20px 10px;
}

.footer2cell img{
    width:15%;
}

.footer2cell .rsicon{
    width:20%;
    margin:0 5px 0 5px;
    text-align:center;
}

.footer2cell .rsicon img{
    width:60%;
}

.mobileImg{
    display:none;
}

.mobileMenuBtn{
    position:absolute;
    right:0;
    top:0;
    width:80px;
    height:90px;
    text-align:center;
    line-height:90px;
    font-size:30px;
    color:#FFF;
    display:none;
}

.fullWidthImg{
    max-width:100%;
    padding: 20px;
    display:flex;
    justify-content:end;
}

.yellowBg{
    background-color:#fed700;
}

.yellowBg > img{
    margin-bottom:-100px;
}

.imgRow{
    height:80px;
    position:relative;
    display:flex;
}

.imgRow img{
    height:100%;
}

.variableHImgRow{
      display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: center;
}

.variableHImgRow img{
  width:98%;
  height: auto;
  padding:1%;
}

.variableHImgRow > div{
  width:98%;
  height: auto;
  padding:1%;
  display:flex;
  flex-wrap: nowrap;
  justify-content:center;
}

.variableHImgRow > div img{
  height:50px;
}

.text{
    display:block !important;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
  font-weight: 500;
  font-size:17px;
  line-height:21px;
  font-style: normal;
}

.text ul{
    list-style-image: url("../imgs/bullet.svg");
    padding-left:20px;
}

.text ul li{
    font-size:30px;
    line-height:16px;
    margin: 15px 0px 15px 0px;
}

.faqTitle{
      display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: center;
  background-color:#971454;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  padding:20px;
  margin:15px 0 0px 0;
  font-weight:500;
  position:relative;
  z-index:100;
}

.faqTitle p{
    font-family: "Bebas Neue", sans-serif;
    font-weight:500;
    font-size:50px;
    line-height:55px;
    color:#FFF;
    margin-bottom:15px;
    margin-top:15px;
}

.faqTitle p b{
    font-weight: 500;
    color:#000;
}

.faqOpenBtn{
    background-color: #fed700;
    font-size:60px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    text-align: center;
    line-height:80px;
    width:80px;
    height:80px;
    color:#FFF;
    justify-self: end;
    cursor:pointer;
}

.liContent{
    font-size:16px;
    line-height:16px;
}

.interiorImg{
    height:100% !important;
}



.interiorImg img{
    height:auto !important;
}

.flipcardGrid {
    display: flex;
    flex-wrap: wrap;
}

.flipcard {
    flex-grow: 1;
    width: 20%;
    margin: 45px;
    background-color: transparent;
    height: 150px;
    max-width: 26%;
}

.flipped {
    animation-name: flip;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.swiper2{
    display:flex;
    position:relative;
    overflow:hidden;
}

.swiper2 .swiper-wrapper{
    position:relative;
}

.swiper2 .swiper-slide{
    height:100%;
}

.swiper2 .swiper-slide img{
    width:100%;
}

.swiper-button-next2{
    height:35px;
    width:35px;
    position:absolute;
    z-index:100000;
    right:-35px;
    top:50%;
    font-size:35px;
}
.swiper-button-prev2{
    height:35px;
    width:35px;
    position:absolute;
    z-index:100000;
    left:-35px;
    top:50%;
    font-size:35px;
}

.swiper2 .swiper-scrollbar{
    display:none;
}

.floatingMenu{
    position:fixed;
    display:flex;
    top:50%;
    right:15px;
    justify-content: end;
    align-items:start;
    z-index:10000000000000000000000000;
}

.floatingMenuIcon{
    width:50px;
    height:50px;
    background-color:#fed700;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    color:#FFF;
    text-align: center;
    font-size:35px;
    line-height:50px;
     box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
cursor:pointer;
}

.floatingMenu ul{
    list-style-image: url("../imgs/bullet.svg");
    padding-left:20px;
    background-color:#FFF;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:10px;
    margin:10px;
    padding-inline-start: 40px;
    display:none;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
max-width:250px;
}

.floatingMenu ul li{
    font-size:30px;
    line-height:20px;
    margin: 10px 0px 10px 0px;
    font-family: "Bebas Neue", sans-serif;
}

.floatingMenu ul li a{
    text-decoration:none;
    color:#000;
}

.floatingMenu ul li::marker{
    font-size:40px;
}

.floatingMenu ul li:first-child{
    list-style-type:none;
    list-style-image:none;
    border-bottom:2px solid #971454;
}

.floatingMenu .active a{
    color:#971454;
}

.liContent2{
    font-size:20px;
    line-height:20px;
}

.twoColumns{
    grid-column: span 2;
}
.fourColumns{
    grid-column: span 4;
}

.references{
    font-family: "Montserrat", sans-serif;
    padding:10px;
    font-size:12px;
}

.references b{
    font-size:18px;
}

.marker{
    background-color: #fed700;
}

.flipcard p{
    font-family: "Montserrat", sans-serif;
}

.flipcard img{
    width:100%;
}

.bebasTitle{
    font-family: "Bebas Neue", sans-serif;
    font-weight:400;
    font-size:30px;
    line-height:40px;
    display:inline-block;
    padding: 0 10px 0 10px;
}

.bebasTitle a{
    text-decoration: none;
    color:#000;
}

.faqContent{
    justify-content: center;
    background-color:#EFEFEF;
    padding-top:2%;
    margin-top:-1%;
    position:relative;
    z-index:10;
    display:none;
}

.faqContent .text{
    justify-content:center;
    text-align: center;
}

#videoOverlay{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba( 255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    display:none;
    justify-content: center;
    align-items: center;
    z-index:101;
}

#contactOverlay{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba( 255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    display:none;
    z-index:101;
}

.visibleFadein{
    display:flex !important;
    animation-name: fadein;
    animation-duration: 0.5s;
}

@keyframes fadein{
    0%{
        opacity:0.0;
    }
    100%{
        opacity:1.0;
    }
}

.videoOverlayContent{
    width:90%;
    height:fit-content;
}

.contactOverlayContent{
    width:70%;
    max-width: 700px;
    height:fit-content;
    background-color:#FFF;
    padding:15px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.34);
position:relative;
}

#videoOverlayClose{
    position:absolute;
    top:5px;
    right:5px;
    width:45px;
    height:45px;
    background-color:#fed700;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#FFF;
    line-height:45px;
    text-align: center;
    font-size:35px;
    cursor:pointer;
}

#contactOverlayClose{
    position:absolute;
    top:10px;
    right:10px;
    color:#000;
    line-height:45px;
    text-align: center;
    font-size:35px;
    cursor:pointer;
}

form{
    font-family: "Montserrat", sans-serif;
}

form label{
    font-family: "Bebas Neue", sans-serif;
    font-weight:400;
    font-size:30px;
}

form input{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid #fed700 2px;
    line-height:30px;
    font-size:15px;
    margin:0px 10px 30px 0px;
    width:90%;
}

form select{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid #fed700 2px;
    line-height:30px;
    font-size:13px;
    height:35px;
    margin:0px 10px 30px 0px;
    width:90.5%;
}

form button{
    font-family: "Bebas Neue", sans-serif;
     font-weight:400;
    font-size:20px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid #971454 2px;
    background-color:#971454;
    color:#FFF;
    padding:10px;
    cursor:pointer;
}

.disclaimer{
    font-family: "Montserrat", sans-serif;
    font-size:12px;
    text-align: center;
    padding:15px 2% 50px 2%;
    width:96%;
    justify-content: center;
}

.floatingBtn{
    position:fixed;
    width:250px;
    height:80px;
    right:10px;
    bottom:10px;
    z-index:100;
}

#contact-form-status{
    font-size:11px;
}

.headerImg{
    cursor: pointer;
}

.invisible{
    display:none;
}


@keyframes flip{

0% {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotate(0deg);
}
50% {
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -ms-transform: rotate(90deg);
}
100% {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotate(0deg);
}
}


@media only screen and (max-width: 599px) {
    .footer1{
        flex-wrap:wrap;
        justify-content:center;
    }
    .footer1 a{
        width:100%;
        text-align:center !important;
    }
    .footer2{
        flex-wrap: wrap;    
    }
   .footer2title{
    width:100%;
    text-align:center;
   }
   .footer2cell{
    width:100% !important;
    flex-wrap:wrap;
    justify-content: center;
   }
   .footer2cell a{
    display:flex;
    justify-content: center;
   }
   .footer2cell:nth-child(2) > a{
    width:15%;
    flex:auto;
}
   .footer2cell > a > img{
    width:60%;
   }
   
   .footer2cell > img{
    width:15%;
   }
   .footer2cell .rsicon {
    width:10%;
   }
    ul.menuItems{
        font-size:10px;
        line-height:10px;
    }
    /*Mobile menu*/
    .headerSlider{
        width:100%;
        margin-top:0px;
        margin-bottom:0px;
    }
    .swiper-slide img{
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
    }
    .swiper{
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
    }
    .desktopLogo{
        display:none;
    }
    .sectionChangeBtn{
        display:none;
    }
    ul.menuItems li.menuItem {
        width:100%;
        padding:15px 0 15px 0;
        border-bottom:1px solid #FFF;
        font-size:15px;
    }
    ul.menuItems li.menuItem:first-child { 
        border-bottom:none;
    }
    ul.menuItems{
        flex-wrap:wrap;
        margin-top:0px;
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        border:none;
        padding:0;
        height:auto;
        margin-bottom:0;
    }
    li.menuItemSeparator{
        display:none !important;
    }
    ul.menuItems .active a{
        padding-bottom:5px;
        border-bottom:2px solid #fed700;
    }

    ul.menuItems a img{
        height:50px;
    }

    

    .mobileImg{
        padding:0 !important;
        height:90px;
    }

    .mobileLogo{
        display:flex !important;
    }

    .mobileImg:first-child{
        background-color:#fed700;
    }

    .mobileImg:first-child a img{
        height:90px;
    }
    .mobileMenuBtn{
        display:block;
    }

    .interiorMenu .mobileMenuBtn{
        margin-top:-100px;
    }

    .mobileEl{
        display:none;
    }
    .swiper{
        margin-top:90px;
    }
    .swiper-pagination{
        display:none;
        bottom:auto !important;
        top:40px !important;
        text-align: right !important;
    }
    .variableHImgRow {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
  .faqTitle {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
  .faqTitle div{
    justify-self: center;
  }
  .faqTitle p{
    font-size:35px;
    line-height:40px;
  }
  .faqOpenBtn{
    width:50px;
    height:50px;
    font-size:35px;
    line-height:50px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    cursor:pointer;
  }
  .interiorMenu{
    width:100%;
    position:absolute;
   }
   .interiorMenu .menuItems{
    margin-top:-50px;
    background-color: rgba(200, 200, 200, 0.4);
   }
   .fullWidthImg{
        padding: 0px;
        padding-top:100px;
    }
    .flipcard {
        flex-grow: 1;
        width: 100%;
        margin: 45px;
        height: 150px;
        max-width: 100%;
    }
    .swiper-button-next2{
        right:0px;
    }
    .swiper-button-prev2{
        left:0px;
    }
    .floatingMenu{
    top:50%;
    right:5px;
    }

    .floatingMenu ul{
        max-width:80%;
    }
    .twoColumns{
        grid-column: span 1;
    }
    .fourColumns{
        grid-column: span 1;
    }

    .swiper3 .swiper-pagination{
        display:none;
    }

     .swiper4 .swiper-pagination{
        display:none;
    }

    .contactOverlayContent{
        width:85%;
    }

    .mobileSticker{
        display:none;
    }

    .headerImg{
        margin-top:50px;
    }

}


@media only screen and (min-width: 600px) and (max-width: 1027px){
    .footer1{
        flex-wrap:wrap;
        justify-content:center;
    }
    .footer1 a{
        width:100%;
        text-align:center !important;
    }
    .footer2{
        flex-wrap: wrap;    
    }
   .footer2title{
    width:100%;
    text-align:center;
   }
   .footer2cell{
    width:100% !important;
    flex-wrap:wrap;
    justify-content: center;
   }
   .footer2cell a{
    display:flex;
    justify-content: center;
   }
   .footer2cell:nth-child(2) > a{
    width:15%;
    flex:auto;
}
   .footer2cell > a > img{
    width:60%;
   }
   .footer2cell > img{
    width:15%;
   }
   .footer2cell .rsicon {
    width:10%;
   }
   ul.menuItems{
        font-size:11px;
        line-height:11px;
    }

    /*Mobile menu*/
    .headerSlider{
        width:100%;
        margin-top:0px;
        margin-bottom:0px;
    }
    .swiper .swiper-slide img{
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
    }
    .swiper{
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
    }
    .desktopLogo{
        display:none;
    }
    .sectionChangeBtn{
        display:none;
    }
    ul.menuItems li.menuItem {
        width:100%;
        padding:15px 0 15px 0;
        border-bottom:1px solid #FFF;
        font-size:15px;
    }
    ul.menuItems li.menuItem:first-child { 
        border-bottom:none;
    }
    ul.menuItems{
        flex-wrap:wrap;
        margin-top:0px;
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        border:none;
        padding:0;
        height:auto;
        margin-bottom:0;

    }
    li.menuItemSeparator{
        display:none !important;
    }
    ul.menuItems .active a{
        padding-bottom:5px;
        border-bottom:2px solid #fed700;
    }

    ul.menuItems a img{
        height:50px;
    }

    .mobileLogo{
        display:flex !important;
    }

    .mobileImg:first-child{
        background-color:#fed700;
    }

    .mobileImg:first-child a img{
        height:90px;
    }

    .mobileMenuBtn{
        display:block;
    }
    .interiorMenu .mobileMenuBtn{
        margin-top:-100px;
    }
    .mobileEl{
        display:none;
    }
    .swiper{
        margin-top:90px;
    }

    .swiper-pagination{
        display:none;
        bottom:auto !important;
        top:40px !important;
        text-align: right !important;
    }
    .interiorMenu{
    width:100%;
    position:absolute;
   }

   .interiorMenu .menuItems{
    margin-top:-50px;
   }
   .fullWidthImg{
        padding: 0px;
        padding-top:100px;
   }
   .flipcard {
        flex-grow: 1;
        width: 100%;
        margin: 45px;
        height: 150px;
        max-width: 100%;
   }
   .swiper-button-next2{
        right:0px;
    }
    .swiper-button-prev2{
        left:0px;
    }
    .floatingMenu{
    top:50%;
    right:5px;
    }
    .floatingMenu ul{
        max-width:80%;
    }
    .twoColumns{
        grid-column: span 1;
    }
    .fourColumns{
        grid-column: span 1;
    }
    .swiper3 .swiper-pagination{
        display:none;
    }
    .swiper4 .swiper-pagination{
        display:none;
    }
    .faqTitle {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }
  .faqTitle div{
    justify-self: center;
  }
  .headerImg {
    margin-top: 100px;
  }
}


@media only screen and (min-width: 1027px) {
    ul.menuItems{
        font-size:14px;
        line-height:14px;
    }
}


@media only screen and (min-width: 1190px) {
    ul.menuItems{
        font-size:16px;
        line-height:16px;
    }
}
