/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media all and (max-width: 1439px) {
  .lang_pro_fr.cms-comptoir .overlay.overlay2 p:first-child {
    margin-top: 30px;
  }
}
@media all and (min-width: 980px) {
  body.page-layout-2columns-left .column.main {
    width: inherit;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.page-layout-2columns-left .sidebar-main {
    height: 100vh;
    overflow: visible;
  }
  .navigation,
  .breadcrumbs,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1720px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .nav-sections {
    position: absolute;
    top: 123px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: transparent;
    height: 0%;
    transition: height .5s linear;
    z-index: 99;
  }
  .nav-sections.open {
    height: 100%;
  }
  .nav-sections.open.fullopen {
    height: auto;
    overflow: visible;
    padding-bottom: 250px;
  }
  .ui-menu-icon {
    display: none;
  }
  .navigation {
    max-width: 1680px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    direction: rtl;
    text-align: left;
    z-index: 1;
  }
  .navigation > ul {
    padding-left: 10px;
  }
  .navigation > ul > li > a {
    line-height: 50px !important;
  }
  .navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation ul li {
    float: left;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    font-size: 1.2rem;
  }
  .navigation ul li.level0 {
    width: 20%;
    position: relative;
    background: #0062a2;
  }
  .navigation ul li.level0 > a {
    color: #ffffff;
    border-left: 3px solid #0062a2;
  }
  .navigation ul li.level0 > a:after {
    border-color: #ffffff !important;
    margin-top: 21px;
    margin-left: 13px !important;
    padding: 5px !important;
  }
  .navigation ul li.level0:hover {
    background: #ffffff;
  }
  .navigation ul li.level0:hover > a {
    color: #0062a2;
  }
  .navigation ul li.level0:hover > a img {
    border-color: #ffffff !important;
  }
  .navigation ul li.level0:hover > a:after {
    border-color: #0062a2 !important;
  }
  .navigation ul li.level1 {
    border-top: 0 none;
    background: #ffffff;
  }
  .navigation ul li.level1 > a {
    padding: 10px 20px;
    border-right: 3px solid #0062a2;
  }
  .navigation ul li.level1:hover {
    background: #0062a2;
  }
  .navigation ul li.level1:hover > a {
    color: #ffffff;
  }
  .navigation ul li.level1:hover > a:after {
    border-color: #ffffff;
  }
  .navigation ul li.level1 span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: none;
    margin-left: 4px;
    float: left;
  }
  .navigation ul li.level2 {
    border-top: 0 none;
    background: #ffffff;
  }
  .navigation ul li.level2 > a {
    padding: 10px 20px;
    border-right: 3px solid #0062a2;
  }
  .navigation ul li.level2:hover {
    background: #0062a2;
  }
  .navigation ul li.level2:hover > a {
    color: #ffffff;
  }
  .navigation ul li.level2:hover > a:after {
    border-color: #ffffff;
  }
  .navigation ul li.level2 span {
    font-size: 12px;
    line-height: 18px;
  }
  .navigation ul li.level3 {
    border-top: 0 none;
    background: #ffffff;
  }
  .navigation ul li.level3 > a {
    padding: 10px 20px;
    overflow: hidden;
    border-right: 3px solid #0062a2;
  }
  .navigation ul li.level3:hover {
    background: #0062a2;
  }
  .navigation ul li.level3:hover > a {
    color: #ffffff;
  }
  .navigation ul li.level3:hover > a:after {
    border-color: #ffffff;
  }
  .navigation ul li.level3 span {
    font-size: 11px;
  }
  .navigation ul li.level4 {
    border-top: 0 none;
    background: #ffffff;
  }
  .navigation ul li.level4 > a {
    padding: 10px 20px;
    border-right: 3px solid #0062a2;
  }
  .navigation ul li.level4:hover {
    background: #0062a2;
  }
  .navigation ul li.level4:hover > a {
    color: #ffffff;
  }
  .navigation ul li.level4:hover > a:after {
    border-color: #ffffff;
  }
  .navigation ul li.level4 span {
    font-size: 11px;
  }
  .navigation ul li a {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    color: #333333;
    position: relative;
    overflow: hidden;
  }
  .navigation ul li.parent > a::after {
    display: inline-block;
    content: '';
    border: solid #333333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: transform .5s;
    transition: transform .5s;
    margin-left: 8px;
  }
  .navigation ul li ul {
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: 1;
  }
  .navigation ul li.level0 ul {
    left: 100% !important;
  }
  .navigation ul li.level1 ul {
    left: calc(100% - 3px) !important;
  }
  .navigation ul span {
    font-size: 14px;
    line-height: 52px;
    float: left;
  }
  .navigation ul img {
    float: left;
    border-radius: 25px;
    border: 1px solid #333;
    margin: 2px 10px;
  }
  .navigation ul .level0 span {
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation ul li ul.level0 {
    top: -3px !important;
  }
  .navigation ul li ul.level0 li.first {
    border-top: 3px solid #0062a2;
  }
  .navigation ul li ul.level0 li.last {
    border-bottom: 3px solid #0062a2;
  }
  .no-desktop {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  .cergyvis .logo {
    margin: 2px 0 0 0;
  }
  .cergyvis a.logo {
    margin: 2px 0 32px 0;
  }
  .page-header {
    width: 100%;
    border: 0;
    margin-bottom: 20px;
  }
  .nav-toggle {
    display: none;
  }
  .header.content {
    padding: 5px 22px 0;
  }
  .logo {
    margin: 12px 0 7px 0;
  }
  .logo img {
    max-height: inherit;
  }
  a.logo {
    float: left;
    margin: 12px 0 39px 0;
  }
  /** Top Links */
  .toplink-text {
    display: block;
    float: left;
  }
  .top-links {
    position: absolute;
    bottom: -27px;
  }
  .top-links#top-links {
    position: relative;
    bottom: -1px;
    display: inline-block;
  }
  .top-links .links > li {
    float: left;
    margin: 0 15px 5px 0;
  }
  .top-links .minicart-wrapper > a span.text {
    float: left;
    display: block;
    margin-left: 8px;
    margin-top: 1px;
  }
  .top-links .links span.toplinks-button {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/Sprites.png') no-repeat;
    padding: 0;
    float: left;
    margin: 5px 5px 0 0;
  }
  .top-links .links span.toplinks-button:before {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    content: '';
    font-family: 'luma-icons';
    margin: -5px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .top-links .links a span.toplinks-button.accueil_toplinks {
    background: none;
  }
  .top-links .links a span.toplinks-button.accueil_toplinks:before {
    content: '\e609';
  }
  .top-links .links a span.toplinks-button.commande-rapide_toplinks {
    background-position: 0px 0px;
  }
  .top-links .links a span.toplinks-button.customer_account_toplinks {
    background-position: -54px 0px;
    height: 28px;
    margin-top: 0;
  }
  .top-links .links a span.toplinks-button.wishlist_toplinks {
    background: none;
  }
  .top-links .links a span.toplinks-button.wishlist_toplinks:before {
    content: '\e605';
  }
  .top-links .links a span.toplinks-button.contact_toplinks {
    background-position: -96px -137px;
  }
  .top-links .links a:hover span.toplinks-button.commande-rapide_toplinks {
    background-position: -80px 0px;
  }
  .top-links .links a:hover span.toplinks-button.customer_account_toplinks {
    background-position: -134px 0px;
  }
  .top-links .links .actif a span.toplinks-button.customer_account_toplinks {
    background-position: -54px 0px;
  }
  .minicart-wrapper > a,
  .links > li > a {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
    float: left;
    padding: 0;
    line-height: 28px;
  }
  .top-links .links a:hover span.toplinks-button:before,
  .top-links .minicart-wrapper > a:hover,
  .top-links .links > li > a:hover,
  .top-links .links > li.actif > a {
    color: #7ed957 !important;
  }
  .icon.i-cart {
    background: url('../images/Sprites.png') no-repeat -144px -137px;
  }
  #search_mini_form {
    width: 300px;
    margin-left: 440px;
    position: relative;
    bottom: 0;
  }
  #search_mini_form input {
    width: 268px;
  }
  .tableau {
    max-width: 100%;
  }
  .tableau.grille-wiha {
    max-width: 100%;
  }
  .itemCatContent {
    margin-left: calc(( 6 * -0.8%) / ( 6 - 1));
  }
  .itemCatContent .itemCat {
    width: calc(((100% - ( 6 * 1%)) - 36px) /  6);
    margin-left: calc(( 6 * 0.8%) / ( 6  - 1));
  }
  .cms-home .itemCatContent .itemCat {
    margin-left: calc(( 6 * 1%) / ( 6  - 1));
  }
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  #mobile_nav {
    display: none;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .form-cart {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .form-cart .head {
    width: calc(48% - 1.5px);
    padding-right: 2%;
  }
  .form-cart .head.first {
    border-right: 0;
    clear: both;
  }
  .form-cart .head.last {
    display: block;
    border-left: 0;
  }
  .form-cart .actions.main {
    text-align: right;
  }
  .actions-toolbar {
    text-align: left;
  }
  .cart-col-wrapper {
    column-count: 2;
  }
  .cart-discount .block {
    width: 50%;
    margin-bottom: 40px !important;
  }
  .cart-discount .block:nth-child(1) {
    clear: left;
  }
  .cart-summary {
    position: relative;
    top: 95px !important;
    min-height: 330px;
    float: right;
    width: 24%;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart-summary > .title {
    display: block;
  }
  .link-euro {
    float: left;
    width: 24%;
    margin: 0 1%;
    min-height: 330px;
  }
  body.checkout-cart-index #shipping-zip-form {
    float: left;
    width: 48%;
    margin-right: 1%;
    min-height: 330px;
    margin-bottom: 30px;
  }
  .cergyvis .cart-summary {
    top: 0 !important;
  }
  .cergyvis .cart-container .form-cart {
    margin-bottom: 25px;
  }
  .table-checkout-shipping-method {
    width: 48%;
    margin: 0 1%;
    float: left;
    min-height: 77px;
  }
  .table-checkout-shipping-method.last {
    width: 98%;
    margin: 0 1%;
  }
  .table-checkout-shipping-method li {
    margin: 0;
  }
  .minicart-wrapper {
    margin: 0 1px 5px 0;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px) {
  #search_mini_form {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  #search_mini_form input {
    width: 418px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}
.sparsh_banner_slider .slick-slide img {
  width: 100%;
}
.sparsh_banner_slider .slick-slide video {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .slick-slide iframe {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .caption {
  position: absolute;
  margin: 0 auto;
  max-width: 1280px;
  right: 0;
  z-index: 3;
  top: 49%;
  left: 0;
  transform: translate(0%, -50%);
  margin-top: -5px;
}
.sparsh_banner_slider .caption h2 {
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.sparsh_banner_slider .caption p {
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin-bottom: 3rem;
}
.sparsh_banner_slider .caption .btn-banner {
  border: 2px solid #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  width: 40%;
  height: 43px;
  line-height: 44px;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
.sparsh_banner_slider .caption .btn-banner:hover {
  background: #000;
  color: #fff;
}
.sparsh_banner {
  overflow: hidden;
  margin-bottom: 11px;
}
.sparsh_banner_slider.slick-initialized .slick-slide {
  position: relative;
}
.sparsh_banner_slider.slick-initialized .slick-slide > div > div {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 32px;
  padding: 0;
  width: 36px;
  text-align: center;
}
.sparsh_banner_slider .slick-arrow:after {
  content: '\e617';
  font-family: 'luma-icons';
  color: transparent;
}
.sparsh_banner_slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-list {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow.slick-next {
  left: inherit;
  right: 10px;
  transition: all .3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../images/right-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-next:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
  transition: all .3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../images/left-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-prev:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-next {
  right: 0;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
}
.sparsh_banner_slider .slick-prev:before {
  content: '';
}
.sparsh_banner_slider .slick-next:before {
  content: '';
}
@media screen and (max-width: 1400px) {
  .sparsh_banner_slider .caption {
    padding: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .sparsh_banner_slider .caption {
    padding: 0 40px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 15px;
    width: 100%;
    height: 38px;
    line-height: 39px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .slick-arrow {
    height: 40px;
    line-height: 32px;
    padding: 0;
    width: 30px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next {
    right: 3px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: 32px;
    left: 0px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: 32px;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-list {
    max-height: 280px;
  }
  .sparsh_banner_slider.slick-initialized .slick-slide > div > div {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .sparsh_banner_slider .caption {
    padding: 0 15px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 13px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-width: 1px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 14px;
    display: none;
  }
  .sparsh_banner_slider .slick-arrow {
    display: none !important;
  }
  .sparsh_banner_slider .slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
