.splide .splide__list {
  flex-wrap: nowrap;
}

.splide .splide__track .splide__list {
  justify-content: flex-start;
}

/*  */
.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
/*   display: none; */
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline:3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline:3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}


.splide__arrow svg {
  transform: none;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.splide__arrow {
  opacity: 1;
  background: transparent;
}

/*  */

.arrows .splide__arrow {
  background: transparent;
  font-size: 20px;
  opacity: 1;
}

body .splide > .splide__track > .splide__list {
  flex-wrap: nowrap;
}

.arrows .splide_next_arrow {
  right: -55px;
}

.arrows .splide_prev_arrow {
  left: -55px;
}

.splide .splide__arrow--prev {
  left: -2em;
}

.splide .splide__arrow--next {
  right: -2em;
}

.splide__arrow svg {
  fill: inherit ;
}

.splide__arrow svg path {
  fill: inherit;
}

.splide button.splide__arrow {
  background: transparent;
}

button.splide__arrow.splide__arrow--prev {
  transform: translateY(-50%);
}

button.splide__arrow.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__track.splide__track--fade {
  overflow: visible;
}

.splide .splide__track {
  padding: 1px 0;
  margin: 10px 0;
}

.splide .splide__pagination {
  bottom: -10px;
  bottom: 0;
}


/* un comment for fade effect in slide slider */


/* .splide .splide__track--fade .splide__slide:not(.is-active) {
height: 0;
width: 0;
transition: none !important;
position: absolute;
top: 0;
left: 0;
}

.splide .splide__track--fade  .splide__slide {
transform: none !important;
} */


.splide .splide__pagination {
  opacity: 0;
  margin-bottom: -50px;
  transition: 0.2s;
}

.splide .splide__pagination {
  opacity: 1;
  margin-bottom: 0;
}

.splide {
  padding-bottom: 0.1px;
}

.splide .splide__track {
  margin-bottom: 30px;
}

ul.splide__pagination button {
  outline: none;
}

/*  */
@media(max-width:1240px){
  .splide .splide__arrow--prev {
    left: 2%;
  }

  .splide .splide__arrow--next {
    right: 2%;
  }
}


@media(max-width:479px){
  .splide .splide__arrows {
    display: none;
  }
}

/* QUOTE-TOOL */
.quote_tool__module {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

@media only screen and (min-width: 57.5em), print {
    .quote_tool__module {
        flex-direction: row;
    }
}

.quote_tool__module_col {
  box-sizing: inherit;
  flex: 0 0 100%;
  flex-basis: auto;
  width: 100%;
}

@media only screen and (min-width: 57.5em), print {
    .quote_tool__module_col {
        width: 50%;
    }
}


.quote_tool__module_col img {
    margin-bottom: 40px;
}

@media only screen and (min-width: 57.5em), print {
    .quote_tool__module_col img {
        margin-bottom: 0;
    }
}


.quote_tool {
    position: relative;
    max-width: 700px;
    /* margin: 1.875em auto; */
    text-align: center
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool {
        margin:0 auto
    }
}

@media only screen and (max-width: 57.5em),print {
    .quote_tool--go-back.quote_tool--image:not(.quote_tool--image-hide) {
        padding-top:25px
    }

    .quote_tool--go-back.quote_tool--image:not(.quote_tool--image-hide) .go-back-js {
        top: -5px
    }
}

@media only screen and (max-width: 34em),print {
    .quote_tool--go-back.quote_tool--image:not(.quote_tool--image-hide) {
        padding-top:5px
    }

    .quote_tool--go-back.quote_tool--image:not(.quote_tool--image-hide) .go-back-js {
        top: -25px
    }
}

.quote_tool .Heading--h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 5px;
    
}

@media only screen and (min-width: 57.5em), print {
    .quote_tool .Heading--h3 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 48em),print {
    .quote_tool .Heading--h3 {
/*         font-size:48px; */
        font-size: 43.2px;
/*         line-height: 50px */
        line-height: 42px
    }
}

.quote_tool.last-step>span.no-title-form-step {
    display: none
}

.quote_tool .go-back-js {
    position: absolute;
    left: 28px;
    top: -45px;
    color: #3f3f3f;
    font-family: Metric-Semibold,arial,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none
}

@media only screen and (max-width: 48em),print {
    .quote_tool .go-back-js {
        font-size:14px;
        padding-top: 3px
    }
}

.quote_tool .go-back-js.u-hidden {
  display: none;
}

.quote_tool .go-back-js:before {
    position: absolute;
    top: 10px;
    left: -20px;
    content: '';
    background-image: url('/hubfs/145365426/modules/quotetool/icon-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);
    padding: 15px
}

.quote_tool .go-back-js:hover {
    color: #e4464e
}

.quote_tool .go-back-js:hover:before {
    background-image: url("/hubfs/145365426/modules/quotetool/icon-arrow-red.svg")
}

.quote_tool__tooltip {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: -2px
}

@media only screen and (min-width: 48em),print {
    .quote_tool__tooltip {
        padding-left:7.5px;
        top: -3px
    }
}

.quote_tool__tooltip--active .quote_tool__tooltip-text,.quote_tool__tooltip:hover .quote_tool__tooltip-text {
    visibility: visible;
    opacity: 1
}

@media only screen and (max-width: 48em),print {
    .quote_tool__tooltip img {
        width:80%
    }
}

.quote_tool__tooltip-text {
    opacity: 0;
    transition: opacity .3s;
    visibility: hidden;
    position: relative;
    z-index: 1
}

.quote_tool__tooltip-text::before {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.25);
    color: #3f3f3f;
    content: attr(data-tooltip-text);
    font-family: Metric-Regular,arial,sans-serif;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    margin-left: -60px;
    padding: 13px 10px 10px 10px;
    position: absolute;
    right: -20px;
    text-align: left;
    top: 145%;
    width: 175px;
    z-index: 1
}

@media only screen and (min-width: 48em),print {
    .quote_tool__tooltip-text::before {
        right:-25px;
        top: 110%
    }
}

.quote_tool__tooltip-text::after {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: "";
    margin-left: -5px;
    position: absolute;
    right: 1px;
    top: 18px;
    z-index: 2
}

@media only screen and (min-width: 48em),print {
    .quote_tool__tooltip-text::after {
        right:3px;
        top: 35px
    }
}

.quote_tool__tooltip--step-title .quote_tool__tooltip-text::before {
    top: 145%
}

.quote_tool__tooltip--step-title .quote_tool__tooltip-text::after {
    top: 20px
}

.quote_tool__steps {
    display: block;
    font-size: 1.25em;
    text-align: center;
    margin: .625em auto 35px;
    max-width: 340px
}

.quote_tool__steps--progress-bar {
    height: 6px;
    margin-bottom: 7px;
    border-radius: 10px
}

.quote_tool__steps--progress-bar .Progressbar-progress {
    background-color: #3ca07a;
    border-radius: 0
}

.quote_tool__steps--text,.quote_tool__steps--text-final-step {
    color: #3f3f3f;
    font-size: 16px;
    line-height: 19px
}

.quote_tool__steps--text-final-step {
    display: none;
    padding: 7px 0 4px
}

.quote_tool__steps.last-step .quote_tool__steps--text {
    display: none
}

.quote_tool__steps.last-step .quote_tool__steps--text-final-step {
    display: block
}

.quote_tool__page {
    display: none;
    margin: 0 auto;
    max-width: 415px;
    min-height: 340px
}

@media only screen and (min-width: 48em),print {
    .quote_tool__page {
        min-height:440px
    }
}

.quote_tool__page--step-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px
}

.quote_tool__page--answer {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    font-family: Metric-Semibold,arial,sans-serif;
    font-size: 22px;
    height: 60px;
    line-height: 66px;
    margin-bottom: 20px;
    max-width: 340px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%
}

.quote_tool__page--answer:first-of-type {
  margin-top: 8px;
}

.quote_tool__page--answer.button--white {
  background: #fff;
  color: #3f3f3f;
}

.quote_tool__page--answer::after,.quote_tool__page--answer::before {
    display: none
}

.quote_tool__page--answer:hover {
    background-color: #eb747a;
    border-color: #e4464e;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    color: #ffffff;
}

@media only screen and (max-width: 48em),print {
    .quote_tool__page--answer {
        height:44px;
        line-height: 50px
    }
}

.quote_tool__page--freetext-answer .button {
    background: #e4464e;
    border-radius: 10px;
    font-family: Metric-Bold,arial,sans-serif;
    font-size: 21px;
    height: 40px;
    line-height: 46px;
    margin: 0 1px;
    padding: 0 15px;
}

.quote_tool__page--freetext-answer .button::after,.quote_tool__page--freetext-answer .button::before {
    display: none
}

.quote_tool__page--freetext-answer .button[disabled] {
    pointer-events: none;
    color: #bdbdbd!important
}

.quote_tool__page--freetext-answer .hubspot-forms-optional-field {
    display: none
}

.quote_tool__page--freetext-answer .hubspot-forms-field {
    margin: 0 auto 20px auto;
    max-width: 340px
}

.quote_tool__page--freetext-answer .hubspot-forms-field input[type=text],
.quote_tool__page--freetext-answer .hubspot-forms-field input[type=tel]:not(.no-validation) {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    font-size: 16px!important;
    height: 44px;
    padding: 19px 50px 12px 15px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__page--freetext-answer .hubspot-forms-field input[type=text],
    .quote_tool__page--freetext-answer .hubspot-forms-field input[type=tel]:not(.no-validation) {
        font-size:22px!important;
        height: 60px
    }
}

.quote_tool__page--freetext-answer .hubspot-forms-field.field-valid input[type=text].input-validation-valid,
.quote_tool__page--freetext-answer .hubspot-forms-field.field-valid input[type=tel]:not(.no-validation).input-validation-valid {
    background-color: #ebf5f1!important;
    border: 1px solid #3ca07a!important
}

.quote_tool__page--freetext-answer .hubspot-forms-field.field-invalid input[type=text].input-validation-error,
.quote_tool__page--freetext-answer .hubspot-forms-field.field-invalid input[type=tel]:not(.no-validation).input-validation-error {
    background-color: #fceced!important;
    border: 1px solid #e4464e!important
}

.quote_tool__page--freetext-answer .hubspot-forms-field .hubspot-forms-label {
    color: #bdbdbd;
    font-family: Metric;
    font-size: 16px;
    left: 16px;
    line-height: 1.3;
    text-align: left;
    top: 13px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__page--freetext-answer .hubspot-forms-field .hubspot-forms-label {
        font-size:20px;
        top: 18px
    }
}

.quote_tool__page--freetext-answer .hubspot-forms-field.field-not-empty .hubspot-forms-label,
.quote_tool__page--freetext-answer .hubspot-forms-field.user-focus .hubspot-forms-label {
    color: #3f3f3f;
    display: none
}

.quote_tool__page--freetext-answer .hubspot-forms-field .hubspot-forms-field-wrapper {
    padding-bottom: 10px
}

.quote_tool__page--freetext-answer .hubspot-forms-field .hubspot-forms-field-wrapper .field-validation-valid {
    color: #e4464e;
    font-size: 16px;
    text-align: left;
}

.quote_tool__page--freetext-answer .hubspot-forms-field .hubspot-forms-field-wrapper::after {
    right: 15px!important;
    top: 10px!important
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__page--freetext-answer .hubspot-forms-field .hubspot-forms-field-wrapper::after {
        top:15px!important
    }
}

.quote_tool__page--freetext-answer .freetext-remote-validation {
    display: none
}

.quote_tool__page--freetext-answer:not(.quote_tool__page--phone) .hubspot-forms-field input[type=tel] {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    font-size: 16px!important;
    height: 44px;
    padding: 19px 50px 12px 15px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__page--freetext-answer:not(.quote_tool__page--phone) .hubspot-forms-field input[type=tel] {
        font-size:22px!important;
        height: 60px
    }
}

.quote_tool__page--freetext-answer:not(.quote_tool__page--phone) .hubspot-forms-field.field-valid input[type=tel].input-validation-valid {
    background-color: #ebf5f1!important;
    border: 1px solid #3ca07a!important
}

.quote_tool__page--freetext-answer:not(.quote_tool__page--phone) .hubspot-forms-field.field-invalid input[type=tel].input-validation-error {
    background-color: #fceced!important;
    border: 1px solid #e4464e!important
}

.quote_tool__form {
    max-width: 475px;
    margin: 0 auto
}

.quote_tool__form .form {
    text-align: left;
}

.quote_tool__form .Heading--h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

@media only screen and (min-width: 48em),print {
    .quote_tool__form .Heading--h3 {
        font-size:32px;
        line-height: 40px
    }
}

.quote_tool__form--title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px!important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 365px
}

.quote_tool__form--title-center {
    margin-bottom: 25px;
    text-align: center
}

.quote_tool__form--intro {
    max-width: 365px;
    text-align: center;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto
}

.quote_tool__form .hubspot-forms-tooltip {
    display: none
}

.quote_tool__form .hubspot-forms-optional-field {
    display: none
}

.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation) input.text {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    font-size: 16px!important;
    height: 44px;
    padding: 19px 50px 12px 15px!important
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__form .hubspot-forms-field:not(.phoneapivalidation) input.text {
        font-size:22px!important;
        height: 60px
    }
}

.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation) .hubspot-forms-field-wrapper {
    padding-bottom: 10px
}

.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation).field-valid input.text.input-validation-valid {
    background-color: #ebf5f1!important;
    border: 1px solid #3ca07a!important
}

.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation).field-invalid input.text.input-validation-error {
    background-color: #fceced!important;
    border: 1px solid #e4464e!important
}

.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation) .hubspot-forms-label {
    color: #bdbdbd;
    font-size: 16px;
    left: 16px;
    text-align: left;
    top: 13px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__form .hubspot-forms-field:not(.phoneapivalidation) .hubspot-forms-label {
        font-size:22px;
        top: 18px
    }
}

.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation).field-not-empty .hubspot-forms-label,.quote_tool__form .hubspot-forms-field:not(.phoneapivalidation).user-focus .hubspot-forms-label {
    color: #3f3f3f;
    display: none;
    left: 0;
    top: -14px
}

.quote_tool__form .hubspot-forms-field-wrapper::after {
    right: 15px!important;
    top: 10px!important
}

.quote_tool__form .hubspot-forms-field[data-alias=postalcode],.quote_tool__form .hubspot-forms-field[data-alias=zipcode] {
    max-width: 100%
}

.quote_tool__form .select-options li {
    text-indent: 0
}

.quote_tool__form .hubspot-forms-page {
    max-width: 550px
}

.quote_tool__form .titleanddescription .hubspot-forms-field-wrapper>div {
    text-align: center
}

.quote_tool__form .titleanddescription .hubspot-forms-field-wrapper>div>:first-child {
    font-family: Metric-Regular,arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px!important
}

.quote_tool__form .titleanddescription .hubspot-forms-field-wrapper>div p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px
}

.quote_tool__form .button {
    border-radius: 10px;
    height: 40px;
    line-height: 44px;
    margin: 15px 0 0 0;
    padding: 0 15px
}

.quote_tool__form .button::after,.quote_tool__form .button::before {
    display: none
}

.quote_tool__form .button span {
    font-size: 21px;
    padding-right: 32px
}

.quote_tool__form .button span::after {
    background-image: url("/assets/build/155905b96ac89a83dc52.svg");
    content: "";
    display: inline-block;
    -webkit-filter: brightness(10);
    filter: brightness(10);
    height: 22px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 22px
}

.quote_tool__form .dataconsent {
    bottom: -50px;
    color: #3f3f3f;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center
}

@media only screen and (max-width: 34em),print {
    .quote_tool__form .dataconsent {
        bottom:-65px
    }
}

.quote_tool .phoneapivalidation .iti,.quote_tool__page--phone .iti {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    font-size: 16px!important;
    height: 44px;
    line-height: 50px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool .phoneapivalidation .iti,.quote_tool__page--phone .iti {
        font-size:22px!important;
        height: 60px;
        line-height: 66px
    }
}

.quote_tool .phoneapivalidation .iti .iti__flag-container,.quote_tool__page--phone .iti .iti__flag-container {
    border-radius: 10px
}

.quote_tool .phoneapivalidation .iti .iti__flag-container:hover,.quote_tool__page--phone .iti .iti__flag-container:hover {
    background-color: transparent
}

.quote_tool .phoneapivalidation .iti .iti__flag-container .iti__selected-flag,.quote_tool__page--phone .iti .iti__flag-container .iti__selected-flag {
    background-color: transparent;
    height: 44px;
    padding: 0 10px 0 15px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool .phoneapivalidation .iti .iti__flag-container .iti__selected-flag,.quote_tool__page--phone .iti .iti__flag-container .iti__selected-flag {
        height:60px
    }
}

.quote_tool .phoneapivalidation .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code,.quote_tool__page--phone .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
    color: #000;
    font-size: 16px;
    margin-left: 0;
    padding: 6px 0 0 0;
    text-align: center;
    width: 54px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool .phoneapivalidation .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code,.quote_tool__page--phone .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
        font-size:22px
    }
}

.quote_tool .phoneapivalidation .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code::before,.quote_tool__page--phone .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code::before {
    content: '';
    background-color: #9d9d9d;
    height: 18px;
    left: 90px;
    position: absolute;
    top: 14px;
    width: 1px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool .phoneapivalidation .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code::before,.quote_tool__page--phone .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code::before {
        height:30px
    }
}

.quote_tool .phoneapivalidation .iti__arrow,.quote_tool__page--phone .iti__arrow {
    display: none
}

.quote_tool .phoneapivalidation .hubspot-forms-field-wrapper,.quote_tool__page--phone .hubspot-forms-field-wrapper {
    padding-bottom: 10px
}

.quote_tool .phoneapivalidation .hubspot-forms-field-wrapper::after,.quote_tool__page--phone .hubspot-forms-field-wrapper::after {
    top: 0!important
}

.quote_tool .phoneapivalidation .hubspot-forms-label,.quote_tool__page--phone .hubspot-forms-label {
    color: #bdbdbd;
    display: none;
    left: 0;
    top: 5px!important
}

.quote_tool .phoneapivalidation.field-not-empty .hubspot-forms-label,.quote_tool .phoneapivalidation.user-focus .hubspot-forms-label,.quote_tool__page--phone.field-not-empty .hubspot-forms-label,.quote_tool__page--phone.user-focus .hubspot-forms-label {
    color: #3f3f3f;
    display: none
}

.quote_tool .phoneapivalidation .js-val-remote-loader,.quote_tool__page--phone .js-val-remote-loader {
    right: 19px
}

.quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden),.quote_tool__page--phone input[type=tel]:not(.text-hidden) {
    background-color: transparent;
    border-bottom: 0;
    border-radius: 10px;
    font-size: 16px!important;
    height: 42px;
    padding: 19px 50px 12px 104px!important
}

.quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::-webkit-input-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::-webkit-input-placeholder {
    font-size: 16px!important
}

.quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::-moz-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::-moz-placeholder {
    font-size: 16px!important
}

.quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden):-ms-input-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden):-ms-input-placeholder {
    font-size: 16px!important
}

.quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::-ms-input-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::-ms-input-placeholder {
    font-size: 16px!important
}

.quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::placeholder {
    font-size: 16px!important
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden),.quote_tool__page--phone input[type=tel]:not(.text-hidden) {
        font-size:22px!important;
        height: 58px
    }

    .quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::-webkit-input-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::-webkit-input-placeholder {
        font-size: 22px!important
    }

    .quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::-moz-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::-moz-placeholder {
        font-size: 22px!important
    }

    .quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden):-ms-input-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden):-ms-input-placeholder {
        font-size: 22px!important
    }

    .quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::-ms-input-placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::-ms-input-placeholder {
        font-size: 22px!important
    }

    .quote_tool .phoneapivalidation input[type=tel]:not(.text-hidden)::placeholder,.quote_tool__page--phone input[type=tel]:not(.text-hidden)::placeholder {
        font-size: 22px!important
    }
}

.quote_tool .phoneapivalidation .field-valid .iti,.quote_tool .phoneapivalidation.field-valid .iti,.quote_tool__page--phone .field-valid .iti,.quote_tool__page--phone.field-valid .iti {
    background-color: #ebf5f1!important;
    border: 1px solid #3ca07a
}

.quote_tool .phoneapivalidation .field-valid input[type=tel]:not(.text-hidden).input-validation-valid,.quote_tool .phoneapivalidation.field-valid input[type=tel]:not(.text-hidden).input-validation-valid,.quote_tool__page--phone .field-valid input[type=tel]:not(.text-hidden).input-validation-valid,.quote_tool__page--phone.field-valid input[type=tel]:not(.text-hidden).input-validation-valid {
    background-color: transparent!important;
    border: 0!important
}

.quote_tool .phoneapivalidation .field-invalid .iti,.quote_tool .phoneapivalidation.field-invalid .iti,.quote_tool__page--phone .field-invalid .iti,.quote_tool__page--phone.field-invalid .iti {
    background-color: #fceced!important;
    border: 1px solid #e4464e
}

.quote_tool .phoneapivalidation .field-invalid input[type=tel]:not(.text-hidden).no-validation,.quote_tool .phoneapivalidation.field-invalid input[type=tel]:not(.text-hidden).no-validation,.quote_tool__page--phone .field-invalid input[type=tel]:not(.text-hidden).no-validation,.quote_tool__page--phone.field-invalid input[type=tel]:not(.text-hidden).no-validation {
    background-color: transparent!important;
    border: 0!important
}

.quote_tool .field-validation-error {
    bottom: -10px;
    text-align: left
}

.quote_tool__bottom-form-text,.quote_tool__bottom-text {
    margin: 66px auto 0;
    width: 100%;
    max-width: 340px
}

.quote_tool__bottom-form-text>p,.quote_tool__bottom-text>p {
    font-size: 18px;
    line-height: 22px
}

.quote_tool__bottom-form-text.visible,.quote_tool__bottom-text.visible {
    display: block
}

.quote_tool__bottom-form-text.hidden,.quote_tool__bottom-text.hidden {
    display: none
}

.quote_tool__bottom-form-text {
    display: none;
    margin: 30px auto 0
}

.quote_tool__bottom-form-text>p {
    font-size: 14px;
    line-height: 100%
}

.quote_tool.last-step .quote_tool__bottom-form-text {
    display: block
}

.quote_tool__legal,
.quote_tool__module .tpexplmid {
  color: #3f3f3f; 
  font-family: Metric-Regular, arial, sans-serif;
  font-size: 16px;
  margin-top: 2.5em;
}

.quote_tool__brand {
    margin-top: 35px;
    text-align: center
}

.quote_tool__brand_card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.25);
    color: #3f3f3f;
    margin: 0 auto;
    max-width: 210px;
    padding: 15px 25px 10px;
    width: 100%
}

@media only screen and (min-width: 48em),print {
    .quote_tool__brand_card {
        max-width:340px
    }
}

.quote_tool__brand_card * {
    font-size: 16px;
    line-height: 20px
}

@media only screen and (min-width: 48em),print {
    .quote_tool__brand_card * {
        font-size:20px;
        line-height: 26px
    }
}

.quote_tool__brand_awards {
    list-style: none;
    padding: 0
}

.quote_tool__brand_awards li {
    display: inline-block;
    margin: 0 10px
}

.quote_tool__brand_awards img {
    height: auto;
    max-width: 80px
}

@media only screen and (min-width: 57.5em),print {
    .quote_tool__image {
        padding-left:30px
    }
}

@media only screen and (max-width: 34em),print {
    .quote_tool__page {
        margin-bottom:20px
    }

    .quote_tool__page--step-title {
        padding: 0 30px;
        margin-bottom: 30px
    }

    .quote_tool__steps {
        max-width: 270px
    }

    .quote_tool__bottom-text {
        margin-top: 30px
    }

    .quote_tool__rating {
        margin-top: 35px
    }

    .quote_tool__image {
        margin-bottom: 10px
    }
}

.quote_tool .iti__country {
    height: 35px!important;
    transition: none!important
}

.quote_tool .iti__country:hover .iti__country-name {
    color: #fff
}

.quote_tool .iti__flag-box {
    margin-top: -5px
}

.quote_tool .iti__country-name {
    color: #3f3f3f
}

.quote_tool .iti__country-name,.quote_tool .iti__flag-box {
    margin-right: 10px
}

.quote_tool .hubspot-forms-submitmessage {
    text-align: center
}

@media only screen and (max-width: 57.5em),print {
    .quote_tool__module_col.no-image-mobile {
        display:none
    }
}

.quote_tool .progressbar {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50px
}

.quote_tool .progressbar__background {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

.quote_tool--grey .progressbar__background {
    background-color: #fff;
}

.quote_tool .progressbar__progress {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #3ca07a;
    transition: all ease-in-out .8s;
    border-radius: 50px
}

.quote_tool .quote_tool__form .hsfc-Row.hidden {
  display: none; 
}

.u-bgDarkGrey .quote_tool a:not(.button) {
    color: #e4464e
}

.u-bgDarkGrey .quote_tool .go-back-js {
    color: #fff!important
}

.u-bgDarkGrey .quote_tool .go-back-js::before {
    -webkit-filter: brightness(200);
    filter: brightness(200)
}

.u-bgDarkGrey .quote_tool .go-back-js:hover {
    color: #e4464e!important
}

.u-bgDarkGrey .quote_tool .go-back-js:hover::before {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.u-bgDarkGrey .quote_tool__page--answer:hover {
    background-color: #e4464e
}

.u-bgRed .quote_tool a {
    color: #3f3f3f
}

.u-bgRed .quote_tool .go-back-js {
    color: #fff
}

.u-bgRed .quote_tool .go-back-js::before {
    -webkit-filter: brightness(200);
    filter: brightness(200)
}

.u-bgRed .quote_tool .go-back-js:hover {
    color: #f5f5f5
}

.u-bgRed .quote_tool .go-back-js:hover::before {
    -webkit-filter: brightness(200);
    filter: brightness(200)
}

.u-bgRed .quote_tool__tooltip img {
    -webkit-filter: brightness(200);
    filter: brightness(200)
}

.u-bgRed .quote_tool__page--answer:hover {
    border-color: #3f3f3f;
    background-color: #3f3f3f;
    color: #fff
}

.u-bgRed .quote_tool__page--freetext-answer .button {
    background-color: #3f3f3f
}

.u-bgRed .quote_tool__page--freetext-answer .button:hover {
    background-color: #565654
}

.u-bgRed .quote_tool__steps--progress-bar .Progressbar-progress {
    background-color: #3f3f3f
}

.u-bgRed .quote_tool__form .button {
    background-color: #3f3f3f
}

.u-bgRed .quote_tool__form .button:hover {
    background-color: #565654
}

.u-bgDarkGrey .quote_tool,.u-bgRed .quote_tool {
    color: #fff
}

.u-bgDarkGrey .quote_tool .Heading--h3,.u-bgDarkGrey .quote_tool .Heading--h5,.u-bgRed .quote_tool .Heading--h3,.u-bgRed .quote_tool .Heading--h5 {
    color: #fff
}

.u-bgDarkGrey .quote_tool__steps--text,.u-bgDarkGrey .quote_tool__steps--text-final-step,.u-bgRed .quote_tool__steps--text,.u-bgRed .quote_tool__steps--text-final-step {
    color: #fff
}

.u-bgDarkGrey .quote_tool__form .dataconsent,.u-bgRed .quote_tool__form .dataconsent {
    color: #fff
}

.u-bgWhite .quote_tool .Progressbar-background {
    background-color: #f5f5f5
}

.u-bgWhite .quote_tool__page--answer {
    background-color: #f5f5f5
}

.u-bgWhite .quote_tool__page--answer:hover {
    background-color: #eb747a;
    border-color: #e4464e
}

.u-bgWhite .quote_tool__page--freetext-answer .button.button--white {
    background-color: #f5f5f5
}

.u-bgWhite .quote_tool__page--freetext-answer .button.button--white:not([disabled]):hover {
    background-color: #e4464e
}

.u-bgWhite .quote_tool__page--freetext-answer .hubspot-forms-field:not(.phoneapivalidation) input.text {
    border-color: #bdbdbd;
    background-color: #f5f5f5
}

.u-bgWhite .quote_tool__form .hubspot-forms-field:not(.phoneapivalidation) input.text {
    background-color: #f5f5f5
}

.u-bgWhite .quote_tool .phoneapivalidation .iti {
    background-color: #f5f5f5
}

/* Lionys  */
.quote_tool .go-back-js {
  top: 0 !important;
  left: 0 !important;
}

.quote_tool__page--answer.button--white {
  background: #f5f5f5 !important;
}
.quote_tool__page--answer.button--white:hover {
  background: #eb747a !important;
  border-color: #e4464e;
}

/* Lionys reduce */

.quote_tool h4.Heading--h3 {
  margin-bottom: 27px !important;
}

.quote_tool--reduce h4.Heading--h3 {
  font-family: metric regular, arial, sans-serif !important;
  font-weight: normal !important;
  line-height: 32px;
  font-size: 43.2px !important;
  color: #3f3f3f;
}

.quote_tool:has(.quote_tool__go-back:not(.u-hidden)) {
  padding-top: 45px;
}

.quote_tool--reduce:has(.quote_tool__go-back:not(.u-hidden)) {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .quote_tool {
    padding-top: 5px;
  }
  
  .quote_tool--reduce h4.Heading--h3 {
    font-size: 28px !important;
    line-height: 1;
    margin-bottom: 14px !important;
  }
  
  .quote_tool--reduce:has(.quote_tool__go-back:not(.u-hidden)) {
    padding-top: 25px;
  }
}





/* GET-YOUR_QUOTE */
.get-quote .inner.page-center .Callusnow input.hs-input:not([type="checkbox"]) {
	background-color: #fff;
	border-radius: 15px;
	padding: 23px 130px 16px 20px;
	border: none;
	width: 100% !important;
	min-width: 330px;
	color: #3f3f3f;
	font-size: 20px;
	font-family: Metric-Light, arial, sans-serif;
	-webkit-appearance: none;
	line-height: 1.15;
	margin: 0;
}

.get-quote .input {
	padding: 0;
}

.get-quote .hs_submit.hs-submit {
	width: auto;
	display: inline-block;
	position: absolute;
	width: auto;
	top: 11px;
	right: 15px;
}

.get-quote input.hs-button.primary.large {
	margin: 0 1px;
	padding: 0 15px;
	height: 40px;
	line-height: 46px;
	font-size: 17px;
	border-radius: 10px;
	letter-spacing: normal;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	font-family: Metric-Bold, arial, sans-serif;
}

.get-quote  form {
	position: relative;
}

.get-quote .Grid-cell.u-lg-size1of2 {
	width: 50%;
}

.get-quote .Grid {
	align-items: center;
}

.get-quote span.Heading--h5 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: normal;
	font-weight: 200;
	font-family: Metric-Bold, arial, sans-serif;
	color: #fff;
}

.get-quote .umbraco-forms- {
	display: flex;
	align-items: center;
}

.get-quote .umbraco-forms- > span {
	margin-right: 24px;
}

.get-quote .form-content p,
.get-quote .umbraco-forms- .hsfc-RichText {
	margin: 0;
	font-size: 15px;
	color: #fff;
	font-family: Metric-Regular, arial, sans-serif;
	line-height: 24px;
}

.get-quote .form-content p a,
.get-quote .umbraco-forms- .hsfc-RichText p a {
	color: #fff;
	font-family: Metric-Regular, arial, sans-serif;
}

.get-quote {
	/*padding: 30px 0 15px;*/
  padding-left: 6.5%;
  padding-right: 6.5%;
  padding-top: 1.875em !important;
  padding-bottom: 1.875em !important;
}

.get-quote .hs-form-field {
	margin: 0;
}

.get-quote .umbraco-forms- h3 {
	margin: 0;
}

.get-quote .form-content p a:hover {
	color: #ed8388;
}

.get-quote .Grid-cell.u-lg-size1of2.has-icon {
	display: flex;
	align-items: center;
	    padding-right: 10px;
}

.get-quote .Grid-cell.u-lg-size1of2 *{
	color: #fff !important;
}

.get-quote .Grid-cell.u-lg-size1of2.has-icon .Callusnow-phoneSection *{
	margin: 0;
}

.get-quote .left-image {
	margin-right: 30px;
}

.get-quote .left-image img {
	width: 32px;
	height: 32px;
	margin: 0 auto 30px;
	margin-bottom: 0;
	margin-top: -5px;
}

.get-quote .Grid-cell.u-lg-size1of2.has-icon .Callusnow-phoneSection h3 a {
	font-size: 21px;
	line-height: 20px;
	display: inline;
	text-decoration: none;
}

.get-quote .Grid-cell.u-lg-size1of2.has-icon .Callusnow-phoneSection p{
	line-height: 1.44444444444;   
	font-size: 18px;
}

.get-quote form {
	position: relative;
}

.get-quote .hsfc-PostSubmit p {
	margin-bottom: 0;
}

.get-quote .hs_submit.hs-submit {
	position: static;
}

.get-quote .inner.page-center .Callusnow input.hs-input:not([type="checkbox"]){
	width: 100%;
	color: #3f3f3f;
}
.get-quote .hs-fieldtype-intl-phone.hs-input select{
	width: 100% !important;
}


.get-quote .hs-fieldtype-intl-phone.hs-input select {
	border-radius: 15px;
	background: #fff;
	min-height: 62px;
}

.get-quote .hs-fieldtype-intl-phone.hs-input select > div {
	margin: 0;
}

.get-quote .hs-fieldtype-intl-phone.hs-input select {
	margin: 0;
}
.get-quote .inner.page-center .Callusnow .hs-input {
	margin-bottom: 0;
}
.get-quote .inner.page-center .Callusnow .hs-inputt.hs-fieldtype-intl-phone {
	display: flex;
}

.get-quote .inner.page-center .Callusnow .hs-input.hs-fieldtype-intl-phone {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}

.get-quote .inner.page-center .Callusnow .hs-fieldtype-intl-phone.hs-input select {
	width:27% !important;
}
.get-quote .hs_submit.hs-submit {
	position: static;
	margin: 10px 0;
}
.get-quote .hs-richtext.hs-main-font-element p {
	margin: 10px 0;
}
.get-quote .inner.page-center .Callusnow .hs-fieldtype-intl-phone.hs-input select+input {
	width: 70% !important;
	min-width: auto;
	padding-right: 10px;
	min-height: auto;
	height: auto;
	line-height: normal;
}

.get-quote .inner.page-center .Callusnow input.hs-input:not([type="checkbox"]) {
	margin: 0;
}
.get-quote .hs-richtext.hs-main-font-element p,
.get-quote .hs-richtext.hs-main-font-element p a {
	color: #fff;
}
.get-quote .hs-fieldtype-intl-phone.hs-input select {
	padding-right: 0;
}
.get-quote .hs-richtext.hs-main-font-element p a:hover {
	color: #ed8388;
}

.get-quote form .hs-richtext, 
.get-quote form .hs-richtext p {
	margin: 0;
}

.get-quote .hsfc-Form .hsfc-PhoneField * {
	color: #3f3f3f;
}

.get-quote .hsfc-Form .hsfc-PhoneField .hsfc-FieldLabel {
	display: none;
}

.get-quote .hsfc-Form .hsfc-RichText,
.get-quote .hsfc-Form .hsfc-RichText * {
	margin-bottom: 0;
}

.get-quote .hsfc-Form .hsfc-NavigationRow {
  margin-top: 0;
  position: absolute;
  right: 52%;
  width: auto;
  display: flex;
  justify-content: end;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 8px;
}

.get-quote .hsfc-Step .hsfc-Step__Content .hsfc-TextInput {
  color: #3f3f3f !important;
  background-color: #fff !important;
  border-radius: 15px;
  padding: 20px 130px 15px 20px !important;
  border: none;
  width: 100%;
  line-height: 1;
}

.get-quote .hsfc-Step .hsfc-Step__Content>:not(:last-child):has(>:not(div[style*="display: none"])):has(>:not(input[type=hidden])) {
 margin-bottom: 0 !important;
}

.get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow__Buttons:has(>:only-child) {
  justify-content: end;
  padding-right: 5px;
}

.get-quote .hsfc-Form .hsfc-ErrorAlert {
	color: #fff;
  position: absolute;
}

.get-quote .hsfc-Form .hsfc-NavigationRow__Alerts {
	display: none;
}

.get-quote .hsfc-Form .hsfc-NavigationRow button {
    background-color: #e44654;
    font-size: .8em;
    padding: 15px 15px 10px;
}

.get-quote .hsfc-Form .hsfc-NavigationRow button:hover {
	background-color: #ed8388;
}

.get-quote form div:not(.hsfc-CheckboxField) > .hsfc-FieldLabel {
  display: none !important;
}

.get-quote .hsfc-Form .hsfc-CheckboxField {
  position: absolute;
  width: 48%;
  margin-left: 52%;
  top: 50%;
  transform: translateY(-50%);
}

html[lang="en"] .get-quote .hsfc-Form .hsfc-RichText {
	margin-top: 10px;
}

html:not([lang="en"]) .get-quote .hsfc-Form .hsfc-RichText {
	font-size: 16px;
	margin-left: 52%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48%;
  }

.get-quote .umbraco-forms- {
  position: relative !important;
}

.get-quote .umbraco-forms->span {
  margin-right: 0 !important;
  width: 48% !important;
}

.get-quote form {
  position: static !important;
}

@media(max-width:919px){

  .get-quote .hsfc-Form .hsfc-RichText {
    margin: auto !important;
    position: relative !important;
    text-align: center;
	top: inherit;
    transform: none;
  }

  .get-quote .hsfc-Form .hsfc-CheckboxField {
    margin: 10px auto 20px!important;
    position: relative !important;
    text-align: left;
	top: inherit;
    transform: none;
	width: 80%;
  }
 
  .get-quote .hsfc-Form .hsfc-NavigationRow {
    right: 0 !important;
    transform: none !important;
    top: 8px;
  }
  
	.get-quote .Grid {
		display: block;
	}

	.get-quote .Grid-cell.u-lg-size1of2 {
		width: 100%;
	}

	.get-quote .umbraco-forms- {
		display: block;
	}

	.get-quote .Callusnow-phoneSection {
		margin-bottom: 0;
		margin-top: 8px;
		text-align: center;
	}

	.get-quote .Callusnow-formSection .umbraco-forms-field {
		padding: 0;
		margin-top: 30px;
	}

	.get-quote .hs-form-field {
		padding: 0;
		margin-top: 30px;
		margin-bottom: 0;
		position: relative;
	}

	.get-quote .form-content p {
		text-align: center;
	}
	.get-quote .form-content {
		text-align: center;
		max-width: 200px;
		margin: 0px auto 0;
	}
	.get-quote span.Heading--h5 {
		font-size: 22px;
		line-height: 21px;
	}

	.get-quote .left-image {
		display: none;
	}

	.get-quote .Grid-cell.u-lg-size1of2.has-icon .Callusnow-phoneSection h3 a{
		font-size: 44px;
		line-height: 42px;
		display: block;
		text-decoration: none;
		margin-top: 5px;
	}

	.get-quote .Grid-cell.u-lg-size1of2.has-icon {
		justify-content: center;
	}

	.get-quote .Grid-cell.u-lg-size1of2 {
		width: 100%;
		margin-bottom:20px;
	}
	.get-quote .Grid-cell.u-lg-size1of2:last-child {
		margin-bottom:0;
	}
	.get-quote .umbraco-forms- {
		width: 100%;
		flex-wrap: wrap;
	}
	.get-quote form {
		/*position: relative;*/
		max-width: 100%;
	}
	.get-quote .inner.page-center .Callusnow .hs-fieldtype-intl-phone.hs-input select {
		width: 17% !important;
	}
	.get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow__Buttons:has(>:only-child) {
		padding-right: 0;
	}
}

@media(max-width:400px){
	.get-quote .inner.page-center .Callusnow .hs-input {
		min-width: auto;
	}
	.get-quote .inner.page-center .Callusnow .hs-input.hs-fieldtype-intl-phone {
		flex-wrap: nowrap;
	}
.get-quote .inner.page-center .Callusnow input.hs-input:not([type="checkbox"]){
		min-width:auto;
	}

}


/* Lionys */
.get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
  margin-top: 0 !important;
}

@media (min-width: 920px) {
  .get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
    margin-top: 0 !important;
    right: 51.2% !important;
  }
  .get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button {
    font-size: 18px !important;
    padding: 15px 10px 8px !important;
	top: 0 !important;
  }
  html[lang="en"] .get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button { 
	top: -24px !important;
  }
  html[lang="en"] .hsfc-Step .hsfc-Step__Content .hsfc-FieldLabel,
  html[lang="en"] .hsfc-Step .hsfc-Step__Content .hsfc-FieldLabel span {
	padding-top: 0;
  }

  html[lang="en"]  .get-quote .hsfc-Form .hsfc-CheckboxField {
	top: 43%;
  }
}

@media (min-width: 768px) and (max-width: 919px) {
  .get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
    margin-top: 3px !important;
    right: 0 !important;
    top: 0 !important;
  }
}

.get-quote .umbraco-forms-.green .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button {
  background-color: #3ca07a !important;
  font-size: 18px;
  top: 4px;
}
.get-quote .umbraco-forms-.red .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button {
  background-color: #e4464e !important;
  font-size: 18px;
  top: 4px;
}

@media (max-width: 767px) {
  .get-quote .hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow {
    right: 0% !important;
    top: 4px;
  }
}


/* TWO COLUMN CONTENT */
.two-col-content.cm_single_media .parallax_inner {
  position: relative;
  overflow: hidden;
}

.two-col-content.cm_single_media .full_img .flex_row.flex_center {
  align-items: stretch;
}

.two-col-content .img-col .description-cont {
  min-height: 277px;
}

.two-col-content.cm_single_media .para_imge {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.two-col-content .feature-wrapper.text_left .number {
  justify-content: flex-start;
}

.two-col-content .feature-wrapper.text_right .number {
  justify-content: flex-end;
}

.two-col-content .feature-wrapper.text_center .number {
  justify-content: center;
}

.two-col-content .feature-wrapper.text_left .featimgwrap {
  margin-right: auto;
}

.two-col-content .feature-wrapper.text_right .featimgwrap {
  margin-left: auto;
}

.two-col-content .feature-wrapper.text_center .featimgwrap {
  margin-left: auto;
  margin-right: auto;
}

.two-col-content .content-col .btn-items .btn_row {
  justify-content: unset;
}

.two-col-content .feature-wrapper .featimggrp .featimgwrap {
  width: 50px;
}

.two-col-content .flex_row.flex_center {
  align-items: center;
}

.two-col-content .flex_row.flex_bottom {
  align-items: end;
}

.two-col-content .img-col .multiple-content .multirichtext > * {
  color: inherit;
}

.two-col-content .flex_row {
  row-gap: 2rem;
}

.two-col-content .flex_row {
  justify-content: space-between;
}

.two-col-content.right .content-col {
  order: 2;
}

.two-col-content .mediaimg .single-img img {
  width: 100%;
  border-radius: 0 !important;
}

.two-col-content.right .img-col {
  order: 1;
}

.two-col-content .feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
  margin-bottom: 40px;
}

.two-col-content .feature-wrapper .featnumgrp {
  flex: 0 0 22%;
  max-width: 22%;
}

.two-col-content .feature-wrapper .featimggrp {
  flex: 0 0 22%;
  max-width: 22%;
}

.two-col-content .content-col .description {
  margin-bottom: 38px;
}

.two-col-content .feature-wrapper .featimggrp h6.feat-title {
  margin: 0;
}

.two-col-content .feature-wrapper .featnumgrp .number {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.two-col-content .feature-wrapper .featimggrp .featimgwrap {
  margin-bottom: 15px;
}

.two-col-content .simpleParallax {
  /*   position: relative; */
  height: 100%;
  width: 100%;
}

.two-col-content .content-col .form_wrap {
  padding-top: 20px;
}

/*  == horizontal img style ==  */
.two-col-content .img-col .horizontal .double-img {
  min-height: 250px;
  position: relative;
  max-width: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.two-col-content .img-col .horizontal .double-img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.two-col-content .img-col .horizontal .double-img.img1 {
  margin-bottom: 15px;
}

.two-col-content .img-col .horizontal .double-img.img2 {
  margin: 0 auto;
}

/*  == vertical img style ==  */
.two-col-content .img-col .doubleimg.vertical {
  display: flex;
  position: relative;
}

.two-col-content .img-col .doubleimg.vertical .double-img img {
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.two-col-content .img-col .doubleimg.vertical .double-img {
  position: relative;
  min-height: 400px;
  max-width: 265px;
  width: 100%;
}

.two-col-content .img-col .doubleimg.vertical .double-img.img1 {
  margin-top: 19%;
}

.two-col-content .img-col .doubleimg.vertical .double-img.img2 {
  margin-left: 20px;
}

/* ===== multiple content style ==== */
.two-col-content .img-col .multiple-content {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.two-col-content .img-col .description-cont .btn_row {
  justify-content: unset;
  margin: 0;
  margin-bottom: 10px;
}

/* .two-col-content .img-col .multiple-content .multi2,
.two-col-content .img-col .multiple-content .multi4{
max-width: 55%;
} */
.two-col-content .img-col .description-cont {
  border-radius: 4px;
  padding: 35px 15px;
}

.two-col-content .img-col .multiimg {
  position: relative;
  min-height: 300px;
  width: 100%;
}

.two-col-content .img-col .multiimg .bgimg {
  position: absolute;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.two-col-content .img-col .description-cont .btn_item a {
  backdrop-filter: blur(4.33333px);
}

.two-col-content .counter-title.h5 {
  width: 100%;
}

/* ===== video column style ==== */
.two-col-content .main-vid-wrap {
  position: relative;
  overflow: hidden;
}

.two-col-content .main-vid-wrap .cm_vb {
  position: relative;
  z-index: 2;
  position: relative;
}

.two-col-content .inner_spacer {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.two-col-content .cm_vb video,
.adv_video_module .cm_vb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.two-col-content .poster_image,
.two-col-content .vid_trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 9;
  transition: 0.2s linear;
}

.two-col-content .vid_trigger {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000029;
  cursor: pointer;
}

.two-col-content .vid_trigger .vid_icn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s linear;
}

.two-col-content .vid_trigger .vid_icn svg {
  width: 100%;
  height: 100%;
}

.two-col-content .vid_trigger .vid_icn img {
  width: 100%;
}

.two-col-content .main-vid-wrap:hover .vid_icn {
  transform: scale(1.1);
}

.two-col-content .cm_vb.activeVideo .poster_image,
.two-col-content .cm_vb.activeVideo .vid_trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.two-col-content .video_popup_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
}

.two-col-content .video_popup_modal .modal_video_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
}

.two-col-content .video_popup_modal .modal_video_box {
  margin: 0 auto;
  max-width: 900px;
  transform: translateY(100px);
  opacity: 0;
  transition: .4s ease .2s;
  width: 100%;
}

.two-col-content .video_popup_modal video,
.two-col-content .video_popup_modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.two-col-content .video_popup_modal.show {
  display: block;
}

.two-col-content .video_popup_modal.active_show {
  opacity: 1;
  visibility: visible;
}

.two-col-content .video_popup_modal.active_show .modal_video_box {
  transform: translateY(0);
  opacity: 1;
}

.two-col-content .closeIcon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  cursor: pointer;
  font-weight: bold;
}

.two-col-content .video_container iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.popup_open {
  overflow: hidden;
}

/* ===== respo0nsive ====== */
.two-col-content .img-col .multiimg {
  width: 49%;
}

.two-col-content .img-col .description-cont {
  width: 49%;
}

.multirichtext p:last-child {
  margin-bottom: 0;
}

.two-col-content .img-col .multiimg.multi4 {
  min-height: 161px;
}

.two-col-content .img-col .multiimg.multi2,
.two-col-content .img-col .multiimg.multi3 {
  min-height: 219px;
}

.two-col-content .img-col .multiple-content >div {
  width: calc(50% - 10px);
  margin: 0 5px;
  margin-bottom: 10px;
}

.two-col-content .flex_row.full_img.flex_bottom {
  align-items: stretch;
}

.two-col-content .feature-wrapper .featnumgrp .counter-title {
  margin: 0;
}

.two-col-content .flex_row.flex_center.full_img {
  align-items: stretch;
}

.two-col-content .single_parallax {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.two-col-content .content_box {
  margin-top: 25px;
}

.two-col-content  .text_block > *:last-child {
  margin-bottom: 0;
}


.two-col-content .right_column_btn .btn_row {
    justify-content: flex-start;
}
.List-icon-optimusRow.hidecontent.hide {
  display: none;
}

@media (max-width: 1140px) {
  .two-col-content .img-col .multiple-content >div {
    width: calc(45% - 10px);
  }
}

@media (max-width: 992px) {
  .two-col-content .img-col .multiple-content >div {
    width: calc(100% - 10px);
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .two-col-content .feature-wrapper .featimggrp,
  .two-col-content .feature-wrapper .featnumgrp {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 768px) {
  .two-col-content .flex_center.column_bg_active {
    align-items: stretch;
  }

  .two-col-content .flex_center.column_bg_active > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .two-col-content .flex_center.column_bg_active > div > * {
    width: 100%;
  }


  .two-col-content .flex_bottom.column_bg_active {
    align-items: stretch;
  }

  .two-col-content .flex_bottom.column_bg_active > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .two-col-content .flex_bottom.column_bg_active > div > * {
    width: 100%;
  }

}


@media (max-width: 767px) {
  .two-col-content.left .single-img {
    text-align: right;
  }
  .two-col-content.remove_content_column_in_mobile_view .content-col,
  .two-col-content.remove_media_column_in_mobile_view .media_column,
  .two-col-content.remove_content_column_in_mobile_view.remove_media_column_in_mobile_view .columns_rowo_wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .two-col-content .img-col .multiple-content >div.description-cont.multi1 {
    min-height: auto;
  }

  .two-col-content .feature-wrapper.maxitems {
    justify-content: space-between;
  }

  .two-col-content .feature-wrapper {
    row-gap: 20px;
    margin-bottom: 25px;
  }

  .two-col-content .img-col .horizontal .double-img.img2 {
    margin-left: auto;
    margin-right: 0;
  }

  .two-col-content .img-col .doubleimg.vertical {
    justify-content: space-evenly;
  }

  .two-col-content .flex_row {
    row-gap: 30px;
  }

  .two-col-content.left .single-img {
    text-align: left;
  }
  
  .two-col-content.cm_twColContent .column_bg_active {
    row-gap: 0;
  }

  .two-col-content.mobile_content_stack_bottom .flex_row > .media_column,
  .two-col-content.mobile_content_stack_top .flex_row > .content-col {
    order: 1;
  }
  .two-col-content.mobile_content_stack_bottom .flex_row > .content-col,
  .two-col-content.mobile_content_stack_top .flex_row > .media_column {
    order: 2;
  }
}

@media (max-width: 600px) {
  .two-col-content .feature-wrapper .featnumgrp,
  .two-col-content .feature-wrapper .featimggrp {
    flex: 0 0 48%;
    max-width: 48%;
  }
}


.two-col-content .description .textmo .textmo-more {
  display: none;
}

.two-col-content .description.expand .textmo-default,
.two-col-content .description .list-w-sec.expand .textmo-default{
  display: none;
}
.two-col-content .description.expand .textmo-more,
.two-col-content .description .list-w-sec.expand .textmo-more{
  display: inline;
}

/* Lionys */
.two-col-content .content-col .btn-items .hs-sec-btn {
  font-family: Metric-Bold, arial, sans-serif !important;
}

html[lang="en"] .two-col-content .content-col .btn_item.index1 .hs-button:not(.light-grey) {
  background-color: #e4464e;
}

html[lang="en"] .two-col-content .content-col .btn_item.index1 .hs-button:not(.light-grey):hover {
  background-color: #ed8388;
}

/* VARIATION SMALL CTA */
.two-col-content.cm-twocol--small-cta .content-col .hs-button {
  border-radius: 10px;
  font-size: 17px;
  line-height: 46px;
  height: 40px;
  margin: 0 1px;
  padding: 0 15px;
}


/* CM ACCORDEON */
.custom-accordion-section {
	padding-left: 6.5%;
	padding-right: 6.5%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cm-faq-container a.accordion-btn:before,.cm-faq-container a.accordion-btn:after {
	margin-top: 4px;
	height: 32px;
	width: 8px;
	border-radius: 46%;
	position: absolute;
	content: "";
}

.cm-faq-container a.accordion-btn:before {
	margin-left: -1px;
	left: 0;
}

.cm-faq-container a.accordion-btn:after {
	margin-right: -1px;
	right: 0;
}
.custom-accordion-section .inner-accordion-section {
	padding: 40px 0;
}

.custom-accordion-section h3 {
	line-height: 45px;
	font-size: 42px;
	margin-bottom: 1.25em;
}

.cm-faq-container {
	max-width: 100%;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cm-faq-container .cm-faq-wrap {
	margin-left: -20px;
	margin-right: -20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	padding: 0;
}

.cm-faq-container .cm-faq-wrap .cm-faq-col {
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
	flex-basis: auto;
	flex: 0 0 50%;
}

.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-item {
	border-bottom: 1px solid #e8e8e8;
}


.cm-faq-container .cm-faq-wrap .Accordion-item .Accordion-title {
	position: relative;
	padding-right: 20px;
	padding-top: .83333333em;
	padding-bottom: .83333333em;
	justify-content: space-between;
	display: flex;
	text-decoration: none;
	color: #3f3f3f;
	cursor: pointer;
	border: none;
	text-align: left;
	outline: 0;
	transition: .4s;
	background-color: transparent;
	font-family: Metric-Semibold, arial, sans-serif;
	font-size: 1.25rem;
	line-height: 26px;
}

.cm-faq-container .cm-faq-wrap .Accordion-item .Accordion-title:after {
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	height: 14px;
	width: 18px;
	display: block;
	position: absolute;
	right: 0;
	top: 23px;
	content: "";
  background-image: var(--accordion-arrow);
}

.Accordion-content {
	display: none;
}

.cm-faq-container a.accordion-btn {
	background: #3f3f3f;
	margin: 0 1px;
	padding: 0 15px;
	height: 40px;
	line-height: 46px;
	font-size: 17px;
	border-radius: 10px;
	margin-top: 3.75em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #fff;
	text-decoration: none;
	font-family: Metric-Bold, arial, sans-serif;
}
.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-content {
	padding-top: .83333333em;
	padding-bottom: .83333333em;
}

.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-content p {
	margin: 0;
}

.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-content p strong {
	font-family: Metric-Semibold, arial, sans-serif;
}
.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-item.active .Accordion-title:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.custom-accordion-section.full-widthacc .cm-faq-container .cm-faq-wrap .cm-faq-col {
	flex: 0 0 100%;
	width:100%;
	max-width: 840px;
}
.cm-faq-container a.accordion-btn:hover {
	background: #7c7c7c;
}
.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-content ol {
	margin: 20px 0;
	padding-left: 40px;
}
.cm-faq-container .cm-faq-wrap .cm-faq-col .Accordion-content ol>li {
	margin: 0;
}

.cm-faq-container .cm-faq-wrap .cm-faq-col .btg-grp  {
    margin-top: 10px;
}
.cm-faq-container .cm-faq-wrap .cm-faq-col .btg-grp a {
    border-radius: 10px;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    padding: 12px 15px 11px;
    text-decoration: none;
}

@media (max-width: 920px){
	.custom-accordion-section .inner-accordion-section {
		padding: 0;
	}

	.custom-accordion-section h3 {
		font-size: 38px;
		line-height: 40px;
	}

	.cm-faq-container .cm-faq-wrap .cm-faq-col {
		width: 100%;
		flex: 0 0 100%;
	}

	.cm-faq-container .cm-faq-wrap {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px){
	.custom-accordion-section h3 {
		font-size: 28px;
		line-height: 31px;
	}
}


/* SATISFACTION GUARANTEE */
.satisfactionWrap {
  padding-left: 6.5%;
  padding-right: 6.5%;
}

.satisfactionWrap .satisCnt {
  display: flex;
  -ms-flex-flow: row wrap;
  box-sizing: border-box;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
  flex-flow: row wrap;
}

.satisfactionWrap .leftCnt {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 66.66666667%;
  flex-basis: auto !important;
  flex: 0 0 100%;
}

.satisfactionWrap .leftCnt .leftCntInner {
  display: flex;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.satisfactionWrap .leftCnt .satisfyImg {
  padding: 15px;
  width: 33.33333333%;
  flex-basis: auto !important;
  flex: 0 0 100%;
}

.satisfactionWrap .leftCnt .satisfyImg img {
  max-width: 200px;
}

.satisfactionWrap .leftCnt .leftCntInner {
  display: flex;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.satisfactionWrap .leftCnt .satisfyImg {
  padding: 15px;
  width: 33.33333333%;
  flex-basis: auto !important;
  flex: 0 0 100%;
}

.satisfactionWrap .leftCnt .satisfyImg img {
  max-width: 200px;
}

.satisfactionWrap .leftCnt .gaurantee {
  width: 66.66666667%;
  padding: 15px;
  flex-basis: auto !important;
  flex: 0 0 100%;
}

.satisfactionWrap .leftCnt .gaurantee .gauranteeCnt h4 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 45px;
  font-size: 42px;
}

.satisfactionWrap .leftCnt .gaurantee .gauranteeCnt p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 26px;
  color: #fff;
}

.satisfactionWrap .rightCnt {
  margin-left: auto;
  padding: 20px;
  display: flex;
  width: 33.33333333%;
  flex-basis: auto !important;
  flex: 0 0 100%;
}

.satisfactionWrap .rightCnt .righCntInner {
  display: flex;
  border-left: 1px solid #fff;
  padding-left: 40px;
  width: 100%;
  flex-direction: column;
}

.satisfactionWrap .rightCnt .righCntInner .rightCnt-content h5 {
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.satisfactionWrap .rightCnt .righCntInner form .hsfc-TextField .hsfc-FieldLabel {
  display: none;
}

.satisfactionWrap .rightCnt .righCntInner form .hsfc-TextField .hsfc-ErrorAlert,
.satisfactionWrap .rightCnt .righCntInner form .hsfc-NavigationRow .hsfc-ErrorAlert,
.satisfactionWrap .rightCnt .righCntInner .form .hsfc-PostSubmit .hsfc-RichText {
  color: #fff !important;
}

.satisfactionWrap .rightCnt .righCntInner .form .hsfc-PostSubmit .hsfc-RichText p {
  margin-bottom: 0;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field {
  padding-right: 5px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input {
  padding-bottom: 0px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input {
  background-color: #fff;
  padding: 15px 15px 10px !important;
  border-bottom: none;
  color: #3f3f3f;
  font-family: Metric-Light, arial, sans-serif;
  position:relative;
  margin-bottom:10px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input.error{
  border-bottom: 2px solid #e4464e !important;
  margin-bottom:0px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input:focus::placeholder{
  opacity:0;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input::placeholder{
  color: #8e8e8e;
  font-size: 20px;
  font-family: Metric-Light, arial, sans-serif;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-richtext p,
.satisfactionWrap .rightCnt .righCntInner form .hsfc-RichText p {
  padding-right: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-family: Metric-Regular, arial, sans-serif;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-richtext p a,
.satisfactionWrap .rightCnt .righCntInner form .hsfc-RichText p a {
  color: #fff;
}

.satisfactionWrap .rightCnt h3 {
  display: none;
}

.satisfactionWrap .rightCnt .righCntInner form .hs_submit {
  margin-bottom: 0px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs_submit input.hs-button {
  background: #e4464e;
  max-height: 60px;
  margin: 0 2px;
}

.cm_nv_wrp.btn-right-bottom a.hs-button .link__text {
  position: relative;
  top: 3px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input.error ul.hs-error-msgs {
  margin-top: 5.417px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field ul.hs-error-msgs {
  margin-top: 5.417px;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field ul.hs-error-msgs li,
.satisfactionWrap .rightCnt .righCntInner form ul.hs-error-msgs li{
  margin: 0;
}
.satisfactionWrap .rightCnt .righCntInner form .hsfc-CheckboxField .hsfc-FieldLabel span  {
  color: #fff;
}
.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input{
  position:relative;
}

.satisfactionWrap .rightCnt .righCntInner form .hs_submit input.hs-button:hover {
  color: #fff;
  background: #ed8388;
}

.satisfactionWrap .rightCnt .righCntInner form .hs-form-field ul.hs-error-msgs li label.hs-error-msg,
.satisfactionWrap .rightCnt .righCntInner form ul.hs-error-msgs li label.hs-error-msg,
.satisfactionWrap .rightCnt .righCntInner form .hs_error_rollup ul.hs-error-msgs label{
  margin: 0;
  color: #e4464e !important;
  font-size: 13px;
  font-family: Metric-Regular, arial, sans-serif;
}

/* Error icon */
.satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input.error::after {
  background: var(--error-icon) no-repeat scroll 7px 7px;
  background-position: calc(100% - 4px) calc(25% - 4px);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* Form button color */
.hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button,
.hsfc-Step .hsfc-Step__Content .hsfc-NavigationRow button:hover {
  background-color: var(--form-button-bg, #e4464e) !important; /* fallback default */
}

@media(max-width:992px){

  .satisfactionWrap .leftCnt .satisfyImg img{
    max-width:164px;
  }
}

@media(max-width:919px){

  .satisfactionWrap .leftCnt {
    width: 100%;
  }

  .satisfactionWrap .rightCnt {
    /* margin-left: unset; */
    width: 66.66666667%;
  }

  .satisfactionWrap .rightCnt .righCntInner {
    padding-left: 0px;
    border-left: unset;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs-form-field {
    max-width: 390px;
    margin: 0 auto;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs_submit {
    max-width: 390px;
    margin: 0 auto;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs-richtext p {
    max-width: 390px;
    margin: 0 auto;
  }

  .satisfactionWrap .leftCnt .satisfyImg img{
    max-width:200px;
  }
}

@media(max-width:767px){

  .satisfactionWrap .leftCnt .leftCntInner {
    flex-direction: column;
  }

  .satisfactionWrap .leftCnt .gaurantee {
    width: 100%;
    text-align: center;
  }

  .satisfactionWrap .leftCnt .gaurantee .gauranteeCnt h4 {
    font-size: 28px;
    line-height: 31px;
  }

  .satisfactionWrap .leftCnt .satisfyImg {
    width: 100%;
    text-align: center;
  }

  .satisfactionWrap .rightCnt {
    width: 100%;
  }

  .satisfactionWrap .rightCnt .righCntInner .rightCnt-content h5 {
    font-size: 22px;
    line-height: 21px;
    text-align: center;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs-richtext p{
    text-align:center;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input input::placeholder,
  .satisfactionWrap .rightCnt .righCntInner form .hs_submit,
  .satisfactionWrap .rightCnt .righCntInner .form .hsfc-PostSubmit .hsfc-RichText {
    text-align: center;
  }

  .satisfactionWrap .rightCnt .righCntInner .form .hsfc-PostSubmit .hsfc-RichText p:first-child {
    margin-top: 10px;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs_submit input.hs-button{
    padding:10px 20px;
  }

  .satisfactionWrap .rightCnt .righCntInner form .hs-form-field .input{
    margin-bottom:10px;
  }
}


/* CARD GALLERY */


.card_gallery {
	 position: relative;
}

.card_gallery .card_inner {
	 border-radius: 6px;
	 overflow: hidden;
	 padding: 26px 20px;
	 position: relative;
	 white-space: normal;
	 height: 100%;
}

.card_gallery .icon_box .icon_inner {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 width: 80px;
	 height: 80px;
	 font-size: calc(80px - 10px);
	 margin-bottom: 10px;
}

.card_gallery .icon_box svg {
	 width: 1em;
	 height: 1em;
	 display: block;
	 vertical-align: middle;
}

.card_gallery .icon_box.bgAdded .icon_inner {
	 border-radius: 100%;
	 overflow: hidden;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 font-size: 40px;
	 text-align: center;
}

.card_gallery .icon_box.small_sz .icon_inner {
	 width: 50px;
	 height: 50px;
	 font-size: calc(50px - 10px);
}

.card_gallery .icon_box.small_sz.bgAdded .icon_inner {
	 font-size: calc(40px - 10px);
}

.card_gallery .icon_box.large_sz .icon_inner {
	 width: 100px;
	 height: 100px;
	 font-size: calc(100px - 15px);
}

.card_gallery .icon_box.large_sz.bgAdded .icon_inner {
	 font-size: calc(80px - 15px);
}

.card_gallery .icon_box.bgAdded img, .card_gallery .icon_box.medium_sz.bgAdded img {
	 width: 40px;
}

.card_gallery .icon_box.small_sz.bgAdded img {
	 width: 30px;
}

.card_gallery .icon_box.large_sz.bgAdded img {
	 width: 65px;
}

.card_gallery .icon_box span.icon_img.icon_sp {
	 line-height: 0;
}

.card_gallery .card_item.text_center .icon_inner {
	 margin-left: auto;
	 margin-right: auto;
}

.card_gallery .card_item.text_left .btn_row {
	 -webkit-box-pack: start;
	 -ms-flex-pack: start;
	 justify-content: flex-start;
}

.card_gallery .card_item.text_right .icon_inner {
	 margin-left: auto;
}

.card_gallery .card_item.text_right .btn_row {
	 -webkit-box-pack: end;
	 -ms-flex-pack: end;
	 justify-content: flex-end;
}

.card_gallery .card_item.text_center .btn_row {
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
}

.card_gallery .card_box {
	 position: relative;
	 z-index: 5;
}

.card_gallery .card_item.hoverAdde .card_inner:hover .overlay_bg {
	 visibility: visible;
	 pointer-events: auto;
}

.card_gallery .card_inner:hover .overlay_bg.custom {
	 opacity: 1;
}

.card_gallery .card_item .overlay_bg {
	 opacity: 0;
	 pointer-events: none;
	 -webkit-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	 transition: all 0.2s ease;
}

.card_gallery .hover_img.bg_el {
	 opacity: 0;
	 -webkit-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	 transition: all 0.2s ease;
	 z-index: 0;
}

.card_gallery .card_item.hoverAdde .card_inner:hover .hover_img.bg_el {
	 opacity: 1;
}

.card_gallery .card_item.shadowAdded .card_inner {
	 -webkit-box-shadow: 0px 2px 10px rgb(22 22 22 / 10%);
	 box-shadow: 0px 2px 10px rgb(22 22 22 / 10%);
}

.card_gallery .card_content > *:last-child {
	 margin-bottom: 0;
}

.card_gallery .card_content + .btn_row {
	 margin-top: 24px;
}

.card_gallery .card_item .main_overlay_bg {
	 -webkit-transition: all all 0.2s ease;
	 -o-transition: all all 0.2s ease;
	 transition: all all 0.2s ease;
}

.card_gallery .card_item.hoverAdde .card_inner:hover .main_overlay_bg {
	 opacity: 0;
}

.card_gallery span.icon_img img {
	 width: 100%;
	 height: 100%;
	 -o-object-fit: cover;
	 object-fit: cover;
}

.card_gallery .card_item {
	 cursor: default;
}

.card_gallery .card_item h5 {
	 margin-bottom: 10px;
}

.card_gallery .card_box .it_title {
	 margin-bottom: 0.6rem;
}

.card_gallery .bottom_row.notshadow .rowGap15 {
	 row-gap: 45px;
}

.card_gallery .bottom_row.masonadded .card_item {
	 margin-bottom: 20px;
}

.card_gallery .card_item.shadowAdded:nth-child(3)~.card_item.shadowAdded {
	 margin-bottom: 10px;
}

.card_gallery a.ovelar_link_add.bg_el {
	 z-index: 10;
}

.card_gallery .icon_box span.icon_img.icon_sp {
	 height: 100%;
}

.card_gallery .icon_box.bgAdded span.icon_img.icon_sp{
	 height: auto;
}

.card_gallery .icon_box.bgAdded img{
	 height: auto;
}

@media (max-width: 767px){
	 .card_gallery .bottom_row.notshadow .rowGap15 {
			row-gap: 20px;
	 }
}


/* PRODUCT LIST */
.product-list-gp {
  padding-bottom: 100px;
  padding-top: 100px;
}
.product-list-gp .product-list-top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.product-list-gp .swiper-container-horizontal>.swiper-scrollbar {
  position: static;
  margin-top: 10px;
}
.product-list-gp .product-list-slider-wp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 30px;
}
.product-list-gp .product-list-slider-items {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.product-list-gp .product-list-slider-item {
  overflow: hidden;
  text-decoration: none;
  min-height: unset;
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
.product-list-gp .product-list-slider-item .img img {
  width: 100%;
}
.product-list-gp .summary {
  padding-top: 10px;
}
.product-list-gp .textContent {
  background: #fff;
  line-height: 26px;
  padding: 1.5em;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-list-gp .textContent h4 {
  margin-bottom: .83333333em;
}
.product-list-gp .textContent h1 a,
.product-list-gp .textContent h2 a,
.product-list-gp .textContent h3 a,
.product-list-gp .textContent h4 a,
.product-list-gp .textContent h5 a,
.product-list-gp .textContent h6 a{
  color: inherit;
}


.product-list-gp .textContent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-list-gp .textContent ul li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 1.25rem;
}
.product-list-gp .textContent ul li:before {
  background-image: var(--check-icon);
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
}
.product-list-gp .textContent a {
  text-decoration: none;
}
.product-list-gp .btnsec {
  text-align: center;
  margin-top: auto;
}
.product-list-gp .textContent .btnsec a {
  margin: 0 1px;
  padding: 13px 15px 7px;
  font-size: 17px;
  border-radius: 16px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}
.product-list-gp .textContent .tertiary-blue:hover {
  background: #cfcfcf;
}
.product-list-gp .textContent .tertiary-blue {
  background: #e4e4e4;
  color: #3f3f3f;
}
.product-list-gp .textContent .btnsec a.black {
    align-items: center;
    background: #3f3f3f;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    min-height: 40px;
    padding: 12px 15px 9px;
    text-decoration: none;
    display: inline-block;
	color: #fff;
}
.product-list-gp .textContent .btnsec a.black:hover {
    background: #7c7c7c;
}
@media(min-width:1060px){
  .product-list-gp .ipad-view{
    display:none;
  }
}

@media(max-width:1059px){
  .product-list-gp .desktop-view{
    display:none;
  }
  .product-list-slider-wp .swiper-slide {
    height: auto;
  }
}

/* Lionys */
@media (max-width: 767px) {
  .product-list-slider-wp .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .product-list-slider-wp .swiper-wrapper .product-list-slider-items {
    width: 100%;
  }
  .product-list-slider-wp .swiper-wrapper .product-list-slider-items .product-list-slider-item {
    background: #f5f5f5;
  }
  .product-list-slider-wp .swiper-wrapper .product-list-slider-items .product-list-slider-item .textContent {
    background: none;
  }
  .product-list-slider-item .img {
    min-height: 180px;
  }
}

/* VARIATION PRODUCTS SLIDER MOBILE */
@media (max-width: 1059px) {
  .product-list-gp.cm-prod-list--mobile-slider {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .product-list-gp.cm-prod-list--mobile-slider .product-list-slider-wp .swiper-wrapper {
    flex-direction: row;
    gap: 0;
  }
  .product-list-gp.cm-prod-list--mobile-slider .product-list-slider-wp .swiper-wrapper .product-list-slider-items .product-list-slider-item {
    background-color: #fff !important;
    display: block;
    width: 100%;
  }
  .product-list-gp.cm-prod-list--mobile-slider.cm-prod-list--mobile-slider-grey .product-list-slider-wp .swiper-wrapper .product-list-slider-items .product-list-slider-item {
    background-color: #f5f5f5 !important;
  }
}



/* SLIDE TABBER */
.slide_tabber {
  padding: 80px 0;
}

.slide_tabber .top_cnt {
  text-align: center;
}
.slide_tabber .slide_tabber_inr {
  margin-top: 40px;
}

.slide_tabber .item.slick-slide {
  padding: 20px 15px 0;
  transition: all ease .4s;
}

.slide_tabber .slick-track {
  padding: 0 10px 15px;
}

.slide_tabber .item_inr {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .15);
  border-radius: 10px;
  padding: 25px;
  cursor: pointer;
  text-align: center;
}

.slide_tabber .item_ttl h5 {
  font-size: 1.5em;
  line-height: 24px;
  margin-top: .83333333em;
  margin-bottom: .41666667em;
}
.slide_tabber .item_img img {
  width: 100%;
}






.slide_tabber.style2 .modal_v2__image.Grid-cell {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide_tabber.style2 .modal_v2__content {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide_tabber.style2 .Grid {
  flex-wrap: wrap;
}

.slide_tabber.style2 .modal_v2__container {
  max-width: 975px;
  padding: 40px;
}
.slide_tabber.style2  .modal_v2__content.Grid-cell a.passclick-link {
  font-size: 42px;
  line-height: 45px;
}
.slide_tabber.style2 h2 {
  margin-bottom: 17px;
}
.slide_tabber.style2  .modal_v2__content a.hs-button {
  font-size: 24px;
  padding: 19px 22px;
  height: auto;
  line-height: 1;
  border-radius: 20px;
}
.Preamble.Preamble--small.u-marginTxxsm p {
  margin-top: 8.33px;
}

.slide_tabber.style2 .slide_tabber_inr {
  overflow: hidden;
}
.slide_tabber.style2 .slide_tabber_inr .slick-list {
  overflow: unset;
}
.slide_tabber.style2 .slide_tabber_inr .slick-slide > div {
  padding-left: 15px;
  padding-right: 15px;
}



@media (min-width:992px){
  .slide_tabber   .item.slick-slide.slick-current {
    width: 35% !important;
    padding-top:0;
  }
}


.slide_tabber .tab_sec_inr {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  opacity: 1;
  transition: all ease .4s;
  margin-top: 30px;
}
.slide_tabber .shc_section__dot {
  position: absolute
}

.slide_tabber .shc_section__circle {
  background-color: #e4464e;
  border-radius: 100%;
  display: block;
  height: 50px;
  padding: 15px 12px;
  width: 50px;
  -webkit-animation: outline 1s infinite alternate;
  animation: outline 1s infinite alternate;
  outline: 10px solid rgba(228, 70, 78, .25);
}

@-webkit-keyframes outline {
  .slide_tabber   0% {
    outline-width: 0
  }

  .slide_tabber   100% {
    outline-width: 10px
  }
}

@keyframes outline {
  .slide_tabber   0% {
    outline-width: 0
  }

  .slide_tabber   100% {
    outline-width: 10px
  }
}
.slide_tabber .shc_section__modal.modal_v2.madal_pop {
  visibility: hidden;
  display: block;
}
.slide_tabber .shc_section__modal.modal_v2.madal_pop.active {
  visibility: visible; 
  z-index: 999;
}
.slide_tabber .shc_section__circle img {
  margin-top: -8px;
  padding: unset;
  width: unset;
} 
.slide_tabber .item {
  padding-top: 10px;
}



.slide_tabber .slick-current.slick-active .item {
  padding: 0;
}


@media(max-width:1199px){
  .slide_tabber.style2 .modal_v2__container {
    max-width: 890px;
    overflow: hidden;
    padding: 2.5em;
  }
}
@media(max-width:919px){


  .slide_tabber.style2 .modal_v2__image.Grid-cell,.slide_tabber.style2 .modal_v2__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-item-align: center;
  }

  .slide_tabber.style2 .modal_v2__container {
    max-width: 470px;
  }

  .slide_tabber.style2 .modal_v2__image.Grid-cell img {
    margin: 0 auto !important;
    max-height: 200px;
    max-width: 250px;
  }

  .slide_tabber.style2 .modal_v2__image.Grid-cell {
    text-align: center;
  }

  .slide_tabber.style2 .modal_v2__content {
    text-align: center;
  }

  .slide_tabber.style2 .modal_v2__content.Grid-cell a.passclick-link {
    font-size: 38px;
    line-height: 40px;
  }
}
@media(max-width:767px){
  .slide_tabber .shc_section__circle {
    outline: none;
  }
  .slide_tabber .shc_section__circle img {
    margin-top: 0;
  }
  .slide_tabber.style2 .modal_v2__content.Grid-cell a.passclick-link {
    font-size: 28px;
    line-height: 31px;
  }
  .slide_tabber.style2 .Preamble.Preamble--small.u-marginTxxsm p {
    font-size: 16px;
    line-height: 20px;
  }

  .slide_tabber.style2 .modal_v2__content {
    margin-top: 8.33px;
  }

  .slide_tabber.style2 .modal_v2__content a.hs-button {
    font-size: 15px;
    padding: 11px 22px;
  }
  .slide_tabber.style2 .modal_v2__container {
    max-width: 375px;
  }
  .slide_tabber.style2 .modal_v2__container {
    max-width: 375px;
    padding: 40px 30px;
  }
}
@media(max-width:991px){
  .slide_tabber   .item.slick-slide{  
    padding:0; 
  }
}

@keyframes outline{
  0% {
    outline-width: 0;
  }
  100% {
    outline-width: 10px;
  }
}



/* TABBER WITH SLIDER */
.tws .wrapper { 
  position: relative;
  z-index: 1;
}

.tws .screen-col {
  height: 395px;
  overflow: hidden;
  min-width: 100%;
  left: 0;
}

.tws .cm-content {
  z-index: 9;
  width: calc(100% + 13%);
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 25px -6.5% 0;
  text-align: center;
}

.tws .screen-inner {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 385px;
  width: 190px;
  left: 0;
  right: 0;
  margin: auto;
}

.tws .screen-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #3f3f3f;
  -webkit-animation-name: fade;
  -webkit-animation-duration: .5s;
  animation-name: fade;
  animation-duration: .5s;
}

.tws .screen-image img{
  display: none;
  display: inline;
  height: auto;
  width: 100%;
  padding: 12px 12px 0;
}

.tws .content-inner {
  padding: 0 10px;
}

.tws .content-inner .content p{
  margin: 0;
}

.tws .content h2{
  margin-bottom: .41666667em;
}

.tws .items {
  min-height: 455px;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

.tws .item{
  text-align: center;
  padding: 10px 5px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.tws .item.sliding {
  transition: all 0.3s ease-in-out;
}

.tws .icon-wrapper{
  margin-right: 0;
  margin-bottom: 5px;
}

.tws .icon-wrapper .icon-inner{
  cursor: pointer;
  height: 64px;
  width: 64px;
  margin: 0 2px;
  padding: 5px;
  border: 2px solid #7c7c7c;
  border-radius: 100%;
  display: inline-block;
  transition: border-color .3s ease;
  background-color: #fff;
}

.tws .icon-wrapper .icon-inner.active{
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  background-color: #7c7c7c;
}

.tws .content {
  margin-bottom: 40px; 
}

.tws .icon-wrapper .icon-inner img{
  width: 100%;
}

.tws .icon-wrapper .icon-inner img.actives{
  display: none;
}

.tws .icon-wrapper.active .icon-inner img.actives{
  display: block;
}

.tws .icon-wrapper.active .icon-inner img{
  display: none;
}

.tws .icon-wrapper.active .icon-inner {
  background-color: #7c7c7c;
}

.tws .item-content p,
.tws .item-content h4{
  margin: 0;
}

.tws .item-content p{
  max-width: 280px;
}

.tws .slick-arrow{
  display: none !important;
}

.tws .screen-inner{
  position: relative;
}

.tws .screen-image{
  position: absolute;
  left: 0;
  top: 0;
} 

.tws .screen-image img{
  display: none;
}

.tws .screen-image.active img{
  display: block;
}

@media only screen and (min-width: 48em), print {
  .tws .screen-col {
    left: 0;
    right: auto;
    height: calc(100% + 2.5em);
    position: absolute;
    min-width: 280px;
  }

  .tws .cm-content {
    width: 55%;
    overflow: visible;
    text-align: left;
    margin: 0;
    margin-left: auto;
    padding-top: 30px;
    min-width: 110px;
    max-width: 650px;
  }

  .tws .screen-inner {
    height: 568px;
    max-height: 500px;
    width: 280px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    top: 0;
  }

  .tws .screen-image {
    border-top-left-radius: 5em;
    border-top-right-radius: 5em;
  }

  .tws .screen-image img{
    padding: 20px 20px 0;
  }

  .tws .content-inner {
    padding-left: 6.5%;
    padding-right: 6.5%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .tws .item:nth-child(-n+4) {
    display: flex !important;
  }

  .tws .item:nth-child(-n+3) {
    opacity: 1;
  }

  .tws .item{
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 35px;
    opacity: .3;
    display: none;
  }

  .tws .icon-wrapper{
    margin-right: 30px  ;
    margin-bottom: 0;
  }

  .tws .icon-wrapper .icon-inner{
    height: 72px;
    width: 72px;
  }


}

@media only screen and (min-width: 57.5em), print {
  .tws .screen-col {
    min-width: 375px;
  }

  .tws .screen-inner {
    height: 760px;
    max-height: 760px;
    width: 374px;
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
}

@media only screen and (min-width: 75em) {
  .tws .screen-col {
    right: 750px;
    height: 100%;
  }
}

@media(max-width: 767px) {
  .tws .item-content p {
    margin: 0 auto;
  }

  .tws .screen-image{
    border-radius: 40px;
  }
}

@keyframes fade {
  from {
    opacity: .1
  }

  to {
    opacity: 1
  }
}


@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

/* Lionys */
.mobile-only {
  display: none;
}
.landscape-only {
  display: block;
}

.mobile-only h3 {
  font-size: 28px !important;
  line-height: 31px !important;
  text-align: center;
}
.mobile-only p {
  display: none;
}

.tws .items .item .item-content h6 {
  margin-bottom: 0;
}

.tws.style_2 .icon-wrapper.active .icon-inner img.actives {
  display: none !important;
}
.tws.style_2 .icon-wrapper.active .icon-inner img {
  display: block !important;
}
.tws.style_2 .icon-wrapper .icon-inner {
  background: #fff;
  border: 2px solid #3f3f3f;
}
.tws.style_2 .icon-wrapper.active .icon-inner {
  border-color: #e4464e;
}

.tws .screen-inner {
  max-height: 660px;
}
.tws.style_2 .screen-inner {
  max-height: 760px;
}

/* animaciones para el cambio de image */
.tws .items.slide-up {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-100%);
}
.tws .item.animating {
  transition: transform 0.4s ease-in-out;
}
.tws .item.slide-up {
  transform: translateY(-100%);
}

.tws .screen-image {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.tws .screen-image.active {
  opacity: 1;
  z-index: 1;
}

.tws .screen-image img {
  width: 100%;
  height: auto;
  display: block;
  padding: 12px 12px 0;
}

.tws .screen-image {
  border-radius: 3em !important;
  z-index: -1 !important;
}

/* .tws .item {
  display: flex !important;
  opacity: 1 !important;
} */
.simple-carousel {
  overflow: hidden;
  position: relative;
  width: calc(100% + 60px);
  margin-left: -30px;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.carousel-item {
  flex: 0 0 33.3333%; /* Un tercio del ancho */
  margin: 0 5px;
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.3s ease;
  pointer-events: none; /* Evitar clicks en no activos */
  filter: grayscale(20%); /* opcional, efecto sutil */
}

.carousel-item.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  filter: none;
}

.carousel-item.prev,
.carousel-item.next {
  opacity: 0.6;
  transform: scale(0.95);
  pointer-events: none;
  filter: grayscale(10%);
}

@keyframes scaleBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.tws.style_2 .icon-wrapper.active {
  animation: scaleBounce 0.3s ease-in-out;
}

.tws.style_2 .item {
  display: flex;
  opacity: 1;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .landscape-only {
    display: none;
  }
  .tws .content-wrapper h2 {
    text-align: center;
  }
  .tws .item-content p, .tws .content-wrapper p {
    display: none;
  }
  .tws .simple-carousel .item-content p {
    display: block;
  }
  .tws .items {
    flex-direction: row;
    gap: 20px;
    min-height: auto;
  }
  .tws.style_2 .items {
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* para scroll suave en iOS */
    scrollbar-width: none; /* Firefox */
  }
  .tws.style_2 .items::-webkit-scrollbar {
    display: none; /* Safari y Chrome */
  }
  .tws .items h6 {
    font-size: 17px;
    line-height: 21px !important;
    word-break: keep-word;
  }
  .tws .icon-wrapper {
    height: 64px !important;
  }
  .tws .page-center {
    padding: 0 !important;
  }
  .tws .screen-image {
    border-radius: 2em !important;
  }
  .tws .item {
    display: block !important;
  }
  .tws .simple-carousel .item {
    background: transparent;
    position: relative;
    padding-top: 32px;
  }
  .tws .simple-carousel .screen-image {
    opacity: 1 !important;
  }
  .tws .simple-carousel .icon-wrapper {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tws .simple-carousel .icon-wrapper.active .icon-inner {
    background-color: white;
  }
  .tws .simple-carousel .icon-wrapper.active .icon-inner img.actives {
    display: none !important;
  }
  .tws .simple-carousel .icon-wrapper.active .icon-inner img {
    display: block !important;
  }
  .tws .simple-carousel .item h6 {
    margin-bottom: 0 !important;
  }
  .tws .simple-carousel .screen-inner {
    width: 234px;
    height: 400px;
  }
  .tws .simple-carousel .icon-wrapper .icon-inner {
    border: none;
    width: 75px;
    height: 75px;
  }
  .tws .simple-carousel .item .item-content {
    margin-top: 10px;
  }
  
}

@media (min-width: 768px) {
  .tws .content-wrapper {
    width: 100%;
    max-width: 650px;
    min-width: 110px;
    margin: 0;
    margin-left: auto;
  }
  .tws .screen-col.landscape-only {
    position: absolute;
    top: 0;
  }
}


/* CUSTOM BLOG FEED */
.blog-feed .feed-outer-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-feed .meta_wrap span.icon_img svg {
  width: 14px;
}

.blog-feed .recent-post-item img {
  width: 100%;
  max-width: 14px;
}

.blog-feed .hs-featured-wrp .feature_img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  max-height: 400px;
}

.blog-feed .hs-featured-wrp {
  padding-bottom: 72%;
  position: relative;
}

.blog-feed .recent-post-item {
  position: relative;
  white-space: normal;
}

.blog-feed .splide .recent-post-item {
  margin-top: 0;
}

.blog-feed .recent-post-item .post-btm {
  padding: 15px;
}

.blog-feed .recent-post-item .item_inner {
  -webkit-box-shadow: 0px 2px 10px rgba(22, 22, 22, 0.1);
  box-shadow: 0px 2px 10px rgba(22, 22, 22, 0.1);
  border-radius: 2px 2px 0px 0px;
}

.blog-feed h6.recent-post-title {
  margin-bottom: 10px;
}

.blog-feed p.item_descr {
  margin-bottom: 16px;
}

.blog-feed h6.recent-post-title a:not(:hover) {
  color: inherit;
}

.blog-feed .meta_wrap span {
  display: inline-block;
  vertical-align: middle;
}

.blog-feed .meta_wrap span.icon_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  line-height: 0;
}

.blog-feed .meta_wrap > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875em;
  line-height: 1.42857142857;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-feed .tags_wrap {
  font-size: 0.875em;
  line-height: 1.42857142857;
}

.blog-feed .meta_wrap > span:not(:last-child) {
  margin-right: 8px;
}

.blog-feed .meta_wrap {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.blog-feed .tags_wrap {
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  z-index: 2;
  color: #fff;
}

.blog-feed .tags_wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(33.33333px);
  backdrop-filter: blur(33.33333px);
}

.blog-feed.theme1 .overlay_icon.bg_el {
  display: none;
}

.blog-feed.theme2 .overlay_icon.bg_el {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.blog-feed .tags_wrap span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 6px 13px;
}

.blog-feed .tags_wrap a {
  color: inherit;
}

.blog-feed.theme2 .hs-featured-wrp:hover .overlay_icon {
  opacity: 1;
}

.blog-feed.theme2 .meta_wrap > span {
  border-radius: 24px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  /*   color: #fff; */
}

.blog-feed.theme2 .meta_wrap > span a {
  color: inherit;
}

.blog-feed .meta_wrap span.icon_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-feed.theme2 .overlay_icon.bg_el img {
  max-width: 32px;
}

.blog-feed .meta_wrap a {
  color: inherit;
}

.blog-feed.theme2 .overlay_icon.bg_el svg {
  max-width: 32px;
  width: 100%;
}

.blog-feed .recent-post-title {
  margin-bottom: 0.5rem;
}

.blog-feed.theme2 .hs-featured-wrp {
  padding-bottom: 69.1%;
}

.blog-feed.theme2 .item_inner {
  border-radius: 6px;
  overflow: hidden;
}

.blog-feed .recent-post-item {
  display: flex;
  flex-wrap: wrap;
}

.blog-feed .recent-post-item .item_inner {
  width: 100%;
}


/* BUTTONS NAVIGATION FROM MIGRATIONBASE */
.navbar_module_wrapper.center_align .hrz .btn_row {
  justify-content: center;
}

.navbar_module_wrapper.left_align  .hrz .btn_row {
  justify-content: flex-start;
}

.navbar_module_wrapper.right_align .vrt .btn_row {
  align-items: end;
}
.navbar_module_wrapper.center_align .vrt .btn_row {
  align-items: center;
}

.navbar_module_wrapper.left_align  .vrt .btn_row {
  align-items: flex-start;
}

.navbar_module_wrapper.right_align .hrz .btn_row {
  justify-content: end;
}
.cm_nv_wrp .cm_nv_inner .btn_row {
  margin: 0;
  column-gap: 13px;
}
.cm_nv_wrp .btn_item .simple_link {
  margin: 0 10px;
}
.cm_nv_wrp h4 {
  margin: 0;
  line-height: inherit;
}
.cm_nv_wrp.vrt .btn_row {
  flex-direction: column;
}

.navbar_module_wrapper a.icon_add {
  display: inline-flex;
  align-items: center;
}

.navbar_module_wrapper a.icon_add .icon_box {
  display: block;
  width: 1.2em;
  flex-shrink: 0;
  font-size: 1.2em;
  line-height: 1;
}

.navbar_module_wrapper a.icon_add .icon_box svg {
  width: 100%;
  height: 100%;
  display: block;
  color: currentColor;
}

.navbar_module_wrapper a.icon_add .icon_box img {
  width: 100%;
  height: auto;
  display: block;
}

.navbar_module_wrapper a.icon_add.icPos_after .icon_box {
  order: 2;
}

.navbar_module_wrapper a.icon_add .icon_box svg path {
  fill: currentColor;
}

.popup_modal_box {
  background: var(--popup-bg, #fff) !important;
  color: var(--popup-color, inherit) !important;
}

.popup_modal_box *:not(a[class]):not(input) {
  color: var(--popup-color, inherit) !important;
}

@media(min-width:768px){
  .cm_nv_wrp.sticky_active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index:99;
  }
}

@media(max-width:767px){
  .cm_nv_wrp .cm_nv_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm_nv_wrp {
    top: 0 !important;
  }
}

.cm_nv_inner .small_btn:not(.simple_link) {
  padding: var(--btn-padding, 12px 20px) !important;
  font-size: var(--btn-font-size, 14px) !important;
}

@media (max-width: 767px) {
  .cm_nv_inner .small_btn:not(.simple_link) {
    padding: var(--btn-padding-md, 10px 16px) !important;
    font-size: var(--btn-font-size-md, 13px) !important;
  }
}

.cm_nv_inner .custom {
  background-color: var(--btn-bg, transparent) !important;
  color: var(--btn-color, inherit) !important;
  border: 1px solid var(--btn-color, transparent) !important;
}

.cm_nv_inner .custom:hover {
  background-color: var(--btn-hover-bg, var(--btn-bg, transparent)) !important;
  color: var(--btn-hover-color, var(--btn-color, inherit)) !important;
  border-color: var(--btn-hover-color, var(--btn-color, transparent)) !important;
}



/* TRUSPILOT */
.slidercontent-trustpilot .heading-sec {
  padding: 3em 0;
  text-align: center;
}
.slidercontent-trustpilot .heading-sec h2:last-child {
  margin-bottom: 0;
}

.normal-content-trustpilot.wth_img > div {
  width: 50%;
  position: relative;
}

.normal-content-trustpilot.wth_img .trust_img img {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.normal-content-trustpilot.wth_img {
  display: flex;
  flex-wrap: wrap;
  padding-left: 6.5%;
  padding-right: 6.5%;
  padding-bottom: 20px;
}
.slidercontent-trustpilot .heading-sec img {
    margin-bottom: 28px;
}

@media(max-width:919px){
  .slidercontent-trustpilot .heading-sec {
    width: 100%;
  }
  .slidercontent-trustpilot .heading-sec {
    padding: 20px 0;
  }
  .slidercontent-trustpilot .heading-sec h2 {
    font-size: 38px;
  }
  .normal-content-trustpilot.wth_img > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .normal-content-trustpilot.wth_img {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .normal-content-trustpilot.wth_img .trust_img img {
    bottom: 2.5em;
    margin-top: -100px;
    margin-bottom: 30px;
    position: static;
  }

}

/* TIME FRAME SECTION */
.custom-timeline .time-frame__header.u-paddingContainer {
	text-align: center;
}

.custom-timeline .time-frame__header.u-paddingContainer h2.time-frame__header--headline.Heading--h3 {
	margin-bottom: 40px;
}

.custom-timeline .time-frame__header.u-paddingContainer p {
	font-family: Metric-Light, arial, sans-serif;
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 30px;
}

.custom-timeline .time-frame__item {
	width: 100%;
	min-height: 700px;
	font-family: Metric-Bold, arial, sans-serif;
	color: #3f3f3f;
	letter-spacing: -.4px;
}
.custom-timeline .time-frame__item-mobile-line {
	position: absolute;
	height: 7px;
	width: 100vw;
	left: 0;
	top: 11px;
	background-color: #e4e4e4;
}
.custom-timeline .time-frame__item:first-child .time-frame__item-mobile-line {
	width: 100vw;
	left: 50%;
}
.custom-timeline .time-frame__item-desktop-line {
	position: absolute;
	height: 100%;
	width: 7px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e4e4e4;
	display: none;
}
.custom-timeline .time-frame__item-data {
	padding: 70px 45px 50px;
	text-align: center;
}
.custom-timeline .time-frame__item-data--time {
	font-size: 64px;
	line-height: 66px;
	font-weight: 400;
	font-family: Metric-Light, arial, sans-serif;
	margin-bottom: 5px;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.custom-timeline .time-frame__item-data--headline {
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 21px;
}
.custom-timeline .time-frame__item-data--text {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	font-family: Metric-Light, arial, sans-serif;
}
.custom-timeline .time-frame__item-picture {
	text-align: center;
}
.custom-timeline .time-frame__item-picture img {
	width: 254px;
	height: 254px;
	-o-object-fit: cover;
	object-fit: cover;
	border: 7px solid #e4e4e4;
	border-radius: 100%;
}

.custom-timeline .time-frame__item-mobile-line {
	position: absolute;
	height: 7px;
	width: 100vw;
	left: 0;
	top: 11px;
	background-color: #e4e4e4;
}

.custom-timeline .time-frame__item-desktop-line {
	position: absolute;
	height: 100%;
	width: 7px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e4e4e4;
	display: none;
}
.custom-timeline .time-frame__item:first-child .time-frame__item-desktop-line::before {
	display: block;
}

.custom-timeline .time-frame__item-desktop-line::before {
	position: absolute;
	content: "";
	padding: 5px;
	background-color: #fff;
	border-radius: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 7px solid #e4e4e4;
	display: none;
}
.custom-timeline .time-frame__item-desktop-line::after {
	position: absolute;
	content: "";
	height: 7px;
	width: 81px;
	background-color: #e4e4e4;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-timeline .time-frame__item-data--text p {
	font-size: 1.25rem;
	line-height: 26px;
	font-family: Metric-Light, arial, sans-serif;
	font-weight: 100;
	margin: 0;
}
.custom-timeline .time-frame__item-desktop-line::before {
	position: absolute;
	content: "";
	padding: 5px;
	background-color: #fff;
	border-radius: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 7px solid #e4e4e4;
	display: none;
}
.custom-timeline .time-frame__item:last-child .time-frame__item-desktop-line::before {
	top: unset;
	bottom: 0;
	display: block;
}
.custom-timeline .time-frame__item {
    cursor: grab;
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 400px;
		position: relative;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-mobile-line {
		display: none;
	}
}
@media only screen and (min-width: 57.5em), print {
	.time-frame__item-desktop-line {
		display: block;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-data {
		width: 50%;
		text-align: right;
		padding: 0;
		margin-right: 80px;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-data--text {
		max-width: 460px;
		float: right;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-picture {
		width: 50%;
		margin-left: 80px;
		text-align: left;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item:nth-child(2n) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width: 57.5em), print {
	.custom-timeline	.time-frame__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 400px;
		position: relative;
	}
}

@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-mobile-line {
		display: none;
	}
}

@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-desktop-line {
		display: block;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item:nth-child(2n) .time-frame__item-picture {
		margin-left: 0;
		margin-right: 80px;
		text-align: right;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item:nth-child(2n) .time-frame__item-desktop-line::after {
		left: unset;
		right: 50%;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item:nth-child(2n) .time-frame__item-data {
		text-align: left;
		margin-left: 80px;
		margin-right: 0;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item-data--text {
		max-width: 460px;
		float: right;
	}
}
@media only screen and (min-width: 57.5em), print {
	.custom-timeline .time-frame__item:nth-child(2n) .time-frame__item-data--text {
		float: left;
	}
}

@media(max-width:919px){
	.custom-timeline .time-frame__header.u-paddingContainer h2.time-frame__header--headline.Heading--h3 {
		font-size: 38px;
		line-height: 40px;
	}
	.custom-timeline	.time-frame__item {
		min-height: auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.custom-timeline .time-frame__item {
		flex-direction: column;
	}

	.custom-timeline .time-frame__item-picture img {
    display: block;
    margin: 0 auto;
}
	
}

@media(max-width:767px){
	
.time-frame__item-mobile-line {
    position: absolute;
    height: 7px;
    width: 100vw;
    left: 0;
    top: 11px;
    background-color: #e4e4e4;
}
.custom-timeline .time-frame__item-mobile-line {
    width: 100%;
    left: 50%;
}
.custom-timeline .time-frame__item {
    position: relative;
}

.time-frame__item-mobile-line::before {
    position: absolute;
    content: "";
    padding: 5px;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 7px solid #e4e4e4;
}
.time-frame__item:first-child .time-frame__item-mobile-line::before {
    left: -12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
	
}


/* STEP */
.step-gp .topContent {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 1.25em;
}
.step-gp .topContent h2 {
	margin-bottom: .625em;
}

.step-gp .steps-list-flex {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.step-gp .steps-list-item {
	padding: 15px;
	width: 25%;
}
.step-gp.three_col .steps-list-item {
	width: 33.33333333%;
}
.step-gp.five_col .steps-list-item {
	width: 20%;
}
.step-gp .steps-list-item__image {
	background-color: #3f3f3f;
	background-image: linear-gradient(54deg, rgba(0, 0, 0, .42) -1.25%, rgba(255, 255, 255, 0) 41.27%);
	background-position: center;
	background-size: cover;
	border-radius: 16px;
	display: block;
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
	height: 100px;
	line-height: 63px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 100px;
	z-index: 2;
}
.step-gp .steps-list-item__image img {
	max-height: 100%;
}
.step-gp .steps-list-item .Block-content {
	padding: 32px 30px;
	text-align: center;
	line-height: 24px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 400;
}

.step-gp .steps-list-item .Block-content h6 {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.step-gp .steps-list-item .Block-content {
	font-size: 16px;
	line-height: 20px;
}
.step-gp .steps-list-item .Block-content p:last-child {
	margin-bottom:0;
}
.step-gp .btnsect {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
.step-gp .btnsect .hs-button {
	padding-top: 13px;
	padding-bottom: 6px;
}

.step-gp .steps-section__arrow {
	position: absolute;
	top: 20px;
	z-index: 1;
}

@media (min-width: 57.5em){
	.step-gp .steps-section__arrow {
		width: 175px;
	}
	.step-gp .steps-section__arrow-1 {
		left: calc(25% - 87.5px);
	}
	.step-gp.steps-section__arrow-2 {
		left: calc(50% - 87.5px);
	}
	.step-gp .steps-section__arrow-3 {
		left: calc(75% - 87.5px);
	}
	.step-gp .steps-section__arrow--opposite {
		top: 65px;
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
	}
	.step-gp .topContent {
		width: 66.66666667%;
	}
	.step-gp.three_col .steps-section__arrow-1 {
		left: calc(33% - 125px);
	}
	.step-gp.three_col .steps-section__arrow-2 {
		left: calc(66% - 120px);
		top: 65px;
	}
	.step-gp.three_col .steps-section__arrow {
		width: auto;
	}
	.step-gp .steps-section__arrow {
		width: 125px;
	}
	.step-gp.five_col .steps-section__arrow-1 {
		left: calc(20% - 62.5px);
	}
	.step-gp.five_col .steps-section__arrow-2 {
		left: calc(40% - 62.5px);
	}
	.step-gp.five_col .steps-section__arrow-3 {
		left: calc(60% - 62.5px);
	}
	.step-gp.five_col .steps-section__arrow-4 {
		left: calc(80% - 62.5px);
	}
}


@media(max-width:1200px){
	.step-gp .steps-list-item .Block-content {
		padding-left: 0;
		padding-right: 0;
	}
}


@media(max-width:991px){
	.step-gp .steps-list-flex {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.step-gp .steps-list-item,
	.step-gp.five_col .steps-list-item{
		width: 100%;
	}
	.step-gp .steps-section__arrow {
		left: -112px;
		-webkit-transform: rotate(90deg) scaleY(-1);
		transform: rotate(90deg) scaleY(-1);
	}
	.step-gp .steps-section__arrow-1 {
		top: calc(25% - 90px);
	}
	.step-gp .steps-section__arrow--opposite {
		left: auto;
		right:-112px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.step-gp .steps-section__arrow-2 {
		top: calc(50% - 90px);
	}
	.step-gp .steps-section__arrow-3 {
		top: calc(75% - 90px);
	}
	.step-gp.three_col .steps-list-item {
		width: 100%;
	}
}

@media(max-width:767px){
	.step-gp .steps-section__arrow--opposite {
		left: auto !important;
		right: -122px;
	}
	.step-gp .steps-section__arrow {
		left: -122px;
	}
}



/* SECTOR ALARM DIFFERENCE DYNAMIC */
.sec_alarm_mdl {
	padding: 100px 0;
}

.sec_alarm_mdl li {
	margin: 0;
}
.comp-table__table {
	background-color: inherit
}

.comp-table__table ul {
	margin: 0;
	padding: 0
}

.comp-table__table-col {
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
	background-color: inherit
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__table-col {
		display:-ms-flexbox;
		display: flex
	}
}



@media only screen and (max-width: 57.5em),print {
	.comp-table__table-col_sticky {
		position:sticky;
		top: 69px;
		left: 0
	}
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__table-col_desktop-only {
		display:none
	}
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__table-desc {
		-ms-flex-negative:0;
		flex-shrink: 0;
		width: 45%
	}
}

.comp-table__row {
	display: grid;
	grid-auto-columns: minmax(100px,1fr);
	grid-auto-flow: column;
	background-color: inherit
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__row {
		-ms-flex-positive:1;
		flex-grow: 1
	}
}

.comp-table__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100px;
	padding: 16px;
	border-left: 1px solid #e8e8e8;
	background-color: inherit
}

.comp-table__col:first-child {
	background-color: #f5f5f5;
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__col:first-child {
		border-left:none
	}
}

.comp-table__col:first-child .comp-table__col-text {
	font-family: Metric-Semibold,arial,sans-serif
}

.comp-table__col:first-child .comp-table__col-text p {
	font-family: Metric-Semibold,arial,sans-serif
}

.comp-table__col img {
	display: block;
	max-width: 72px;
	height: auto
}

.comp-table__col-text {
	padding-top: 4px;
	text-align: center;
	font-family: Metric-Light,arial,sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.4px
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__accordion {
		border-bottom:1px solid #e8e8e8
	}
}

.comp-table__accordion-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 19px 0 15px;
	font-family: Metric-Light,arial,sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.4px
}

.comp-table__accordion.Accordion-item.active .comp-table__accordion-title {
	font-family: Metric-Semibold,arial,sans-serif
}

.comp-table__accordion.Accordion-item.active .comp-table__accordion-title .comp-table__accordion-icon {
	-webkit-transform: translateY(-3px) rotate(180deg);
	transform: translateY(-3px) rotate(180deg)
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__accordion-title {
		padding-right:30px
	}
}

.comp-table__accordion-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
	transition: all .3s
}

.comp-table__accordion-panel {
	padding-bottom: 16px
}

.comp-table__accordion-panel p,.comp-table__accordion-panel span {
	font-family: Metric-Light,arial,sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.4px
}

.comp-table__button {
	text-align: center
}
.Accordion-panel {
	display: none;
}

.comp-table__col-text p {
	margin: 0;
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__button_mobile-only {
		display:none
	}
}

.comp-table__button_desktop-only {
	padding: 20px 0
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__button_desktop-only {
		display:none
	}
}

.dnd-section:has(+ .dnd-section .sec_alarm_mdl) .sec_alarm_mdl {
  padding-bottom: 0; 
}

.dnd-section:has(.sec_alarm_mdl) + .dnd-section .sec_alarm_mdl {
	padding-top: 50px; 
  }

/* Lionys */
.comp-table__table ul.comp-table__row li.comp-table__col, .comp-table__table ul.comp-table__row li.comp-table__col .comp-table__col-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}
.comp-table__table ul.comp-table__row li.comp-table__col.is-secondary, .comp-table__table ul.comp-table__row li.comp-table__col.is-secondary p, .comp-table__table ul.comp-table__row li.comp-table__col.is-secondary .comp-table__col-text {
  background: #f5f5f5;
}
.comp-table__table ul.comp-table__row li.comp-table__col p, .comp-table__table ul.comp-table__row li.comp-table__col .comp-table__col-text p {
  text-wrap-mode: nowrap;
}

.table-cell-bold {
  font-family: Metric-Semibold, arial, sans-serif;
  font-weight: 200;
}

.comp-table__table-desc {
  align-self: center;
}

.comp-table__table .comp-table__col p {
  white-space: normal !important; 
  word-wrap: break-word !important; 
  overflow-wrap: break-word !important; 
}

@media (max-width: 767px) {
/*   .comp-table__table ul li ul, .comp-table__table .comp-table__table-col.comp-table__table-col_sticky ul {
    overflow-x: scroll;
  } */
  
  .comp-table__table {
    overflow-x: auto!important;
  }

  .comp-table__table-col_sticky {
    position: sticky!important;
    top: 0!important; 
    z-index: 10!important; 
    background: #fff!important;
    background-color: #fff!important;
    overflow-x:auto!important;
  }

  .comp-table__table ul.comp-table__table-row {
    display: block!important;
    max-height: 70vh!important; 
  }
  
}



/* SECTOR ALARM DIFFERENCE */
.sec_alarm_mdl {
	padding: 100px 0;
}

.sec_alarm_mdl li {
	margin: 0;
}
.comp-table__table {
	background-color: inherit
}

.comp-table__table ul {
	margin: 0;
	padding: 0
}

.comp-table__table-col {
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
	background-color: inherit
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__table-col {
		display:-ms-flexbox;
		display: flex
	}
}



@media only screen and (max-width: 57.5em),print {
	.comp-table__table-col_sticky {
		position:sticky;
		top: 69px;
		left: 0
	}
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__table-col_desktop-only {
		display:none
	}
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__table-desc {
		-ms-flex-negative:0;
		flex-shrink: 0;
		width: 45%
	}
}

.comp-table__row {
	display: grid;
	grid-auto-columns: minmax(100px,1fr);
	grid-auto-flow: column;
	background-color: inherit
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__row {
		-ms-flex-positive:1;
		flex-grow: 1
	}
}

.comp-table__col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100px;
	padding: 16px;
	border-left: 1px solid #e8e8e8;
	background-color: inherit
}

.comp-table__col:first-child {
	background-color: #f5f5f5;
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__col:first-child {
		border-left:none
	}
}

.comp-table__col:first-child .comp-table__col-text {
	font-family: Metric-Semibold,arial,sans-serif
}

.comp-table__col:first-child .comp-table__col-text p {
	font-family: Metric-Semibold,arial,sans-serif
}

.comp-table__col img {
	display: block;
	max-width: 72px;
	height: auto
}

.comp-table__col-text {
	padding-top: 4px;
	text-align: center;
	font-family: Metric-Light,arial,sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.4px
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__accordion {
		border-bottom:1px solid #e8e8e8
	}
}

.comp-table__accordion-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 19px 0 15px;
	font-family: Metric-Light,arial,sans-serif;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.4px
}

.comp-table__accordion.Accordion-item.active .comp-table__accordion-title {
	font-family: Metric-Semibold,arial,sans-serif
}

.comp-table__accordion.Accordion-item.active .comp-table__accordion-title .comp-table__accordion-icon {
	-webkit-transform: translateY(-3px) rotate(180deg);
	transform: translateY(-3px) rotate(180deg)
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__accordion-title {
		padding-right:30px
	}
}

.comp-table__accordion-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
	transition: all .3s
}

.comp-table__accordion-panel {
	padding-bottom: 16px
}

.comp-table__accordion-panel p,.comp-table__accordion-panel span {
	font-family: Metric-Light,arial,sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.4px
}

.comp-table__button {
	text-align: center
}
.Accordion-panel {
	display: none;
}

.comp-table__col-text p {
	margin: 0;
}

@media only screen and (min-width: 57.5em),print {
	.comp-table__button_mobile-only {
		display:none
	}
}

.comp-table__button_desktop-only {
	padding: 20px 0
}

@media only screen and (max-width: 57.5em),print {
	.comp-table__button_desktop-only {
		display:none
	}
}

.dnd-section:has(+ .dnd-section .sec_alarm_mdl) .sec_alarm_mdl {
  padding-bottom: 0; 
}

.dnd-section:has(.sec_alarm_mdl) + .dnd-section .sec_alarm_mdl {
	padding-top: 50px; 
  }


/* RECENT POSTS */
.cm_recent-posts {
	width:100%;
}

.cm_recent-posts .top_section {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 66.66666667%
}

.cm_recent-posts .top_heading {
	padding-bottom: 40px;
	padding-top:40px;
}

.cm_recent-posts .top_heading h2 {
	color: #3f3f3f;
	line-height:45px;
	margin-bottom:0;
}


.cm_recent-posts .recent_post_row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;

	padding-bottom:40px;
	row-gap:20px;
}

.cm_recent-posts .recent-post_item {

	width: 33.33%;
	position:relative;
	padding-right: 15px;
	padding-left: 15px; 

}


.cm_recent-posts .recent-post_item .item_list_card {
	background-color: #fff ;
	border-radius: 24px;
	padding: 0;
	min-height: 500px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.cm_recent-posts .slides-list__card-pic {
	margin: 0;
	min-height: 200px;
	position: relative;
	padding-bottom: 71%;
}

.cm_recent-posts .slides-list__card-pic img {
	aspect-ratio: initial;
	border-radius: 24px 24px 0 0;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.cm_recent-posts  .slides-list__card-text {
	padding: 24px 24px 40px;
	text-align: center;
	display: flex
		;
	flex-direction: column;
	flex: 1;
}

.cm_recent-posts .slides-list__card-title {
	line-height: 18px;
	padding-top: 24px;

}


.cm_recent-posts .list_card-body {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.cm_recent-posts .slides-list__card-title span.Heading--h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}

.cm_recent-posts .slides-list__card-desc {
	font-size: 18px;
	line-height: 22px;
	color: #3f3f3f;
	padding-top: 24px;
}

.cm_recent-posts  .slides-list__card-button {
	padding-top: 23px;
	margin-top: auto;
}

/* .slides-list__card-button .btn {
background-color: #3f3f3f;
min-height: 45px;
} */

.cm_recent-posts  .slides-list__card-button .btn a {
	background-color: #3f3f3f;
	color: #fff;
	min-height: 45px;
	font-size: 17.5px;
	padding: 15.69565217388px 9.99999999988px;
}


.cm_recent-posts button.slide-arrow.prev-arrow.slick-disabled,
.cm_recent-posts button.slide-arrow.next-arrow.slick-disabled {
	display: none !important;
}

.cm_recent-posts button.slide-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: transparent;
	transition: all .3s;
	border: 2px solid #8e8e8e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	font-size: 0;
	justify-content: center;
}

.cm_recent-posts button.slide-arrow svg {
	/* fill: #3ca07a; */
	height: 23px;
	width: 23px;
}

.cm_recent-posts button.slide-arrow.next-arrow {
	right: -45px;
}

.cm_recent-posts button.slide-arrow.prev-arrow {
	left: -45px;
}
.cm_recent-posts button.slide-arrow.prev-arrow svg{
	transform: rotate(180deg);
}

.cm_recent-posts  a.overlay_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cm_recent-posts .slides-list__card-button .btn a {
	min-height: auto;
	line-height: normal;
	padding: 14px 20px 11px;
}

@media(max-width:919px){
	.cm_recent-posts .top_section {
		width: 100%;
	}
}

@media (min-width:545px){
	.cm_recent-posts .recent_mobile_wrapper.visible-mb{
		display:none !important;
	}

}
@media(max-width:1200px){
.cm_recent-posts button.slide-arrow.next-arrow {
		right: 0;
	}
	.cm_recent-posts button.slide-arrow.prev-arrow {
    left: 0;
}


}
@media (max-width:544px){
	.recent_dk_wrapper.visible-dk {
		display: none;
	}
	.cm_recent-posts .recent-post_item {
/* 		width: 280px !important; */
    width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}

	.cm_recent-posts .recent_post_row {
		padding-left: 0;
		padding-right: 0;
		flex-wrap: nowrap;
		column-gap: 20px;
	}

	.cm_recent-posts .slides-list__card-desc {
		font-size: 16px;
		line-height: 18px;
	}
	.cm_recent-posts .slides-list__card-title span.Heading--h2 {
		line-height: 18px;
	}


	.cm_recent-posts   .recent_mobile_wrapper {
		padding: 25px 0;
	}

	.cm_recent-posts   {
		padding-top:40px;
		padding-bottom: 40px;
	}
}


/* PRODUCTS SLIDER */

/* Hide all modals by default */
.plc_section__modal {
	display: none;
	visibility: hidden;  /* Ensure it's not focusable when hidden */
}
ul.slick-slider-wrap.slick-initialized.slick-slider {
	padding: 0;
	margin: 0;
}
/* Make the modal visible when aria-hidden is set to false */
.plc_section__modal[aria-hidden="false"] {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease;
}


.cst-pdcts-slider {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	font-size: 16px;
}

.cst-pdcts-slider .cst-title {
	text-align: center ;
}

.cst-pdcts-slider .cst-title h2 {
	margin: 0;
}

.plc_section__glide {
	margin: 0 auto;
	margin-top: 1.875em;
}


.plc_section__card {
	min-height: 100%;
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 4px 8px 4px rgba(0, 0, 0, .1);
	border-radius: 16px;
	position: relative;
	min-width: 0 ;
}

.plc_section__card .plc_section__card_link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.plc_section__card .plc_section__card_body {
	padding: .83333333em;
	text-align: center;
}

.plc_section__card .plc_section__card_image {
	margin-bottom: .83333333em;
}

.plc_section__card .plc_section__card_title h4 {
	margin: 0;
}

.plc_section__glide .splide__slide {
	margin-top:0;
	margin-bottom:0;
	height:auto;
}


.plc_section__glide .splide__arrows {
	position: absolute;
	top: calc(50% - 30px);
	left: -90px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: calc(100% + 180px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plc_section__glide .splide__arrows {
	left: -100px;
	width: calc(100% + 200px);
}

.plc_section__glide .splide__arrows .splide__arrow {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3f3f3f;
	transition: all .3s;
	background-color: transparent;
	border: 2px solid #8e8e8e;
	top: 0;
}

.plc_section__glide .splide__arrows .splide__arrow--prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.plc_section__glide .splide__arrows .splide__arrow svg {
	left: 50%;
	padding-left: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #8e8e8e;
}

.plc_section__glide .splide__arrows .splide__arrow svg path {
	fill: inherit;
}

.plc_section__glide .splide__arrows .splide__arrow[disabled] {
	opacity: 0;
}

.plc_section__glide .splide__arrows .splide__arrow--next {
	top: 24px;
}

.cst-pdcts-slider .splide__slide{
	overflow: auto;
}

.cst-pdcts-slider .splide .splide__track {
	margin: 0;
	padding: 0;
}

.cst-pdcts-slider .plc_section__card .plc_section__card_body {
	padding: 1.041em;
}
.cst-pdcts-slider .plc_section__card .plc_section__card_image {
	margin-bottom: 1.12em;
}
.cst-pdcts-slider .splide__slide {
	border-radius: 16px;
}
.cst-pdcts-slider .splide__slide {
	border-radius: 16px;
	padding: 10px;
}
.cst-pdcts-slider.alarmas-para .page-center {
	padding: 0 10px;
}
.cst-pdcts-slider.alarmas-para .plc_section__glide .splide__arrows .splide__arrow[disabled] {
	opacity: 1;
}
.cst-pdcts-slider .slick-dots li button {
	padding: 0;
}

.cst-pdcts-slider .slick-dots li button:before {
	display: none;
}

.cst-pdcts-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: #fff;
}


.cst-pdcts-slider .page-center {
	padding: 0 6.5%;
}

.cst-pdcts-slider .slick-dots li {
	flex: 1; 
}
.cst-pdcts-slider.alarmas-para {
	padding-left:6.5%;
	padding-right:6.5%;
}
.cst-pdcts-slider ul {
    padding: 0;
}

.plc_section__modal.modal_v2.primary a.hs-button {
    background: #e4464e;
}

.plc_section__modal.modal_v2.primary a.hs-button:hover {
        color: #fff;
    background: #ed8388;
}
@media only screen and (min-width: 48em), print{
	.plc_section__glide {
		max-width: 90%;
	}

	.plc_section__glide .splide__slide {
		min-width: 0 ;
		padding: 10px 10px 15px 10px;
	}

	.plc_section__card {
		min-width: 100px ;
	}

	.cst-pdcts-slider .modal_v2__container {
		min-width:470px
	}

	.cst-pdcts-slider .modal_v2 .Preamble p {
		font-size:16px;
		line-height: 20px
	}

	.cst-pdcts-slider .modal_v2__buttons .button {
		margin-right: 0;
		font-size: 15px;
		height: 40px;
		line-height: 48px
	}

	.cst-pdcts-slider .modal_v2__buttons .button:after,
	.cst-pdcts-slider .modal_v2__buttons .button:before {
		content: "";
		margin-top: 8px;
		width: 10px;
		height: 23px
	}

	.cst-pdcts-slider .modal_v2__buttons .button:after {
		margin-right: -1px
	}

	.cst-pdcts-slider .modal_v2__buttons .button:before {
		margin-left: -1px
	}

	.cst-pdcts-slider .modal-content--transparent .close-button {
		margin-top:initial;
		margin-right: 0;
		font-size: 28px
	}
}

@media only screen and (min-width: 57.5em), print{
	.cst-pdcts-slider .page-center {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}

	.plc_section__glide {
		max-width: 90%;
	}

	.plc_section__glide .splide__pagination {
		display: none;
	}

	.cst-pdcts-slider .modal_v2__container {
		max-width:890px;
		overflow: hidden;
		padding: 2.5em
	}

	.cst-pdcts-slider .modal_v2__container {
		text-align:center
	}

	.cst-pdcts-slider .modal_v2__image {
		width: 33.33333333% ;
		-ms-flex-preferred-size: auto ;
		flex-basis: auto;
	}

	.cst-pdcts-slider .modal_v2__content {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 66.66666667%;
	}
}


@media only screen and (min-width: 75em) {
	.cst-pdcts-slider .modal_v2__container {
		max-width:975px
	}
	.cst-pdcts-slider .page-center {
		padding: 0;
	}
}

@media only screen and (min-width: 85.625em){
	.plc_section__glide {
		max-width: 97%;
	}

	.plc_section__glide .splide__arrows .splide__arrow--prev {
		left: 20px;
	}

	.plc_section__glide .splide__arrows .splide__arrow--next {
		right: 20px;
	}
}


@media only screen and (max-width: 57.5em), print{
	.cst-pdcts-slider .plc_section__glide .splide__arrows {
		display: none;
	}
}

@media(max-width:767px){

	.plc_section__card .plc_section__card_title h4 {
		font-size: 20px;
	}

	.cst-pdcts-slider .slick-dots li button {
		display: none;
	}

	.cst-pdcts-slider ul .slick-dots {
		left: -25px;
		height: 5px;
		border-radius: 2px;
		right: -25px;
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
		margin: 0 auto;
	}

	.cst-pdcts-slider .slick-dots li {
		right: auto;
		left: 0;
		top: 0;
		bottom: 0;
		min-height: 0;
		min-width: 10px;
		height: 5px;
		margin: 0;
	}
	.cst-pdcts-slider .slick-dots li.slick-active {
		background-color: #8e8e8e;
	}
	.cst-pdcts-slider ul .slick-dots {
		display: flex !important;
	}
	.slick-dots {
		text-align: center;
	}
	.slick-dots li {
		margin: 0 5px;
	}
	.cst-pdcts-slider.alarmas-para {
	padding-left:0%;
	padding-right:0%;
	}
}




/* PRODUCT DETAILS */
.prdct_glide-slider .splide__arrows {
  margin-top: 1.25em;
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  left: -40px;
  width: calc(100% + 80px);
}

.prdct_glide-slider .splide__arrows {
  left: -100px;
  width: calc(100% + 200px);
}

.prdct_glide-slider .splide__arrows .splide__arrow {
  position: relative;
  border-radius: 50%;
  background-color: #3f3f3f;
  transition: all .3s;
  background-color: transparent;
  border: 2px solid #8e8e8e;
  height: 35px;
  width: 35px;
  left:auto;
  right:auto;
  top:auto;
}

.prdct_glide-slider .splide__arrows .splide__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prdct_glide-slider .splide__arrows .splide__arrow svg {
  left: 50%;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  margin-left: -2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prdct_glide-slider .splide__arrows .splide__arrow svg path {
  fill: inherit;
}

.cst-prdct-details {
  padding-bottom: 2.5em;
  font-size: 16px;
}

.cst-prdct-details .phc_section_top{
  padding-top: 10px;
  float: right;
  width: 50%;
  margin-bottom: 2.5em;
}

.cst-prdct-details .slides-list {
  float: left;
  width: 50%;
  background-color: #fff;
  padding: 0 40px;
}

.cst-prdct-details .phc_section_btm {
  float: right;
  width: 50%;
  margin-bottom: 2.5em;
}

.cst-prdct-details .phc_section__header h2 {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}

.cst-prdct-details .phc_section__header p {
  font-size: 20px;
  margin: 0;
}

.cst-prdct-details .phc_section__header p {
  font-size: 20px;
  margin: 0;
}

.cst-prdct-details .slides-list .prdct_glide-slider {
  margin: 0 auto;
  margin-bottom: 1em;
  /*   max-width: 97%; */
}

.cst-prdct-details .slides-list .prdct_glide {
  padding: 0px 0px 10px;
}

.cst-prdct-details .slides-list .glide__bullets {
  display: none;
}

.cst-prdct-details .phc_section_btm .phc_section__list_item {
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  align-items: flex-start;
}

.cst-prdct-details .phc_section__list_item img {
  margin-right: 26px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cst-prdct-details .phc_section__list_item .phc_section__list_item_text h3,
.cst-prdct-details .phc_section__list_item .phc_section__list_item_text h4{
  margin-bottom: .41666667em;
}

.cst-prdct-details .phc_section__list_item .phc_section__list_item_text p {
  font-size: 1em;
  line-height: normal;
  padding-right: 25px;
  margin: 0;
}

.cst-prdct-details .phc_section_btm .Grid--gutterA {
  margin: -15px;
}

.cst-prdct-details .phc_section_btm .phc_section__list {
  margin-top: 1.25em;
}

.cst-prdct-details .slides-list .prdct_glide .splide__slide {
  margin: 0;
}

.cst-prdct-details .slides-list .prdct-thumb-slider{
  display: none;
  margin: 0 auto;
}

.prdct_thumb_glide-slider {
  height: auto;
}

.prdct_thumb_glide-slider  .splide__list {
  gap: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.prdct_thumb_glide-slider .splide__list .splide__slide {
  margin: 0;
  height: auto;
  min-width: 0;
  /*   max-width: 107.16px; */
}

.prdct_thumb_glide-slider .splide__list .phc_section__card {
  margin: 10px 10px 15px 10px;
  position: relative;
}

.prdct_thumb_glide-slider .splide__list .phc_section__card img {
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, .1);
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}

.prdct_thumb_glide-slider .splide__arrows {
  margin-top: 1.25em;
  position: absolute;
  top: calc(50% - 30px);
  left: -90px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: calc(100% + 180px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox ;
  display: flex;
}

.prdct_thumb_glide-slider .splide__arrows .splide__arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3f3f3f;
  transition: all .3s;
  background-color: transparent;
  border: 2px solid #8e8e8e;
  height: 25px;
  width: 25px;
  top: auto;
  padding:0;
}

.prdct_thumb_glide-slider .splide__arrows .splide__arrow--prev {
  left: 60px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prdct_thumb_glide-slider .splide__arrows .splide__arrow--next {
  right: 60px;
}

.prdct_thumb_glide-slider .splide__arrows .splide__arrow svg {
  left: 50%;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
}

.prdct_thumb_glide-slider .splide__arrows .splide__arrow svg path {
  fill: inherit;
}

.prdct_glide-slider .splide__arrows .splide__arrow--next{
  top:30px;
}

.cst-prdct-details .slides-list .prdct_glide .splide__slide img {
  width: 100%;
}

.cst-prdct-details .splide .splide__arrow svg{
  fill:#8e8e8e;
}

.cst-prdct-details .splide__arrows .splide__arrow[disabled] {
  opacity: 0;
}

.cst-prdct-details .splide .splide__track{
  margin:0;
}

.cst-prdct-details .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none;
}

.prdct_glide-slider .splide__arrows .splide__arrow:focus,
.cst-prdct-details .splide__arrows .splide__arrow:focus{
  outline: none;
}

.cst-prdct-details .cst-play-button {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 56px;
  font-size: 20px;
  border-radius: 12px;
  padding: 0 20px;
}

.cst-prdct-details .cst-play-button .u-xsm-hidden {
  display: none !important;
}

.video-modal-v2 .modal_v2__container {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.cst-prdct-details .phc_section_btm .u-hidden,
.cst-prdct-details .phc_section__list .cst-yr-btn.u-hidden{
  display:none;
}

.cst-prdct-details .phc_section__list .cst-yr-btn{
  display:inline-block;
}

.video-modal-v2 .modal_v2__close {
  font-size: 28px;
  padding: 0;
  background: none;
  color: #fff;
}

.cst-prdct-details .cst-play-button span:before {
  color: #fff;
  content: "\25B6\FE0E";
  font-size: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 10px #3f3f3f;
  top: 40%;
  font-size: 80px;
}

.cst-prdct-details .phc_section__list .cst-yr-btn {
  color: #e4464e;
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-top: 5px;
  margin-top: 1.25em !important;
  font-family: Metric-Semibold, arial, sans-serif;
  font-size: 1.1em;
  text-decoration: underline;
}

.cst-prdct-details .phc_section__list .cst-yr-btn:before {
  content: "+";
  float: left;
  font-size: 1.5em;
  padding-right: 5px;
  line-height: 27px;
}

.cst-prdct-details .phc_section__list .cst-yr-btn.cst-yr-btnminus:before {
  content: "-";
}

.cst-prdct-details .prdct-thumb-slider .cst-play-button span:before {
  color: #fff;
  content: "\25B6\FE0E";
  font-size: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 10px #3f3f3f;
  top: 40%;
  top: 30%;
}

.video-modal-v2 .modal_v2__close{
  right: 2%;
  top:1%;
}

.video-modal-v2 .modal_v2__container {
  border-radius: 0;
}

.cst-prdct-details .phc_section__list_item_text h4 {
  line-height: 24px;
}

@media(min-height:600px){
  .video-modal-v2 .modal_v2__container .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
    max-height: 560px !important;
  }
}

@media only screen and (min-width: 34em), print{
  .cst-prdct-details .phc_section__header {
    padding-bottom: 1.875em;
    margin-bottom: 1.875em;
    border-bottom: 1px solid rgba(138, 139, 138, .2);
  }
  .prdct_glide-slider .splide__arrows{
    left: -45px;
    width: calc(100% + 90px);
  }

  .cst-prdct-details .cst-play-button .u-sm-inlineBlock {
    display: inline-block !important;
    max-width: 100%;
  }
}

@media only screen and (min-width: 48em), print{
  .cst-prdct-details .phc_section__header h2 {
    font-size: 2.5em;
  }

  .prdct_glide-slider .splide__arrows{
    left: -60px;
    width: calc(100% + 120px);
  }

  .prdct_glide-slider .splide__arrows .splide__arrow {
    height: 50px;
    width: 50px;
  }

  .cst-prdct-details .phc_section_btm .phc_section__list_item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }

  .cst-prdct-details .slides-list .prdct_glide-slider,
  .cst-prdct-details .slides-list .prdct-thumb-slider{
    max-width: 90%;
  }
}

@media only screen and (min-width: 57.5em), print{
  .cst-prdct-details .cst-play-button span:before {
    top: 47%;
  }
}


@media only screen and (min-width: 64em){
  .cst-prdct-details .slides-list {
    padding: 0 70px 0 0;
  }

  .cst-prdct-details .phc_section__header h2 {
    font-size: 3em;
  }

  .cst-prdct-details .slides-list .prdct-thumb-slider {
    display: block;
  }

  .cst-prdct-details .cst-play-button span:before {
    font-size: 100px;
  }
}

@media only screen and (min-width: 75em){
  .cst-prdct-details .phc_section_btm .phc_section__list_item {
    width: 50%;
  }

  .prdct_thumb_glide-slider .splide__arrows {
    left: -100px;
    width: calc(100% + 200px);
  }

  .prdct_thumb_glide-slider .splide__arrows .splide__arrow--prev {
    left: 70px;
  }

  .prdct_thumb_glide-slider .splide__arrows .splide__arrow--next {
    right: 70px;
  }
}

@media only screen and (min-width: 85.625em){
  .prdct_glide-slider .splide__arrows{
    left: -75px;
    width: calc(100% + 150px);
  }

  .prdct_glide-slider .splide__arrows .splide__arrow--prev{
    left: 20px;
  }

  .prdct_glide-slider .splide__arrows .splide__arrow--next {
    right: 20px;
  }

  .cst-prdct-details .slides-list .prdct_glide-slider,
  .cst-prdct-details .slides-list .prdct-thumb-slider{
    max-width: 97%;
  }
}

@media (max-width:64em) and (min-width: 57.5em){
  .cst-prdct-details .page-center {
    padding-bottom: 2.5em !important;
  }
}

@media only screen and (max-width: 64em) {
  .cst-prdct-details .phc_section_top {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 2.5em;
  }

  .cst-prdct-details .slides-list {
    float: none;
    margin: 0 -60px 2.5em;
    width: calc(100% + 120px);
  }

  .cst-prdct-details .phc_section_btm {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }

  .cst-prdct-details .phc_section__header {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}


@media only screen and (max-width: 48em), print {
  .cst-prdct-details .slides-list {
    margin: 0 -20px 2.5em;
    width: calc(100% + 40px);
  }

  .prdct_glide-slider .splide__arrows {
    display: -ms-flexbox;
    display: flex;
    left: -40px;
    width: calc(100% + 80px);
  }

  .prdct_glide-slider .splide__arrows .splide__arrow {
    padding: 1px 6px;
  }
}



/* PRODUCT & SERVICE SUMMARY */


.contact-details-wrap .cnt-detail-item-inn {
	display: flex;
	align-items: flex-start;
}

.contact-details-wrap .icon-cnt .icon-wrap{
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 50%;
}

.contact-details-wrap .icon-cnt {
	padding-right: 10px;
	width: 60px;
}

.contact-details-wrap .cnt-detail-title * {
	margin-bottom: 0;
}

.contact-details-wrap .cnt-detail-title {
	margin-bottom: 5px;
}

.contact-details-wrap .cnt-detail-item {
	align-items: stretch;
	height: auto;
}

.contact-details-wrap .cnt-detail-item:not(:last-child) {
	margin-bottom: 23px;
}

.contact-details-wrap .detail-content p:last-child {
	margin-bottom: 0;
}

.contact-details-wrap .top_cnt p:last-child {
	margin-bottom: 0;
}

.contact-details-wrap .top_cnt {
	margin-bottom: 40px;
}

.contact-details-wrap .top_cnt h2 {
	margin-bottom: 14px;
}

.contact-details-wrap .icon-cnt .icon-wrap svg {
	width: 30px;
	height: 30px;
}

.contact-details-wrap .icon-cnt .icon-wrap i{
	font-size: 35px;
}

.contact-details-wrap .cnt-detail-cnt {
	margin-top: 2px;
	width: calc(100% - 60px);
}

.contact-details-wrap .flex_row {
	width: 100%;
	display: block;
}

.contact-details-wrap .btn_row {
	justify-content: flex-start;
	margin-top: 40px;
}
.contact-details-wrap  .slick-dots li button {
	background-color: #d9d8d8
}
.contact-details-wrap .slick-dots li.slick-active button {
	background-color: #3f3f3f
}
.contact-details-wrap .cnt-detail-title {
	margin-bottom: 30px;
}
@media (max-width:767px) {
	.contact-details-wrap.mwsa .cnt-detail-item {
		padding-left:0;
		padding-right:0;
	}
}




/* OFFICE MAP SECTION ELEMENT */

.office-map-sec .top_sec {
  margin: 0 0 40px;
}
.office-map-sec  .map_wrap iframe {
    width: 100%;
}
.office-map-sec .map_item {
  font-size: 18px;
  line-height: 1.5;
}
.office-map-sec .map_item+.map_item {
  margin-top:40px;
}
.office-map-sec .map_item > .flex_row {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}


.office-map-sec .item-map {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.office-map-sec .cnt_wrap{
  margin-bottom: 1.25em ;
  width: 100%;
}

.office-map-sec .map_wrap{
  width: 100%;
}

.office-map-sec .item-map iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.office-map-sec .item-icon {
  margin-bottom: 20px;
}
.office-map-sec .item-title {
  line-height: 1.5;
  margin: 0;
}
.office-map-sec .item-rating {
  font-size: 16px;
  margin: 0;
}
.office-map-sec .item-rating img {
  margin-right: -2px;
  margin-top: -3px;
  width: 15px;
  max-width: 100%;
  vertical-align: middle;
}
.office-map-sec .item-rating .rating-text {
  font-size: 15px;
  padding-left: 5px;
  padding-top: 2px;
  font-family: Metric-Regular, arial, sans-serif;
}

.office-map-sec .item-address {
  font-size: 18px;
  margin-top: .83333333em;
  font-family: Metric-Regular, arial, sans-serif;
}
.office-map-sec .item-phone {
  font-size: 18px;
  margin-top: .83333333em;
  font-family: Metric-Regular, arial, sans-serif;
}
.office-map-sec  .office_item__map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}


@media only screen and (min-width: 768px) {
  .office-map-sec .cnt_wrap {
    -ms-flex-preferred-size: auto ;
    flex-basis: auto ;
    width: 41.66666667% ;
  }
  .office-map-sec .map_wrap{
    -ms-flex-preferred-size: auto ;
    flex-basis: auto ;
    width: 58.33333333% ;
  }
  .office-map-sec .map_wrap{
    padding-left: 1.875em ;
  }


}


@media only screen and (min-width: 48em) {
  .office-map-sec .cnt_wrap {
    width: 33.33333333% ;
  }
  .office-map-sec .map_wrap{
    width: 66.66666667% 
  }
}

@media only screen and (min-width: 57.5em) {
  .office-map-sec .cnt_wrap {
    width: 25%;
  }

  .office-map-sec .map_wrap{
    width: 58.33333333% ;
  }

}



/* OFFICE LOCATIONS */
.addressTele-wrap_topmenu {
  padding-bottom: 30px;
  background-color: #efefef;
  padding-left: 6.5%;
  padding-right: 6.5%;
}
.addressTele-wrap_topmenu .addressTele_filter img.addressTele_carroticon {
  margin: 7px 20px 0 0;
  float: right;
}

.addressTele-wrap_topmenu ul.child_filter {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
  list-style: none;
  margin: 6px 0 0 0;
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.addressTele-wrap_topmenu ul.child_filter>li {
  border: 0;
  font-size: 1.25rem;
  line-height: 26px;
  font-family: Metric-Light, arial, sans-serif;
  font-weight: 100;
  margin: 0;
}

.addressTele-wrap_topmenu ul.child_filter>li>a {
  display: inline-block;
  font-size: 14px;
  padding: 15px 30px 10px;
  text-decoration: none;
  width: 100%;
  color: #1d1d1b;
}
.addressTele-wrap_topmenu ul.child_filter {
  visibility: hidden;
  opacity: 0;
}

.addressTele-wrap_topmenu .addressTele_container .addressTele_filter:hover ul.child_filter {
  visibility: visible;
  opacity: 1;
}
.addressTele-wrap_topmenu ul.child_filter>li {
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.addressTele-wrap_topmenu .addressTele-wrap_topmenu_inner {
  padding: 40px 0;
  padding-top: 0;
}
.addr-top-menu {
  padding-top: 40px;
  padding-bottom: 40px;
}

.addr-top-menu .page-center {
  padding-top: 60px ;
  padding-bottom: 60px ;
}
.addressTele-wrap_topmenu .addressTele_grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.addressTele-wrap_topmenu .addressTele_grid .addressTele_gridinner {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.addressTele-wrap_topmenu .addressTele_container {
  height: 40px;
  margin-bottom: 5px;
}

.addressTele-wrap_topmenu .addressTele_container .addressTele_filter {
  background-color: #f5f5f5;
  border: none;
  border-radius: 12px;
  height: 40px;
  padding: 10px 0 6px;
  position: relative;
}

.addressTele-wrap_topmenu .addressTele_filter img.addressTele_searchicon {
  display: inline-block;
  float: none;
  margin-top: -2px;
  padding: 0 10px 0 20px;
  vertical-align: middle;
  max-width: 46px;
  height: auto;
}

.addressTele-wrap_topmenu .addressTele_filter span.address_input {
  display: inline-block;
  cursor: default;
}
.addressTele-wrap .topCnt h2 {
  margin-bottom: 34.860px;
  text-align: center;
}

.addressTele-wrap .teleCard-wrap {
  display: flex;
/*   justify-content: flex-start; */
  flex-wrap: wrap;
}

.addressTele-wrap .teleCard-wrap .teleCardItem {
  width: 33.33333333%;
  margin-bottom: 33.33px;
  padding-left: 13.33px;
  padding-right: 13.33px;
}

.addressTele-wrap .teleCardItem .cardItem-inner {
  border-radius: 10px;
  padding: 35px;
  height:100%;
}

.addressTele-wrap .teleCardItem .itemImg {
  margin-bottom: 22px;
}
.addressTele-wrap .teleCardItem .itemTitle,
.addressTele-wrap .teleCardItem .itemTitle a {
  font-family: Metric-Bold, arial, sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #3f3f3f;
  text-decoration: none;
}

.addressTele-wrap .teleCardItem .ratingWrap {
  display: flex;
}

.addressTele-wrap .teleCardItem .ratingWrap .starRating img {
  width: 15px ;
  height:16.84px ;
  max-width:unset ;
  margin-left:1px;
}

.addressTele-wrap .teleCardItem .ratingWrap .ratingText .text {
  font-size: 15px;
  padding-left: 5px;
  padding-top: 2px;
  font-family: Metric-Regular, arial, sans-serif;
}

.addressTele-wrap .teleCardItem .cardCnt {
  min-height: 150px;
}

.addressTele-wrap .teleCardItem .cardCnt p {
  color: #3f3f3f;
  font-size: 18px;
  line-height:27px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: Metric-Regular, arial, sans-serif;
}

.addressTele-wrap .teleCardItem .cardCnt p:first-child {
  margin-top: 15px;
}

.addressTele-wrap .teleCardItem .btnItem {
  margin-top: 15px;
}

.addressTele-wrap .teleCardItem .btnItem a {
  margin: 0 1px;
  padding: 0 15px;
  height: 40px;
  line-height: 46px;
  font-size: 17px;
  border-radius: 10px;
  font-family: Metric-Bold, arial, sans-serif;
  letter-spacing: normal;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  position: relative;
  display: inline-block;
  background: #e4464e;
  transition: .3s;
}

.addressTele-wrap .teleCardItem .btnItem a:hover {
  color: #fff;
  background: #ed8388;
}

@media(max-width:919px){

  .addressTele-wrap .teleCard-wrap .teleCardItem {
    width: 50%;
    min-height:100%
  }

  .addressTele-wrap .topCnt h2 {
    font-size: 38px;
    line-height:40px;
  }
}

@media(max-width:767px){

  .addressTele-wrap .teleCard-wrap .teleCardItem {
    width: 100%;
  }

  .addressTele-wrap .teleCardItem .cardCnt {
    min-height: unset;
  }

  .addressTele-wrap .topCnt h2 {
    font-size: 28px;
    line-height: 31px;
  }

  .addressTele-wrap .teleCardItem .ratingWrap .starRating img {
    height: 15px;
    width: 16.84px;
  }

  .addressTele-wrap .topCnt h2 {
    margin-bottom: 23.240px;
  }

  .addressTele-wrap .teleCardItem .itemTitle a{
    line-height:36px;
  }

  .addr-top-menu .page-center {
    padding-top: 20px ;
    padding-bottom: 20px ;
  }

  .addressTele-wrap .teleCard-wrap .teleCardItem {
    padding-left: 0;
    padding-right: 0;
  }
}





/* KEY SELLING POINTS */
.keySelling-grp .keySelling-inner {
	display: flex;
}

.keySelling-grp .keySelling-bottom-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.keySelling-grp .swiper-container-horizontal>.swiper-scrollbar {
	position: static;
	margin-top: 10px;
}

.keySelling-grp .keySelling-bottom .items {
	box-sizing: inherit;
	padding: 15px;
	width: 33.33%;
}

.keySelling-grp .Keysellingpoint-icon {
	margin-bottom: 25px;
}
.keySelling-grp .Keysellingpoint-icon img {
	max-height: 65px;
	min-height: 50px;
}

.keySelling-grp .keySelling-top h5 {
	margin-bottom: .625em;
}
.keySelling-grp .keySelling-top h2 {
	margin-bottom: .625em;
}
.keySelling-grp .Keysellingpoint-text h3 {
	line-height: 30px;
	margin-bottom: 30px;
}
.keySelling-grp .Keysellingpoint-icon {
	margin-bottom: 30px;
}
.keySelling-grp .ipad-visible{
	display:none;
}

.keySelling-grp .keySelling-left {
	max-width: 375px;
	margin-right: 66px;
}
.keySelling-grp .keySelling-right {
	max-width: calc(100% - 441px);
}
.keySelling-grp .keySelling-top {
	margin-top: .625em;
	padding-bottom: 6px;
}

@media (min-width: 57.5em){
	.keySelling-grp .keySelling-inner {
		display: -ms-flexbox;
		display: flex;
		padding: 0 6.5%;
		margin-top: -2.5em;
	}
	.keySelling-grp .keySelling-bottom-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.keySelling-grp .Keysellingpoint-icon {
		text-align: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}

}

@media(max-width:1100px){
	.keySelling-grp .keySelling-bottom .items {
		width: 50%;
	}
}

@media(max-width:919px){
	.keySelling-grp .keySelling-left {
		max-width: 100%;
		margin-right: 0;
	}
	.keySelling-grp .keySelling-right {
		max-width:100%;
	}
	.keySelling-grp .ipad-hidden {
		display:none;
	}
	.keySelling-grp .ipad-visible{
		display:block;
	}
	.keySelling-grp .keySelling-top h2 {
		font-size: 38px;
	}

	.keySelling-grp .keySelling-bottom .items-wp{
		padding-left:15px;
		padding-right:15px;
	}

	.keySelling-grp .keySelling-bottom .items {
		background-color: #f5f5f5;
		width: 100%;
	}
	.keySelling-grp .keySelling-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.keySelling-grp .keySelling-bottom .items {
		padding: 40px 20px;
		text-align: center;
		height: 100%;
	}
	.keySelling-grp .Keysellingpoint-icon img {
		max-height: 65px;
		margin: 0 auto;
	}
	.keySelling-grp .keySelling-top {
		margin-top:0;
		padding-bottom: 0;
	}
	.keySelling-grp .keySelling-left {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.keySelling-grp .keySelling-bottom-slider {
		margin-bottom: 0;
	}

	.keySelling-grp  .slick-dots {
		position: static;
		margin-top: 25px;
	}
	.keySelling-grp .slick-dots li button {
		background-color: #d9d8d8;
	}
	.keySelling-grp .slick-dots li.slick-active button {
		background-color: #3f3f3f;
	}
  
  .keySelling-left.ipad-visible img {
    width: 100%;
}
}




/* JOB POSITIONS */
.jobposition h2 {
  text-align: center;
}
.jobposition .job-position-card {
  width: 66.66666667%;
  margin: 0 auto;
}




/* IMAGE WITH LAYERS */
.img_w_layers {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.img_w_layers .big_title {
	margin-bottom: .625em;
	text-align: center;
	font-size: 2.625rem;
	line-height: 51px;
	padding: 0 10px;
}

.img_w_layers .SmartHome-image {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.img_w_layers .SmartHome-dot {
	position: absolute;
}

/* .img_w_layers .SmartHome-dot.SmartHome-dot--1 {
	top: 72.5%;
	left: 9%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--2 {
	top: 44%;
	left: 20.85%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--3 {
	top: 24%;
	left: 37%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--4 {
	top: 20%;
	left: 60%;
}

.img_w_layers .SmartHome-dot.SmartHome-dot--5 {
	top: 89%;
	left: 80.5%;
} */

.img_w_layers .SmartHome-dot .SmartHome-circle {
	-ms-font-feature-settings: "ss01";
	-webkit-font-feature-settings: "ss01";
	font-feature-settings: "ss01";
	transition: allease-in-out .05s;
	display: block;
	height: 16px;
	width: 16px;
	background-color: #e4464e;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox {
	position: absolute;
	top: 102%;
	left: 0;
	right: 0;
	margin: auto;
	width: 320px;
	display: none;
	background-color: #fff;
	z-index: 1;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox>.Grid {
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.img_w_layers .SmartHome-dot .Grid-cell {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-sizing: inherit;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-up {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 2;
	flex-grow: 2;
	padding-left: .83333333em;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-cell.u-xsm-size1of12 {
	display: -ms-flexbox;
	display: flex;
	background-color: #f5f5f5;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 45px;
	flex-basis: 45px;
}

.img_w_layers .SmartHome-dot .SmartHome-circle:not(.active):hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-up>.Grid {
	width: 100%;!;
	-ms-flex-align: center;
	align-items: center;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .img-cell {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-sizing: inherit;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	box-sizing: inherit;
	padding-top: .83333333em;
	padding-bottom: .83333333em;
	padding-left: .625em;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell span {
	font-family: Metric-Semibold, arial, sans-serif;
	color: #7c7c7c;
	font-size: 14px;
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell h6 {
	font-size: 1.0625rem;
	line-height: 21px;
}

.img_w_layers .SmartHome-dot .SmartHome-circle.active {
	box-shadow: 0 0 0 13px rgba(0, 0, 0, .1);
}

.img_w_layers .SmartHome-dot .SmartHome-previewBox:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 49px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.Icon--cross:before {
	content: "\e904";
}

.img_w_layers .modal {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3sease;
	visibility: hidden;
}

.img_w_layers .modal.active {
	opacity: 1;
	visibility: visible;
}

.img_w_layers .modal .modal-content {
	background-color: #fefefe;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 330px;
	min-width: 300px;
	height: auto;
	overflow: auto;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
	position: relative;
}

.img_w_layers .modal .modal-content .close {
	z-index: 99;
	font-family: Icon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 0;
	float: right;
	position: absolute;
	background-color: #fff;
	border-radius: 100%;
	padding: 14px;
	font-size: 14px;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.img_w_layers .modal .modal-content .modal-image {
	background-color: #f5f5f5;
	text-align: center;
	padding: 10%;
}

.img_w_layers .modal .modal-content .modal-image img {
	max-height: 300px;
	max-width: 200px;
}

.img_w_layers .modal .modal-content .modal-textcontent {
	padding: 10%;
}

.img_w_layers .modal .modal-content .modal-textcontent h5 {
	font-size: 1.375rem;
	line-height: 21px;
	margin-bottom: .41666667em;
}

.img_w_layers .modal .modal-content .modal-textcontent p {
	font-size: 1.25rem;
	line-height: 26px;
	font-family: Metric-Light, arial, sans-serif;
	font-weight: 100;
	margin-bottom: 0;
}

.img_w_layers .modal .modal-content .modal-textcontent .hs-sec-btn {
	margin: 0 1px;
	padding: 0 15px;
	height: 40px;
	line-height: 46px;
	font-size: 17px;
	border-radius: 10px;
	background: #e4e4e4;
	color: #3f3f3f;
	margin-top: .625em;
}

.img_w_layers .modal .modal-content .modal-textcontent .hs-sec-btn:hover {
	background: #cfcfcf;
	color: #3f3f3f;
}

.img_w_layers .content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.img_w_layers .SmartHome-image img.desk_img {
	display: none;
}

@media only screen and (min-width: 20em), print {
	.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-up {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 83.33333333%;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .Grid-cell.u-xsm-size1of12 {
		width: 8.33333333%;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .img-cell {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 16.66666667%;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 83.33333333%;
	}
}

@media only screen and (min-width: 48em), print {
	.img_w_layers .SmartHome-image img.mob_img {
		display: none;
	}

	.img_w_layers .SmartHome-image img.desk_img {
		display: block;
	}

	.img_w_layers .big_title {
		font-size: 48px;
		line-height: 51px;
	}

/* 	.img_w_layers .SmartHome-dot.SmartHome-dot--1 {
		top: 72.5%;
		left: 9.8%;
	}

	.img_w_layers .SmartHome-dot.SmartHome-dot--2 {
		top: 47%;
	}

	.img_w_layers .SmartHome-dot.SmartHome-dot--5 {
		left: 84.25%;
	} */

	.img_w_layers .SmartHome-dot .SmartHome-circle {
		border: 3px solid #fff;
		height: 28px;
		width: 28px;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell h6 {
		font-size: 1.25rem;
		line-height: 26px;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox {
		width: 335px;
		position: relative;
		top: 15px;
		left: -45px;
	}

	.img_w_layers .modal .modal-content {
		margin-top: 10vh;
		margin-bottom: 10vh;
	}

	.img_w_layers .modal .modal-content .modal-textcontent h5 {
		font-size: 1.5rem;
		line-height: 24px;
	}

	.img_w_layers .content-wrapper {
		padding-left: 6.5%;
		padding-right: 6.5%;
	}
}

@media only screen and (min-width: 57.5em), print {
	.img_w_layers .Section-block--spacer {
		padding: 2.5em 0;
	}

	.img_w_layers .big_title {
		font-size: 74px;
		line-height: 74px;
	}

	.img_w_layers .SmartHome-dot .SmartHome-previewBox .con-cell h6 {
		font-size: 1.25rem;
		line-height: 26px;
		letter-spacing: normal;
	}

	.img_w_layers .modal .modal-content .close {
		margin-bottom: 20px;
	}

	.img_w_layers .modal .modal-content .modal-textcontent h5 {
		font-size: 1.5rem;
		line-height: 24px;
		letter-spacing: normal;
	}
}