@charset "UTF-8";


/***** content start *****/

body.mobile-menu-open{
  background: #1A2034;
}

body:not(.home) #main .inner{
  width: var(--vox-width);
  max-width: var(--vox-max-width-large);
  margin: var(--vox-margin-auto);
}

body:not(.home).accessories #main .main-center-container .inner{
  max-width: 1460px;
}

#main a,
.module.footerContact a,
.module.copyright a{
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: var(--vox-body-font-weight-bold);
  display: inline;
  position: relative;
  background: linear-gradient(to right, transparent 50%, var(--bs-primary) 50%);
  background-size: 200% 2px;
  background-position: right bottom;
  transition: .5s ease;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0 0 3px;
}

#main a:hover,
.module.footerContact a:hover,
.module.copyright a:hover{
  background-position: left bottom;
  transition: .5s ease;
}

@media(max-width:800px){
  #main a:hover,
  .module.footerContact a:hover,
  .module.copyright a:hover{
    background-position: right bottom;
  }
}

#main a.itemCard{
  font-weight: var(--vox-body-font-weight-regular);
  background: none;
  padding: 0;
  display: inline-block;
}

#main ul{
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

#main ul li {
  position: relative;
  padding: 0 0 0 30px;
}

#main ul li::before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/bullet.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}

#main ol{
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
  counter-reset: item ;
}

#main ol li{
  display: block;
  padding: 0 0 0 30px;
  text-indent: 0;
  position: relative;
}

#main ol li::before{
  content: counter(item);
  counter-increment: item;
  color: var(--bs-primary);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: var(--vox-body-font-weight-bold);
  font-size: 1rem;
}

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

#main ul.fields-container{
  margin: 0;
}

#main ul.fields-container li.field-entry{
  padding: 0;
}

#main ul.fields-container li.field-entry::before{
  display: none;
}

#main p{
  margin-bottom: 2rem;
}

body:not(.home) #main-center-container{
  margin-bottom: 215px;
}

@media(max-width:1100px){
  body:not(.home) #main-center-container{
    margin-bottom: 80px;
  }
}

body:not(.home) #main{
  position: relative;
}

body:not(.home) #main::before{
  display: block;
  content: '';
  height: 330px;
  width: 100%;
  background-image: url(../images/header-bk-sec.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

@media(max-width:800px){
  body:not(.home) #main::before{
    height: 200px;
  }
}

body:not(.home) .item-page,
body:not(.home) .blog-items.resources,
body:not(.home).testimonials .blog{
  max-width: var(--vox-max-width-small);
  margin: var(--vox-margin-auto);
}

body:not(.home) .item-page.accessories{
  max-width: 100%;
}

body:not(.home) .item-page .page-header,
body:not(.home) .blog .page-header{
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 100px;
  text-align: center;
}

@media(max-width:800px){
  body:not(.home) .item-page .page-header,
  body:not(.home) .blog .page-header{
    height: 200px;
    margin: 0 0 60px;
  }
}

body:not(.home) .blog-items .page-header{
  height: auto;
  margin: 0;
  display: block;
}

/***** content end *****/

/***** titles start *****/

#main h1,
#main .module.heroText h2,
.home #main .module h3,
.home #main #main-center-container h3{
  font-family: var(--font-futura-bold);
  font-weight: var(--vox-body-font-weight-bold);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  margin: 0;
}

#main h1{
  color: var(--bs-white);
}

#main .module.products h3,
.home #main .module.clients h3{
  color: var(--bs-primary);
}

.home #main #main-center-container h3{
  text-align: center;
  color: var(--bs-white);
}

#main h2{
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0 0 20px;
  display: block;
  font-family: var(--bs-body-font-family);
  font-weight: var(--vox-body-font-weight-bold);
}

#main h3,
.mod-articlescategory.accordion-list .accordion-item button{
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  margin: 0 0 20px;
  display: block;
  font-family: var(--bs-body-font-family);
  font-weight: var(--vox-body-font-weight-bold);
}

.module.products .newsflash .mod-articlesnews__item h4{
  font-size: clamp(1.375rem, 1rem + 1vw, 1.75rem);
  line-height: 1.75rem;
  font-weight: var(--vox-body-font-weight-bold);
}



#main .mod-articlescategory.accordion-list .accordion-item h3{
  margin: 0;
}

#main .module.heroText h2,
.module.products .newsflash .mod-articlesnews__item h4{
  margin: 0 0 20px;
}



.home #main #main-center-container h3{
  margin: 0 0 55px;
}

.home #main .module.clients h3{
  margin: 0 0 110px;
}

@media(max-width:1100px){
  .home #main .module.clients h3{
    margin: 0 0 75px;
  }
}

/***** titles end *****/

/***** forms start *****/

.convertforms,
.com_convertforms .convertforms{
  max-width: 100% !important;
  font-family: var(--bs-body-font-family) !important;
}

.com_convertforms .convertforms *,
.com_convertforms .convertforms .cf-checkbox-group .cf-label,
.com_convertforms .convertforms .cf-radio-group .cf-label,
.label_fcflt{
  font-family: var(--bs-body-font-family) !important;
  font-size: var(--fs-18);
  line-height: var(--lh-18);
}

.convertforms form .cf-form-wrap,
.com_convertforms .convertforms .cf-content-wrap{
  padding: 0;
}

.com_convertforms .convertforms .cf-content-wrap{
  margin: 0 0 40px;
}

.convertforms form .cf-label,
.fc_legend_text,
.label_fcflt{

  font-size: var(--fs-18);
  line-height: var(--lh-18);
}

.convertforms form .cf-input,
.convertforms form .cf-input:focus,
.convertforms form .cf-input:invalid:focus,
.com_convertforms .convertforms .cfupload .dz-message,
#flexicontent input{
  background: transparent; !important;
  border: 1px solid rgba(102, 99, 112, .47);
  border-radius: 12px;
  padding: 20px 30px;
  color: var(--bs-body-input);
  font-size: clamp(1rem, 0.875rem + 0.333vw, 1.125rem);
  line-height: clamp(1.25rem, 1rem + 0.667vw, 1.5rem);
  accent-color: var(--bs-primary);
}

#flexicontent.searchPage input{
  max-width: 100% !important;
  margin-right: 30px;
  flex: 1;
}

@media(max-width:600px){
  #flexicontent.searchPage input{
    width: 100%;
    margin: 0 0 15px;
  }
}

#flexicontent.news input{
  width: 100%;
}

.convertforms form .cf-input:focus,
.convertforms form .cf-input:invalid:focus,
#main #flexicontent input:focus,
#main #flexicontent input:invalid:focus{
  border-color: var(--bs-primary);
}

.convertforms form button.cf-btn{
  display: inline-block;
  width: auto;
  font-weight: var(--vox-body-font-weight-medium);
}

.com_convertforms button.cf-btn{
  text-align: left;
  margin: 20px 0 0;
}

.convertforms form .cf-btn.cf-btn-style-flat:hover{
  opacity: 1;
}

.com_convertforms .convertforms .cf-control-input-desc{
  font-size: 100%;
  opacity: 1;
}

.com_convertforms #main .convertforms [data-type='heading'] h3{
  margin: 30px 0 0;
  font-weight: var(--vox-body-font-weight-extra-bold);
}

.com_convertforms .convertforms .cf-input[type=checkbox],
.com_convertforms .convertforms .cf-input[type=radio]{
  height: 18px;
  width: 18px;
  border: 1px solid #C1C1C1;
}

.convertforms.cf-success.cf .cf-response{
  background: transparent;
  color: var(--bs-body-color);
  margin: 0;
  padding: 0;
  text-align: left;
  border-radius: 0;
}

.convertforms.cf .cf-checkbox-group,
.convertforms.cf .cf-radio-group{
  align-items: flex-start;
}

#main .convertforms .requiredNote,
.module .convertforms .requiredNote {
    position: absolute!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden!important;
    clip: rect(1px,1px,1px,1px)!important;
}

#adminForm_submitWarn.fc-mssg.fc-note{
  font-size: 0;
  line-height: 0;
  display: none !important;
}

#errorNotes,
.cf-control-group .error{
  color: var(--bs-primary);
  font-weight: var(--vox-body-font-weight-bold);
}


#main .convertforms .cf-input.error,
.module .convertforms .cf-input.error{
  border-color: var(--bs-primary);
}

#main .convertforms h2,
.convertforms h2{
  margin: 20px 0 0;
}

/***** forms end *****/



/***** titles start *****/

.page-header h1 {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
}

.item-content .item-title,
.module-heading {
	font-size: var(--vox-body-sub-heading-font-size-1);
	line-height:var(--vox-body-sub-heading-line-height-1);
	font-weight:var(--vox-body-font-weight-semi-bold);
}

.mod-articles-category-title {
  font-size:  1.25rem;
  line-height:  1.25;
  font-weight: 600;
}

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

@media(max-width:1100px){
  .module.products .module-heading,
  .module.clients .module-heading{
    text-align: left;
  }
}

/** Responsive XX-Large devices (larger desktops, 1400px and up) **/
@media (min-width: 1641px) {
   .item-content .item-title, .page-header h1 {
    font-size: 5rem;
    line-height: 1.25;
  }

  .mod-articles-category-title {
    font-size: 1.75rem;
    line-height:  1.25;
  }
  .item-content .item-title,
  .module-heading {
	font-size: var(--vox-body-sub-heading-font-size-1-max);
	line-height:var(--vox-body-sub-heading-line-height-1-max);
  }
}


.module-sub-heading-1 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}

/***** titles end *****/

/***** buttons start ****/

.btn-primary,
#main .btn-primary {
  display: inline-block;
  background: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  border-radius: 12px;
  padding: 18px 60px 18px 30px;
  text-decoration: none;
  color: var(--bs-body-color);
  font-weight: var(--vox-body-font-weight-medium);
  position: relative;
  transition: .5s ease;
  font-size: 1rem;
  line-height: 2rem;
}

#main .module.heroText .btn-primary{
  margin: 30px 0 0;
}

.btn-primary::before,
#main .btn-primary::before{
  display: block;
  content: '';
  height: 2px;
  width: 0;
  background: var(--bs-primary);
  position: absolute;
  bottom: 15px;
  left: 30px;
  transition: .5s ease;
}

.btn-primary:hover::before,
#main .btn-primary:hover::before{
  width: calc(100% - 50px);
  right: 20px;
  transition: .5s ease;
}

@media(max-width:800px){
  .btn-primary::before,
  #main .btn-primary::before{
    display: none;
  }
}

.btn-primary::after,
#main .btn-primary::after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  transition: .5s ease;
  height: 18px;
  width: 18px;
  background-image: url(../images/red-arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}




.btn-secondary,
#main .btn-secondary {
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: var(--vox-body-font-weight-medium);
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, transparent 50%, var(--bs-primary) 50%);
  background-size: 200% 2px;
  background-position: right bottom;
  transition: .5s ease;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 10px 40px 10px 0;
  transition: .5s ease;
  font-size: 1rem;
  line-height: 2rem;
}

#main .itemCard .btn-secondary{
  margin: 40px 0 0;
}

@media(max-width:1000px){
  #main .itemCard .btn-secondary{
    margin: 30px 0 0;
  }
}


.btn-secondary:hover,
.btn-secondary:focus-visible,
#main .btn-secondary:hover,
#main .btn-secondary:focus-visible,
#main .itemCard:hover .btn-secondary,
#main .itemCard:focus-visible .btn-secondary{
  background-position: left bottom;
  transition: .5s ease;
}

@media(max-width:800px){
  .btn-secondary:hover,
  .btn-secondary:focus-visible,
  #main .btn-secondary:hover,
  #main .btn-secondary:focus-visible,
  #main .itemCard:hover .btn-secondary,
  #main .itemCard:focus-visible .btn-secondary{
    background-position: right bottom;
  }  
}

.btn-secondary::after,
#main .btn-secondary::after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  transition: .5s ease;
  height: 18px;
  width: 18px;
  background-image: url(../images/red-arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}



/***** buttons end ****/



/***** menu start *****/

.vox-menu
{
  font-size: var(--vox-body-font-size-menu);
  line-height: var(--vox-body-line-height-menu);
  font-weight: var(--vox-body-font-weight-semi-bold);
}

.vox-menu.main-menu .nav-item .nav-link {
  color :  var( --bs-body-color);
}

.vox-menu .nav-item .nav-header {
  cursor: pointer;
}

.vox-menu .dropdown-toggle.link-level-1 {
  display: flex;
  align-items: center;
}

.vox-menu .dropdown-toggle.link-level-1::after {
  display: none;
}

.vox-menu .dropdown-menu {
  font-size: var(--vox-body-font-size-menu);
  line-height: var(--vox-body-line-height-menu);
  font-weight: var(--vox-body-font-weight-semi-bold);
}

.navbar {
  padding-top:0;
  padding-bottom: 0;
}

/***** menu end *****/

#header .mobile-toggle .mobile-toggle-icon::before{
  display: none;
}


/***** pagination start *****/

.pagination__wrapper .pagination .page-item  .page-link {
  color: var(--bs-body-color);
  font-weight: var(--vox-body-font-weight-bold);
  background-color: #E1E3F9;
}

.pagination__wrapper .pagination .page-item  .page-link:hover {
  color :var(--bs-primary);
  font-weight: var(--vox-body-font-weight-bold);
}

.pagination__wrapper .pagination .page-item.active .page-link{
  color:var(--bs-primary);
}

.pagination__wrapper .pagination .page-item.active::after{
  background-color: var(--bs-primary);
}

.pagination__wrapper .pagination .page-item.go-to-page:hover .page-link {
  color:var(--bs-primary);
}

.pagination__wrapper .pagination .page-item.go-to-page:hover::after {
  background-color: var(--bs-primary);
}

/***** pagination end *****/

/***** skip to content *****/
.skip-content.btn-primary {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translate(-50%,-150%);
}

.skip-content.btn-primary:focus {
    transform: translate(-50%,0%);
}

/***** top start *****/

#top{
  display: none;
  background: var(--bs-secondary);
}

@media(max-width:1100px){
  #top{
    display: block;
  }
}

#top p{
  margin: 0;
}

.module.requestButton a{
  text-decoration: none;
  display: block;
  color: var(--bs-white);
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: var(--vox-body-font-weight-medium);
  padding: 30px;
  text-align: center;
}

.module.requestButton a span{
  position: relative;
  padding-left: 25px;
}

/***** top end *****/


/***** header start *****/

.home #header,
.mobile-menu-open #header{
  border-bottom: 1px solid var(--bs-secondary);
}

#header .inner{
  margin: var(--vox-margin-auto);
}

#header .header-container .inner {
	display: flex;
	padding-right: 0;
	flex-wrap: wrap;
  align-items: stretch;
}

@media(max-width:1100px){
  #header .header-container .inner{
    justify-content: space-between;
  }
}

/***** header-top start *****/

.module.logo{
  padding: 30px 25px 25px;
  border-right: 1px solid var(--bs-secondary);
  width: 180px;
  box-sizing: border-box;
}

@media(max-width:1100px){
  .module.logo{
    padding: 20px 0 15px 20px;
    border: none;
  }
}

.module.logo h1,
.module.logo a{
  font-size: 0;
  line-height: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.module.logo a{
  display: block;
  height: 77px;
  width: 128px;
  background-image: url(../images/logo-couleurs.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.home .module.logo a{
  background-image: url(../images/logo-blanc.png);
}

@media(max-width:1100px){
  .module.logo a{
    height: 65px;
    width: 110px;
  }

  .mobile-menu-open .module.logo a{
    background-image: url(../images/logo-blanc.png);
  }
}

/***** header-top end *****/

/***** header-center start *****/

#header-center-container{
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}

@media(max-width:1100px){
  #header-center-container{
    display: none;
  }
}

.vox-menu.main-menu ul li.level-1 {
  padding: 0 25px;
}

@media(max-width:1450px){
  .vox-menu.main-menu ul li.level-1 {
    padding: 0 15px;
  }
}

@media(max-width:1300px){
  .vox-menu.main-menu ul li.level-1 {
    padding: 0 15px;
  }
}

@media(max-width:1200px){
  .vox-menu.main-menu ul li.level-1 {
    padding: 0 10px;
  }
}

.vox-menu.main-menu ul li.level-1:last-of-type{
  padding-right: 0;
}

.vox-menu.main-menu ul li a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--font-futura);
  font-weight: var(--vox-body-font-weight-medium);
}

@media(max-width:1270px){
  .vox-menu.main-menu ul li a{
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

.home .vox-menu.main-menu ul li.nav-item a.nav-link{
  color: var(--bs-white);
}

.vox-menu.main-menu ul li a.link-level-1{
  display: flex;
  height: 133px;
  align-items: center;
  text-transform: lowercase;
  padding: 0 !important;
  background: linear-gradient(to right, var(--bs-primary) 50%, transparent 50%);
  background-size: 200% 2px;
  background-position: right bottom;
  transition: .5s ease;
  background-repeat: no-repeat;
}

.vox-menu.main-menu ul li a.link-level-1:hover,
.vox-menu.main-menu ul li a.link-level-1:focus-visible,
.vox-menu.main-menu ul li.current a.link-level-1,
.vox-menu.main-menu ul li a.link-level-1.show,
.vox-menu.main-menu ul li.active a.link-level-1{
  background-position: left bottom;
  transition: .5s ease;
}

.vox-menu.main-menu ul li ul.dropdown-menu {
  border-radius: 0;
  background-color: var(--bs-secondary);
  border: 0;
  min-width: 265px;

}

.vox-menu.main-menu ul li.nav-item ul.dropdown-menu li a.nav-link{
  color: var(--bs-white);
  padding: 18px 40px 18px 75px;
  position: relative;
  white-space: nowrap;
  transition: .5s ease;
}

.vox-menu.main-menu ul li.nav-item ul.dropdown-menu li a.nav-link:hover,
.vox-menu.main-menu ul li.nav-item ul.dropdown-menu li.current a.nav-link{
  padding: 18px 30px 18px 85px;
  transition: .5s ease;
}

.vox-menu.main-menu ul li ul.dropdown-menu li a::before{
  display: block;
  content: '';
  height: 1px;
  width: 16px;
  background: var(--bs-white);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 25px;
}

.vox-menu.main-menu ul li.nav-item a.request.nav-link{
  color: var(--bs-white);
  background: var(--bs-secondary);
  flex-direction: row-reverse;
  padding: 0 30px 0 64px!important;
  transition: .5s ease;
  position: relative;
}

/*@media(max-width:1450px){
  .vox-menu.main-menu ul li.nav-item a.request.nav-link{
    padding: 0 20px !important;
  }
}*/

@media(max-width:1350px){
  .vox-menu.main-menu ul li.nav-item a.request.nav-link{
    max-width: 150px;
    padding: 0 15px 0 45px !important;
  }
}

.vox-menu.main-menu ul li a.request:hover,
.vox-menu.main-menu ul li a.request:focus-visible{
  background: var(--bs-primary);
  transition: .5s ease;
}


.vox-menu.main-menu ul li a.request::before,
.module.requestButton a span::before{
  display: block;
  content: '';
  height: 20px;
  width: 15px;
  background-image: url(../images/clipboard.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
}

.module.requestButton a span::before{
  left: 0;
}

@media(max-width:1350px){
  .vox-menu.main-menu ul li a.request::before{
    left: 15px;
  }
}

/*.vox-menu.main-menu ul li a.request i{
  margin-right: 20px;
  font-weight: var(--vox-body-font-weight-light);
}*/

.mod-languages ul{
  margin: 0;
}

.mod-languages a{
  height: 133px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: var(--font-futura);
  font-weight: var(--vox-body-font-weight-medium);
  color: var(--bs-body-color);
  text-decoration: none;
  text-transform: lowercase;
}

.home .mod-languages a{
  color: var(--bs-white);
}

@media(max-width:1450px){
  .mod-languages a{
    padding: 0 20px;
  }
}

@media(max-width:1170px){
  .mod-languages a{
    font-size: 1rem;
  }
}

.mod-languages a i,
#header .header-container #header-bottom-container .mod-languages li a i{
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../images/black-globe.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.home .mod-languages a i,
.home #header .header-container #header-bottom-container .mod-languages li a i{
  background-image: url(../images/globe.png);
}

#header .header-container #header-bottom-container .mod-languages li a i::before{
  display: none;
}


/***** header-center end *****/

/***** header-center-bottom start *****/

#header button.mobile-toggle-menu{
  display: block;
  background-image: url(../images/mobile-menu-icon-color.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px auto;
  height: 100%;
  width: 100px;
  border-left: 1px solid var(--bs-secondary);
}

.home #header button.mobile-toggle-menu{
  background-image: url(../images/mobile-menu-icon.png);
}

.mobile-menu-open #header button.mobile-toggle-menu{
  background-image: url(../images/mobile-menu-close.png);
  background-size: 20px auto;
}

/***** header-center-bottom end *****/

/***** header-bottom start *****/

#header .header-container #header-bottom-container {
	display:none;
}

#header .header-container #header-bottom-container.menu-collapse {
	width:100%;
}

#header .header-container #header-bottom-container.menu-collapse.show {
	display:flex;
	flex-wrap:wrap;
}

.nav-main-mobile {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid var(--bs-secondary);
}

.nav-main-mobile ul li.level-1:last-of-type{
  display: none;
}

.nav-main-mobile ul li::after {
  display: none;
  width: 0;
  height: 0;
}



.nav-main-mobile.vox-menu ul li a {
  display: flex;
  font-size: 1.187rem;
  line-height: 1.75rem;
  align-items: center;
  color: var(--bs-white);
  font-family: var(--font-futura);
  font-weight: var(--vox-body-font-weight-medium);
  padding: 17px 50px;
}

#header .header-container #header-bottom-container .nav-main-mobile .nav-link.active {
  color:var(--bs-primary);
}



.nav-main-mobile.vox-menu ul li ul.collapse-menu {
  width: 100%;
  list-style: none;
  display: none;
  padding-left: 0;
}

.nav-main-mobile.vox-menu ul li ul.collapse-menu.show {
  display: block;
}

.nav-main-mobile.vox-menu ul li ul.collapse-menu li a.nav-link {
  padding: 17px 40px 17px 100px;
  position: relative;
}

.nav-main-mobile.vox-menu ul li ul.collapse-menu li a.nav-link::before{
  display: block;
  content: '';
  height: 1px;
  width: 16px;
  background: var(--bs-primary);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50px;
}


#header .header-container #header-bottom-container .mod-languages li a{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color:var(--bs-white);
  text-decoration: none;
  font-size: 1rem;
  font-weight: var(--vox-body-font-weight-semi-bold);
  padding: 17px 50px;
  height: auto;
}

#header .header-container #header-bottom-container .mod-languages ul {
	margin-top:1rem;
}

/***** header-bottom end *****/


/*********************************
  header Responsive

*************************************/
/**Large devices  (desktops, 992px and up)**/
@media (min-width: 1100px) {

  #header .header-container #header-center-container {
    display: flex;
  }

  #header .header-container   #header-center-bottom-container {
    display: none;
  }

  #header .header-container #header-bottom-container.menu-collapse.show {
	display:none;
  }

}


/***** header end *****/

/***** main start *****/

.mobile-menu-open #main {
	display:none;
}

/***** main-top start *****/

.home #main-top-container{
  position: relative;
}

.home #main-top-container::before{
  display: block;
  content: '';
  background-image: url(../images/header-bk.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -134px;
  right: 0;
  left: 0;
  height: calc(100% + 134px);
  width: 100%;
  z-index: -1;
}

@media(max-width:1000px){
  .home #main-top-container::before{
    background-image: url(../images/header-img-mobile.jpg);
    height: calc(100% + 100px);
    top: -101px;
  }
}

@media(max-width:600px){
  .home #main-top-container::before{
    background-image: url(../images/header-img-mobile-small.jpg);
  }
}

/*.home #main-top-container::before{
  display: block;
  content: '';
  height: 140px;
  width: 1px;
  background: var(--bs-secondary);
  position: absolute;
  top: 0;
  left: 179px;
}*/

.home #main-top-container::after{
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  background: var(--bs-secondary);
  position: absolute;
  top: 0;
  right: 180px;
}

@media(max-width:1100px){
/*  .home #main-top-container::before,*/
  .home #main-top-container::after{
    display: none;
  }
}

.home #main-top-container .inner{
  width: var(--vox-width);
  max-width: 1600px;
  margin: var(--vox-margin-auto);
  padding: 160px 0 150px;
  display: flex;
  justify-content: space-between;
}

@media(max-width:900px){
  .home #main-top-container .inner{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 40px 0;
  }
}

.module.heroText{
  width: 42%;
  color: var(--bs-white);
  font-size: var(--fs-18);
  line-height: var(--lh-18);
}

@media(max-width:1100px){
  .module.heroText{
    width: 48%;
  }
}

@media(max-width:900px){
  .module.heroText{
    width: 100%;
    ,aspect-ratio: 30px 0 0;
  }
}

#main .module.heroText h2 strong{
  color: var(--bs-primary);
}

.module.heroImage{
  width: 48%;
  line-height: 0;
  position: relative;
  z-index: 1;
}

@media(max-width:900px){
  .module.heroImage{
    width: 100%;
  }
}

.module.heroImage img{
  width: 100%;
}


/***** main-top end *****/

/***** main-center-top start *****/

.home #main-center-top-container{
  border-top: 1px solid rgba(102, 99, 112, .2);
  margin-top: 40px;
  position: relative;
}

@media(max-width:1100px){
  .home #main-center-top-container{
    border: none;
    margin: 0;
  }
}

.home #main-center-top-container::before,
.home #main-center-container::before{
  display: block;
  content: '';
  height: calc(100% + 40px);
  width: calc(100% - 360px);
  border-left: 1px solid rgba(102, 99, 112, .2);
  border-right: 1px solid rgba(102, 99, 112, .2);
  position: absolute;
  top: -40px;
  right: 180px;
  left: 180px;
  margin: 0 auto;
}

.home #main-center-container::before{
  border-color: var(--bs-secondary);
}

@media(max-width:1100px){
  .home #main-center-top-container::before,
  .home #main-center-container::before{
    display: none;
  }
}

.home #main-center-top-container .inner{
  padding: 115px 0;
  position: relative;
}

@media(max-width:1100px){
  .home #main-center-top-container .inner{
    padding: 50px 0 100px;
  }
}

.home #main-center-top-container .inner::before,
.home #main-center-container .inner::before,
.home #main-center-bottom-container::before{
  display: block;
  content: '';
  height: 130px;
  width: 1px;
  background: rgba(102, 99, 112, .2);
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.home #main-center-container .inner::before,
.home #main-center-bottom-container::before{
  top: 0;
}

.home #main-center-container .inner::before{
  height: 75px;
  background: var(--bs-secondary);
}

@media(max-width:1100px){
  .home #main-center-top-container .inner::before,
  .home #main-center-container .inner::before,
  .home #main-center-bottom-container::before{
    display: none;
  }
}

.module.products{
  width: calc(100% - 362px);
  margin: 0 auto;
  font-size: var(--fs-18);
  line-height: var(--lh-18);
  border-bottom: 1px solid rgba(102, 99, 112, .2);
}

@media(max-width:1100px){
  .module.products{
    width: 100%;
  }

  #main .module.products .module-heading{
    width: var(--vox-width);
    margin: 0 auto 50px;
  }
}

.module.products .newsflash{
  border-top: 1px solid rgba(102, 99, 112, .2);
  margin-top: 115px;
}

@media(max-width:1100px){
  .module.products .newsflash{
    margin: 0;
    border: none;
  }
}

.module.products .newsflash .newsflashInner{
  max-width: var(--vox-max-width-large);
  margin: var(--vox-margin-auto);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media(max-width:1100px){
  .module.products .newsflash .newsflashInner{
    display: block;
/*    width: var(--vox-width);*/
  }
}

.module.products .newsflash .mod-articlesnews__item{
  width: 50%;
}

@media(max-width:1100px){
  .module.products .newsflash .mod-articlesnews__item{
    width: 100%;
    border-top: 1px solid rgba(102, 99, 112, .2);
  }
}

.module.products .newsflash .mod-articlesnews__item:first-of-type{
  border-right: 1px solid rgba(102, 99, 112, .2);
}

@media(max-width:1100px){
  .module.products .newsflash .mod-articlesnews__item:first-of-type{
    border-right: none;
  }
}

@media(max-width:1100px){
  #main .module.products .newsflash .mod-articlesnews__item a.itemCard{
    display: block;
    width: var(--vox-width);
    margin: var(--vox-margin-auto);
  }
}

.module.products .newsflash .mod-articlesnews__item .newsflash-image{
  margin: 0 0 50px;
  line-height: 0;
}

@media(max-width:1000px){
  .module.products .newsflash .mod-articlesnews__item .newsflash-image{
    margin: 0 0 30px;
  }
}

.module.products .newsflash .mod-articlesnews__item .newsflash-image img{
  width: 100%;
}

.module.products .newsflash .mod-articlesnews__item  .itemText{
  padding: 0 40px 50px;
}

@media(max-width:1100px){
  .module.products .newsflash .mod-articlesnews__item  .itemText{
    padding: 0 0 50px;
  }
}

#main .module.products .newsflash .mod-articlesnews__item ul.fields-container li.field-entry.intro-text ul{
  column-count: 2;
  column-gap: 30px;
  margin: 0;
}

@media(max-width:700px){
  #main .module.products .newsflash .mod-articlesnews__item ul.fields-container li.field-entry.intro-text ul{
    column-count: 1;
    column-gap: 0;
  }
}

#main .module.products .newsflash .mod-articlesnews__item ul.fields-container li.field-entry.intro-text ul li{
  padding-left: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

#main .module.products .newsflash .mod-articlesnews__item ul.fields-container li.field-entry.intro-text ul li::before{
  background-image: none;
  height: 2px;
  width: 7px;
  background: var(--bs-primary);
  top: 12px;
}

/***** main-center-top end *****/

/***** main-center start *****/

.home #main-center-container{
  background: #222852;
  overflow: hidden;
  position: relative;
}

.home #main-center-container .inner{
  padding: 233px 0 85px;
  overflow: hidden;
  position: relative;
}

.home #main-center-container .page-header{
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
}

.home .slickContainer{
  padding-bottom: 75px;
}

.home .slickContainer.slick-slider .slick-track{
  display: flex;
  align-items: center;
}

.home .slickContainer.slick-slider .slick-track .slick-slide{
  float: none;
  height: 100% !important;
  margin: 0 40px;
}

@media(max-width:1800px){
  .home .slickContainer.slick-slider .slick-track .slick-slide{
    margin: 0;
  }
}

.home .slickContainer .blog-item .intro-image{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media(max-width:1800px){
  .home .slickContainer .blog-item .intro-image img{
    width: 87%;
    margin: 0 auto;
  }
}

.home .slickContainer .blog-item.slick-slide.slick-current .intro-image  img{
  width: 100%;
}

.home button.slick-arrow,
.item-page.raft button.slick-arrow{
  top: auto;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.item-page.raft button.slick-arrow{
  position: absolute;
  top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}


.home button.slick-arrow.slick-prev{
  left: 16%;
  background-image: url(../images/white-arrow-left.png);
}

.item-page.raft button.slick-arrow.slick-prev{
  left: -35px;
  background-image: url(../images/black-arrow-left.png);
}

@media(max-width:900px){
  .item-page.raft button.slick-arrow.slick-prev{
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    left: calc(50% - 50px);
  }
}

.home button.slick-arrow.slick-next{
  right: 16%;
  left: auto;  background-image: url(../images/white-arrow-right.png);
}

.item-page.raft button.slick-arrow.slick-next{
  right: -35px;
  background-image: url(../images/black-arrow-right.png);
}

@media(max-width:900px){
  .item-page.raft button.slick-arrow.slick-next{
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    right: calc(50% - 50px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

button.slick-arrow:hover{
  animation: shake 3s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@media(max-width:800px){
  button.slick-arrow:hover{
    animation: none;
    transform: none;
  }
}

button.slick-arrow::before{
  display: none;
}


/***** main-center end *****/

/***** main-center-bottom start *****/

.home #main-center-bottom-container{
  position: relative;
}

@media(max-width:1100px){
  .home #main-center-bottom-container{
    border-bottom: 1px solid rgba(102, 99, 112, .2);
  }
}

.home #main-center-bottom-container .inner{
  padding: 150px 0 200px;
  border-left: 1px solid rgba(102, 99, 112, .2);
  width: calc(100% - 362px);
  margin: 0 auto;
  position: relative;
}

@media(max-width:1100px){
  .home #main-center-bottom-container .inner{
    width: var(--vox-width);
    padding: 80px 0 60px;
    border: none;
  }
}

.home #main-center-bottom-container .inner::before{
  display: block;
  content: '';
  height: 260px;
  width: 1px;
  background: rgba(102, 99, 112, .2);
  position: absolute;
  top: 0;
  right: 0;
}

.home #main-center-bottom-container .inner::after{
  display: flex;
  content: '';
  align-items: center;
  justify-content: center;
  height: 152px;
  width: 152px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  position: absolute;
  top: 260px;
  right: -75px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-size: 48px auto;
  background-position: center;
}

@media(max-width:1100px){
  .home #main-center-bottom-container .inner::before,
  .home #main-center-bottom-container .inner::after{
    display: none;
  }
}

.module.clients{
  width: var(--vox-width);
  max-width: var(--vox-max-width-large);
  margin: var(--vox-margin-auto);
}

@media(max-width:1100px){
  .module.clients{
    width: 100%;
  }
}

.module.clients .mod-articlesnews__item{
  display: flex;
  justify-content: flex-start;
}

@media(max-width:1100px){
  .module.clients .mod-articlesnews__item{
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

#main .module.clients .mod-articlesnews__item ul.fields-container{
  margin: 0 50px 0 0;
  width: 20%;
  font-size: var(--fs-18);
  line-height: var(--lh-18);
  text-align: right;
}

@media(max-width:1100px){
  #main .module.clients .mod-articlesnews__item ul.fields-container{
    width: 100%;
    margin: 70px 0 0;
    text-align: left;
  }
}

#main .module.clients .mod-articlesnews__item ul.fields-container li.field-entry.name{
  font-weight: var(--vox-body-font-weight-bold);
}

.module.clients .mod-articlesnews__item .newsflash-introtext{
  width: 60%;
}

@media(max-width:1100px){
  .module.clients .mod-articlesnews__item .newsflash-introtext{
    width: 100%;
  }
}


.module.viewButton{
  text-align: center;
  margin: 130px 0 0;
}

@media(max-width:1100px){
  .module.viewButton{
    text-align: left;
    margin: 60px 0 0;
  }
}



/***** main-center-bottom end *****/

/***** main end *****/

/***** footer start *****/

#footer{
  font-size: var(--fs-18);
  line-height: var(--lh-18);
  border-top: 1px solid rgba(102, 99, 112, .2);
  position: relative;
}

.mobile-menu-open #footer {
  display: none;
}

#footer .inner{
  border-left: 1px solid rgba(102, 99, 112, .2);
  width: calc(100% - 182px);
  margin: 0 0 0 181px;
  padding: 40px 0;
}

@media(max-width:1100px){
  #footer .inner{
    border: none;
    width: 100%;
    margin: 0;
  }
}

#footer .footer-container{
  margin: var(--vox-margin-auto);
}

/***** footer-top start *****/

#footer-top-container{
  padding: 0 35px;
}

.module.footerLogo{
  margin: 0 0 40px;
}



/***** footer-top end *****/

/***** footer-center start *****/


#footer-center-container{
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}

@media(max-width:900px){
  #footer-center-container{
    display: block;
  }
}

.module.footerContact{
  margin-right: 60px;
}

@media(max-width:900px){
  .module.footerContact{
    margin: 0;
  }
}

.module.footerContact .newsflash-introtext{
  column-count: 3;
  column-gap: 40px;
}

@media(max-width:1200px){
  .module.footerContact .newsflash-introtext{
    column-count: 2;
  }
}

@media(max-width:900px){
  .module.footerContact .newsflash-introtext{
    column-count: 1;
    column-gap: 0;
  }
}

.module.footerContact .newsflash-introtext div{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 15px;
}

.module.footerContact .newsflash-introtext div.phone {
  margin: 0 0 31px;
}

@media(max-width:900px){
  .module.footerContact .newsflash-introtext div,
  .module.footerContact .newsflash-introtext div.phone{
    margin: 0 0 45px;
  }
}

.module.social-menu{
  width: 25%;
  text-align: right;
}


.vox-menu.social-menu  .mod-menu {
  flex-direction: row;
}

.vox-menu.social-menu .nav-item ,
#main .vox-menu.social-menu .nav-item {
  margin-right: 1rem;
}

#main .vox-menu.social-menu .nav-item{
  padding: 0;
}

#main .vox-menu.social-menu .nav-item::before{
  display: none;
}

.vox-menu.social-menu .nav-item .nav-link,
#main .vox-menu.social-menu .nav-item .nav-link {
  font-size: 0;
  line-height: 0;
  color: transparent;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  transition: background-color .5s ease;
  padding: 0;
  display: block;
  background-image: url(../images/facebook.png);
  background-size: 9px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.vox-menu.social-menu .nav-item .nav-link.youtube,
#main .vox-menu.social-menu .nav-item .nav-link.youtube{
  background-image: url(../images/youtube.png);
    background-size: 14px auto;
}

.vox-menu.social-menu .nav-item .nav-link:hover,
#main .vox-menu.social-menu .nav-item .nav-link:hover{
  background-color: var(--bs-primary);
  transition: background-color .5s ease;
}

@media(max-width:800px){
  .vox-menu.social-menu .nav-item .nav-link:hover,
  #main .vox-menu.social-menu .nav-item .nav-link:hover{
    background: var(--bs-secondary);
  }  
}

/*.vox-menu.social-menu .nav-item .nav-link i,
#main .vox-menu.social-menu .nav-item .nav-link i {
  font-size: .875rem;
  line-height: .875rem;
  color: var(--bs-white);
}*/


.module.footerTag{
  background: #1A2034;
  border-radius: 12px 0 0 12px;
  padding: 38px 70px 38px 75px;
  position: absolute;
  top: -50px;
  right: 0;
  color: var(--bs-white);
  font-weight: var(--vox-body-font-weight-medium);
}

@media(max-width:900px){
  .module.footerTag{
    position: relative;
    top: auto;
    right: auto;
    display: block;
    border-radius: 12px;
    margin: 45px 0 0;
    padding: 25px 30px 25px 65px;
  }
}

.module.footerTag::before{
  display: block;
  content: '';
  height: 38px;
  width: 33px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 25px;
}

@media(max-width:800px){
  .module.footerTag::before{
    font-size: 1.687rem;
    line-height: 1.687rem;
  }
}

.module.footerTag p{
  margin: 0;
}

/***** footer-center end *****/


/***** footer-bottom start *****/

#footer-bottom-container{
  border-top: 1px solid rgba(102, 99, 112, .2);
  padding-top: 35px;
  margin-top: 35px;
}

.module.copyright{
  font-size: .875rem;
  line-height: 2rem;
  text-align: center;
  padding: 0 35px 0;
}

/***** footer-bottom end *****/


/***** footer end *****/


/***** benefits start *****/

.mod-articlescategory.accordion-list .accordion-item{
  background: rgba(102, 99, 112, .1);
  border-radius: 12px;
  margin: 0 0 10px;
}

.mod-articlescategory.accordion-list .accordion-item:first-of-type button{
  pointer-events: none;
  background-image: none;
}

.mod-articlescategory.accordion-list .accordion-item button{
  padding: 30px 80px 30px 40px;
  background-image: url(../images/angle-down.png);
  background-size: 14px auto;
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
  margin: 0;
}

.mod-articlescategory.accordion-list .accordion-item button:not(.collapsed){
  background-image: url(../images/angle-up.png);
}

@media(max-width:600px){
  .mod-articlescategory.accordion-list .accordion-item button{
    padding: 20px 60px 20px 30px;
  }
}

.mod-articlescategory.accordion-list .accordion-item button::after{
  display: none;
}

.mod-articlescategory.accordion-list .accordion-item .accordion-body{
  padding: 0 80px 30px 40px;
}

@media(max-width:600px){
  .mod-articlescategory.accordion-list .accordion-item .accordion-body{
    padding: 0 30px 20px;
  }
}

/***** benefits end *****/

/***** products start *****/

.item-page.raft .com-content-article__body,
.item-page.raft .productSlider,
.item-page.raft .includes,
.item-page.raft .specs,
.item-page.raft .productButtons,
.item-page.raft .outside{
  margin: 0 0 80px;
}

@media(max-width:1100px){
  .item-page.raft .com-content-article__body,
  .item-page.raft .productSlider,
  .item-page.raft .includes,
  .item-page.raft .specs,
  .item-page.raft .productButtons,
  .item-page.raft .outside{
    margin: 0 0 40px;
  }
}

.module.sliderFor div.mod-articlesnews__item.slick-slide figure{
  margin: 0 0 10px;
}

@media(max-width:900px){
  .module.sliderNav .slick-slider{
    padding-bottom: 50px;
  }
}

.module.sliderNav div.mod-articlesnews__item.slick-slide figure{
  margin: 0 4px;
}



#main .item-page.raft .specs ul.fields-container li.field-entry{
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

@media(max-width:600px){
  #main .item-page.raft .specs ul.fields-container li.field-entry{
    display: block;
  }
}

#main .item-page.raft .specs ul.fields-container li.field-entry:nth-of-type(even){
  background: rgba(102, 99, 112, .2);
}

.item-page.raft .specs ul.fields-container li.field-entry .field-label{
  font-weight: var(--vox-body-font-weight-bold);
  width: 20%;
  padding-right: 20px;
}

@media(max-width:600px){
  .item-page.raft .specs ul.fields-container li.field-entry .field-label{
    width: 100%;
    display: block;
    padding: 0;
  }  
}

.item-page.raft .productButtons{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item-page.raft .productButtons .specButton{
  margin: 0 30px 20px 0;
}

.item-page.raft .productButtons .quoteButton{
  margin: 0 0 20px 0;
}

#main .item-page.raft .productButtons .quoteButton a{
  display: inline-block;
  background: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  border-radius: 12px;
  padding: 18px 30px 18px 60px;
  text-decoration: none;
  color: var(--bs-white);
  font-weight: var(--vox-body-font-weight-medium);
  position: relative;
  transition: .5s ease;
  font-size: 1rem;
  line-height: 2rem;
}

#main .item-page.raft .productButtons .quoteButton a:hover{
  background: var(--bs-white);
  color: var(--bs-secondary);
  transition: .5s ease;
}

@media(max-width:800px){
  #main .item-page.raft .productButtons .quoteButton a:hover{
    background: var(--bs-secondary);
    color: var(--bs-white);
  }  
}

#main .item-page.raft .productButtons .quoteButton a::after{
    display: block;
    content: "";
    height: 18px;
    width: 14px;
    background-image: url(../images/clipboard.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 25px;
}

.item-page.raft .outsideTop,
.item-page.raft .insideTop{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width:600px){
  .item-page.raft .outsideTop,
  .item-page.raft .insideTop{
    display: block;
  }  
}

.item-page.raft .outsideBottom,
.item-page.raft .insideBottom{
    display: flex;
    justify-content: space-between;
}

@media(max-width:600px){
  .item-page.raft .outsideBottom,
  .item-page.raft .insideBottom{
    display: block;
  }  
}

.item-page.raft .outsideBottom .photo,
.item-page.raft .insideBottom .photo{
  width: 48%;
}

@media(max-width:600px){
  .item-page.raft .outsideBottom .photo,
  .item-page.raft .insideBottom .photo{
    width: 100%;
    margin: 0 0 10px;
  }  
}
/***** products end *****/


/***** accessories start *****/

.item-page.accessories{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-page.accessories .page-header{
  width: 100%;
}

.item-page.accessories .item-image{
  width: 35%;
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 50px;
  height: auto;    
}

@media(max-width:800px){
  .item-page.accessories .item-image{
    width: 100%;
    top: 0;
    padding: 30px 0;
    background: var(--bs-white);
    z-index: 1;
  }
}

.item-page.accessories .fields-container{
  width: 61%;
}

@media(max-width:800px){
  .item-page.accessories .fields-container{
    width: 100%;
  }  
}

.item-page.accessories .fields-container .field-value{
  display: block;
}

.item-page.accessories .fields-container .accItems ul{
  display: block;
  width: 100%;
  counter-reset: item ;
}

#main .item-page.accessories .fields-container .field-value ul li{
  padding: 0;
  background: rgba(102, 99, 112, .10);
  border-radius: 10px;
  margin: 0 0 10px;
  padding: 30px 60px;
  position: relative;
  font-size: var(--fs-18);
  line-height: var(--lh-18);
  display: flex;
  flex-wrap: wrap;
}

#main .item-page.accessories .fields-container .field-value ul li::before{
  background-image: none;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  left: 20px;
  content: counter(item);
  counter-increment: item;
  font-weight: var(--vox-body-font-weight-bold);
  color: var(--bs-white);
}

.item-page.accessories .fields-container .field-value ul li .accTitle{
  width: 100%;
  margin: 0 0 20px;
  font-weight: var(--vox-body-font-weight-bold);
}

.item-page.accessories .fields-container .field-value ul li .field-divider{
  display: none;
}

.item-page.accessories .fields-container .field-value ul li .accImage{
  width: calc(26% - 15px);
  margin: 0 15px 0 0;
}

@media(max-width:1100px){
  .item-page.accessories .fields-container .field-value ul li .accImage{
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 200px;
  }  
}

.item-page.accessories .fields-container .field-value ul li .accText{
  width: 74%;
}

@media(max-width:1100px){
  .item-page.accessories .fields-container .field-value ul li .accText{
    width: 100%;
  }  
}


/***** accessories end *****/


/***** resources start *****/

.blog-items.resources .blog-item{
  margin: 0 0 60px;
}

@media(max-width:1100px){
  .blog-items.resources .blog-item{
    margin: 0 0 40px;
  }
}

#main .blog-items.resources .blog-item .field-entry.resources ul li{
  padding: 0;
  margin: 0 0 10px;
}

#main .blog-items.resources .blog-item .field-entry.resources ul li::before{
  display: none;
}

#main .blog-items.resources .blog-item .field-entry.resources p{
  margin: 0;
}

#main .blog-items.resources .blog-item .file,
#main .blog-items.resources .blog-item .link{
  display: block;
  background: rgba(102, 99, 112, .1);
  padding: 28px 70px 28px 40px;
  position: relative;
  border-radius: 12px;
}

.blog-items.resources .blog-item .file::after,
#main .blog-items.resources .blog-item .link::after{
  display: block;
  content: '';
  height: 18px;
  width: 14px;
  background-image: url(../images/download.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 30px;
}

#main .blog-items.resources .blog-item .link::after{
  background-image: url(../images/link.png);
  width: 23px;
}

/***** resources end *****/

/***** distributors start *****/

.item-page.distributors .com-content-article__body{
  margin: 0 0 95px;
}

@media(max-width:1100px){
  .item-page.distributors .com-content-article__body{
    margin: 0 0 40px;
  }
}

#main .item-page.distributors .field-entry.distributors ul{
  display: flex;
  flex-wrap: wrap;
}

#main .item-page.distributors .field-entry.distributors ul li{
  padding: 25px 30px 25px 60px;
  position: relative;
  margin: 0 50px 20px 0;
  background: rgba(102, 99, 112, .1);
  border-radius: 12px;
  width: calc(50% - 25px);
  box-sizing: border-box;
  font-size: var(--fs-18);
  line-height: var(--lh-18);
}

#main .item-page.distributors .field-entry.distributors ul li:nth-of-type(even){
  margin-right: 0;
}

@media(max-width:800px){
  #main .item-page.distributors .field-entry.distributors ul li{
    width: 100%;
    margin: 0 0 10px;
  }
}

#main .item-page.distributors .field-entry.distributors ul li::before{
  background-image: url(../images/black-map-marker.png);
  content: '';
  height: 24px;
  width: 18px;
  top: 25px;
  left: 25px;
}

#main .item-page.distributors .field-entry.distributors ul li p{
  margin: 0;
}

/***** distributors end *****/

/***** contact start *****/

.item-page.contact .com-content-article__body,
.item-page.contact ul.fields-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media(max-width:800px){
  .item-page.contact .com-content-article__body,
  .item-page.contact ul.fields-container{
    display: block;
  }
}

.item-page.contact .com-content-article__body .module.location,
.item-page.contact ul.fields-container li.contactInfo{
  width: 40%;
}

@media(max-width:800px){
  .item-page.contact .com-content-article__body .module.location,
  .item-page.contact ul.fields-container li.contactInfo{
    width: 100%;
    margin: 0 0 40px;
  }  
}

.item-page.contact .com-content-article__body .module.map,
.item-page.contact ul.fields-container li.contactForm{
  width: 54%;
}

@media(max-width:800px){
  .item-page.contact .com-content-article__body .module.map,
  .item-page.contact ul.fields-container li.contactForm{
    width: 100%;
  }  
}

.item-page.contact .com-content-article__body .module.map iframe{
  width: 100% !important;
}

.item-page.contact .com-content-article__body{
  margin: 0 0 60px;
}

@media(max-width:1100px){
  .item-page.contact .com-content-article__body{
    margin: 0 0 30px;
  }
}

.item-page.contact .com-content-article__body hr,
.item-page.contact .com-content-article__body h2{
  width: 100%;
}

.item-page.contact .com-content-article__body hr{
  margin: 80px 0 0;
}


/***** contact end *****/

/***** testimonials start *****/

.category-desc{
  margin: 0 0 85px;
}

@media(max-width:1100px){
  .category-desc{
    margin: 0 0 40px;
  }
}

.blog-items.testimonials .blog-item{
  margin: 0 0 65px;
  padding: 0 0 65px;
  border-bottom: 1px solid rgba(102, 99, 112, .2);
}

@media(max-width:1100px){
  .blog-items.testimonials .blog-item{
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
}

.blog-items.testimonials .blog-item .fields-container{
  font-size: var(--fs-18);
  line-height: var(--lh-18);
}

.blog-items.testimonials .blog-item .fields-container .field-value.name{
  font-weight: var(--vox-body-font-weight-bold);
}


/***** testimonials end *****/