@charset "UTF-8";
/*!
Theme Name: KING
Author: KING
Author URI: http://longliveking.com
Description: Custom theme for your website
Version: 1.0.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*
======================================================
Colours
======================================================
*/
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("OpenSans-Regular"), url("assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("assets/fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("OpenSans-Medium"), url("assets/fonts/OpenSans-Medium.woff2") format("woff2"), url("assets/fonts/OpenSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("OpenSans-SemiBold"), url("assets/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("assets/fonts/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("OpenSans-Bold"), url("assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("assets/fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: local("OpenSans-ExtraBold"), url("assets/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("assets/fonts/OpenSans-ExtraBold.woff") format("woff");
}
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #262626;
}

/*
======================================================
MASTER TEXT STYLING
======================================================
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.8rem;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.1rem;
  }
}

h2 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}

h5 {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 0.9rem;
  }
}

h6 {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.9rem;
  }
}

p a {
  color: #3d2a6f;
  text-decoration: underline;
}
p a:hover {
  color: #1ba89f;
}

/* Body */
body.stopscroll {
  overflow: hidden;
}

/* Container */
.container {
  width: 100%;
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

/* Buttons */
.bttn {
  font-weight: 800;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px #3d2a6f solid;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .bttn {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .bttn {
    font-size: 0.8rem;
    padding: 8px 15px;
  }
}
.bttn:hover {
  background-color: #3d2a6f;
  color: #fff;
}
.bttn.icon:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.bttn.icon svg {
  width: 20px;
  height: auto;
  margin-left: 15px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .bttn.icon svg {
    width: 16px;
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .bttn.icon svg {
    width: 14px;
    margin-left: 10px;
  }
}
.bttn.icon svg path {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* Angled grey bg section top */
.angle-top {
  padding-top: 65px;
  position: relative;
  max-width: 1830px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .angle-top {
    padding-top: 85px;
  }
}
.angle-top.no-cta-button {
  padding-top: 125px;
}
@media (max-width: 991px) {
  .angle-top.no-cta-button {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .angle-top.no-cta-button {
    padding-top: 85px;
  }
}
@media (max-width: 575px) {
  .angle-top.no-cta-button {
    padding-top: 75px;
  }
}
.angle-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  .angle-top:before {
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
  }
}
.angle-top > * {
  position: relative;
  z-index: 2;
}

/* Carousel */
.carousel {
  width: 100%;
  position: relative;
}
.carousel.dots-inside .dots-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575px) {
  .carousel.dots-inside .dots-nav {
    bottom: 12px;
  }
}
.carousel.dots-inside .dots-nav a.active:before {
  background-color: #3d2a6f;
}
.carousel.dots-inside .dots-nav a:before {
  border: 1px #fff solid;
  background-color: #fff;
}
.carousel.dots-outside .dots-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 15px;
}
.carousel.dots-outside .dots-nav a.active:before {
  background-color: #1ba89f;
}
.carousel.dots-outside .dots-nav a:before {
  background-color: #999;
}
.carousel .slides {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow: hidden;
}
.carousel .slide {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .carousel .slide {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.carousel .slide.active, .carousel .slide.next, .carousel .slide.prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .slide.next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel .slide.prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel .slide.next.move-center, .carousel .slide.prev.move-center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.carousel .inner {
  position: relative;
  width: 100%;
}
.carousel .inner.no-text {
  padding-bottom: 70%;
}
.carousel img:not(.logo) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 50px 60px 40px;
}
@media (max-width: 1199px) {
  .carousel .text {
    padding: 30px 40px 60px 30px;
  }
}
@media (max-width: 575px) {
  .carousel .text {
    padding: 30px 20px 40px 20px;
  }
}
.carousel h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 3.3rem;
  line-height: 1;
  max-width: 410px;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1399px) {
  .carousel h2 {
    font-size: 3rem;
    max-width: 370px;
  }
}
@media (max-width: 1199px) {
  .carousel h2 {
    font-size: 2.6rem;
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .carousel h2 {
    font-size: 2.2rem;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .carousel h2 {
    font-size: 2.4rem;
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .carousel h2 {
    font-size: 2rem;
    line-height: 1.1;
    max-width: 250px;
  }
}
.carousel .bttn {
  color: #fff;
  border-color: #fff;
  margin-left: 10px;
  margin-top: 25px;
}
@media (max-width: 1439px) {
  .carousel .bttn {
    font-size: 0.9rem;
  }
}
.carousel .bttn:hover {
  border-color: #3d2a6f;
}
.carousel .dots-nav li {
  margin: 0 4px;
}
.carousel .dots-nav a {
  width: 16px;
  height: 16px;
  position: relative;
}
.carousel .dots-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .carousel .dots-nav a:before {
    width: 10px;
    height: 10px;
  }
}

/* Colour box links */
@media (max-width: 1399px) {
  .colorbox-links {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-top: 37px;
  }
}
@media (max-width: 575px) {
  .colorbox-links .cl-boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.colorbox-links a {
  padding: 40px 35px 70px 40px;
  color: #fff;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  position: relative;
}
@media (max-width: 1599px) {
  .colorbox-links a {
    padding: 35px 30px 65px 35px;
  }
}
@media (max-width: 1199px) {
  .colorbox-links a {
    padding: 30px 20px 50px 25px;
  }
}
@media (max-width: 399px) {
  .colorbox-links a {
    padding: 30px 20px 50px 20px;
  }
}
.colorbox-links a.bc2 {
  margin-right: 12px;
  background-color: #1ba89f;
  width: 55%;
}
@media (max-width: 575px) {
  .colorbox-links a.bc2 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.colorbox-links a.bc2:hover {
  background-color: #20c7bc;
}
.colorbox-links a.bc {
  margin-left: 12px;
  background-color: #3d2a6f;
  width: 45%;
}
@media (max-width: 575px) {
  .colorbox-links a.bc {
    margin-left: 0;
    width: 100%;
  }
}
.colorbox-links a.bc:hover {
  background-color: #4b3489;
}
.colorbox-links a h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .colorbox-links a h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .colorbox-links a h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .colorbox-links a h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .colorbox-links a h3 {
    font-size: 1rem;
  }
}
.colorbox-links a .desc {
  font-size: 0.9rem;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .colorbox-links a .desc {
    padding-right: 5px;
  }
}
.colorbox-links a svg {
  width: 30px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 35px;
}
@media (max-width: 1399px) {
  .colorbox-links a svg {
    width: 25px;
    bottom: 25px;
    right: 30px;
  }
}

/* Benefits boxes */
.benefits-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
}
@media (max-width: 1439px) {
  .benefits-boxes {
    grid-column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .benefits-boxes {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .benefits-boxes {
    grid-column-gap: 15px;
  }
}
@media (max-width: 575px) {
  .benefits-boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.benefits-boxes .benefit {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.benefits-boxes .image {
  width: 100%;
}
.benefits-boxes .img-wrap {
  padding-bottom: 50%;
  background-color: #3d2a6f;
  position: relative;
}
@media (max-width: 1399px) {
  .benefits-boxes .img-wrap {
    padding-bottom: 55%;
  }
}
.benefits-boxes .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits-boxes .icon {
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  z-index: 2;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 40%;
}
@media (max-width: 767px) {
  .benefits-boxes .icon {
    top: calc(50% - 20px);
  }
}
.benefits-boxes .text {
  background-color: #fff;
  margin: -50px 15px 0;
  padding: 30px 35px 20px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .benefits-boxes .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefits-boxes .text {
    margin: -40px 10px 0;
  }
}
@media (max-width: 767px) {
  .benefits-boxes .text {
    margin: -40px 10px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.benefits-boxes h3 {
  font-size: 1.3125rem;
  margin-bottom: 15px;
  color: #262626;
}
@media (max-width: 1399px) {
  .benefits-boxes h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefits-boxes h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .benefits-boxes h3 {
    font-size: 1rem;
  }
}
.benefits-boxes .desc {
  line-height: 1.6;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefits-boxes .desc {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .benefits-boxes .desc {
    font-size: 0.9rem;
  }
}

/* Modals */
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal .inner {
  background-color: #fff;
  padding: 30px 40px 40px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  position: relative;
  overflow-y: auto;
}
.modal .inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  cursor: pointer;
}
.modal .inner .close:before, .modal .inner .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 3px;
  height: 26px;
  background-color: #333;
}
.modal .inner .close:before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.modal .inner .close:after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.modal .inner h3 {
  text-transform: uppercase;
  color: #3d2a6f;
  font-size: 1.7rem;
}

/*  Contact Form 7 */
.wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 form .field {
  margin-bottom: 15px;
  width: 100%;
  padding: 0 5px;
}
.wpcf7 form .field.w50 {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpcf7 form .field.w50 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wpcf7 form .field.w50 {
    width: 100%;
  }
}
.wpcf7 form .field.w33 {
  width: 33.333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpcf7 form .field.w33 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wpcf7 form .field.w33 {
    width: 100%;
  }
}
.wpcf7 form label {
  font-size: 0.9rem;
}
.wpcf7 form .label-above-fields {
  margin-bottom: 10px;
}
.wpcf7 form .label-below-fields {
  margin-top: 20px;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form br {
  display: none;
}
.wpcf7 form .disclaimer {
  font-size: 0.9rem;
}
.wpcf7 form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.wpcf7 form textarea,
.wpcf7 form select,
.wpcf7 form .field.file .field-inner {
  width: 100%;
  border-radius: 5px;
  border: 2px #e0e7ed solid;
  background-color: #f5f8fa;
  padding: 15px;
}
.wpcf7 form .field.submit {
  position: relative;
}
.wpcf7 form .field.submit .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wpcf7 form input[type=submit] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
  background-color: #3d2a6f;
  color: #fff;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 575px) {
  .wpcf7 form input[type=submit] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.wpcf7 form input[type=submit]:hover {
  background-color: #1ba89f;
}
.wpcf7 form .field.file input {
  margin-top: 10px;
  width: 100%;
}
.wpcf7 form .field.file label {
  font-size: 0.9rem;
}
.wpcf7 form textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpcf7 form textarea::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
.wpcf7 form textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
}
.wpcf7 form textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
.wpcf7 form textarea::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
.wpcf7 form textarea::placeholder {
  font-family: "Open Sans", sans-serif;
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 15px;
}
@media (max-width: 1199px) {
  .wpcf7 form .wpcf7-list-item {
    font-size: 0.8rem;
  }
}

/*
======================================================
Fonts
======================================================
*/
/* Weight */
.fw-reg {
  font-weight: 400;
}

.fw-med {
  font-weight: 500;
}

.fw-sbd {
  font-weight: 600;
}

.fw-bd {
  font-weight: 700;
}

.fw-ebd {
  font-weight: 800;
}

/* Transform */
.tt-upper {
  text-transform: uppercase;
}

.tt-lower {
  text-transform: lowercase;
}

.tt-caps {
  text-transform: capitalize;
}

/* Style & Decoration */
.fs-italic {
  font-style: italic;
}

.fs-normal {
  font-style: normal;
}

.td-underline {
  text-decoration: underline;
}

.td-none {
  text-decoration: none;
}

/* Alignment */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

/*
======================================================
Flexbox
======================================================
*/
/* General */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Alignment */
.align-items-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* Justify */
.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
======================================================
Display
======================================================
*/
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
======================================================
Lists
======================================================
*/
.list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Header */
.main-nav {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .main-nav {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .main-nav {
    padding: 25px 0;
  }
}
@media (max-width: 1199px) {
  .main-nav > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-nav .main-nav-branding {
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .main-nav .main-nav-branding {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .main-nav .main-nav-branding {
    padding: 0;
  }
}
.main-nav .main-nav-branding a {
  font-size: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-nav .main-nav-branding img {
  width: 200px;
}
@media (max-width: 1399px) {
  .main-nav .main-nav-branding img {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .main-nav .main-nav-branding img {
    width: 170px;
  }
}
@media (max-width: 991px) {
  .main-nav .main-nav-branding img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .main-nav .main-nav-branding img {
    width: 140px;
  }
}
@media (max-width: 575px) {
  .main-nav .main-nav-branding img {
    width: 110px;
  }
}
@media (max-width: 359px) {
  .main-nav .main-nav-branding img {
    width: 90px;
  }
}
.main-nav .main-nav-branding .tagline {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-left: 30px;
  max-width: 280px;
}
@media (max-width: 1399px) {
  .main-nav .main-nav-branding .tagline {
    font-size: 1.1rem;
    margin-left: 20px;
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .main-nav .main-nav-branding .tagline {
    font-size: 1rem;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .main-nav .main-nav-branding .tagline {
    font-size: 0.9rem;
    max-width: 190px;
  }
}
@media (max-width: 575px) {
  .main-nav .main-nav-branding .tagline {
    font-size: 0.8rem;
    margin-left: 15px;
    padding-right: 15px;
    font-size: 0.7rem;
    max-width: 160px;
  }
}
@media (max-width: 399px) {
  .main-nav .main-nav-branding .tagline {
    max-width: 116px;
    margin-left: 10px;
    padding-right: 10px;
    font-size: 0.6rem;
  }
}
@media (max-width: 359px) {
  .main-nav .main-nav-branding .tagline {
    margin-left: 7px;
    padding-right: 7px;
  }
}
.main-nav .landing_page .main-nav-controls {
  display: none;
}
.main-nav .landing_page .main-nav-branding {
  margin-top: 32px;
}
@media (max-width: 1399px) {
  .main-nav .main-nav-controls {
    padding-left: 30px;
    max-width: 755px;
  }
}
@media (max-width: 1199px) {
  .main-nav .main-nav-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575px) {
  .main-nav .main-nav-controls {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .main-nav .main-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    width: calc(100% - 30px);
    max-width: 600px;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    overflow: auto;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (max-width: 1199px) {
  .main-nav .main-nav-wrap.show {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .main-nav .close-menu {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-nav .close-menu {
    padding: 16px 20px;
    width: 100%;
    font-size: 0.9rem;
    border-bottom: 1px #ccc solid;
    color: #333;
    text-decoration: none;
    position: relative;
  }
}
@media (max-width: 575px) {
  .main-nav .close-menu {
    padding: 8px 15px;
  }
}
@media (max-width: 1199px) {
  .main-nav .close-menu:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2023/09/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media (max-width: 575px) {
  .main-nav .close-menu:before {
    left: 15px;
    width: 13px;
    height: 13px;
  }
}
.main-nav .nav-social {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .main-nav .nav-social {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .main-nav .nav-social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-nav #main-nav-menu {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu {
    margin-right: 0;
  }
}
.main-nav #main-nav-menu > ul {
  font-size: 0.8rem;
}
@media (max-width: 1399px) {
  .main-nav #main-nav-menu > ul {
    font-size: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-nav #main-nav-menu > ul > li {
  padding-top: 35px;
  border-left: 1px #333 solid;
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu > ul > li {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.main-nav #main-nav-menu > ul > li:last-of-type .sub-menu {
  left: auto;
  right: 0;
}
.main-nav #main-nav-menu > ul > li > a {
  text-decoration: none;
  color: #333;
  padding: 10px 20px 10px 10px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .main-nav #main-nav-menu > ul > li > a {
    padding: 10px 15px 10px 7px;
  }
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu > ul > li > a {
    display: block;
    padding: 20px 35px;
    border-bottom: 1px #ccc solid;
  }
}
@media (max-width: 575px) {
  .main-nav #main-nav-menu > ul > li > a {
    padding: 16px 28px;
  }
}
.main-nav #main-nav-menu > ul > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu > ul > li.menu-item-has-children:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2023/09/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media (max-width: 575px) {
  .main-nav #main-nav-menu > ul > li.menu-item-has-children:after {
    width: 13px;
    height: 13px;
    right: 28px;
    top: 25px;
  }
}
@media (min-width: 1200px) {
  .main-nav #main-nav-menu > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
.main-nav #main-nav-menu > ul > li.menu-item-has-children.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.main-nav #main-nav-menu > ul > li.menu-item-has-children > ul {
  position: absolute;
  top: calc(100% + 3px);
  left: -1px;
  z-index: 10;
  background-color: #3d2a6f;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu > ul > li.menu-item-has-children > ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
}
.main-nav #main-nav-menu > ul > li.menu-item-has-children > ul a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .main-nav #main-nav-menu > ul > li.menu-item-has-children > ul a {
    padding: 12px 35px;
  }
}
@media (max-width: 575px) {
  .main-nav #main-nav-menu > ul > li.menu-item-has-children > ul a {
    padding: 12px 28px;
  }
}
.main-nav #main-nav-menu > ul > li.menu-item-has-children > ul a:hover {
  background-color: #291c4a;
}
.main-nav .socials {
  margin-top: 31px;
}
@media (max-width: 1199px) {
  .main-nav .socials {
    margin: 0;
    padding: 35px 35px 0;
  }
}
@media (max-width: 575px) {
  .main-nav .socials {
    padding: 28px 28px 0;
  }
}
.main-nav .socials a {
  width: 26px;
  height: 26px;
  background-size: 53%;
}
@media (max-width: 1199px) {
  .main-nav .socials a {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-size: 45%;
  }
}
@media (max-width: 575px) {
  .main-nav .socials a {
    width: 30px;
    height: 30px;
  }
}
.main-nav .socials a:not(:last-of-type) {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .main-nav .under-main-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-nav .under-main-nav .bttn {
  margin: 0 15px 0 0;
  font-size: 0.85rem;
  padding: 7px 18px;
}
@media (max-width: 1399px) {
  .main-nav .under-main-nav .bttn {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .main-nav .under-main-nav .bttn {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    padding: 12px 18px;
    background-color: #3d2a6f;
    color: #fff;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .main-nav .under-main-nav .bttn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .main-nav .under-main-nav .bttn:hover {
    background-color: #1ba89f;
    border-color: #1ba89f;
  }
}
.main-nav .under-main-nav .bttn svg {
  width: 17px;
  margin-left: 13px;
}
@media (max-width: 575px) {
  .main-nav .under-main-nav .bttn svg {
    width: 14px;
  }
}
@media (max-width: 1199px) {
  .main-nav .under-main-nav .bttn svg path {
    stroke: #fff;
  }
}
.main-nav .cart-button {
  background-color: #3d2a6f;
  position: relative;
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .main-nav .cart-button {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .main-nav .cart-button {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 359px) {
  .main-nav .cart-button {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}
@media (max-width: 1199px) {
  .main-nav .cart-button.desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav .cart-button.mobile {
    display: none;
  }
}
.main-nav .cart-button svg {
  width: 56%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-nav .cart-button .cart-count {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px #3d2a6f solid;
  z-index: 2;
  line-height: 1;
  color: #3d2a6f;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media (max-width: 1199px) {
  .main-nav .cart-button .cart-count {
    font-size: 0.9rem;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 575px) {
  .main-nav .cart-button .cart-count {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }
}
@media (max-width: 359px) {
  .main-nav .cart-button .cart-count {
    font-size: 0.7rem;
    width: 18px;
    height: 18px;
  }
}
.main-nav .search-field {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1199px) {
  .main-nav .search-field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 32px 10px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .main-nav .search-field {
    padding: 20px 25px 10px;
  }
}
.main-nav .search-field form {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding-right: 55px;
  border: 1px #ccc solid;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main-nav .search-field form {
    max-width: 100%;
    padding-right: 44px;
  }
}
.main-nav .search-field input {
  width: 100%;
  font-size: 0.9rem;
  padding: 10px 25px;
  border: none;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .main-nav .search-field input {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .main-nav .search-field input {
    font-size: 0.9rem;
    height: 30px;
    padding: 10px;
  }
}
.main-nav .search-field input::-webkit-input-placeholder {
  color: #333;
}
.main-nav .search-field input::-moz-placeholder {
  color: #333;
}
.main-nav .search-field input:-ms-input-placeholder {
  color: #333;
}
.main-nav .search-field input::-ms-input-placeholder {
  color: #333;
}
.main-nav .search-field input::placeholder {
  color: #333;
}
.main-nav .search-field button {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 22px;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
@media (max-width: 1199px) {
  .main-nav .search-field button {
    width: 20px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .main-nav .search-field button {
    width: 17px;
    right: 10px;
  }
}
.main-nav .search-field button svg {
  width: 100%;
  height: auto;
}
.main-nav .main-nav-button {
  display: none;
}
@media (max-width: 1199px) {
  .main-nav .main-nav-button {
    display: block;
    width: 38px;
    height: 26px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
  }
}
@media (max-width: 991px) {
  .main-nav .main-nav-button {
    width: 36px;
    height: 24px;
  }
}
@media (max-width: 575px) {
  .main-nav .main-nav-button {
    padding: 5px;
    margin-right: -3px;
  }
}
.main-nav .main-nav-button .line {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #3d2a6f;
  left: 50%;
  border-radius: 2px;
}
@media (max-width: 575px) {
  .main-nav .main-nav-button .line {
    width: calc(100% - 3px);
  }
}
.main-nav .main-nav-button .line.line-1 {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 575px) {
  .main-nav .main-nav-button .line.line-1 {
    top: 2px;
  }
}
.main-nav .main-nav-button .line.line-2 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-nav .main-nav-button .line.line-3 {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 575px) {
  .main-nav .main-nav-button .line.line-3 {
    bottom: 2px;
  }
}

/* Footer */
.footer {
  padding: 40px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1199px) {
  .footer .container {
    padding: 0 45px;
  }
}
@media (max-width: 991px) {
  .footer .container {
    padding: 0 30px;
  }
}
.footer .footer-nav {
  padding-bottom: 0;
  border-bottom: 1px #e5e5e5 solid;
}
@media (max-width: 767px) {
  .footer .footer-nav {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .footer .footer-nav ul {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.footer .footer-nav li {
  margin-right: 38px;
}
@media (max-width: 767px) {
  .footer .footer-nav li {
    margin-right: 25px;
  }
}
@media (max-width: 575px) {
  .footer .footer-nav li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer .footer-nav a {
  text-decoration: none;
  color: #333;
  font-size: 0.875rem;
}
@media (max-width: 575px) {
  .footer .footer-nav a {
    font-size: 0.74rem;
    display: block;
  }
}
.footer .footer-nav a:hover {
  color: #3d2a6f;
}
.footer .terms-social {
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer .terms-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .terms {
  width: 75%;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .footer .terms {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .footer .terms {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .terms a {
  color: #404041;
  text-decoration: none;
}
.footer .terms h4 {
  color: #3d2a6f;
  margin-bottom: 11px;
  margin-top: 8px;
  font-size: 1rem;
}
@media (max-width: 575px) {
  .footer .terms h4 {
    font-size: 0.9rem;
  }
}
.footer .terms .copyright {
  font-size: 0.6875rem;
  color: #404041;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .footer .terms .copyright {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .footer .terms ul {
    width: 100%;
    margin-top: 5px;
  }
}
.footer .terms li {
  font-size: 0.6875rem;
}
@media (max-width: 575px) {
  .footer .terms li {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .footer .terms li:first-of-type:before {
    content: normal;
  }
}
.footer .terms li:before {
  content: "|";
  display: inline-block;
  margin: 0 2px;
}
.footer .social {
  width: 25%;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .footer .social {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .footer .social {
    width: 100%;
  }
}
.footer .social .web-link {
  font-size: 0.75rem;
  margin-right: 12px;
  color: #404041;
  text-decoration: none;
}
@media (max-width: 575px) {
  .footer .social .web-link {
    font-size: 0.7rem;
  }
}
.footer .social .web-link:hover {
  color: #3d2a6f;
}
.footer .social .social-icon:not(:last-of-type) {
  margin-right: 12px;
}

/* Parts */
.picbox-links {
  max-width: 520px;
}
.picbox-links h2 {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .picbox-links h2 {
    font-size: 0.9rem;
  }
}
.picbox-links li:not(:last-of-type) {
  margin-bottom: 20px;
}
.picbox-links a {
  position: relative;
  background-color: #333;
  color: #fff;
  padding: 30px 35px 30px 25px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .picbox-links a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .picbox-links a {
    font-size: 1.2rem;
  }
}
@media (max-width: 399px) {
  .picbox-links a {
    font-size: 1.1rem;
    padding: 25px 30px 25px 20px;
  }
}
.picbox-links a.overlay img {
  opacity: 0.5;
}
.picbox-links a:hover img {
  opacity: 0;
}
.picbox-links a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.picbox-links a span,
.picbox-links a svg {
  position: relative;
  z-index: 1;
}
.picbox-links a svg {
  margin-left: 15px;
  width: 25px;
}

/* Pages */
/* Front page */
.category-links {
  padding-top: 10px;
  position: relative;
  z-index: 2;
  /* Column 1 */
  /* Column 2 */
  /* .small-boxes{
  	display: grid;
  	grid-template-columns: minmax(0,16.6667%) minmax(0,16.6667%) minmax(0,16.6667%) minmax(0,16.6667%) minmax(0,16.6667%) minmax(0,16.6667%);
  	grid-column-gap: 25px;

  	@media (max-width:1449px){

  		grid-template-columns: minmax(0,33.3333%) minmax(0,33.3333%) minmax(0,33.3333%);
  		grid-row-gap: 30px;
  	}

  	@media (max-width:1439px){

  		grid-column-gap: 20px;
  	}

  	@media (max-width:767px){

  		grid-template-columns: minmax(0,50%) minmax(0,50%);
  	}

  	@media (max-width:399px){

  		grid-template-columns: 1fr;
  	}

  	.small-box{

  		@media (max-width:1449px){

  			min-height: 120px;
  		}

  		@media (max-width:575px){

  			min-height: 90px;
  		}

  		@media (max-width:399px){

  			min-height: 100px;
  		}

  		h3{
  			font-size: 1.5rem;
  			margin-bottom: 0;

  			@media (min-width:1450px) and (max-width:1649px){

  				font-size: 1.2rem;
  			}

  			@media (max-width:991px){

  				font-size: 1.2rem;
  			}

  			@media (max-width:575px){

  				font-size: 1rem;
  			}

  			@media (max-width:399px){

  				max-width: 117px;
  			}
  		}

  		.fake-link{
  			font-size: 0.92rem;
  			margin-top: 5px;
  			letter-spacing: 0.06em;

  			@media (max-width:575px){

  				font-size: 0.7rem;
  			}
  		}

  		&.sb-white{
  			padding: 0 15px 5px 10px;
  			box-shadow: 0 0 5px 5px rgba(0,0,0,0.04);
  			color: $text-color;

  			img{
  				mix-blend-mode: color;
  			}
  		}

  		&.sb-teal{
  			background-color: $brand-color-2;
  			color: $light-text;
  			font-size: 1.5rem;
  			padding: 15px 30px;
  			background-position: right center;
  			background-repeat: no-repeat;
  			background-size: contain;

  			@media (max-width:1649px){

  				padding: 15px 20px;
  			}
  		}

  		&.servers{

  			img{
  				width: 100px;
  				margin-top: -35px;

  				@media (max-width:1649px){

  					width: 90px;
  				}

  				@media (max-width:575px){

  					width: 70px;
  					margin-left: -6px;
  				}

  				@media (max-width:399px){

  					width: 80px;
  					margin-left: 0;
  					margin-top: -30px;
  				}
  			}
  		}

  		&.printers{

  			img{
  				margin-right: 10px;
  				width: 110px;
  				margin-top: -15px;

  				@media (min-width:1450px) and (max-width:1649px){

  					width: 110px;
  					margin-top: -15px;
  					margin-left: -13px;
  				}

  				@media (max-width:991px){

  					width: 110px;
  					margin-top: -15px;
  					margin-left: -13px;
  				}

  				@media (max-width:575px){

  					width: 86px;
  					margin-right: 0;
  				}

  				@media (max-width:399px){

  					width: 100px;
  					margin-left: -8px;
  				}
  			}
  		}

  		&.events{

  			img{
  				margin-right: 10px;
  				width: 125px;

  				@media (min-width:1450px) and (max-width:1649px){

  					width: 115px;
  					margin-left: -5px;
  				}

  				@media (max-width:991px){

  					width: 115px;
  					margin-left: -5px;
  				}

  				@media (max-width:575px){

  					width: 86px;
  					margin-left: -7px;
  				}

  				@media (max-width:399px){

  					width: 110px;
  				}
  			}
  		}

  		&.storage{
  			background-image: url(/wp-content/uploads/2023/09/server-teal-box.jpg);
  		}

  		&.sustainable{
  			background-image: url(/wp-content/uploads/2023/09/sustinable-box-teal.jpg);
  		}

  		&.ex-rental{
  			background-image: url(/wp-content/uploads/2023/09/ex-rental-teal-box.jpg);
  		}
  	}
  }

  .buttons{
  	margin-top: 50px;

  	@media (max-width:575px){

  		flex-wrap: wrap;
  	}

  	a{

  		@media (max-width:575px){

  			width: 100%;
  			justify-content: space-between;
  			display: flex;
  		}

  		&:not(:first-of-type){
  			margin-left: 20px;

  			@media (max-width:767px){

  				margin-left: 15px;
  			}

  			@media (max-width:575px){

  				margin-left: 0;
  				margin-top: 15px;
  			}
  		}
  	}
  } */
}
@media (max-width: 991px) {
  .category-links {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .category-links {
    padding-top: 0;
  }
}
.category-links .big-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 1fr 25px 1fr;
      grid-template: "carousel intro intro" auto "carousel usps usps" auto/1fr 1fr;
  grid-column-gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1439px) {
  .category-links .big-boxes {
    grid-column-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .category-links .big-boxes {
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }
}
@media (max-width: 991px) {
  .category-links .big-boxes {
    -ms-grid-columns: 45% 1fr;
    grid-template-columns: 45% 1fr;
  }
}
@media (max-width: 767px) {
  .category-links .big-boxes {
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr;
        grid-template: "carousel carousel carousel" auto "intro intro intro" auto "usps usps usps" auto/1fr;
  }
}
.category-links .purposes {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: carousel;
}
@media (max-width: 991px) {
  .category-links .purposes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .category-links .purposes {
    min-height: 240px;
  }
}
.category-links .intro {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  padding: 26px 45px 29px 29px;
  background-color: #f5f5f5;
  grid-area: intro;
}
@media (max-width: 991px) {
  .category-links .intro {
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
@media (max-width: 575px) {
  .category-links .intro {
    padding: 20px 25px 23px 20px;
  }
}
.category-links .intro-inner h1 {
  font-size: 2.3rem;
  max-width: 550px;
  color: #3d2a6f;
}
@media (max-width: 1399px) {
  .category-links .intro-inner h1 {
    font-size: 2.1rem;
  }
}
@media (max-width: 1199px) {
  .category-links .intro-inner h1 {
    font-size: 1.9rem;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .category-links .intro-inner h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .category-links .intro-inner h1 {
    font-size: 1.3rem;
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .category-links .intro-inner h1 {
    font-size: 1.2rem;
    max-width: 330px;
  }
}
.category-links .intro-inner p {
  max-width: 640px;
}
@media (max-width: 991px) {
  .category-links .intro-inner p {
    font-size: 0.9rem;
    max-width: 530px;
  }
}
.category-links .intro-inner .bttn {
  margin-top: 25px;
  font-size: 0.9rem;
  text-align: left;
}
@media (max-width: 1199px) {
  .category-links .intro-inner .bttn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .category-links .intro-inner .bttn {
    font-size: 0.8rem;
    padding: 7px 15px;
    max-width: 237px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .category-links .intro-inner .bttn {
    font-size: 0.7rem;
  }
}
.category-links .usps-wrap {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: usps;
}
@media (max-width: 767px){
  .category-links .purposes {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .category-links .intro {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .category-links .usps-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.category-links .usps {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-links .usps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .category-links .usps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.category-links .usps .usp {
  width: 100%;
  padding: 15px 18px;
}
@media (max-width: 991px) {
  .category-links .usps .usp {
    padding: 15px 29px 18px;
  }
}
@media (max-width: 767px) {
  .category-links .usps .usp {
    padding: 13px 15px 14px;
  }
}
@media (max-width: 575px) {
  .category-links .usps .usp {
    padding: 13px 20px;
  }
}
.category-links .usps .usp.usp-1 {
  background-color: #3d2a6f;
}
.category-links .usps .usp.usp-2 {
  background-color: #262626;
}
.category-links .usps .usp.usp-3 {
  background-color: #1ba89f;
}
.category-links .usps a.usp {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.category-links .usps a.usp.usp-1:hover {
  background-color: #493285;
}
.category-links .usps a.usp.usp-2:hover {
  background-color: #353535;
}
.category-links .usps a.usp.usp-3:hover {
  background-color: #1fc2b8;
}
.category-links .usps h3 {
  color: #fff;
  font-size: 1.3125rem;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 1699px) {
  .category-links .usps h3 {
    font-size: 1.1rem;
    margin-right: 13px;
  }
}
@media (max-width: 1399px) {
  .category-links .usps h3 {
    margin-right: 16px;
  }
}
@media (max-width: 1199px) {
  .category-links .usps h3 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .category-links .usps h3 {
    font-size: 0.9rem;
  }
}
.category-links .usps .icon-wrap {
  font-size: 0;
}
.category-links .usps svg,
.category-links .usps img {
  width: auto;
  height: 33px;
}
@media (max-width: 1399px) {
  .category-links .usps svg,
  .category-links .usps img {
    height: 28px;
  }
}
@media (max-width: 991px) {
  .category-links .usps svg,
  .category-links .usps img {
    height: 25px;
  }
}
@media (max-width: 575px) {
  .category-links .usps svg,
  .category-links .usps img {
    height: 22px;
  }
}
.category-links .product-cats-title {
  color: #3d2a6f;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .category-links .product-cats-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 470px) and (max-width: 767px) {
  .category-links .product-cats-title {
    font-size: 2rem;
  }
}
.category-links .product-cats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 25px minmax(0, 1fr) 25px minmax(0, 1fr) 25px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-column-gap: 25px;
  padding-bottom: 60px;
  padding-top: 25px;
}
@media (max-width: 1439px) {
  .category-links .product-cats {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cats {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 991px) {
  .category-links .product-cats {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .category-links .product-cats {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 469px) {
  .category-links .product-cats {
    grid-row-gap: 40px;
  }
}
.category-links .product-cat {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 767px) {
  .category-links .product-cat {
    max-width: 500px;
  }
}
.category-links .product-cat .inner {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  color: #3d2a6f;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.category-links .product-cat .inner:hover {
  -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
}
.category-links .product-cat .titles {
  width: 100%;
}
.category-links .product-cat h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #333;
}
@media (max-width: 1449px) {
  .category-links .product-cat h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat h3 {
    font-size: 1.2rem;
  }
}
.category-links .product-cat .desc {
  color: #333;
  font-size: 0.85rem;
}
@media (max-width: 1449px) {
  .category-links .product-cat .desc {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat .desc {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat .desc {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat .desc {
    font-size: 1rem;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat .desc {
    font-size: 0.8rem;
  }
}
.category-links .product-cat .price-bttn {
  width: 100%;
}
.category-links .product-cat .price {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media (max-width: 1449px) {
  .category-links .product-cat .price {
    font-size: 0.7rem;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat .price {
    font-size: 0.92rem;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat .price {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat .price {
    font-size: 0.92rem;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat .price {
    font-size: 0.7rem;
  }
}
.category-links .product-cat .bttn {
  font-size: 0.8rem;
  padding: 6px 11px;
}
@media (max-width: 1449px) {
  .category-links .product-cat .bttn {
    font-size: 0.7rem;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat .bttn {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat .bttn {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat .bttn {
    font-size: 0.9rem;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat .bttn {
    font-size: 0.7rem;
    padding: 5px 8px;
  }
}
.category-links .product-cat.box-1 .inner {
  padding: 25px 25px 20px 25px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-1 .inner {
    padding: 20px 25px 15px 25px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-1 .inner {
    padding: 35px 25px 20px 25px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-1 .inner {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-1 .inner {
    padding: 40px 15px 20px;
  }
}
.category-links .product-cat.box-1 img {
  position: absolute;
  right: 0;
  top: -24px;
  width: 175px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-1 img {
    width: 137px;
    top: -15px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-1 img {
    width: 230px;
    top: -25px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-1 img {
    width: 170px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat.box-1 img {
    width: 220px;
    top: -30px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-1 img {
    width: 130px;
    top: -20px;
  }
}
.category-links .product-cat.box-1 h3 {
  margin-bottom: 10px;
}
.category-links .product-cat.box-1 .desc {
  margin-bottom: 12px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-1 .desc {
    max-width: 120px;
    margin-bottom: 6px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-1 .desc {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-1 .desc {
    max-width: 160px;
  }
}
.category-links .product-cat.box-1 .titles {
  width: 150px;
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-1 .titles {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-1 .titles {
    margin-bottom: 10px;
  }
}
.category-links .product-cat.box-2 .inner {
  padding: 30px 25px 20px 25px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-2 .inner {
    padding: 20px 25px 15px 25px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-2 .inner {
    padding: 40px 25px 20px 25px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-2 .inner {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-2 .inner {
    padding: 40px 15px 20px;
  }
}
.category-links .product-cat.box-2 .inner > div {
  position: relative;
  z-index: 2;
}
.category-links .product-cat.box-2 img {
  width: 175px;
  position: absolute;
  top: -32px;
  right: 0;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-2 img {
    width: 140px;
    top: -25px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-2 img {
    width: 220px;
    right: 10px;
    top: -40px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-2 img {
    width: 155px;
    top: -27px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat.box-2 img {
    width: 185px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-2 img {
    width: 130px;
  }
}
.category-links .product-cat.box-2 h3 {
  margin-bottom: 7px;
}
.category-links .product-cat.box-2 .desc {
  margin-bottom: 10px;
  max-width: 150px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-2 .desc {
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-2 .desc {
    margin-bottom: 15px;
  }
}
.category-links .product-cat.box-3 .inner, .category-links .product-cat.box-4 .inner {
  padding: 0 20px 20px 10px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-3 .inner, .category-links .product-cat.box-4 .inner {
    padding-right: 15px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-3 .inner, .category-links .product-cat.box-4 .inner {
    padding: 0 15px 20px;
  }
}
.category-links .product-cat.box-3 h3, .category-links .product-cat.box-4 h3 {
  text-align: center;
  width: 100%;
}
.category-links .product-cat.box-3 .price, .category-links .product-cat.box-4 .price {
  text-align: center;
}
.category-links .product-cat.box-3 img {
  width: 203px;
  margin-top: -25px;
  margin-left: -10px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-3 img {
    width: 160px;
    margin-top: -20px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-3 img {
    width: 290px;
    margin-top: -25px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-3 img {
    width: 180px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat.box-3 img {
    width: 220px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-3 img {
    width: 150px;
    margin-left: -13px;
  }
}
@media (min-width: 1200px) {
  .category-links .product-cat.box-3 h3 {
    margin-top: 14px;
  }
}
.category-links .product-cat.box-3 .price {
  width: 203px;
  margin-left: -10px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-3 .price {
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-3 .price {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-3 .price {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat.box-3 .price {
    width: 220px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-3 .price {
    width: 150px;
    margin-left: -13px;
  }
}
.category-links .product-cat.box-4 img {
  width: 190px;
  margin-top: -35px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-4 img {
    width: 158px;
    margin-top: -25px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-4 img {
    width: 250px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-4 img {
    width: 175px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat.box-4 img {
    width: 200px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-4 img {
    width: 130px;
    margin-left: -10px;
  }
}
.category-links .product-cat.box-4 .price {
  width: 190px;
}
@media (max-width: 1449px) {
  .category-links .product-cat.box-4 .price {
    width: 158px;
  }
}
@media (max-width: 1199px) {
  .category-links .product-cat.box-4 .price {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .category-links .product-cat.box-4 .price {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .category-links .product-cat.box-4 .price {
    width: 200px;
  }
}
@media (max-width: 469px) {
  .category-links .product-cat.box-4 .price {
    width: 130px;
    margin-left: -10px;
  }
}

.fp-services {
  padding-bottom: 60px;
  margin-top: -25px;
}
.fp-services .enterprise .intro h2 {
  margin-bottom: 40px;
  color: #3d2a6f;
}
@media (max-width: 1199px) {
  .fp-services .enterprise .intro h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .fp-services .enterprise .intro h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .fp-services .enterprise .intro h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.video-row {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .video-row {
    margin-top: 60px;
  }
}
.video-row .container {
  z-index: 2;
  position: relative;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .video-row .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.video-row .curve-pattern {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: repeat;
  background-size: 100px 100px;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .video-row .curve-pattern {
    background-size: 90px 90px;
  }
}
.video-row .curve-pattern.white {
  background-image: url(/wp-content/themes/KING/assets/images/icons/Bell-curve-white-2.svg);
}
.video-row .curve-pattern.grey {
  background-image: url(/wp-content/themes/KING/assets/images/icons/Bell-curve-grey-2.svg);
}
.video-row .inner {
  position: relative;
  background-color: #1ba89f;
  padding: 45px 0;
}
@media (max-width: 1199px) {
  .video-row .inner {
    padding: 45px 15px 40px;
  }
}
@media (max-width: 991px) {
  .video-row .inner {
    padding: 60px 0;
  }
}
.video-row .video {
  width: 52%;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .video-row .video {
    width: 50%;
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  .video-row .video {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .video-row .video {
    max-width: 450px;
  }
}
.video-row .video .video-inner {
  font-size: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-row .video .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .video-row .text {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .video-row .text {
    width: 100%;
    max-width: 450px;
    padding-top: 30px;
    margin: 0 auto;
  }
}
.video-row .text h2 {
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-row .text h2 {
    font-size: 2rem;
  }
}
.video-row .text p {
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .video-row .text p {
    margin-bottom: 25px;
  }
}
.video-row .text ul {
  padding-left: 30px;
  padding-bottom: 5px;
  border-left: 3px #fff solid;
}
@media (max-width: 991px) {
  .video-row .text ul {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .video-row .text ul {
    padding-left: 15px;
  }
}
.video-row .text ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .video-row .text ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.video-row .text ul a {
  font-size: 1.1rem;
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 1199px) {
  .video-row .text ul a {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .video-row .text ul a {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .video-row .text ul a {
    font-size: 0.9rem;
    display: block;
    position: relative;
    padding-right: 30px;
    max-width: 340px;
  }
}
.video-row .text ul a:hover {
  color: #3d2a6f;
}
.video-row .text ul a svg {
  margin-left: 13px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  height: auto;
  width: 20px;
}
@media (max-width: 1199px) {
  .video-row .text ul a svg {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media (max-width: 991px) {
  .video-row .text ul a svg {
    width: 20px;
  }
}
@media (max-width: 575px) {
  .video-row .text ul a svg {
    width: 17px;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.stories {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .stories {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .stories {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .stories {
    padding-top: 50px;
  }
}
.stories h2 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .stories h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .stories h2 {
    margin-bottom: 40px;
  }
}

.image-articles {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .image-articles {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .image-articles {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .image-articles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.image-articles .article {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .image-articles .article {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .image-articles .article {
    width: 100%;
    padding: 0;
  }
}
.image-articles .inner {
  width: 100%;
}
.image-articles .inner .article-wrap {
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image-articles .inner .article-wrap:hover .text {
  color: #3d2a6f;
}
.image-articles .inner .article-wrap:hover .image img {
  opacity: 0.8;
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
}
.image-articles .text {
  width: calc(100% - 26px);
  margin: 0 auto;
  padding: 40px 47px 52px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  min-height: 213px;
  color: #262626;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .image-articles .text {
    padding: 40px 30px 52px;
  }
}
@media (max-width: 1199px) {
  .image-articles .text {
    min-height: 206px;
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .image-articles .text {
    padding: 30px 30px 35px;
    min-height: 215px;
  }
}
@media (max-width: 767px) {
  .image-articles .text {
    padding: 25px 20px 25px;
    min-height: 180px;
  }
}
@media (max-width: 575px) {
  .image-articles .text {
    min-height: 145px;
  }
}
.image-articles h3 {
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: #3d2a6f;
}
@media (max-width: 1599px) {
  .image-articles h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .image-articles h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.image-articles p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .image-articles p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .image-articles p {
    font-size: 0.8rem;
  }
}
.image-articles .image {
  width: 100%;
  height: 213px;
  overflow: hidden;
  position: relative;
  background-color: #262626;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .image-articles .image {
    height: 185px;
  }
}
.image-articles img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.fp-services {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .fp-services:before {
    clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 100%);
  }
}
.fp-services .service-info {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .fp-services .service-info {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .fp-services .service-info {
    padding-top: 40px;
  }
}
.fp-services .service-info .hiring-testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 150px minmax(0, 1fr);
  grid-template-columns: 32% minmax(0, 1fr);
  grid-column-gap: 150px;
}
@media (max-width: 1199px) {
  .fp-services .service-info .hiring-testimonials {
    -ms-grid-columns: 35% 100px minmax(0, 1fr);
    grid-template-columns: 35% minmax(0, 1fr);
    grid-column-gap: 100px;
  }
}
@media (max-width: 991px) {
  .fp-services .service-info .hiring-testimonials {
    -ms-grid-columns: 45% 60px minmax(0, 1fr);
    grid-template-columns: 45% minmax(0, 1fr);
    grid-column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .fp-services .service-info .hiring-testimonials {
    -ms-grid-columns: minmax(0, 50%) 40px minmax(0, 50%);
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    grid-column-gap: 40px;
  }
}
@media (max-width: 575px) {
  .fp-services .service-info .hiring-testimonials {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.fp-services .service-info .box {
  padding: 45px 35px 35px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .fp-services .service-info .box {
    padding: 40px 30px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fp-services .service-info .box {
    padding: 35px 25px 25px;
  }
}
.fp-services .service-info .box h2 {
  font-size: 2.05rem;
  color: #3d2a6f;
  margin-bottom: 25px;
}
@media (max-width: 1639px) {
  .fp-services .service-info .box h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 1439px) {
  .fp-services .service-info .box h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fp-services .service-info .box h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .fp-services .service-info .box h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .fp-services .service-info .box h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .fp-services .service-info .box h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 399px) {
  .fp-services .service-info .box h2 {
    font-size: 1.2rem;
  }
}
.fp-services .service-info .box .desc {
  font-size: 1.3rem;
  margin-bottom: 35px;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .fp-services .service-info .box .desc {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fp-services .service-info .box .desc {
    font-size: 1rem;
  }
}
@media (max-width: 399px) {
  .fp-services .service-info .box .desc {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .fp-services .service-info .testimonials {
    padding-top: 50px;
  }
}
.fp-services .service-info .testimonials .carousel {
  width: 100%;
  position: relative;
  padding-bottom: 12px;
}
.fp-services .service-info .testimonials .carousel .slides {
  display: -ms-grid;
  display: grid;
  width: 100%;
  overflow: hidden;
}
.fp-services .service-info .testimonials .carousel .slide {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .fp-services .service-info .testimonials .carousel .slide {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.fp-services .service-info .testimonials .carousel .slide.active, .fp-services .service-info .testimonials .carousel .slide.next, .fp-services .service-info .testimonials .carousel .slide.prev {
  display: block;
}
.fp-services .service-info .testimonials .carousel .slide.next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.fp-services .service-info .testimonials .carousel .slide.prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.fp-services .service-info .testimonials .carousel .slide.next.move-center, .fp-services .service-info .testimonials .carousel .slide.prev.move-center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fp-services .service-info .testimonials .carousel blockquote {
  max-width: 820px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .fp-services .service-info .testimonials .carousel blockquote {
    padding-top: 0;
  }
}
.fp-services .service-info .testimonials .carousel blockquote .quote {
  font-size: 1.8rem;
  font-style: italic;
}
@media (max-width: 1199px) {
  .fp-services .service-info .testimonials .carousel blockquote .quote {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .fp-services .service-info .testimonials .carousel blockquote .quote {
    font-size: 1.45rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fp-services .service-info .testimonials .carousel blockquote .quote {
    font-size: 1.3rem;
  }
}
.fp-services .service-info .testimonials .carousel blockquote cite {
  margin-top: 60px;
  font-style: normal;
}
@media (max-width: 1199px) {
  .fp-services .service-info .testimonials .carousel blockquote cite {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .fp-services .service-info .testimonials .carousel blockquote cite {
    margin-top: 30px;
  }
}
.fp-services .service-info .testimonials .carousel blockquote cite h3 {
  font-size: 0.9rem;
  color: #3d2a6f;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .fp-services .service-info .testimonials .carousel blockquote cite h3 {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .fp-services .service-info .testimonials .carousel blockquote cite h3 {
    font-size: 0.75rem;
  }
}
.fp-services .service-info .testimonials .carousel blockquote cite img {
  max-width: 190px;
}
@media (max-width: 1199px) {
  .fp-services .service-info .testimonials .carousel blockquote cite img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .fp-services .service-info .testimonials .carousel blockquote cite img {
    max-width: 110px;
  }
}
.fp-services .service-info .testimonials .carousel .dots-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
.fp-services .service-info .testimonials .carousel .dots-nav li {
  margin: 0 4px;
}
@media (max-width: 991px) {
  .fp-services .service-info .testimonials .carousel .dots-nav li {
    margin: 0 2px;
  }
}
.fp-services .service-info .testimonials .carousel .dots-nav a {
  width: 16px;
  height: 16px;
  position: relative;
}
.fp-services .service-info .testimonials .carousel .dots-nav a.active:before {
  background-color: #1ba89f;
}
.fp-services .service-info .testimonials .carousel .dots-nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .fp-services .service-info .testimonials .carousel .dots-nav a:before {
    width: 10px;
    height: 10px;
  }
}
.fp-services .useful-links {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .fp-services .useful-links {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .fp-services .useful-links .picbox-links {
    max-width: 55%;
  }
}
@media (max-width: 575px) {
  .fp-services .useful-links .picbox-links {
    max-width: 100%;
  }
}
.fp-services .colorbox-links {
  padding-top: 0;
}
.fp-services .colorbox-links .cl-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .fp-services .colorbox-links .cl-boxes {
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .fp-services .colorbox-links .cl-boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.fp-services .colorbox-links a.bc2 {
  width: 100%;
  margin: 0;
}
.fp-services .colorbox-links a.bc {
  width: 100%;
  margin: 0;
}

/* Product list page */
.product-catalogue {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .product-catalogue {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .product-catalogue:before {
    clip-path: polygon(0 63px, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .product-catalogue:before {
    clip-path: polygon(0 58px, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 575px) {
  .product-catalogue:before {
    clip-path: polygon(0 52px, 100% 0, 100% 100%, 0 100%);
  }
}
.product-catalogue h1 {
  color: #3d2a6f;
  margin-bottom: 20px;
}
.product-cat-info.container {
  padding: 30px;
}

.product-cat-info.container li {
  list-style: disc;
}

.product-cat-info.container p {
  margin: 10px 0;
}
.top-content {
  margin: 20px 0;
}
.top-content p {
  margin: 15px 0;
}
@media (max-width: 991px) {
  .product-catalogue h1 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-catalogue h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .product-catalogue h1 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 399px) {
  .product-catalogue h1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .product-catalogue .mobile-filters-link {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-catalogue .mobile-filters-link {
    margin-bottom: 20px;
  }
}
.product-catalogue .mobile-filters-link a {
  color: #3d2a6f;
}
@media (max-width: 575px) {
  .product-catalogue .mobile-filters-link a {
    font-size: 0.9rem;
  }
}
.product-catalogue .mobile-filters-link svg {
  margin-right: 7px;
  height: auto;
}
@media (max-width: 575px) {
  .product-catalogue .mobile-filters-link svg {
    width: 16px;
    margin-right: 3px;
  }
}
.product-catalogue .catalogue {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 335px 30px minmax(0, 1fr);
  grid-template-columns: 335px minmax(0, 1fr);
  grid-column-gap: 30px;
}
@media (max-width: 1499px) {
  .product-catalogue .catalogue {
    -ms-grid-columns: 300px 24px minmax(0, 1fr);
    grid-template-columns: 300px minmax(0, 1fr);
    grid-column-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .catalogue {
    -ms-grid-columns: 250px 16px minmax(0, 1fr);
    grid-template-columns: 250px minmax(0, 1fr);
    grid-column-gap: 16px;
  }
}
@media (max-width: 991px) {
  .product-catalogue .catalogue {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .product-catalogue .filters {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 30px);
    max-width: 300px;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .product-catalogue .filters.show {
    -webkit-transform: none;
            transform: none;
  }
}
.product-catalogue .filters .filters-wrap {
  padding: 40px 30px;
  background-color: #1ba89f;
}
@media (max-width: 1199px) {
  .product-catalogue .filters .filters-wrap {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .product-catalogue .filters .filters-wrap {
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .product-catalogue .filters .filters-wrap .close {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-catalogue .filters .filters-wrap .close {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    z-index: 12;
    opacity: 0.5;
  }
}
.product-catalogue .filters .filters-wrap .close .close-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.product-catalogue .filters .filters-wrap .close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}
.product-catalogue .filters .filters-wrap .close .line1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.product-catalogue .filters .filters-wrap .close .line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.product-catalogue .filters h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.7rem;
}
@media (max-width: 1499px) {
  .product-catalogue .filters h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .filters h2 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 399px) {
  .product-catalogue .filters h2 {
    font-size: 1.1rem;
  }
}
.product-catalogue .filters .subheads {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .product-catalogue .filters .subheads {
    margin-bottom: 20px;
  }
}
.product-catalogue .filters .subheads h3 {
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .product-catalogue .filters .subheads h3 {
    font-size: 0.9rem;
  }
}
.product-catalogue .filters .subheads a {
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 1199px) {
  .product-catalogue .filters .subheads a {
    font-size: 0.77rem;
  }
}
.product-catalogue .filters .checkbox {
  margin-bottom: 10px;
}
.product-catalogue .filters .checkbox input {
  display: none;
}
.product-catalogue .filters .checkbox input:checked + label:after {
  display: block;
}
.product-catalogue .filters .checkbox label {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1499px) {
  .product-catalogue .filters .checkbox label {
    font-size: 0.9rem;
    padding-left: 25px;
  }
}
.product-catalogue .filters .checkbox label:before, .product-catalogue .filters .checkbox label:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 1px;
}
.product-catalogue .filters .checkbox label:before {
  width: 16px;
  height: 16px;
  border: 1px #fff solid;
  background-color: #17928a;
  left: 0;
  top: 1px;
}
@media (max-width: 1499px) {
  .product-catalogue .filters .checkbox label:before {
    width: 14px;
    height: 14px;
    top: 0;
  }
}
.product-catalogue .filters .checkbox label:after {
  width: 12px;
  height: 12px;
  background-color: #fff;
  left: 2px;
  top: 3px;
  display: none;
}
@media (max-width: 1499px) {
  .product-catalogue .filters .checkbox label:after {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}
.product-catalogue .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1499px) {
  .product-catalogue .products {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media (max-width: 575px) {
  .product-catalogue .products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.product-catalogue .products .product {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.product-catalogue .products .product:hover {
  -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.13);
}
.product-catalogue .products .product a {
  padding: 30px;
  color: #333;
  width: 100%;
}
@media (max-width: 1499px) {
  .product-catalogue .products .product a {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products .product a {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 767px) {
  .product-catalogue .products .product a {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 399px) {
  .product-catalogue .products .product a {
    padding: 5px 10px 15px;
  }
}
.product-catalogue .products .product a > div {
  width: 100%;
}
.product-catalogue .products .product .img-wrap {
  height: 135px;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1499px) {
  .product-catalogue .products .product .img-wrap {
    height: 115px;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products .product .img-wrap {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .product-catalogue .products .product .img-wrap {
    height: 85px;
    margin-bottom: 5px;
  }
}
@media (max-width: 399px) {
  .product-catalogue .products .product .img-wrap {
    height: 65px;
  }
}
.product-catalogue .products .product img {
  max-height: 135px;
  width: auto;
  max-width: 190px;
}
@media (max-width: 1499px) {
  .product-catalogue .products .product img {
    max-width: 170px;
    max-height: 115px;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products .product img {
    max-width: 150px;
    max-height: 95px;
  }
}
@media (max-width: 767px) {
  .product-catalogue .products .product img {
    max-width: 90px;
    max-height: 85px;
  }
}
@media (max-width: 399px) {
  .product-catalogue .products .product img {
    max-width: 70px;
    max-height: 65px;
  }
}
.product-catalogue .products .product h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1499px) {
  .product-catalogue .products .product h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products .product h2 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .product-catalogue .products .product h2 {
    font-size: 0.9rem;
  }
}
@media (max-width: 399px) {
  .product-catalogue .products .product h2 {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
}
.product-catalogue .products .product h2:hover {
  color: #1ba89f;
}
.product-catalogue .products .product .price {
  color: #3d2a6f;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .product-catalogue .products .product .price {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products .product .price {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-catalogue .products .product .price {
    font-size: 0.7rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 399px) {
  .product-catalogue .products .product .price {
    font-size: 0.6rem;
  }
}
.product-catalogue .products .product .fake-link {
  font-size: 0.9rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 1499px) {
  .product-catalogue .products .product .fake-link {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .product-catalogue .products .product .fake-link {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .product-catalogue .products .product .fake-link {
    font-size: 0.6rem;
  }
}
@media (max-width: 399px) {
  .product-catalogue .products .product .fake-link {
    font-size: 0.55rem;
  }
}
.product-catalogue .products .product .fake-link:hover {
  color: #1ba89f;
}
.product-catalogue .load-more {
  margin-top: 30px;
}
@media (max-width: 1499px) {
  .product-catalogue .load-more {
    margin-top: 24px;
  }
}
.product-catalogue .load-more.hide {
  display: none;
}
.product-catalogue .load-more a.hide {
  display: none;
}
.product-catalogue .load-more .loading {
  -webkit-animation: 0.5s infinite linear logoSpinner;
          animation: 0.5s infinite linear logoSpinner;
  display: none;
}
.product-catalogue .load-more .loading.show {
  display: inline-block;
}
@-webkit-keyframes logoSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes logoSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Woo general */
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 30px;
  color: #333;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
  color: #333;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #3d2a6f;
}

.woocommerce .products.related ul.products {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.woocommerce ul.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1499px) {
  .woocommerce ul.products {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  content: normal;
}
.woocommerce ul.products li.product {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
.woocommerce ul.products li.product:hover {
  -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.13);
}
.woocommerce ul.products li.product a {
  padding: 30px 30px 0;
  color: #333;
  width: 100%;
}
@media (max-width: 1499px) {
  .woocommerce ul.products li.product a {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product a {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product a {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 399px) {
  .woocommerce ul.products li.product a {
    padding: 5px 10px 15px;
  }
}
.woocommerce ul.products li.product a > div {
  width: 100%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    padding-bottom: 0;
  }
}
.woocommerce ul.products li.product .img-wrap {
  height: 135px;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1499px) {
  .woocommerce ul.products li.product .img-wrap {
    height: 115px;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product .img-wrap {
    height: 95px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product .img-wrap {
    height: 85px;
    margin-bottom: 5px;
  }
}
@media (max-width: 399px) {
  .woocommerce ul.products li.product .img-wrap {
    height: 65px;
  }
}
.woocommerce ul.products li.product img {
  max-height: 135px;
  min-height: 135px;
  width: auto !important;
  max-width: 100%;
}
@media (max-width: 1499px) {
  .woocommerce ul.products li.product img {
    max-height: 115px;
    min-height: 115px;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product img {
    max-height: 95px;
    min-height: 95px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product img {
    max-height: 85px;
    min-height: 85px;
  }
}
@media (max-width: 399px) {
  .woocommerce ul.products li.product img {
    max-height: 65px;
    min-height: 65px;
  }
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 100%;
  text-align: center;
  color: #333;
}
@media (max-width: 1499px) {
  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9rem;
  }
}
@media (max-width: 399px) {
  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
}
.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: #1ba89f;
}
.woocommerce ul.products li.product .price {
  color: #3d2a6f;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 1499px) {
  .woocommerce ul.products li.product .price {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product .price {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product .price {
    font-size: 0.7rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 399px) {
  .woocommerce ul.products li.product .price {
    font-size: 0.6rem;
  }
}
.woocommerce ul.products li.product .button {
  font-size: 0.9rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-top: 0;
  padding: 0 30px 20px;
  background: none;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 1499px) {
  .woocommerce ul.products li.product .button {
    font-size: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .woocommerce ul.products li.product .button {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product .button {
    font-size: 0.6rem;
  }
}
@media (max-width: 399px) {
  .woocommerce ul.products li.product .button {
    font-size: 0.55rem;
  }
}
.woocommerce ul.products li.product .button:hover {
  color: #1ba89f;
}

/* Single product */
.woocommerce .product-details-wrap {
  padding-bottom: 70px;
}
.woocommerce .product-details-wrap > .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1299px) {
  .woocommerce .product-details-wrap > .container {
    -ms-grid-columns: minmax(0, 60%) 1fr;
    grid-template-columns: minmax(0, 60%) 1fr;
  }
}
@media (max-width: 991px) {
  .woocommerce .product-details-wrap > .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }
}
.woocommerce .product-details-wrap .summary {
  padding-right: 100px;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .summary {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .woocommerce .product-details-wrap .summary {
    padding-right: 42%;
  }
}
@media (max-width: 767px) {
  .woocommerce .product-details-wrap .summary {
    padding-right: 0;
    padding-top: 320px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .summary {
    padding-top: 250px;
  }
}
.woocommerce .product-details-wrap .summary h1 {
  font-weight: 800;
  color: #3d2a6f;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .woocommerce .product-details-wrap .summary h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .woocommerce .product-details-wrap .summary h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .summary h1 {
    font-size: 1.9rem;
  }
}
.woocommerce .product-details-wrap .summary .single-product-desc h2, .woocommerce .product-details-wrap .summary .single-product-desc h3, .woocommerce .product-details-wrap .summary .single-product-desc h4, .woocommerce .product-details-wrap .summary .single-product-desc h5, .woocommerce .product-details-wrap .summary .single-product-desc h6 {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.woocommerce .product-details-wrap .summary .single-product-desc h2 a, .woocommerce .product-details-wrap .summary .single-product-desc h3 a, .woocommerce .product-details-wrap .summary .single-product-desc h4 a, .woocommerce .product-details-wrap .summary .single-product-desc h5 a, .woocommerce .product-details-wrap .summary .single-product-desc h6 a {
  color: #3d2a6f;
}
.woocommerce .product-details-wrap .summary .single-product-desc h2 a:hover, .woocommerce .product-details-wrap .summary .single-product-desc h3 a:hover, .woocommerce .product-details-wrap .summary .single-product-desc h4 a:hover, .woocommerce .product-details-wrap .summary .single-product-desc h5 a:hover, .woocommerce .product-details-wrap .summary .single-product-desc h6 a:hover {
  color: #1ba89f;
}
.woocommerce .product-details-wrap .summary .single-product-desc h2 {
  font-size: 1.6rem;
}
@media (max-width: 1299px) {
  .woocommerce .product-details-wrap .summary .single-product-desc h2 {
    font-size: 1.45rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .summary .single-product-desc h2 {
    font-size: 1.3rem;
  }
}
.woocommerce .product-details-wrap .summary .single-product-desc h3 {
  font-size: 1.4rem;
}
@media (max-width: 1299px) {
  .woocommerce .product-details-wrap .summary .single-product-desc h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .summary .single-product-desc h3 {
    font-size: 1.2rem;
  }
}
.woocommerce .product-details-wrap .summary .single-product-desc h4 {
  font-size: 1.2rem;
}
@media (max-width: 1299px) {
  .woocommerce .product-details-wrap .summary .single-product-desc h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .summary .single-product-desc h4 {
    font-size: 1.05rem;
  }
}
.woocommerce .product-details-wrap .summary .single-product-desc h5, .woocommerce .product-details-wrap .summary .single-product-desc h6 {
  font-size: 1rem;
}
.woocommerce .product-details-wrap .summary .single-product-desc p {
  margin-bottom: 30px;
}
.woocommerce .product-details-wrap .summary .single-product-desc p a {
  color: #3d2a6f;
}
.woocommerce .product-details-wrap .summary .single-product-desc p a:hover {
  color: #1ba89f;
}
.woocommerce .product-details-wrap .summary .single-product-desc ol li a, .woocommerce .product-details-wrap .summary .single-product-desc ul li a {
  color: #3d2a6f;
}
.woocommerce .product-details-wrap .summary .single-product-desc ol li a:hover, .woocommerce .product-details-wrap .summary .single-product-desc ul li a:hover {
  color: #1ba89f;
}
.woocommerce .product-details-wrap .summary .single-product-desc ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 13px;
}
.woocommerce .product-details-wrap .summary .single-product-desc ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d2a6f;
  position: absolute;
  top: 8px;
  left: 0;
}
.woocommerce .product-details-wrap .summary .single-product-desc .extra-product-desc {
  color: #3d2a6f;
  margin-bottom: 30px;
}
.woocommerce .product-details-wrap .summary .single-product-desc .extra-product-desc:hover {
  color: #1ba89f;
}
.woocommerce .product-details-wrap .summary .single-product-desc .extra-content {
  display: none;
}
.woocommerce .product-details-wrap .images-and-cart-add .single-product-images {
  max-width: 500px;
  margin: 60px auto 0;
}
@media (max-width: 991px) {
  .woocommerce .product-details-wrap .images-and-cart-add .single-product-images {
    position: absolute;
    top: 0;
    right: 40px;
    width: 35%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce .product-details-wrap .images-and-cart-add .single-product-images {
    width: 370px;
    max-height: 290px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .single-product-images {
    width: 260px;
    max-width: calc(100% - 60px);
    max-height: 215px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .single-product-images .carousel img:not(.logo) {
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce .product-details-wrap .images-and-cart-add .form-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 76px 35px 50px;
  background-color: #1ba89f;
  position: relative;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .images-and-cart-add .form-wrap {
    padding: 62px 25px 50px;
  }
}
@media (max-width: 991px) {
  .woocommerce .product-details-wrap .images-and-cart-add .form-wrap {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .form-wrap {
    padding: 50px 20px 45px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .form-wrap:before {
  content: "Rent now";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 20px 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .images-and-cart-add .form-wrap:before {
    padding: 17px 15px 16px 25px;
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .form-wrap:before {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1rem;
    width: 55%;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .level-specs {
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 2px #1db5ab solid;
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .level-specs {
    padding: 12px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .level-specs h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .level-specs h3 {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .level-specs li {
  margin-bottom: 5px;
  font-size: 0.85rem;
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .level-specs li {
    font-size: 0.8rem;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .level-specs .spec-label {
  margin-right: 10px;
  min-width: 80px;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart div.wcff-fields-group {
  margin: 0;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table {
  margin-bottom: 0 !important;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table tr {
  background-color: #fff;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table tr {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table tr {
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table th {
  font-size: 0.8rem;
  margin-right: 15px;
  min-width: 155px;
  text-align: left;
  line-height: 1.3 !important;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table th {
    font-size: 0.7rem;
    min-width: 120px;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table th {
    font-size: 0.8rem;
    min-width: 155px;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table th {
    font-size: 0.75rem;
    min-width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table .value {
  width: 100%;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table .wccpf_value {
  width: 100%;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table select {
  width: 100%;
  border-radius: 0;
  border: none;
  font-weight: 500;
  margin-right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/wp-content/uploads/2023/10/chevron-down-dark.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-color: #fff;
  padding: 17px 55px 17px 10px;
  height: auto;
  outline: none;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table select {
    padding-right: 40px;
    background-position: center right 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart table select {
    font-size: 0.8rem;
    padding: 15px 35px 15px 10px;
    background-position: center right 10px;
    background-size: 11px 11px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart table .reset_variations {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .product-details-wrap .images-and-cart-add .cart .price {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding: 20px 35px 20px 15px;
  text-align: right;
  line-height: 1;
}
@media (max-width: 1199px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart .price {
    font-size: 1.6rem;
    padding: 17px 25px 16px 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart .price {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 20px;
    width: 45%;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart .quantity {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  background-color: #fff;
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart .quantity {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart .quantity:before {
  content: "Qty";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #333;
  font-weight: 700;
  margin-right: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 0.85rem;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart .quantity:before {
    padding-left: 10px;
    font-size: 0.75rem;
  }
}
@media (max-width: 449px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart .quantity:before {
    min-width: 80px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart .quantity .qty {
  width: 60px;
  text-align: center;
  padding: 10px 7px;
  border: 1px #fff solid;
  outline: none;
}
@media (max-width: 575px) {
  .woocommerce .product-details-wrap .images-and-cart-add .cart .quantity .qty {
    width: 100%;
    text-align: right;
    padding: 15px 10px;
  }
}
.woocommerce .product-details-wrap .images-and-cart-add .cart .button {
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2023/10/arrow-white.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #fff solid;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  outline: none;
  font-family: "Open Sans", sans-serif;
}
.woocommerce .product-details-wrap .images-and-cart-add .product-help-button {
  margin: 20px auto 0;
  text-align: right;
  max-width: 500px;
}
.woocommerce .product-details-wrap .images-and-cart-add .product-help-button a:hover {
  color: #333;
}
.woocommerce .product-type-simple form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce .wccpf-fields-container {
  width: 100%;
}
.woocommerce .wccpf-fields-container .wccpf_fields_table tr {
  padding-right: 20px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr {
    padding-left: 15px !important;
  }
}
.woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label {
  width: 155px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label {
    width: 120px !important;
  }
}
@media (max-width: 991px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label {
    width: 155px !important;
  }
}
@media (max-width: 575px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label {
    width: 100% !important;
  }
}
.woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label label {
  width: 100% !important;
  font-size: 0.8rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label label {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label label {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wccpf_label label {
    font-size: 0.7rem;
  }
}
.woocommerce .wccpf-fields-container .wccpf_fields_table tr .wcff-option-wrapper-label {
  font-size: 0.8rem;
}
@media (max-width: 1199px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wcff-option-wrapper-label {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wcff-option-wrapper-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr .wcff-option-wrapper-label {
    font-size: 0.7rem;
  }
}
.woocommerce .wccpf-fields-container .wccpf_fields_table tr select {
  width: 100%;
  border-radius: 0;
  border: none;
  font-weight: 500;
  margin-right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/wp-content/uploads/2023/10/chevron-down-dark.svg);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-color: #fff;
  padding: 17px 55px 17px 10px;
  height: auto;
  outline: none;
}
@media (max-width: 1199px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr select {
    padding-right: 40px;
    background-position: center right 15px;
  }
}
@media (max-width: 575px) {
  .woocommerce .wccpf-fields-container .wccpf_fields_table tr select {
    font-size: 0.8rem;
    padding: 15px 35px 15px 10px;
    background-position: center right 10px;
    background-size: 11px 11px;
  }
}
.woocommerce .wccpf-fields-container .wccpf_fields_table tr input[type=number],
.woocommerce .wccpf-fields-container .wccpf_fields_table tr input[type=text] {
  border: none;
  border-bottom: 1px #a6a6a6 solid;
  outline: none;
}

.woocommerce .single-product-bottom {
  padding-top: 0;
}
.woocommerce .single-product-bottom:before {
  clip-path: polygon(0 130px, 100% 25px, 100% 100%, 0 100%);
}
.woocommerce .single-product-bottom .related.products h2, .woocommerce .single-product-bottom .cross-sells h2 {
  color: #3d2a6f;
  text-transform: uppercase;
  font-size: 1.9rem;
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  .woocommerce .single-product-bottom .related.products h2, .woocommerce .single-product-bottom .cross-sells h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .woocommerce .single-product-bottom .related.products h2, .woocommerce .single-product-bottom .cross-sells h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .woocommerce .single-product-bottom .related.products h2, .woocommerce .single-product-bottom .cross-sells h2 {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .woocommerce .single-product-bottom .related.products h2, .woocommerce .single-product-bottom .cross-sells h2 {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .woocommerce .single-product-bottom .related.products ul.products, .woocommerce .single-product-bottom .cross-sells ul.products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.product-custom-tabs-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.product-custom-tabs-links .custom-tabs {
  padding: 30px 30px 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-custom-tabs-links .custom-tabs {
    padding: 20px 20px 30px 40px;
  }
}
@media (max-width: 991px) {
  .product-custom-tabs-links .custom-tabs {
    padding: 25px 25px 25px 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .product-custom-tabs-links .custom-tabs {
    padding: 20px 20px 30px 35px;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs {
    padding: 20px;
  }
}
.product-custom-tabs-links .custom-tabs .tab-titles {
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-custom-tabs-links .custom-tabs .tab-titles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .product-custom-tabs-links .custom-tabs .tab-titles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .tab-titles {
    margin-bottom: 25px;
  }
}
.product-custom-tabs-links .custom-tabs .titles {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-custom-tabs-links .custom-tabs .titles {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-custom-tabs-links .custom-tabs .titles {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .titles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .titles li {
    margin-bottom: 5px;
  }
}
.product-custom-tabs-links .custom-tabs .titles li:not(:last-of-type) {
  margin-right: 40px;
}
@media (max-width: 1299px) {
  .product-custom-tabs-links .custom-tabs .titles li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .titles li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.product-custom-tabs-links .custom-tabs .titles li.active a {
  border-color: #3d2a6f;
  color: #3d2a6f;
}
.product-custom-tabs-links .custom-tabs .titles a {
  font-size: 1.4rem;
  color: #333;
  padding: 3px 0;
  border-bottom: 2px transparent solid;
}
@media (max-width: 1499px) {
  .product-custom-tabs-links .custom-tabs .titles a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1299px) {
  .product-custom-tabs-links .custom-tabs .titles a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .product-custom-tabs-links .custom-tabs .titles a {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .titles a {
    font-size: 0.7rem;
  }
}
.product-custom-tabs-links .custom-tabs .titles a:hover {
  color: #3d2a6f;
}
.product-custom-tabs-links .custom-tabs .bttn {
  font-size: 0.9rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-custom-tabs-links .custom-tabs .bttn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .product-custom-tabs-links .custom-tabs .bttn {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .product-custom-tabs-links .custom-tabs .bttn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .bttn {
    font-size: 0.7rem;
    margin-bottom: 20px;
  }
}
.product-custom-tabs-links .custom-tabs .bttn svg {
  width: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-custom-tabs-links .custom-tabs .tab-sections {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .product-custom-tabs-links .custom-tabs .tab-sections {
    padding-right: 15px;
  }
}
.product-custom-tabs-links .custom-tabs .tab-sections > li:not(.active) {
  display: none;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content {
  max-width: 800px;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content > *:last-child {
  margin-bottom: 0 !important;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content p, .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ul, .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content p, .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ul, .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol {
    font-size: 0.9rem;
  }
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ul li, .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol li {
  margin-bottom: 13px;
  padding-left: 30px;
  position: relative;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ul li:before, .product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol li:before {
  display: block;
  position: absolute;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1ba89f;
  top: 9px;
  left: 0;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol {
  counter-reset: counter;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol li {
  counter-increment: counter;
}
.product-custom-tabs-links .custom-tabs .tab-sections > li.text-content ol li:before {
  content: counter(counter);
  color: #1ba89f;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.product-custom-tabs-links .custom-tabs .tab-sections li#reviews.active {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}
@media (max-width: 1199px) {
  .product-custom-tabs-links .custom-tabs .tab-sections li#reviews.active {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-custom-tabs-links .custom-tabs .tab-sections li#reviews.active {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.product-custom-tabs-links .custom-tabs .tab-sections blockquote > p {
  font-size: 0.9rem;
  margin-bottom: 13px !important;
}
@media (max-width: 399px) {
  .product-custom-tabs-links .custom-tabs .tab-sections blockquote > p {
    font-size: 0.8rem;
  }
}
.product-custom-tabs-links .custom-tabs .tab-sections blockquote cite {
  font-style: normal;
}
.product-custom-tabs-links .custom-tabs .tab-sections blockquote h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 399px) {
  .product-custom-tabs-links .custom-tabs .tab-sections blockquote h4 {
    font-size: 0.9rem;
  }
}
.product-custom-tabs-links .custom-tabs .tab-sections blockquote h5 {
  font-size: 0.84rem;
  font-weight: 500;
  color: #3d2a6f;
}
@media (max-width: 399px) {
  .product-custom-tabs-links .custom-tabs .tab-sections blockquote h5 {
    font-size: 0.78rem;
  }
}
.product-custom-tabs-links .custom-tabs .tab-sections a {
  color: #3d2a6f;
}
.product-custom-tabs-links .custom-tabs .tab-sections a:hover {
  color: #1ba89f;
}

/* Standard page */
.page-breadcrumbs {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.page-breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.page-breadcrumbs a:hover {
  color: #3d2a6f;
}

.standard-header.has-banner h1 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .standard-header.has-banner h1 {
    margin-bottom: 25px;
  }
}
.standard-header:not(.has-banner) {
  padding-bottom: 100px;
}
.standard-header h1 {
  color: #3d2a6f;
  margin-bottom: 0;
}
.standard-header .banner .inner {
  height: 280px;
  position: relative;
}
@media (max-width: 767px) {
  .standard-header .banner .inner {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .standard-header .banner .inner {
    height: 140px;
  }
}
.standard-header .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modules {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .modules {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .modules {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .modules:before {
    clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .modules:before {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 575px) {
  .modules:before {
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  }
}
.modules .build-package {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .modules .build-package {
    margin-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .modules .build-package {
    font-size: 0.7rem;
    margin-bottom: 40px;
  }
}
.modules .modules-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 70%) 230px minmax(0, 30%);
  grid-template-columns: minmax(0, 70%) minmax(0, 30%);
  grid-column-gap: 230px;
}
@media (max-width: 1499px) {
  .modules .modules-wrap {
    grid-column-gap: 130px;
  }
}
@media (max-width: 1399px) {
  .modules .modules-wrap {
    grid-column-gap: 100px;
    -ms-grid-columns: minmax(0, 62%) 100px minmax(0, 37%);
    grid-template-columns: minmax(0, 62%) minmax(0, 37%);
  }
}
@media (max-width: 1199px) {
  .modules .modules-wrap {
    grid-column-gap: 100px;
  }
}
@media (max-width: 991px) {
  .modules .modules-wrap {
    grid-column-gap: 70px;
    -ms-grid-columns: minmax(0, 57%) 70px minmax(0, 43%);
    grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  }
}
@media (max-width: 767px) {
  .modules .modules-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.modules .modules-wrap > main > *:first-child {
  margin-top: 0 !important;
}
.modules .modules-wrap > aside {
  padding-bottom: 30px;
}

.bottom-sections {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .bottom-sections {
    padding-bottom: 50px;
  }
}

/* Ex-Rental page */
.page-template-ex-rental-sales .bottom-sections {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .page-template-ex-rental-sales .bottom-sections {
    padding-bottom: 0;
  }
}

.section-ex-rental {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 70%) 60px minmax(0, 30%);
  grid-template-columns: minmax(0, 70%) minmax(0, 30%);
  grid-column-gap: 60px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .section-ex-rental {
    -ms-grid-columns: minmax(0, 65%) 30px minmax(0, 35%);
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-ex-rental {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.section-ex-rental .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search,
.section-ex-rental .header-search-wrap .filters-wrap select {
  padding: 12px;
}
@media (max-width: 991px) {
  .section-ex-rental .header-search-wrap .wrap-input-search {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .section-ex-rental .header-search-wrap .filters-wrap {
    width: 100% !important;
  }
}
.section-ex-rental .items-wrap .item {
  border: none;
  margin-bottom: 15px !important;
}
.section-ex-rental .form-aside {
  padding: 0 !important;
  background: none !important;
}
.section-ex-rental .form-aside .form-wrap {
  padding: 40px 30px;
  background-color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-ex-rental .form-aside .form-wrap {
    padding-bottom: 30px 20px;
  }
}
.section-ex-rental .form-aside .form-wrap h2 {
  text-transform: uppercase;
  color: #3d2a6f;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.section-ex-rental .form-aside .form-wrap .availability-text {
  font-size: 1rem;
}
.section-ex-rental .form-aside form p {
  margin-bottom: 15px;
}
.section-ex-rental .form-aside form .optin-checkbox-wrap {
  position: relative;
  padding-left: 15px;
}
.section-ex-rental .form-aside form .optin-checkbox-wrap .wpcf7-form-control-wrap {
  display: inline-block;
}
.section-ex-rental .form-aside form .optin-checkbox-wrap input[type=checkbox] {
  position: absolute;
  left: -8px;
  top: 7px;
  margin: 0;
}

/* News page */
.news-page.aside-content iframe {
  width: 100%;
  max-width: 100%;
}

/* Contact page */
.contact-page.modules {
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .contact-page.modules {
    padding-bottom: 80px;
  }
}
.contact-page.modules .intro .text-content {
  max-width: 630px;
}
.contact-page.modules .contact-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 60%) 30px minmax(0, 40%);
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  grid-column-gap: 30px;
}
@media (max-width: 1199px) {
  .contact-page.modules .contact-options {
    grid-column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-page.modules .contact-options {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-page.modules .contact-options .form-col {
  padding: 50px 50px 40px 40px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact-page.modules .contact-options .form-col {
    padding: 40px 25px 30px 25px;
  }
}
@media (max-width: 767px) {
  .contact-page.modules .contact-options .form-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-page.modules .contact-options .form-col {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 575px) {
  .contact-page.modules .contact-options .form-col {
    padding-top: 10px;
  }
}
.contact-page.modules .contact-options .form-col .form-title-email-bttn {
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-page.modules .contact-options .form-col .form-title-email-bttn h2 {
  color: #3d2a6f;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .contact-page.modules .contact-options .form-col .form-title-email-bttn h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .contact-page.modules .contact-options .form-col .form-title-email-bttn h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .contact-page.modules .contact-options .form-col .form-title-email-bttn h2 {
    font-size: 1.1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-page.modules .contact-options .form-col .form-title-email-bttn .email-btn {
    padding: 5px 15px;
  }
}
@media (max-width: 575px) {
  .contact-page.modules .contact-options .form-col .form-title-email-bttn .email-btn {
    padding: 3px 10px;
    margin-left: auto;
    margin-right: -10px;
    margin-bottom: 17px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contact-page.modules .contact-options .methods > *:last-child {
  margin-bottom: 0;
}
.contact-page.modules .contact-options .methods .text-module {
  padding: 50px 50px 40px 40px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contact-page.modules .contact-options .methods .text-module {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .contact-page.modules .contact-options .methods .text-module {
    padding: 40px 25px 30px 25px;
  }
}
@media (max-width: 575px) {
  .contact-page.modules .contact-options .methods .text-module {
    padding: 20px 20px 30px;
  }
}
.contact-page.modules .contact-options .methods .text-module h2 {
  text-transform: uppercase;
  color: #3d2a6f;
}
.contact-page.modules .contact-options .methods .text-module h2, .contact-page.modules .contact-options .methods .text-module h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .contact-page.modules .contact-options .methods .text-module h2, .contact-page.modules .contact-options .methods .text-module h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .contact-page.modules .contact-options .methods .text-module h2, .contact-page.modules .contact-options .methods .text-module h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .contact-page.modules .contact-options .methods .text-module h2, .contact-page.modules .contact-options .methods .text-module h3 {
    font-size: 1.1rem;
  }
}
.contact-page.modules .contact-options .methods .text-module p:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-page.modules .contact-options .methods .sidebar-contact-us .bttn {
  font-size: 1.2rem;
  padding: 20px 30px;
  background-color: #3d2a6f;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-page.modules .contact-options .methods .sidebar-contact-us .bttn {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
}
.contact-page.modules .map {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact-page.modules .map {
    margin-top: 20px;
  }
}
.contact-page.modules .locations {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1199px) {
  .contact-page.modules .locations {
    margin-top: 20px;
    grid-gap: 20px;
  }
}
@media (max-width: 991px) {
  .contact-page.modules .locations {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .contact-page.modules .locations {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 449px) {
  .contact-page.modules .locations {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-page.modules .locations .location {
  padding: 30px;
  background-color: white;
  display: -ms-grid;
  display: grid;
}
@media (max-width: 991px) {
  .contact-page.modules .locations .location {
    padding: 20px;
  }
}
.contact-page.modules .locations .location .location-tile {
  display: -ms-grid;
  display: grid;
}
.contact-page.modules .locations .location h3 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  color: #3d2a6f;
}
@media (max-width: 991px) {
  .contact-page.modules .locations .location h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .contact-page.modules .locations .location h3 {
    font-size: 1rem;
  }
}
.contact-page.modules .locations .location .address {
  font-size: 0.9375rem;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-page.modules .locations .location .address {
    margin-bottom: 20px;
  }
}
.contact-page.modules .locations .location .phone {
  font-size: 0.9375rem;
  margin-bottom: 0;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

/* Card payments page */
@media (max-width: 1399px) {
  .card-payments.modules .modules-wrap {
    -ms-grid-columns: minmax(0, 75%) minmax(0, 25%);
    grid-template-columns: minmax(0, 75%) minmax(0, 25%);
  }
}
@media (max-width: 991px) {
  .card-payments.modules .modules-wrap {
    -ms-grid-columns: minmax(0, 80%) minmax(0, 20%);
    grid-template-columns: minmax(0, 80%) minmax(0, 20%);
  }
}
@media (max-width: 767px) {
  .card-payments.modules .modules-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.card-payments .module.text-content {
  padding: 40px 35px 30px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .card-payments .module.text-content {
    padding: 30px 20px 20px;
  }
}
.card-payments .module.text-content iframe {
  height: 1100px;
}
@media (max-width: 539px) {
  .card-payments .module.text-content iframe {
    height: 1250px;
  }
}

/* Quote cart */
.woocommerce-checkout .quote-cart {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-cart {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-cart:before {
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  }
}
.woocommerce-checkout .quote-cart > .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 65%) 50px 1fr;
  grid-template-columns: minmax(0, 65%) 1fr;
  grid-column-gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1399px) {
  .woocommerce-checkout .quote-cart > .container {
    -ms-grid-columns: minmax(0, 60%) 1fr;
    grid-template-columns: minmax(0, 60%) 1fr;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-cart > .container {
    -ms-grid-columns: minmax(0, 55%) 25px 1fr;
    grid-template-columns: minmax(0, 55%) 1fr;
    grid-column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-cart > .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.woocommerce-checkout .cart-title {
  margin-bottom: 30px;
}
@media (max-width: 399px) {
  .woocommerce-checkout .cart-title {
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce-checkout .cart-title h1 {
  color: #3d2a6f;
  margin-bottom: 0;
}
@media (max-width: 399px) {
  .woocommerce-checkout .cart-title h1 {
    margin-bottom: 10px;
    width: 100%;
  }
}
.woocommerce-checkout .cart-title .continue-shopping-cta {
  color: #262626;
}
@media (max-width: 991px) {
  .woocommerce-checkout .cart-title .continue-shopping-cta {
    font-size: 0.85rem;
  }
}
.woocommerce-checkout .wc-empty-cart-message .wc-block-components-notice-banner {
  background: none;
  border: none;
  padding: 20px 0 50px !important;
  margin: 0;
}
@media (max-width: 399px) {
  .woocommerce-checkout .wc-empty-cart-message .wc-block-components-notice-banner {
    padding: 10px 0 40px !important;
  }
}
.woocommerce-checkout .wc-empty-cart-message .wc-block-components-notice-banner svg {
  display: none;
}
.woocommerce-checkout .wc-empty-cart-message .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .woocommerce-checkout .wc-empty-cart-message .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    font-size: 1.4rem;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout .wc-empty-cart-message .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    font-size: 1.2rem;
  }
}
.woocommerce-checkout .return-to-shop .button {
  padding: 7px 18px;
  font-size: 1rem;
  font-weight: 800;
  border: 1px #3d2a6f solid;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  background: none;
  border-radius: 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .return-to-shop .button {
    font-size: 0.85rem;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout .return-to-shop .button {
    font-size: 0.75rem;
    margin-bottom: 35px;
  }
}
.woocommerce-checkout .return-to-shop .button:hover {
  background-color: #3d2a6f;
  color: #fff;
}
.woocommerce-checkout .woocommerce-cart-form table.shop_table {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .woocommerce-cart-form table.shop_table {
    margin-bottom: 30px;
  }
}
.woocommerce-checkout table.shop_table {
  border: none;
  border-radius: 0;
}
.woocommerce-checkout table.shop_table thead {
  display: none;
}
.woocommerce-checkout table.shop_table .woocommerce-cart-form__cart-item {
  background-color: #fff;
  padding: 50px 300px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1199px) {
  .woocommerce-checkout table.shop_table .woocommerce-cart-form__cart-item {
    padding: 40px 230px 40px 30px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout table.shop_table .woocommerce-cart-form__cart-item {
    padding: 30px 140px 30px 25px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout table.shop_table .woocommerce-cart-form__cart-item {
    padding: 20px 190px 20px 25px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table .woocommerce-cart-form__cart-item {
    padding: 15px 150px 15px 15px;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout table.shop_table .woocommerce-cart-form__cart-item {
    padding: 15px 90px 15px 15px;
  }
}
.woocommerce-checkout table.shop_table td {
  border: none;
  padding: 0;
  background-color: transparent !important;
}
.woocommerce-checkout table.shop_table td:not(.product-quantity):before {
  content: "" !important;
}
.woocommerce-checkout table.shop_table .product-remove {
  display: none;
}
.woocommerce-checkout table.shop_table td.product-thumbnail {
  padding: 0;
  position: absolute;
  right: 150px;
  top: 50%;
  max-height: calc(100% - 30px);
  height: 144px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block !important;
}
@media (max-width: 1199px) {
  .woocommerce-checkout table.shop_table td.product-thumbnail {
    right: 115px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout table.shop_table td.product-thumbnail {
    right: 70px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout table.shop_table td.product-thumbnail {
    right: 95px;
    height: 100px;
    max-height: calc(100% - 20px);
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table td.product-thumbnail {
    right: 75px;
    height: 70px;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout table.shop_table td.product-thumbnail {
    -webkit-transform: none;
            transform: none;
    right: 15px;
    height: auto;
    width: 60px;
    top: 15px;
  }
}
.woocommerce-checkout table.shop_table td.product-thumbnail a {
  display: block;
  height: 100%;
}
.woocommerce-checkout table.shop_table td.product-thumbnail img {
  width: auto;
  height: 100%;
}
.woocommerce-checkout table.shop_table td.product-name {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
  text-align: left !important;
}
@media (max-width: 1199px) {
  .woocommerce-checkout table.shop_table td.product-name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table td.product-name {
    margin-bottom: 8px;
  }
}
.woocommerce-checkout table.shop_table td.product-name a {
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  color: #3d2a6f;
}
@media (max-width: 1199px) {
  .woocommerce-checkout table.shop_table td.product-name a {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout table.shop_table td.product-name a {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout table.shop_table td.product-name a {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table td.product-name a {
    font-size: 1rem;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout table.shop_table td.product-name a {
    font-size: 0.95rem;
  }
}
.woocommerce-checkout table.shop_table td.product-name a:hover {
  color: #1ba89f;
}
.woocommerce-checkout table.shop_table td.product-price {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  font-size: 1.2rem;
  text-align: left !important;
}
@media (max-width: 767px) {
  .woocommerce-checkout table.shop_table td.product-price {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout table.shop_table td.product-price {
    font-size: 0.9rem;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout table.shop_table td.product-price {
    font-size: 0.8rem;
  }
}
.woocommerce-checkout table.shop_table td.product-price bdi:after {
  content: " per unit";
}
.woocommerce-checkout table.shop_table td.product-quantity {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-bottom: 25px;
}
.woocommerce-checkout table.shop_table td.product-quantity:before {
  content: "QTY";
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.woocommerce-checkout table.shop_table td.product-quantity .quantity {
  display: inline-block;
}
.woocommerce-checkout table.shop_table td.product-quantity input {
  padding: 8px 15px;
  width: 80px;
  text-align: left;
  font-size: 1.1rem;
  border: 1px #ccc solid;
  border-radius: 7px;
}
.woocommerce-checkout table.shop_table td.product-subtotal {
  display: none;
  /* position: absolute;
  top: 50%;
  right: -170px;
  transform: translateY(-50%);
  font-size: 1rem;

  &:before{
  	content: 'Subtotal';
  	text-transform: uppercase;
  	display: inline-block;
  	margin-right: 5px;
  	font-weight: 700;
  } */
}
.woocommerce-checkout .ts-notice {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .ts-notice {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout .ts-notice {
    font-size: 0.8rem;
  }
}
.woocommerce-checkout .cross-sells {
  padding-top: 0;
}
@media (max-width: 767px) {
  .woocommerce-checkout .cross-sells {
    padding-bottom: 40px;
  }
}
.woocommerce-checkout .cross-sells h2 {
  margin-bottom: 30px;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  .woocommerce-checkout .cross-sells h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-checkout .cross-sells .products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-checkout .quote-form {
  padding-top: 55px;
  position: relative;
  margin-top: 33px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form {
    margin-top: 28px;
    padding-top: 53px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-form {
    margin-top: 0;
    padding-top: 20px;
  }
}
.woocommerce-checkout .quote-form form.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.woocommerce-checkout .quote-form form.checkout #order_review_heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin: 0;
  padding: 20px 30px;
  background-color: #1ba89f;
  color: #fff;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form form.checkout #order_review_heading {
    padding: 20px 15px 10px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-form form.checkout #order_review_heading {
    padding: 20px 15px 10px;
  }
}
.woocommerce-checkout .quote-form form.checkout #order_review {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 30px 30px;
  width: 100%;
  background-color: #1ba89f;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form form.checkout #order_review {
    padding: 0 0 30px 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-form form.checkout #order_review {
    padding: 0 0 20px 25px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout .quote-form form.checkout #order_review {
    padding: 0 0 20px 15px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form form.checkout #order_review .cart_item {
    font-size: 0.9rem;
  }
}
.woocommerce-checkout .quote-form form.checkout #order_review .cart_item .variation {
  display: none;
}
.woocommerce-checkout .quote-form form.checkout > .disclaimer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 30px;
  font-size: 0.9rem;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form form.checkout > .disclaimer {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-form form.checkout > .disclaimer {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .woocommerce-checkout .quote-form form.checkout > .disclaimer {
    padding: 0 15px;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout .quote-form form.checkout > .disclaimer {
    font-size: 0.8rem;
  }
}
.woocommerce-checkout .quote-form form.checkout #customer_details {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}
.woocommerce-checkout .quote-form .woocommerce-billing-fields {
  padding: 40px 40px 110px 40px;
  background-color: rgba(0, 0, 0, 0.04);
}
@media (max-width: 1199px) {
  .woocommerce-checkout .quote-form .woocommerce-billing-fields {
    padding: 30px 30px 95px 30px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form .woocommerce-billing-fields {
    padding: 25px 25px 85px 25px;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout .quote-form .woocommerce-billing-fields {
    padding: 20px 20px 85px 20px;
  }
}
.woocommerce-checkout .quote-form .woocommerce-billing-fields > h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
.woocommerce-checkout .quote-form .before-billing-fields-text .requirements {
  margin-bottom: 15px;
  font-size: 0.9rem;
}
@media (max-width: 399px) {
  .woocommerce-checkout .quote-form .before-billing-fields-text .requirements {
    font-size: 0.8rem;
  }
}
.woocommerce-checkout .quote-form .before-billing-fields-text h3 {
  font-size: 1.2rem;
  color: #3d2a6f;
  margin-top: 30px;
  margin-bottom: 20px;
}
.woocommerce-checkout .quote-form .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .quote-form .woocommerce-billing-fields__field-wrapper textarea {
  padding: 12px 15px;
  border: 1px #ddd solid;
  border-radius: 5px;
  font-size: 1rem;
}
.woocommerce-checkout .quote-form .woocommerce-billing-fields__field-wrapper textarea {
  min-height: 130px;
}
.woocommerce-checkout .quote-form #opt_in_field {
  padding: 0 10px;
}
.woocommerce-checkout .quote-form #opt_in_field .woocommerce-input-wrapper label.checkbox {
  position: relative;
  padding-left: 25px;
  font-size: 0.9rem;
  line-height: 1.4;
  display: block;
}
.woocommerce-checkout .quote-form #opt_in_field .woocommerce-input-wrapper label.checkbox input {
  position: absolute;
  left: 0;
  top: 4px;
}
.woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table {
  margin-bottom: 0;
}
.woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tbody tr {
  font-size: 1rem;
}
.woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tr {
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tr {
    font-size: 0.9rem;
  }
}
.woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tr th, .woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tr td {
  border: none;
  padding: 0 20px 0 0;
}
.woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tfoot {
  margin-top: 20px;
  display: block;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form .woocommerce-checkout-review-order-table tfoot {
    margin-top: 10px;
  }
}
.woocommerce-checkout .quote-form .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0;
}
@media (max-width: 399px) {
  .woocommerce-checkout .quote-form .woocommerce-billing-fields__field-wrapper .form-row label {
    font-size: 0.9rem;
  }
}
.woocommerce-checkout .quote-form #payment {
  border-radius: 0;
  background: none;
  text-align: right;
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form #payment {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-form #payment {
    padding-right: 25px;
  }
}
@media (max-width: 399px) {
  .woocommerce-checkout .quote-form #payment {
    padding-right: 15px;
  }
}
.woocommerce-checkout .quote-form #payment .place-order {
  padding: 0;
}
.woocommerce-checkout .quote-form #payment .discount-msg {
  text-align: left;
  margin-top: 15px;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  padding: 10px 15px;
  border-left: 4px #1ba89f solid;
  background-color: #c2e7e5;
}
@media (min-width: 550px) and (max-width: 767px) {
  .woocommerce-checkout .quote-form #payment .discount-msg {
    padding: 15px 20px;
  }
}
.woocommerce-checkout .quote-form #payment .shipping-disclaimer {
  text-align: left;
  margin-top: 20px;
  font-size: 0.8rem;
}
@media (max-width: 399px) {
  .woocommerce-checkout .quote-form #payment .shipping-disclaimer {
    font-size: 0.75rem;
  }
}
.woocommerce-checkout .quote-form #payment .button {
  font-weight: 800;
  font-size: 1.2rem;
  padding: 13px 20px;
  border: 1px #3d2a6f solid;
  border-radius: 0;
  background-color: #3d2a6f;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: auto !important;
}
@media (max-width: 1199px) {
  .woocommerce-checkout .quote-form #payment .button {
    font-size: 0.9rem;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout .quote-form #payment .button {
    bottom: 25px;
    right: 25px;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .quote-form #payment .button {
    font-size: 0.8rem;
  }
}
.woocommerce-checkout .quote-form #payment .button:hover {
  background-color: #fff;
  color: #333;
}

/* Exec team page */
.executive_team {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .executive_team {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .executive_team {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.executive_team .team-members > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
@media (max-width: 1199px) {
  .executive_team .team-members > ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .executive_team .team-members > ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.executive_team .team-members > ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.executive_team .team-members > ul .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .executive_team .team-members > ul blockquote {
    max-width: 450px;
  }
}

.team-members-wrap {
  padding: 60px 0;
}
@media (max-width: 575px) {
  .team-members-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 430px) {
  .team-members-wrap {
    padding: 20px 0 40px;
  }
}

/* Careers */

.single-careers .standard-header:not(.has-banner) {
  padding-bottom: 30px;
}

.case-studies-page.careers-top .featured-articles .text {
  width: 100%; 
  text-align: center;
}

.case-studies-page.careers-top .featured-articles .inner:after{
  width:100%;
}

.career-meta p, .career-summary, .case-studies-page.careers-top .featured-articles .text p, .career-responsibilities {
  margin-bottom:20px;
}

.career-responsibilities ul li, .career-requirements ul li {
  margin-bottom: 10px;
  margin-left: 30px;
  list-style: disc;
}

.single-careers .enquiry {
  margin-top: 40px;
}

/* Case Studies */
.case-studies-page {
  padding-bottom: 80px;
}
.case-studies-page > .container {
  max-width: 1300px;
}
.case-studies-page .featured-articles {
  margin-bottom: 60px;
}
.case-studies-page .featured-articles .inner {
  padding: 53px 0 53px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .inner {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .case-studies-page .featured-articles .inner:after {
    content: "";
    display: block;
    width: calc(100% - 77px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  }
}
.case-studies-page .featured-articles .text {
  width: 55%;
  padding-right: 30px;
  padding-top: 17px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 80px 40px 40px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .case-studies-page .featured-articles .text {
    padding-top: 70px;
  }
}
.case-studies-page .featured-articles .text h2 {
  font-size: 3.2rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .case-studies-page .featured-articles .text h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .case-studies-page .featured-articles .text h2 {
    font-size: 2.5rem;
  }
}
.case-studies-page .featured-articles .text h2 a {
  text-transform: uppercase;
  color: #3d2a6f;
}
.case-studies-page .featured-articles .text .label-nav {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .text .label-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.case-studies-page .featured-articles .text .label-nav .label {
  font-size: 1.3rem;
}
@media (max-width: 1199px) {
  .case-studies-page .featured-articles .text .label-nav .label {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .case-studies-page .featured-articles .text .label-nav .label {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .case-studies-page .featured-articles .text .label-nav .label {
    font-size: 0.9rem;
  }
}
@media (max-width: 399px) {
  .case-studies-page .featured-articles .text .label-nav .label {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .text .label-nav .featured-nav {
    display: none;
  }
}
.case-studies-page .featured-articles .text .featured-nav {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .text .featured-nav {
    margin-left: 0;
  }
}
.case-studies-page .featured-articles .text .featured-nav a {
  font-size: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
@media (max-width: 575px) {
  .case-studies-page .featured-articles .text .featured-nav svg {
    width: 11px;
  }
}
.case-studies-page .featured-articles .text .featured-nav .prev {
  padding-right: 14px;
}
@media (max-width: 575px) {
  .case-studies-page .featured-articles .text .featured-nav .page {
    font-size: 0.9rem;
  }
}
.case-studies-page .featured-articles .text .featured-nav .next {
  padding-left: 14px;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .text h2 {
    margin-bottom: 30px;
    border: none;
    padding: 0;
    font-size: 1.9rem;
  }
}
@media (max-width: 575px) {
  .case-studies-page .featured-articles .text h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 399px) {
  .case-studies-page .featured-articles .text h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .text h2:before {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #1ba89f;
    margin: 0 auto 15px;
  }
}
@media (min-width: 768px) {
  .case-studies-page .featured-articles .text .featured-mobile-nav {
    display: none;
  }
}
.case-studies-page .featured-articles .image {
  width: 45%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0 20px -50px;
    position: relative;
    z-index: 2;
  }
}
.case-studies-page .featured-articles .image .image-wrap {
  width: 100%;
  position: relative;
  min-height: 280px;
}
@media (max-width: 767px) {
  .case-studies-page .featured-articles .image .image-wrap {
    min-height: 1px;
    padding-bottom: 57%;
  }
}
.case-studies-page .featured-articles .image .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-page .image-articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .case-studies-page .image-articles {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .case-studies-page .image-articles {
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .case-studies-page .image-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.case-studies-page .image-articles .article {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case-studies-page .image-articles .image {
    height: 250px;
  }
}
.case-studies-page .colour-box-articles {
  margin-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .case-studies-page .colour-box-articles {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .case-studies-page .colour-box-articles {
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .case-studies-page .colour-box-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}
.case-studies-page .colour-box-articles .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .case-studies-page .colour-box-articles .article {
    margin: 0 auto;
  }
}
.case-studies-page .colour-box-articles .article.color-x .text {
  background-color: #fff;
  color: #333;
}
.case-studies-page .colour-box-articles .article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-studies-page .colour-box-articles .image-wrap {
  padding-bottom: 57%;
  position: relative;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.case-studies-page .colour-box-articles .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-page .colour-box-articles .text {
  position: relative;
  margin: -38px 14px 0;
  padding: 35px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .case-studies-page .colour-box-articles .text {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .case-studies-page .colour-box-articles .text {
    padding: 20px;
  }
}
.case-studies-page .colour-box-articles .text:hover .overlay {
  opacity: 1;
}
.case-studies-page .colour-box-articles .text .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.case-studies-page .colour-box-articles .text .text-inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .case-studies-page .colour-box-articles .text .text-inner {
    max-width: 300px;
    margin: 0 auto;
  }
}
.case-studies-page .colour-box-articles .text h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #3d2a6f;
}
@media (max-width: 1199px) {
  .case-studies-page .colour-box-articles .text h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .case-studies-page .colour-box-articles .text h3 {
    font-size: 0.9rem;
  }
}
.case-studies-page .colour-box-articles .text p {
  font-size: 0.92rem;
  margin-bottom: 0;
}
.case-studies-page .sharing-section {
  margin-top: 50px;
}

/*  Modules */
/* Subtitle */
.module.subtitle {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .module.subtitle {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .module.subtitle {
    font-size: 1.2rem;
  }
}

/* Text */
.module.text-content {
  margin-bottom: 50px;
}
.module.text-content > *:first-child {
  margin-top: 0;
}
.module.text-content > *:last-child {
  margin-bottom: 0;
}
.module.text-content h2, .module.text-content h3, .module.text-content h4, .module.text-content h5, .module.text-content h6 {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 40px;
}
.module.text-content h2 a, .module.text-content h3 a, .module.text-content h4 a, .module.text-content h5 a, .module.text-content h6 a {
  color: #3d2a6f;
  text-decoration: underline;
}
.module.text-content h2 a:hover, .module.text-content h3 a:hover, .module.text-content h4 a:hover, .module.text-content h5 a:hover, .module.text-content h6 a:hover {
  color: #1ba89f;
}
.module.text-content h2 {
  font-size: 1.6rem;
}
@media (max-width: 1299px) {
  .module.text-content h2 {
    font-size: 1.45rem;
  }
}
@media (max-width: 575px) {
  .module.text-content h2 {
    font-size: 1.3rem;
  }
}
.module.text-content h3 {
  font-size: 1.4rem;
}
@media (max-width: 1299px) {
  .module.text-content h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .module.text-content h3 {
    font-size: 1.2rem;
  }
}
.module.text-content h4 {
  font-size: 1.2rem;
}
@media (max-width: 1299px) {
  .module.text-content h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .module.text-content h4 {
    font-size: 1.05rem;
  }
}
.module.text-content h5, .module.text-content h6 {
  font-size: 1rem;
}
.module.text-content p {
  margin-bottom: 30px;
}
.module.text-content ul, .module.text-content ol {
  margin-bottom: 30px;
}
.module.text-content ul.sitemap > li, .module.text-content ol.sitemap > li {
  font-size: 1.3rem;
  font-weight: 700;
}
.module.text-content ul.sitemap > li:before, .module.text-content ol.sitemap > li:before {
  top: 12px;
}
.module.text-content ul ul, .module.text-content ul ol, .module.text-content ol ul, .module.text-content ol ol {
  margin-top: 13px;
}
.module.text-content ul ul li, .module.text-content ul ol li, .module.text-content ol ul li, .module.text-content ol ol li {
  font-size: 1rem;
  font-weight: 400;
}
.module.text-content ul ul li:before, .module.text-content ul ol li:before, .module.text-content ol ul li:before, .module.text-content ol ol li:before {
  top: 8px;
}
.module.text-content ul li, .module.text-content ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 13px;
}
.module.text-content ul li:before, .module.text-content ol li:before {
  display: block;
  position: absolute;
  left: 0;
}
.module.text-content ul li a, .module.text-content ol li a {
  color: #3d2a6f;
  text-decoration: underline;
}
.module.text-content ul li a:hover, .module.text-content ol li a:hover {
  color: #1ba89f;
}
.module.text-content ul:not(.tl-items) li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d2a6f;
  top: 8px;
}
.module.text-content ol {
  counter-reset: counter;
}
.module.text-content ol li {
  counter-increment: counter;
}
.module.text-content ol li:before {
  content: counter(counter);
  top: 1px;
  color: #3d2a6f;
  font-weight: 700;
}
.module.text-content img {
  display: block;
}
.module.text-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Custom list */
.module.custom-list {
  padding: 50px 60px;
  background-color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .module.custom-list {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .module.custom-list {
    padding: 30px 20px;
  }
}
.module.custom-list > h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .module.custom-list > h2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .module.custom-list > h2 {
    font-size: 1.2rem;
  }
}
.module.custom-list > h2 a {
  color: #3d2a6f;
  text-decoration: underline;
}
.module.custom-list > h2 a:hover {
  color: #1ba89f;
}
.module.custom-list .desc {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .module.custom-list .desc {
    font-size: 0.9rem;
  }
}
.module.custom-list ul, .module.custom-list ol {
  font-size: 0.93rem;
  max-width: 700px;
  margin-top: 25px;
}
.module.custom-list ul li, .module.custom-list ol li {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .module.custom-list ul li, .module.custom-list ol li {
    padding-left: 25px;
  }
}
.module.custom-list ul a, .module.custom-list ol a {
  color: #3d2a6f;
  text-decoration: underline;
}
.module.custom-list ul a:hover, .module.custom-list ol a:hover {
  color: #1ba89f;
}
.module.custom-list ul.dots li:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #3d2a6f;
  top: 8px;
  left: 0;
}
.module.custom-list ul.lines li {
  border-left: 4px #3d2a6f solid;
}
.module.custom-list ol {
  counter-reset: counter;
}
.module.custom-list ol li {
  counter-increment: counter;
}
.module.custom-list ol li:before {
  display: block;
  position: absolute;
  content: counter(counter);
  color: #3d2a6f;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

/* Video */
.module.video-section .video-inner {
  background-color: #1ba89f;
  padding: 0 160px 35px;
  margin-top: 125px;
  margin-bottom: 50px;
}
@media (max-width: 1499px) {
  .module.video-section .video-inner {
    padding: 0 90px 35px;
  }
}
@media (max-width: 1199px) {
  .module.video-section .video-inner {
    padding: 0 70px 35px;
  }
}
@media (max-width: 991px) {
  .module.video-section .video-inner {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .module.video-section .video-inner {
    padding: 0 50px 30px;
  }
}
@media (max-width: 575px) {
  .module.video-section .video-inner {
    padding: 0 15px 15px;
    margin-top: 105px;
  }
}
.module.video-section .video-container {
  margin-top: -75px;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 575px) {
  .module.video-section .video-container {
    margin-top: -55px;
  }
}
.module.video-section .video-container video,
.module.video-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Quote */
.module.quote-block {
  padding: 50px 170px 45px 50px;
  background-color: #3d2a6f;
  border-radius: 15px;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 1199px) {
  .module.quote-block {
    padding: 40px 100px 35px 40px;
  }
}
@media (max-width: 991px) {
  .module.quote-block {
    padding: 30px 30px 25px 30px;
  }
}
@media (max-width: 575px) {
  .module.quote-block {
    padding: 25px;
  }
}
.module.quote-block p {
  font-style: italic;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 1199px) {
  .module.quote-block p {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .module.quote-block p {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .module.quote-block p {
    font-style: 1rem;
  }
}
.module.quote-block cite {
  font-style: normal;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .module.quote-block cite {
    font-size: 1rem;
  }
}

/* Gallery */
.module.gallery {
  margin: 80px 0;
  padding: 0 40px 0 30px;
}
@media (max-width: 1199px) {
  .module.gallery {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .module.gallery {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .module.gallery {
    padding-top: 50px;
    position: relative;
  }
}
.module.gallery .gallery-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 47%) minmax(0, 53%);
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
}
@media (max-width: 575px) {
  .module.gallery .gallery-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.module.gallery .titles {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .module.gallery .titles {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .module.gallery .titles {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 1;
  }
}
.module.gallery .titles .inner {
  background-color: #fff;
  width: 100%;
  padding: 45px 50px 30px 45px;
  min-height: 220px;
  margin-top: 60px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
}
@media (max-width: 1399px) {
  .module.gallery .titles .inner {
    padding: 35px 35px 20px 30px;
  }
}
@media (max-width: 1199px) {
  .module.gallery .titles .inner {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .module.gallery .titles .inner {
    padding: 25px 25px 20px 25px;
    min-height: 180px;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .module.gallery .titles .inner {
    position: static;
    margin: -25px 10px 0;
    min-height: 0;
    padding: 20px;
  }
}
.module.gallery .titles .inner h2 {
  position: absolute;
  bottom: calc(100% + 35px);
  left: 0;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .module.gallery .titles .inner h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .module.gallery .titles .inner h2 {
    font-size: 1.2rem;
    bottom: calc(100% + 25px);
  }
}
@media (max-width: 991px) {
  .module.gallery .titles .inner h2 {
    font-size: 1.1rem;
    bottom: calc(100% + 20px);
  }
}
@media (max-width: 575px) {
  .module.gallery .titles .inner h2 {
    bottom: auto;
    top: 0;
  }
}
.module.gallery .titles .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
  width: 100%;
}
.module.gallery .titles h3 {
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 30px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1399px) {
  .module.gallery .titles h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .module.gallery .titles h3 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .module.gallery .titles h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .module.gallery .titles h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
.module.gallery .titles h3.active, .module.gallery .titles h3.next, .module.gallery .titles h3.prev {
  display: block;
}
.module.gallery .titles h3.next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.module.gallery .titles h3.prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.module.gallery .titles h3.next.move-center, .module.gallery .titles h3.prev.move-center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.module.gallery .titles nav {
  background-color: #fff;
  padding: 8px 13px;
  border-radius: 40px;
  z-index: 5;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .module.gallery .titles nav {
    padding: 4px 12px;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .module.gallery .titles nav {
    position: absolute;
    left: 4px;
    top: 55px;
    padding: 1px;
    font-size: 0.8rem;
  }
}
.module.gallery .titles nav button {
  padding: 3px 10px;
  background: none;
  border: none;
  cursor: pointer;
}
.module.gallery .titles nav svg {
  width: 10px;
  display: inline-block;
  height: auto;
}
@media (max-width: 991px) {
  .module.gallery .titles nav svg {
    width: 8px;
  }
}
.module.gallery .titles nav .page {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .module.gallery .titles nav .page {
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .module.gallery .titles nav .page {
    margin: 0;
  }
}
.module.gallery .carousel {
  min-height: 410px;
}
@media (max-width: 1399px) {
  .module.gallery .carousel {
    min-height: 360px;
  }
}
@media (max-width: 1199px) {
  .module.gallery .carousel {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .module.gallery .carousel {
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .module.gallery .carousel {
    min-height: 190px;
  }
}

/* Social Sharing */
.sharing-section:not(.sharing-fw) {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
}
.sharing-section.sharing-fw {
  padding-bottom: 50px;
}
.sharing-section h3 {
  margin-bottom: 0;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .sharing-section h3 {
    font-size: 0.9rem;
  }
}

/* Case studies */
.row-cs {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  padding-bottom: 50px;
}
.row-cs.full-width {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .row-cs.full-width {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .row-cs.full-width {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-cs:not(.full-width) {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .row-cs:not(.full-width) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .row-cs:not(.full-width) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.row-cs .case-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-cs .single-cs-block {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row-cs .single-cs-block .image-container {
  width: 100%;
  background-size: cover;
  padding-bottom: 55%;
  background-color: #3d2a6f;
}
.row-cs .single-cs-block .info-container {
  padding: 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  margin: -48px 20px 0;
}
@media (max-width: 399px) {
  .row-cs .single-cs-block .info-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.row-cs .single-cs-block .info-container h3 {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d2a6f;
}
@media (max-width: 1399px) {
  .row-cs .single-cs-block .info-container h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .row-cs .single-cs-block .info-container h3 {
    font-size: 1.1rem;
  }
}
.row-cs .single-cs-block .info-container .text {
  width: 100%;
  color: #333;
}
@media (max-width: 767px) {
  .row-cs .single-cs-block .info-container .text {
    font-size: 0.9rem;
  }
}
.row-cs .single-cs-block .info-container .date {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  width: 100%;
  color: #333;
}

/* Certificates */
.certificates-module {
  background-color: #fff;
  margin-bottom: 50px;
}
.certificates-module li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 30%) 60px minmax(0, 70%);
  grid-template-columns: minmax(0, 30%) minmax(0, 70%);
  grid-column-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 35px;
}
@media (max-width: 1199px) {
  .certificates-module li {
    -ms-grid-columns: minmax(0, 33.333%) 40px minmax(0, 66.666%);
    grid-template-columns: minmax(0, 33.333%) minmax(0, 66.666%);
    grid-column-gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .certificates-module li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .certificates-module li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 30px 20px;
  }
}
.certificates-module li:nth-of-type(even) {
  background-color: #ddd;
}
.certificates-module .img-wrap {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .certificates-module .img-wrap {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .certificates-module .img-wrap {
    text-align: left;
  }
}
.certificates-module .img-wrap img {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .certificates-module .img-wrap img {
    max-width: 160px;
  }
}
@media (max-width: 575px) {
  .certificates-module .img-wrap img {
    max-width: 120px;
  }
}
.certificates-module .text-wrap h2 {
  color: #3d2a6f;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  .certificates-module .text-wrap h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .certificates-module .text-wrap h2 {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .certificates-module .text-wrap .text {
    font-size: 0.9rem;
  }
}

/* Carousel */
.testimonial-fw {
  padding-top: 60px;
  margin-bottom: 50px;
}
.testimonial-fw h2 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .testimonial-fw h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .testimonial-fw .testimonials-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.testimonial-fw .text-col {
  width: calc(61% + 86px);
  margin-right: -86px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 34px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-fw .text-col {
    width: 90%;
    margin: -50px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .text-col {
    width: 93%;
    margin: -50px auto 0;
  }
}
.testimonial-fw .testimonial-text {
  padding: 35px 53px 34px 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .testimonial-fw .testimonial-text {
    padding: 30px 40px 27px 24px;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .testimonial-text {
    padding: 20px 20px 55px;
  }
}
@media (max-width: 767px) {
  .testimonial-fw .testimonial-text > * {
    max-width: 450px;
  }
}
.testimonial-fw .testimonial-text:not(.has-link) {
  cursor: default;
}
.testimonial-fw .testimonial-text.change {
  opacity: 0;
}
.testimonial-fw .testimonial-text h3 {
  color: #3d2a6f;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .testimonial-fw .testimonial-text h3 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .testimonial-text h3 {
    font-size: 0.9rem;
  }
}
.testimonial-fw .testimonial-text .content {
  font-size: 1.24rem;
  color: #333;
}
@media (max-width: 1199px) {
  .testimonial-fw .testimonial-text .content {
    font-size: 1rem;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .testimonial-text .content {
    font-size: 0.9rem;
  }
}
.testimonial-fw .testimonial-text .bottom-text {
  margin-top: 30px;
  width: 70%;
}
@media (max-width: 1199px) {
  .testimonial-fw .testimonial-text .bottom-text {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial-fw .testimonial-text .bottom-text {
    width: 64%;
  }
}
.testimonial-fw .testimonial-text h4 {
  font-size: 1.125rem;
  color: #1ba89f;
  margin-bottom: 2px;
}
@media (max-width: 1199px) {
  .testimonial-fw .testimonial-text h4 {
    font-size: 1rem;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .testimonial-text h4 {
    font-size: 0.9rem;
  }
}
.testimonial-fw .testimonial-text .link-text {
  font-size: 0.85rem;
  color: #333;
}
@media (max-width: 449px) {
  .testimonial-fw .testimonial-text .link-text {
    font-size: 0.75rem;
  }
}
.testimonial-fw .slidenav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
@media (max-width: 1199px) {
  .testimonial-fw .slidenav {
    right: 15px;
    bottom: 15px;
  }
}
.testimonial-fw .slidenav a {
  padding: 8px;
  font-size: 0;
}
@media (max-width: 1199px) {
  .testimonial-fw .slidenav a {
    padding: 4px 6px;
  }
}
.testimonial-fw .slidenav a.prev {
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .testimonial-fw .slidenav a.prev {
    margin-right: 6px;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .slidenav a.prev {
    margin-right: 5px;
  }
}
.testimonial-fw .slidenav a.next {
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .testimonial-fw .slidenav a.next {
    margin-left: 6px;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .slidenav a.next {
    margin-left: 5px;
  }
}
.testimonial-fw .slidenav a svg {
  width: 10px;
  height: auto;
}
@media (max-width: 1199px) {
  .testimonial-fw .slidenav a svg {
    width: 8px;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .slidenav a svg {
    width: 7px;
  }
}
.testimonial-fw .slidenav .slide-count {
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 449px) {
  .testimonial-fw .slidenav .slide-count {
    font-size: 0.85rem;
  }
}
.testimonial-fw .image-col {
  width: 48%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #333;
}
@media (max-width: 991px) {
  .testimonial-fw .image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-fw .image-col {
    width: 80%;
  }
}
@media (max-width: 449px) {
  .testimonial-fw .image-col {
    width: 100%;
  }
}
.testimonial-fw .image-col:not(.has-link) {
  cursor: default;
}
.testimonial-fw .image-wrap {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-fw .image-wrap {
    padding-bottom: 80%;
  }
}
@media (max-width: 767px) {
  .testimonial-fw .image-wrap {
    padding-bottom: 70%;
  }
}
.testimonial-fw .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonial-fw .image-wrap img.change {
  opacity: 0;
}

/* Benefits boxes */
.benefits-fw-module {
  padding-bottom: 50px;
}
.benefits-fw-module h2 {
  margin-bottom: 30px;
  color: #3d2a6f;
}

/* Highlighted block */
.highlighted-block {
  padding: 30px 28px;
  background-color: white;
  margin-bottom: 40px;
  border-radius: 10px;
}
.highlighted-block h3 {
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 700;
  color: #145887;
}
.highlighted-block p {
  font-size: 15px;
  color: #145887;
}
.highlighted-block p:not(:last-of-type) {
  margin-bottom: 30px;
}
.highlighted-block.blue {
  background-color: #145887;
}
.highlighted-block.blue p, .highlighted-block.blue h3 {
  color: white;
}
.highlighted-block.teal {
  background-color: #49c0b6;
}
.highlighted-block.teal p, .highlighted-block.teal h3 {
  color: white;
}

/* Timeline */
.timeline {
  margin-bottom: 50px;
  padding: 40px 30px;
  background-color: #fff;
}
.timeline .tl-intro {
  margin-bottom: 50px;
}
.timeline .tl-intro p {
  margin-bottom: 30px;
}
.timeline h3 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .timeline h3 {
    margin-bottom: 30px;
  }
}
.timeline li {
  padding: 23px 0 23px 26px;
  position: relative;
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline li {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .timeline li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px 0 18px 26px;
  }
}
.timeline li:not(:first-of-type):not(:last-of-type) {
  border-left: 3px #1ba89f solid;
}
.timeline li:first-of-type, .timeline li:last-of-type {
  padding-left: 29px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline li:first-of-type, .timeline li:last-of-type {
    padding-left: 15px;
  }
}
.timeline li:first-of-type:after, .timeline li:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #1ba89f;
}
.timeline li:first-of-type:before, .timeline li:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  z-index: 2;
  background-size: 3px 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline li:first-of-type .date:before, .timeline li:last-of-type .date:before {
    left: -20px;
  }
}
.timeline li:first-of-type:before {
  top: 0;
  height: 41px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1ba89f), color-stop(40%, #1ba89f), color-stop(40%, #fff), to(#fff));
  background-image: linear-gradient(180deg, #1ba89f, #1ba89f 40%, #fff 40%, #fff 100%);
}
.timeline li:last-of-type:before {
  bottom: 0;
  height: calc(100% - 41px);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1ba89f), color-stop(40%, #1ba89f), color-stop(40%, #fff), to(#fff));
  background-image: linear-gradient(0deg, #1ba89f, #1ba89f 40%, #fff 40%, #fff 100%);
}
.timeline li .date {
  position: relative;
  margin: 0 22px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline li .date {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .timeline li .date {
    width: 100%;
  }
}
.timeline li .date:before {
  content: "";
  display: block;
  z-index: 3;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px #1ba89f solid;
  position: absolute;
  top: calc(50% + 1px);
  left: -34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline li .date:before {
    left: -23px;
  }
}
.timeline li .date span {
  display: block;
}
.timeline li .date .period {
  font-size: 0.9375rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .timeline li .date .period {
    font-size: 0.85rem;
  }
}
.timeline li .date .year {
  font-size: 1.9375rem;
  line-height: 1.2;
  color: #3d2a6f;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline li .date .year {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .timeline li .date .year {
    font-size: 1.6rem;
  }
}
.timeline li .content > *:last-child {
  margin-bottom: 0;
}
.timeline li .content p {
  font-size: 0.9375rem;
}
@media (max-width: 575px) {
  .timeline li .content p {
    font-size: 0.9rem;
  }
}

/* Additional text */
.additional-content {
  padding: 50px 60px;
  background-color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .additional-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .additional-content {
    padding: 30px 20px;
  }
}
.additional-content .reveal-container .title {
  border-bottom: 2px solid #3d2a6f;
  padding-bottom: 10px;
  cursor: pointer;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.additional-content .reveal-container .title .tab-title-text {
  color: #3a2b78;
  font-weight: 600;
  display: block;
}
.additional-content .reveal-container .title .tab-title-close-open {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.additional-content .reveal-container .title .tab-title-close-open:before {
  content: "";
  width: 15px;
  height: 1px;
  border-top: 3px solid #3a2b78;
  display: block;
  position: absolute;
  margin-top: 8px;
  margin-left: 0px;
}
.additional-content .reveal-container .title .tab-title-close-open:after {
  content: "";
  width: 1px;
  height: 15px;
  border-right: 3px solid #3a2b78;
  display: inline-block;
  position: absolute;
  margin-top: 2px;
  margin-left: 6px;
}
.additional-content .reveal-container .title.open .tab-title-close-open:after {
  opacity: 0;
}
.additional-content .reveal-container .content {
  display: none;
  width: 100%;
}
.additional-content .reveal-container .content * {
  width: 100%;
}

/* Order thank you content */
.order-thankyou {
  padding-bottom: 100px;
}
@media (max-width: 575px) {
  .order-thankyou {
    padding-bottom: 20px;
  }
}
.order-thankyou p {
  font-size: 1.3rem;
}
@media (max-width: 575px) {
  .order-thankyou p {
    font-size: 1.2rem;
  }
}

/* Social links */
.module.social-links {
  padding: 30px 28px;
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 10px;
}
.module.social-links h2 {
  font-size: 1.6rem;
  color: #3d2a6f;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .module.social-links h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .module.social-links h2 {
    font-size: 1.2rem;
  }
}
.module.social-links .content {
  margin-top: 15px;
}
.module.social-links ul.social-icons {
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 449px) {
  .module.social-links ul.social-icons {
    margin-top: 40px;
  }
}
.module.social-links ul.social-icons li {
  padding-left: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  margin-right: 20px;
}
.module.social-links ul.social-icons li:before {
  content: normal;
}
.module.social-links ul.social-icons li a img {
  height: 32px;
  width: auto;
  margin: 0;
}
@media (max-width: 575px) {
  .module.social-links ul.social-icons li a img {
    height: 27px;
  }
}

/*  Sidebar */
/* Contact */
.author-module {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .author-module {
    margin-bottom: 30px;
  }
}
.author-module .author-image {
  width: 160px;
  height: 160px;
  margin: 0 auto -80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-module .author-image {
    width: 120px;
    height: 120px;
    margin-bottom: -90px;
  }
}
@media (max-width: 575px) {
  .author-module .author-image {
    width: 140px;
    height: 140px;
  }
}
.author-module .author-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-module .text {
  background-color: #fff;
  padding: 105px 30px 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-module .text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .author-module .text {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .author-module .text {
    padding: 90px 15px 30px;
  }
}
.author-module h4 .name {
  font-size: 1.625rem;
  margin-bottom: 5px;
  color: #3d2a6f;
}
@media (max-width: 991px) {
  .author-module h4 .name {
    font-size: 1.45rem;
  }
}
@media (max-width: 575px) {
  .author-module h4 .name {
    font-size: 1.25rem;
  }
}
.author-module h4 .position {
  font-size: 0.9rem;
}
@media (max-width: 575px) {
  .author-module h4 .position {
    font-size: 0.83rem;
  }
}
.author-module blockquote {
  line-height: 1.65;
  font-size: 1.0625rem;
  font-style: italic;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .author-module blockquote {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-module blockquote {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .author-module blockquote {
    max-width: 340px;
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  .author-module blockquote {
    margin: 15px auto 0;
    font-size: 0.83rem;
  }
}
.author-module blockquote p:first-of-type:before {
  content: '"';
}
.author-module blockquote p:last-of-type:after {
  content: '"';
}
.author-module .cta-bttn {
  margin-top: 30px;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .author-module .cta-bttn {
    margin-top: 25px;
    font-size: 0.8rem;
    padding: 7px 15px;
  }
}
@media (max-width: 575px) {
  .author-module .cta-bttn {
    margin-top: 20px;
    font-size: 0.73rem;
  }
}

/* Testimonials */
.sidebar-testimonials {
  margin-bottom: 50px;
}
.sidebar-testimonials .carousel blockquote .quote {
  font-style: italic;
  font-size: 1.2rem;
}
.sidebar-testimonials .carousel blockquote cite {
  font-style: normal;
  margin-top: 30px;
}
.sidebar-testimonials .carousel blockquote cite h3 {
  font-size: 1rem;
  color: #3d2a6f;
  margin-bottom: 2px;
}
@media (max-width: 1199px) {
  .sidebar-testimonials .carousel blockquote cite h3 {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .sidebar-testimonials .carousel blockquote cite h3 {
    font-size: 0.75rem;
  }
}
.sidebar-testimonials .carousel blockquote cite h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.sidebar-testimonials .carousel .dots-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 35px;
}
.sidebar-testimonials .carousel .dots-nav a:before {
  background-color: #333;
}

/* Button */
.sidebar-button {
  margin-bottom: 50px;
}
.sidebar-button.light .bttn {
  border: none;
  background-color: #fff;
}
.sidebar-button.light .bttn:hover {
  background-color: #1ba89f;
}
.sidebar-button.light .bttn:hover circle {
  stroke: #fff;
}
.sidebar-button.dark .bttn {
  background-color: #3d2a6f;
  border: 1px #3d2a6f solid;
  color: #fff;
}
.sidebar-button.dark .bttn:hover {
  background-color: #fff;
  color: #3d2a6f;
}
.sidebar-button.dark .bttn:hover path {
  fill: #3d2a6f;
}
.sidebar-button.dark .bttn:hover circle {
  stroke: #3d2a6f;
}
.sidebar-button.dark .bttn path {
  fill: #fff;
}
.sidebar-button.dark .bttn circle {
  stroke: #fff;
}
.sidebar-button .bttn {
  width: 100%;
  font-weight: 500;
  text-transform: none;
  font-size: 1.1rem;
  padding: 20px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .sidebar-button .bttn {
    font-size: 1rem;
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .sidebar-button .bttn {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .sidebar-button .bttn svg {
    width: 16px;
  }
}
.sidebar-button .bttn circle {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* Links */
.sidebar-links,
.list-link_aside {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sidebar-links,
  .list-link_aside {
    padding: 27px;
  }
}
.sidebar-links h3,
.list-link_aside h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .sidebar-links h3,
  .list-link_aside h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .sidebar-links h3,
  .list-link_aside h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .sidebar-links h3,
  .list-link_aside h3 {
    font-size: 1.2rem;
  }
}
.sidebar-links ul.line,
.list-link_aside ul.line {
  border-left: 4px #1ba89f solid;
}
.sidebar-links ul.dots li,
.list-link_aside ul.dots li {
  position: relative;
}
.sidebar-links ul.dots li:before,
.list-link_aside ul.dots li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1ba89f;
}
@media (max-width: 991px) {
  .sidebar-links ul.dots li:before,
  .list-link_aside ul.dots li:before {
    width: 7px;
    height: 7px;
    top: 9px;
  }
}
.sidebar-links ul li,
.list-link_aside ul li {
  padding-left: 28px;
}
@media (max-width: 1199px) {
  .sidebar-links ul li,
  .list-link_aside ul li {
    font-size: 0.9rem;
    padding-left: 20px;
  }
}
.sidebar-links ul li:not(:last-of-type),
.list-link_aside ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .sidebar-links ul li:not(:last-of-type),
  .list-link_aside ul li:not(:last-of-type) {
    margin-bottom: 13px;
  }
}
.sidebar-links ul li a,
.list-link_aside ul li a {
  color: #333;
}
.sidebar-links ul li a:hover,
.list-link_aside ul li a:hover {
  color: #1ba89f;
}

/* Case study */
.sidebar-case-study {
  margin: 80px 0;
}
.sidebar-case-study a {
  background-color: #1ba89f;
  color: #fff;
  padding: 0 30px 0 17px;
  font-size: 1.1rem;
}
@media (max-width: 1399px) {
  .sidebar-case-study a {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .sidebar-case-study a {
    padding: 0 20px 0 17px;
  }
}
@media (max-width: 767px) {
  .sidebar-case-study a {
    padding: 0 30px 0 17px;
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sidebar-case-study a {
    padding: 0 15px;
  }
}
.sidebar-case-study a span {
  max-width: 120px;
}
@media (max-width: 991px) {
  .sidebar-case-study a span {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .sidebar-case-study a span {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .sidebar-case-study a span {
    font-size: 1rem;
  }
}
.sidebar-case-study a span svg {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .sidebar-case-study a span svg {
    width: 16px;
  }
}
@media (max-width: 575px) {
  .sidebar-case-study a span svg {
    width: 16px;
  }
}
.sidebar-case-study a img {
  margin: -40px 0 -40px 30px;
  max-width: 170px;
}
@media (max-width: 1399px) {
  .sidebar-case-study a img {
    max-width: 140px;
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .sidebar-case-study a img {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .sidebar-case-study a img {
    max-width: 120px;
    margin: -20px 0 -20px 10px;
  }
}
@media (max-width: 767px) {
  .sidebar-case-study a img {
    max-width: 160px;
    margin: -40px 0 -40px 10px;
  }
}
@media (max-width: 575px) {
  .sidebar-case-study a img {
    max-width: 120px;
    margin: -20px 0 -20px 10px;
  }
}

/* Picbox links */
aside .picbox-links {
  margin-bottom: 50px;
}

/* Contact form */
.contact-form_module {
  margin-bottom: 50px;
  padding: 35px 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact-form_module {
    padding: 27px 17px;
  }
}
.contact-form_module h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .contact-form_module h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contact-form_module h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .contact-form_module h3 {
    font-size: 1.2rem;
  }
}

/* Full width modules */
/* Side by side image boxes */
.sbs-img-boxes {
  margin-bottom: 15px;
  padding-bottom: 50px;
}
.sbs-img-boxes .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
}
@media (max-width: 991px) {
  .sbs-img-boxes .container {
    grid-column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .sbs-img-boxes .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.sbs-img-boxes .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .sbs-img-boxes .box {
    width: 100%;
  }
}
.sbs-img-boxes .box.box-1 .bttn {
  background-color: #3d2a6f;
}
.sbs-img-boxes .box.box-2 .bttn {
  background-color: #1ba89f;
}
.sbs-img-boxes .img-wrap {
  padding-bottom: 57%;
  position: relative;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 576px) and (max-width: 767px) {
  .sbs-img-boxes .img-wrap {
    padding-bottom: 70%;
  }
}
.sbs-img-boxes .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sbs-img-boxes .text {
  position: relative;
  margin: -38px 20px 0;
  padding: 60px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1499px) {
  .sbs-img-boxes .text {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .sbs-img-boxes .text {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .sbs-img-boxes .text {
    padding: 30px 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.sbs-img-boxes .text > div {
  width: 100%;
}
.sbs-img-boxes .text .title-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sbs-img-boxes .text h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .sbs-img-boxes .text h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .sbs-img-boxes .text h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sbs-img-boxes .text h2 {
    font-size: 1.2rem;
  }
}
.sbs-img-boxes .text .desc {
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .sbs-img-boxes .text .desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .sbs-img-boxes .text .desc {
    margin-bottom: 25px;
  }
}
.sbs-img-boxes .text p {
  font-size: 1.2rem;
}
@media (max-width: 1499px) {
  .sbs-img-boxes .text p {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .sbs-img-boxes .text p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .sbs-img-boxes .text p {
    font-size: 0.9rem;
  }
}
.sbs-img-boxes .text p:not(:last-of-type) {
  margin-bottom: 20px;
}
.sbs-img-boxes .text .bttn {
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .sbs-img-boxes .text .bttn {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .sbs-img-boxes .text .bttn {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .sbs-img-boxes .text .bttn {
    font-size: 0.8rem;
  }
}

/* Side by side image boxes */
.fw-gallery {
  padding-bottom: 50px;
}
.fw-gallery .images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .fw-gallery .images {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fw-gallery .images {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 575px) {
  .fw-gallery .images {
    grid-gap: 20px;
  }
}
@media (max-width: 399px) {
  .fw-gallery .images {
    grid-gap: 10px;
  }
}
.fw-gallery .images .image {
  font-size: 0;
  padding-bottom: 56%;
  position: relative;
  background-color: #3d2a6f;
  border: 15px #fff solid;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-box-shadow 0.7s ease;
  transition: -webkit-box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease;
  transition: box-shadow 0.7s ease, -webkit-box-shadow 0.7s ease;
}
@media (max-width: 767px) {
  .fw-gallery .images .image {
    border-width: 7px;
  }
}
.fw-gallery .images .image:hover {
  -webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.1);
}
.fw-gallery .images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fw-gallery .images a:hover img {
  opacity: 0.7;
}
.fw-gallery .images a img {
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.fw-gallery .load-more {
  margin-top: 40px;
  position: relative;
}
.fw-gallery .load-more a.loading .text {
  opacity: 0;
}
.fw-gallery .load-more a.loading svg {
  opacity: 1;
}
.fw-gallery .load-more svg {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: 1.3s infinite linear logoSpinner;
          animation: 1.3s infinite linear logoSpinner;
}
@keyframes logoSpinner {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.fw-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 60px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .fw-gallery-lightbox {
    padding: 30px;
  }
}
.fw-gallery-lightbox .close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .fw-gallery-lightbox .close {
    top: 6px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.fw-gallery-lightbox .close .c-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.fw-gallery-lightbox .close .line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fw-gallery-lightbox .close .line-1 {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.fw-gallery-lightbox .close .line-2 {
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}
.fw-gallery-lightbox .gl-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.fw-gallery-lightbox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fw-gallery-lightbox img.left {
  left: -50%;
  opacity: 0;
}
.fw-gallery-lightbox img.right {
  left: 150%;
  opacity: 0;
}
.fw-gallery-lightbox .gl-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15px;
  z-index: 2;
}
@media (max-width: 575px) {
  .fw-gallery-lightbox .gl-nav {
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .fw-gallery-lightbox .gl-nav svg {
    width: 22px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .fw-gallery-lightbox .gl-nav svg {
    width: 17px;
  }
}
@media (max-width: 575px) {
  .fw-gallery-lightbox .gl-nav svg {
    width: 14px;
  }
}
.fw-gallery-lightbox .prev {
  left: 10px;
}
@media (max-width: 991px) {
  .fw-gallery-lightbox .prev {
    left: 0;
  }
}
.fw-gallery-lightbox .next {
  right: 10px;
}
@media (max-width: 991px) {
  .fw-gallery-lightbox .next {
    right: 0;
  }
}

/* Title with 2 text columns */
.fw-title-with-text-cols .inner {
  background-color: #fff;
  padding: 43px 60px 70px;
}
@media (max-width: 991px) {
  .fw-title-with-text-cols .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .fw-title-with-text-cols .inner {
    padding-bottom: 50px;
  }
}
.fw-title-with-text-cols .main-title {
  color: #3d2a6f;
  margin-bottom: 30px;
}
.fw-title-with-text-cols .cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 45%) 110px minmax(0, 55%);
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  grid-column-gap: 110px;
}
@media (max-width: 1199px) {
  .fw-title-with-text-cols .cols {
    grid-column-gap: 90px;
  }
}
@media (max-width: 991px) {
  .fw-title-with-text-cols .cols {
    grid-column-gap: 70px;
  }
}
@media (max-width: 767px) {
  .fw-title-with-text-cols .cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .fw-title-with-text-cols .cols .col.col-1 {
    margin-bottom: 30px;
  }
}
.fw-title-with-text-cols .cols .col.col-1 p {
  font-size: 1.35rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fw-title-with-text-cols .cols .col.col-1 p {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .fw-title-with-text-cols .cols .col.col-1 p {
    font-size: 1.2rem;
  }
}
.fw-title-with-text-cols .cols .col > *:last-child {
  margin-bottom: 0;
}
.fw-title-with-text-cols .cols .col p {
  margin-bottom: 30px;
}
.fw-title-with-text-cols .cols .col ul, .fw-title-with-text-cols .cols .col ol {
  margin-bottom: 30px;
  padding-left: 5px;
}
.fw-title-with-text-cols .cols .col ul ul, .fw-title-with-text-cols .cols .col ul ol, .fw-title-with-text-cols .cols .col ol ul, .fw-title-with-text-cols .cols .col ol ol {
  margin-top: 13px;
}
.fw-title-with-text-cols .cols .col ul ul li, .fw-title-with-text-cols .cols .col ul ol li, .fw-title-with-text-cols .cols .col ol ul li, .fw-title-with-text-cols .cols .col ol ol li {
  font-size: 1rem;
  font-weight: 400;
}
.fw-title-with-text-cols .cols .col ul ul li:before, .fw-title-with-text-cols .cols .col ul ol li:before, .fw-title-with-text-cols .cols .col ol ul li:before, .fw-title-with-text-cols .cols .col ol ol li:before {
  top: 8px;
}
.fw-title-with-text-cols .cols .col ul li, .fw-title-with-text-cols .cols .col ol li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 13px;
}
.fw-title-with-text-cols .cols .col ul li:before, .fw-title-with-text-cols .cols .col ol li:before {
  display: block;
  position: absolute;
  left: 0;
}
.fw-title-with-text-cols .cols .col ul li a, .fw-title-with-text-cols .cols .col ol li a {
  color: #3d2a6f;
  text-decoration: underline;
}
.fw-title-with-text-cols .cols .col ul li a:hover, .fw-title-with-text-cols .cols .col ol li a:hover {
  color: #1ba89f;
}
.fw-title-with-text-cols .cols .col ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3d2a6f;
  top: 8px;
}
.fw-title-with-text-cols .cols .col ol {
  counter-reset: counter;
}
.fw-title-with-text-cols .cols .col ol li {
  counter-increment: counter;
}
.fw-title-with-text-cols .cols .col ol li:before {
  content: counter(counter);
  top: 1px;
  color: #3d2a6f;
  font-weight: 700;
}
.fw-title-with-text-cols .cols .col blockquote {
  padding: 5px 30px;
  border-left: 4px #1ba89f solid;
  margin: 40px 0 40px 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fw-title-with-text-cols .cols .col blockquote {
    font-size: 1.15rem;
  }
}
@media (max-width: 575px) {
  .fw-title-with-text-cols .cols .col blockquote {
    font-size: 1.15rem;
  }
}
.fw-title-with-text-cols .cols .col blockquote > *:last-child {
  margin-bottom: 0;
}

/* Testimonials */
/* Most styling in /assets/css/template-parts/standard-page/modules/carousel.scss */
.testimonial-fw.fwtms h2 {
  color: #3d2a6f;
}
@media (max-width: 991px) {
  .testimonial-fw.fwtms h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .testimonial-fw.fwtms h2 {
    margin-bottom: 40px;
  }
}
.testimonial-fw.fwtms .text-col {
  margin-bottom: 0;
  width: calc(70% + 86px);
}
@media (min-width: 992px) {
  .testimonial-fw.fwtms .text-col {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .testimonial-fw.fwtms .text-col {
    margin-top: -30px;
  }
}
@media (max-width: 399px) {
  .testimonial-fw.fwtms .text-col {
    width: calc(100% - 30px);
    margin: -30px 0 0 0;
  }
}
.testimonial-fw.fwtms .image-col {
  width: 30%;
}
@media (max-width: 575px) {
  .testimonial-fw.fwtms .image-col {
    width: 290px;
  }
}
@media (max-width: 399px) {
  .testimonial-fw.fwtms .image-col {
    width: 230px;
  }
}
.testimonial-fw.fwtms .image-col .image-wrap {
  padding-bottom: 80%;
}
@media (max-width: 575px) {
  .testimonial-fw.fwtms .image-col .image-wrap {
    padding-bottom: 100%;
  }
}
.testimonial-fw blockquote {
  padding-right: 60px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 449px) {
  .testimonial-fw blockquote {
    padding: 0;
  }
}
.testimonial-fw blockquote.change {
  opacity: 0;
}
.testimonial-fw blockquote .quote-text p {
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonial-fw blockquote .quote-text p {
    font-size: 1.5rem;
  }
}
@media (max-width: 449px) {
  .testimonial-fw blockquote .quote-text p {
    font-size: 1rem;
  }
}
.testimonial-fw blockquote cite {
  margin-top: 65px;
}
.testimonial-fw blockquote cite .name {
  font-size: 1.25rem;
}
.testimonial-fw blockquote cite .job-title {
  font-size: 0.92rem;
}

/* Benefits by location */
.benefits-module {
  padding-top: 60px;
}
.benefits-module .titles {
  margin-bottom: 50px;
}
.benefits-module .titles h2 {
  margin-bottom: 0;
  color: #3d2a6f;
}
@media (max-width: 991px) {
  .benefits-module .titles h2 {
    font-size: 1.45rem;
  }
}
@media (max-width: 449px) {
  .benefits-module .titles h2 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}
.benefits-module .titles .locations li {
  line-height: 1;
}
.benefits-module .titles .locations li a {
  padding: 0px 10px;
  color: #333;
}
.benefits-module .titles .locations li a.current {
  font-weight: 700;
}
.benefits-module .titles .locations li:not(:last-of-type) {
  border-right: 1px #333 solid;
}
.benefits-module .titles .locations li:last-of-type a {
  padding-right: 0;
}
.benefits-module .benefits-list {
  position: relative;
}
.benefits-module .benefits-list .loading-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.benefits-module .benefits-list .loading-overlay.show {
  display: block;
}
.benefits-module .benefits-list .loading-overlay .inner {
  position: relative;
}
.benefits-module .benefits-list .loading-overlay svg {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: auto;
  -webkit-animation: linear 0.9s infinite spin;
          animation: linear 0.9s infinite spin;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
.benefits-module .colour-box-articles {
  margin: 0 -10px;
}
.benefits-module .colour-box-articles .article {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .benefits-module .colour-box-articles .article {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .benefits-module .colour-box-articles .article {
    width: 100%;
  }
}
.benefits-module .colour-box-articles .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.benefits-module .colour-box-articles .image-wrap {
  padding-bottom: 57%;
  position: relative;
  width: 100%;
  background-color: #3d2a6f;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.benefits-module .colour-box-articles .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefits-module .colour-box-articles .text {
  padding: 25px 20px 15px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  color: #333;
  position: relative;
  margin-top: -38px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.benefits-module .colour-box-articles .text h3 {
  font-size: 1.25rem;
  margin-bottom: 13px;
}
.benefits-module .colour-box-articles .text p {
  font-size: 0.875rem;
}

/* Contact form row */
.fw-form-box .inner {
  margin-top: 50px;
  padding: 43px 60px 70px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .fw-form-box .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .fw-form-box .inner {
    padding-bottom: 50px;
  }
}
.fw-form-box h2 {
  margin-bottom: 40px;
  color: #3d2a6f;
}
.fw-form-box .wpcf7 form {
  max-width: 1000px;
}
.fw-form-box .wpcf7 input[type=submit] {
  width: auto;
  padding-right: 50px;
  padding-left: 50px;
}

/* Content, image, full width form */
.content-image-full-width-form .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 30px auto;
      grid-template-areas: "a a" "b c";
  -ms-grid-columns: minmax(0, 55%) 30px minmax(0, 45%);
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .content-image-full-width-form .inner {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .content-image-full-width-form .inner {
    -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas: "b" "a" "c";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.content-image-full-width-form .content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: b;
  padding: 50px 60px;
  background-color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .content-image-full-width-form .content {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .content-image-full-width-form .content {
    padding: 30px 20px;
  }
}
.content-image-full-width-form .image {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: c;
  position: relative;
}
@media (max-width: 767px) {
  .content-image-full-width-form .image {
    padding-bottom: 400px;
  }
}
@media (max-width: 575px) {
  .content-image-full-width-form .image {
    padding-bottom: 300px;
  }
}
@media (max-width: 399px) {
  .content-image-full-width-form .image {
    padding-bottom: 200px;
  }
}
.content-image-full-width-form .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-image-full-width-form .form {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: a;
  padding: 50px 55px;
  background-color: #fff;
}
@media (max-width: 767px){
  .content-image-full-width-form .content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .content-image-full-width-form .image {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .content-image-full-width-form .form {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 991px) {
  .content-image-full-width-form .form {
    padding: 40px 25px;
  }
}
@media (max-width: 575px) {
  .content-image-full-width-form .form {
    padding: 30px 15px;
  }
}
.content-image-full-width-form .form .text-above {
  padding: 0 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-image-full-width-form .form .wpcf7 form .field.w50 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-image-full-width-form .form .wpcf7 form .field.w33 {
    width: 33.333%;
  }
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons,
.content-image-full-width-form .form .wpcf7 form .checkboxes {
  margin: 20px 0;
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 10px;
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 575px) {
  .content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label,
  .content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 18px;
  }
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:before, .content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:after,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:before,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 18px;
  height: 18px;
  border: 2px #1ba89f solid;
  top: 2px;
  left: 0;
}
@media (max-width: 575px) {
  .content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:before,
  .content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:after,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:after {
  width: 10px;
  height: 10px;
  background-color: #1ba89f;
  top: 6px;
  left: 4px;
  display: none;
}
@media (max-width: 575px) {
  .content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:after,
  .content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item input,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item input {
  display: none;
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after,
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item:not(.last),
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item:not(.last) {
  margin-right: 20px;
}
.content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:before, .content-image-full-width-form .form .wpcf7 form .radio-buttons .wpcf7-list-item .wpcf7-list-item-label:after {
  border-radius: 50%;
}
.content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before, .content-image-full-width-form .form .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:after {
  border-radius: 3px;
}
.content-image-full-width-form .form .wpcf7 .submit input[type=submit] {
  width: auto;
  min-width: 200px;
}
.content-image-full-width-form .wpcf7 form [data-name=preferred-date] {
  display: inline-block;
  padding-left: 20px;
}

/* ----------------------------------------------------------------------------
 * 1 - TOOLS
 * ------------------------------------------------------------------------- */
@-webkit-keyframes slideDown {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -15px;
  }
}
@keyframes slideDown {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -15px;
  }
}
/* ----------------------------------------------------------------------------
 * 2 - BASICS
 * ------------------------------------------------------------------------- */
.bg-image-contain {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-image-cover {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

ul.reset-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.inline-list {
  display: inline-block;
}
ul.inline-list li {
  float: left;
}

.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .item-container {
  width: 100%;
  height: 100%;
}
.carousel .carousel-indicators {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 60px;
  margin-bottom: 14px;
  bottom: 0;
}
.carousel .carousel-indicators li.round {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid white;
}
.carousel .carousel-indicators li.round.round-dark {
  border: 1px solid #333333;
}
.carousel .carousel-indicators li.round.round-dark.active {
  background: #333333;
}
@media only screen and (max-width: 1200px) {
  .carousel .carousel-indicators {
    margin-left: 30px;
  }
}
.carousel .carousel-control {
  display: none;
}

#product-carousel .item-container.bg-image-cover {
  background-size: 80%;
}

/* ----------------------------------------------------------------------------
 * 3 - Modules
 * ------------------------------------------------------------------------- */
.submenu-wrap .breadcrumbs {
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .submenu-wrap .breadcrumbs {
    margin-bottom: 20px;
  }
}
.submenu-wrap .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.submenu-wrap .search-bar a.telephone {
  font-size: 20px;
  font-weight: 600;
  color: #3D2771;
  margin-right: 23px;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .submenu-wrap .search-bar a.telephone {
    display: none;
  }
}
.submenu-wrap .search-bar a.telephone span:first-child {
  margin-right: 20px;
}
.submenu-wrap .search-bar a.telephone span.icon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  background-image: url("assets/images/icons/phone.svg");
  width: 26px;
  height: 26px;
  background-size: 19px 19px;
}
.submenu-wrap .search-bar .search-field {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.submenu-wrap .search-bar .search-field input[type=text] {
  padding: 7px 40px 7px 20px;
  height: 43px;
  background-color: #EEEEEE;
  color: #999999;
  border: none;
  font-weight: 700;
  font-size: 15px;
  width: 100%;
}
.submenu-wrap .search-bar .search-field input[type=text]::-webkit-input-placeholder {
  text-transform: uppercase;
}
.submenu-wrap .search-bar .search-field input[type=text]::-moz-placeholder {
  text-transform: uppercase;
}
.submenu-wrap .search-bar .search-field input[type=text]:-ms-input-placeholder {
  text-transform: uppercase;
}
.submenu-wrap .search-bar .search-field input[type=text]::-ms-input-placeholder {
  text-transform: uppercase;
}
.submenu-wrap .search-bar .search-field input[type=text]::placeholder {
  text-transform: uppercase;
}
.submenu-wrap .search-bar .search-field button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0px;
  width: 50px;
  height: 43px;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/icons/magnifying-glass.svg");
}
.submenu-wrap .search-bar .build-quote-cta {
  padding: 10px 70px 7px 20px;
  background-color: #333333;
  height: 43px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .submenu-wrap .search-bar .build-quote-cta {
    padding: 10px 20px 7px 20px;
  }
}
@media only screen and (max-width: 430px) {
  .submenu-wrap .search-bar .build-quote-cta {
    text-align: center;
    min-width: 160px;
    padding: 10px 10px 7px 10px;
  }
}
.submenu-wrap .search-bar .build-quote-cta:hover {
  color: white;
}
.submenu-wrap .search-bar .build-quote-cta .quote-content {
  font-size: 15px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}
.submenu-wrap .search-bar .build-quote-cta .icon {
  top: 15px;
  right: 20px;
  position: absolute;
  width: 24px;
  height: 13px;
  background-size: 24px auto;
  background-image: url("assets/images/icons/quote.svg");
}
@media only screen and (max-width: 768px) {
  .submenu-wrap .search-bar .build-quote-cta .icon {
    display: none;
  }
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer ul#menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer ul#menu-footer li {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}
footer ul#menu-footer li:first-of-type {
  margin-left: 0px;
}
@media only screen and (max-width: 992px) {
  footer ul#menu-footer li:first-of-type {
    margin-left: 15px;
  }
}
footer ul#menu-footer li:last-of-type {
  margin-right: 0px;
}
@media only screen and (max-width: 992px) {
  footer ul#menu-footer li:last-of-type {
    margin-right: 15px;
  }
}
footer ul#menu-footer li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #1D1D1B;
}
@media only screen and (max-width: 992px) {
  footer ul#menu-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .line {
  background-color: #E5E5E5;
  height: 1px;
  margin-bottom: 20px;
}
footer .title-footer {
  font-size: 14px;
  color: #3D2771;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px;
}
@media only screen and (max-width: 992px) {
  footer .title-footer {
    text-align: center;
  }
}
footer .wrap-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  footer .wrap-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .wrap-links a {
  margin-left: 10px;
}
footer .wrap-links .website-link {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  footer .wrap-links .website-link {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer .wrap-links .social-icons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .copright {
  font-size: 11px;
  color: #333333;
  font-weight: 600;
}
footer .copright a {
  color: inherit;
}
@media only screen and (max-width: 992px) {
  footer .copright {
    text-align: center;
  }
}
footer .copright p {
  display: inline-block;
}
footer #navbarFooterSecondary {
  display: inline-block;
}
footer #navbarFooterSecondary #menu-footer-secondary {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #navbarFooterSecondary #menu-footer-secondary li {
  display: inline-block;
  margin: 0;
}
footer #navbarFooterSecondary #menu-footer-secondary li a {
  font-size: 11px;
}
footer #navbarFooterSecondary #menu-footer-secondary li:after {
  content: " |";
  font-size: 11px;
}
footer #navbarFooterSecondary #menu-footer-secondary li:last-child:after {
  display: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .navbar {
    padding-bottom: 60px;
  }
}
.navbar .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.navbar .container .request-call-cta {
  position: absolute;
  right: 15px;
  top: 76px;
}
@media only screen and (max-width: 992px) {
  .navbar .container .request-call-cta {
    top: 125px;
  }
}
.navbar .navbar-brand {
  padding-top: 40px;
  padding-left: 0px;
}
.navbar .navbar-brand img {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .navbar .navbar-brand {
    padding-left: 15px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-brand {
    padding-left: 0px;
  }
}
.navbar .mobile-ui {
  display: none;
  padding-top: 30px;
  text-align: right;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .navbar .mobile-ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar .mobile-ui .hamburger-toggler {
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: 0;
  margin: 0px;
  margin-bottom: 30px;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .mobile-ui .hamburger-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  background: #3D2771;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .mobile-ui .hamburger-toggler span:nth-child(1) {
  top: 0px;
}
.navbar .mobile-ui .hamburger-toggler span:nth-child(2) {
  top: 10px;
}
.navbar .mobile-ui .hamburger-toggler span:nth-child(3) {
  top: 20px;
}
.navbar .mobile-ui .hamburger-toggler.is-open span:nth-child(1) {
  background: #3D2771;
  top: 5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navbar .mobile-ui .hamburger-toggler.is-open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navbar .mobile-ui .hamburger-toggler.is-open span:nth-child(3) {
  background: #3D2771;
  top: 5px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.navbar .mobile-ui .telephone {
  display: inline-block;
  width: 100%;
  clear: both;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #3D2771;
  text-decoration: none;
}
.navbar #navbarNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav {
    -webkit-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.3);
            box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -51%;
    background-color: white;
    z-index: 9999;
    height: 100%;
    min-width: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar #navbarNav.is-open {
    right: 0;
  }
}
@media only screen and (max-width: 430px) {
  .navbar #navbarNav {
    min-width: 100%;
    right: -101%;
  }
}
.navbar #navbarNav .header-mobile {
  display: none;
  width: 100%;
  position: relative;
  background-color: white;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar #navbarNav .header-mobile:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("assets/images/icons/chevron-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar #navbarNav .header-mobile span {
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav .header-mobile {
    display: block;
  }
}
.navbar #navbarNav ul#menu-main {
  margin-right: 15px;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav ul#menu-main {
    width: 100%;
    margin-right: 0;
  }
}
.navbar #navbarNav ul#menu-main li {
  position: relative;
  margin: 0;
}
.navbar #navbarNav ul#menu-main li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 60px;
  background-color: #3D2771;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav ul#menu-main li:after {
    display: none;
  }
}
.navbar #navbarNav ul#menu-main li.dropdown:before {
  content: "";
  position: absolute;
  display: none;
  width: 16px;
  height: 8px;
  right: 30px;
  top: 25px;
  background-image: url("assets/images/icons/chevron-down-b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav ul#menu-main li.dropdown:before {
    display: block;
  }
}
.navbar #navbarNav ul#menu-main li.dropdown.show:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navbar #navbarNav ul#menu-main li a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #1D1D1B;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar #navbarNav ul#menu-main li a:after {
  display: none;
}
.navbar #navbarNav ul#menu-main li a:hover {
  color: #FFB211;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav ul#menu-main li a {
    padding: 20px 28px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.navbar #navbarNav ul#menu-main ul.dropdown-menu {
  background-color: #3D2771;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  min-width: 15rem;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav ul#menu-main ul.dropdown-menu {
    margin-top: 0;
  }
}
.navbar #navbarNav ul#menu-main ul.dropdown-menu > li a {
  color: white;
  padding: 6px 10px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav ul#menu-main ul.dropdown-menu > li a {
    padding-left: 28px;
  }
}
.navbar #navbarNav ul#menu-main ul.dropdown-menu > li:hover {
  background-color: #291a4b;
}
.navbar #navbarNav ul#menu-main ul.dropdown-menu > li:after {
  display: none;
}
.navbar #navbarNav .social-links {
  padding-top: 28px;
}
@media only screen and (max-width: 992px) {
  .navbar #navbarNav .social-links {
    display: none;
  }
}
.navbar #navbarNav .social-links a {
  margin-right: 10px;
}
.navbar #navbarNav .social-links a:last-of-type {
  margin-right: 0px;
}

.social-icon {
  width: 24px;
  height: 24px;
  background-color: #333333;
  border-radius: 50%;
  padding-top: 10px;
  display: inline-block;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icon:hover {
  opacity: 0.8;
}

.aside-content .pdf-download_module a {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.aside-content .pdf-download_module a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/images/icons/pdf-icon.svg);
}

.aside-content .contact_aside .contact-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.aside-content .contact_aside .contact-wrap .contact-info {
  width: calc(100% - 132px);
}
@media only screen and (max-width: 430px) {
  .aside-content .contact_aside .contact-wrap .contact-info {
    width: calc(100% - 100px);
  }
}
.aside-content .contact_aside .contact-wrap .contact-info p {
  margin-bottom: 0;
  font-size: 20px;
  color: #3D2771;
}
@media only screen and (max-width: 430px) {
  .aside-content .contact_aside .contact-wrap .contact-info a {
    font-size: 12px !important;
    padding: 10px 10px 11px !important;
  }
}
.aside-content .contact_aside .contact-wrap .contact-info .job-title {
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.aside-content .contact_aside .contact-wrap .profile-image {
  margin-top: 10px;
  border-radius: 100%;
  width: 132px;
  height: 132px;
}
@media only screen and (max-width: 430px) {
  .aside-content .contact_aside .contact-wrap .profile-image {
    width: 100px;
    height: 100px;
  }
}
.aside-content .contact_aside .quote {
  margin-top: 10px;
}
.aside-content .contact_aside .quote p {
  margin: 0;
}

.aside-content .pdf-download_module a {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  position: relative;
}
.aside-content .pdf-download_module a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/images/icons/pdf-icon.svg);
}

.aside-content #carousel-quotes {
  background-color: white;
  padding: 32px 30px;
  margin-bottom: 40px;
}
.aside-content #carousel-quotes h4 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}
.aside-content #carousel-quotes .carousel-item {
  min-height: 400px;
}
.aside-content #carousel-quotes .carousel-item .quote-copy {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 20px;
}
.aside-content #carousel-quotes .carousel-item .quote-author {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.aside-content #carousel-quotes .carousel-item .quote-author + p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.aside-content #carousel-quotes .carousel-indicators {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.aside-content #carousel-quotes .carousel-indicators li {
  background-color: #878786;
  width: 25%;
}
.aside-content #carousel-quotes .carousel-indicators li.active {
  background-color: #3D2771;
}

.aside-content .testimonial-carousel_module .carousel-item {
  min-height: 250px !important;
}

.aside-content .title-text-link_aside p {
  font-size: 13px;
}

.internal-wrap-cs {
  background-color: white;
  padding: 30px 20px;
}
.internal-wrap-cs .thumbnail-cs {
  display: block;
  width: 184px;
  height: 262px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
.internal-wrap-cs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: black;
  width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.internal-wrap-cs a:hover {
  text-decoration: none;
  background-color: #145887;
}
.internal-wrap-cs a span {
  text-transform: uppercase;
  font-size: 15px;
  color: white;
}
.internal-wrap-cs a i.icon-pdf {
  width: 18px;
  height: 21px;
  background-image: url("assets/images/icons/pdf-icon-w.svg");
}

.section-child-links .list-of-child-links {
  padding: 0 10px;
  background-color: #3D2771;
}
.section-child-links .list-of-child-links li {
  border-bottom: 1px solid white;
}
.section-child-links .list-of-child-links li:last-of-type {
  border-bottom: none;
}
.section-child-links .list-of-child-links li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  background-color: #3D2771;
  color: white;
  font-weight: 700;
}

/* @import 'assets/css/sass/3-modules/highlighted-block'; */
/* ----------------------------------------------------------------------------
 * 4 - pages
 * ------------------------------------------------------------------------- */
.home section.top-section {
  margin-bottom: 10px;
}
.home section.top-section #carousel-header {
  margin-bottom: 20px;
  height: 272px;
  width: 100%;
}
.home section.top-section #carousel-header .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
}
@media only screen and (max-width: 1200px) {
  .home section.top-section #carousel-header .item-container {
    padding-left: 30px;
  }
}
.home section.top-section #carousel-header .item-container a:hover {
  text-decoration: none;
}
.home section.top-section #carousel-header .item-container p {
  font-size: 53px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.home section.top-section .link_block,
.home section.top-section .block-link {
  height: 272px;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .home section.top-section .link_block,
  .home section.top-section .block-link {
    height: initial;
  }
}
.home section.top-section .block-link p {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .home section.top-section .block-link p {
    font-size: 26px;
  }
}
.home section.top-section .block-link .link {
  color: #FFB211;
  font-size: 34px;
  font-weight: 300;
}
@media only screen and (max-width: 1200px) {
  .home section.top-section .block-link .link {
    font-size: 26px;
  }
}
.home section.top-section .link_block {
  padding: 30px 20px 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .home section.top-section .link_block {
    padding: 30px 20px 30px 30px;
  }
}
.home section.top-section .link_block span {
  font-size: 53px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  text-shadow: 0px 2px 4px rgb(0, 0, 0);
}
@media only screen and (max-width: 1200px) {
  .home section.top-section .link_block span {
    font-size: 43px;
  }
}
.home section.top-section .link_block:hover {
  text-decoration: none;
}
.home section.products-carousel {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 40px;
}
.home section.products-carousel .title-section,
.home section.products-carousel .link-section {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .home section.products-carousel .title-section {
    text-align: center;
    margin-bottom: 20px;
  }
}
.home section.products-carousel .link-section {
  color: #3D2771;
}
@media only screen and (max-width: 992px) {
  .home section.products-carousel .desktop-cta {
    display: none;
  }
}
.home section.products-carousel .mobile-cta {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .home section.products-carousel .mobile-cta {
    display: block;
  }
}
.home section.products-carousel .carousel-wrap-essential .single-slide {
  display: inline-block;
  cursor: -webkit-grab;
  cursor: grab;
}
.home section.products-carousel .carousel-wrap-essential .single-slide:focus {
  outline: none;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.home section.products-carousel .carousel-wrap-essential .single-slide .internal-slide-container {
  background-color: white;
  height: 200px;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.home section.products-carousel .carousel-wrap-essential .single-slide .internal-slide-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90%;
}
.home section.bottom-links .internal_wrap_links_list {
  padding: 30px;
  background-color: #3D2771;
}
@media only screen and (max-width: 1200px) {
  .home section.bottom-links .internal_wrap_links_list {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .home section.bottom-links .internal_wrap_links_list {
    margin-bottom: 20px;
    padding: 30px;
  }
}
.home section.bottom-links .internal_wrap_links_list .title-block {
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}
.home section.bottom-links .internal_wrap_links_list ul.list-of-links a {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: white;
}
.home section.bottom-links .internal_wrap_links_list ul.list-of-links a p {
  display: inline-block;
  margin: 0;
}
.home section.bottom-links .internal_wrap_links_list ul.list-of-links a p:hover {
  text-decoration: underline;
}
.home section.bottom-links .internal_wrap_links_list ul.list-of-links a .arrow {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url("assets/images/icons/arrow-white.svg");
}
.home section.bottom-links .internal_wrap_carousel_bottom {
  height: 100%;
  padding: 30px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (max-width: 992px) {
  .home section.bottom-links .internal_wrap_carousel_bottom {
    min-height: 350px;
    margin-bottom: 20px;
  }
}
.home section.bottom-links .internal_wrap_carousel_bottom h4 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-inner,
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-item,
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .item-container {
  height: initial;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-indicators {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-indicators li {
  background-color: #878786;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-indicators li.active {
  background-color: #3D2771;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-item .quote-copy {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 14px;
}
.home section.bottom-links .internal_wrap_carousel_bottom #carousel-quotes .carousel-item .quote-author {
  font-weight: 600;
  font-size: 18px;
}
.home section.bottom-links h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1D1D1B;
}
.home section.bottom-links h5 a {
  color: #1D1D1B;
}

.search-header h1 {
  color: #3D2771;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 26px;
}
.search-header .search-header-element-wrap {
  position: relative;
  margin-bottom: 20px;
}
.search-header .search-header-element-wrap form {
  width: 100%;
}
.search-header .search-header-element-wrap form .wrap-input-search {
  position: relative;
  float: left;
  width: calc(33.333333% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .search-header .search-header-element-wrap form .wrap-input-search {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.search-header .search-header-element-wrap form .wrap-input-search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/icons/magnifying-glass.svg");
}
.search-header .search-header-element-wrap form .wrap-input-search input.input-search {
  width: 100%;
  border: 1px solid #DEDEDE;
  color: #333333;
}
.search-header .search-header-element-wrap form .wrap-input-search input.input-search::-webkit-input-placeholder {
  color: #333333;
}
.search-header .search-header-element-wrap form .wrap-input-search input.input-search::-moz-placeholder {
  color: #333333;
}
.search-header .search-header-element-wrap form .wrap-input-search input.input-search:-ms-input-placeholder {
  color: #333333;
}
.search-header .search-header-element-wrap form .wrap-input-search input.input-search::-ms-input-placeholder {
  color: #333333;
}
.search-header .search-header-element-wrap form .wrap-input-search input.input-search::placeholder {
  color: #333333;
}
.search-header .search-header-element-wrap form .woof {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .search-header .search-header-element-wrap form .woof {
    width: calc(70% - 20px);
  }
}
@media only screen and (max-width: 430px) {
  .search-header .search-header-element-wrap form .woof {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.search-header .search-header-element-wrap form .woof .woof_submit_search_form_container {
  margin: 0;
}
.search-header .search-header-element-wrap form .woof .woof_container_product_cat {
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 42px;
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-header .search-header-element-wrap form .woof .woof_container_product_cat .chosen-container {
  height: 100%;
  width: 100% !important;
}
.search-header .search-header-element-wrap form .woof .woof_container_product_cat .chosen-container a.chosen-single {
  height: 42px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  border: 1px solid #DEDEDE;
  padding-left: 20px;
  color: #333333;
}
.search-header .search-header-element-wrap form .woof .woof_container_product_cat .chosen-container a.chosen-single span {
  font-size: 15px;
  padding-top: 7px;
}
.search-header .search-header-element-wrap form .woof .woof_container_product_cat .chosen-container a.chosen-single b {
  background-position-y: 10px !important;
}
.search-header .search-header-element-wrap form .woof .woof_container_hire_type {
  margin-bottom: 0;
  float: left;
  width: calc(50% - 10px);
  padding-bottom: 0;
}
.search-header .search-header-element-wrap form .woof .woof_container_hire_type .chosen-container {
  height: 100%;
  width: 100% !important;
}
.search-header .search-header-element-wrap form .woof .woof_container_hire_type .chosen-container a.chosen-single {
  height: 42px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  border: 1px solid #DEDEDE;
  padding-left: 20px;
  color: #333333;
}
.search-header .search-header-element-wrap form .woof .woof_container_hire_type .chosen-container a.chosen-single span {
  font-size: 15px;
  padding-top: 7px;
}
.search-header .search-header-element-wrap form .woof .woof_container_hire_type .chosen-container a.chosen-single b {
  background-position-y: 10px !important;
}
.search-header .search-header-element-wrap form .solid-button {
  float: left;
  width: 16.666667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .search-header .search-header-element-wrap form .solid-button {
    width: 30%;
  }
}
@media only screen and (max-width: 430px) {
  .search-header .search-header-element-wrap form .solid-button {
    width: 100%;
  }
}

.results-extra .woocommerce-result-count {
  font-size: 13px;
  font-weight: 600;
}
.results-extra .orderby {
  display: none;
}

.products-list ul.available-products {
  width: 100%;
}
.products-list ul.available-products li.product {
  margin: 0;
  width: 100%;
  background-color: #EEEEEE;
  margin-bottom: 20px;
}
.products-list ul.available-products li.product > a.woocommerce-LoopProduct-link {
  background-color: white;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  position: relative;
}
.products-list ul.available-products li.product > a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  display: none;
}
.products-list ul.available-products li.product > a {
  display: block;
  max-height: 168px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .products-list ul.available-products li.product > a {
    max-height: none;
  }
}
.products-list ul.available-products li.product .infos-product {
  padding-top: 20px;
}
.products-list ul.available-products li.product .infos-product a.woocommerce-loop-product__link {
  display: inline-block;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 20px;
  margin-bottom: 17px !important;
  min-height: 40px;
  width: 100%;
}
.products-list ul.available-products li.product .infos-product h2 {
  font-size: 17px;
  font-weight: 600;
  color: #1D1D1B;
  margin-bottom: 0;
}
.products-list ul.available-products li.product .infos-product a.view-cta {
  display: inline-block;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #3D2771;
  text-transform: uppercase;
}
.products-list ul.available-products li.product .infos-product a.view-cta .arrow-icon {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/icons/arrow.svg");
}

.single-product-top .product-details h1 {
  font-size: 36px;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 20px;
}
.single-product-top .product-details .content {
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}
.single-product-top .product-details .content ul {
  padding-left: 20px;
}
.single-product-top .product-details .product-price-wrap {
  padding-top: 20px;
  width: 100%;
}
.single-product-top .product-details .product-price-wrap .price {
  float: left;
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .single-product-top .product-details .product-price-wrap .price {
    width: 100%;
  }
}
.single-product-top .product-details .product-price-wrap .price .main-price {
  font-weight: 700;
  margin-bottom: 0px;
}
.single-product-top .product-details .product-price-wrap .price .price-extra-info {
  font-size: 13px;
}
.single-product-top .product-details .product-price-wrap .price .woocommerce-Price-amount {
  display: none;
}
.single-product-top .product-details .product-price-wrap .product_meta {
  display: none;
}
.single-product-top .product-details .product-price-wrap .view_basket {
  clear: both;
  margin-top: 125px;
}
.single-product-top .product-details .product-price-wrap .view_basket a {
  font-size: 14px;
  text-decoration: underline;
}
.single-product-top .product-details .product-price-wrap .woocommerce-variation.single_variation {
  display: none !important;
}
.single-product-top .product-details .product-price-wrap h1.product_title {
  display: none;
}
@media only screen and (max-width: 992px) {
  .single-product-top .product-details .product-price-wrap form.cart {
    width: 100%;
  }
}
.single-product-top .product-details .product-price-wrap form.cart span {
  display: inline-block;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  padding-top: 7px;
}
.single-product-top .product-details .product-price-wrap form.cart .quantity {
  float: left;
  margin-right: 20px;
}
.single-product-top .product-details .product-price-wrap form.cart .quantity:before {
  content: "QTY";
  font-weight: bold;
}
.single-product-top .product-details .product-price-wrap form.cart .quantity input[type=number] {
  height: 42px;
  width: 50px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
}
.single-product-top .product-details .product-price-wrap form.cart .solid-button,
.single-product-top .product-details .product-price-wrap form.cart .single_add_to_cart_button {
  height: 42px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 20px 12px !important;
  text-transform: uppercase !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  background-color: #3D2771 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-product-top .product-details .product-price-wrap form.cart table.variations {
  margin-bottom: 20px;
}
.single-product-top .product-details .product-price-wrap form.cart table.variations .reset_variations {
  display: none;
}
.single-product-top .product-details table.wccpf_fields_table td.wccpf_label, .single-product-top .product-details table.wccpf_fields_table td.wccpf_label label {
  width: 300px;
}
.single-product-top #product-carousel {
  height: 100%;
  height: 475px;
}
@media only screen and (max-width: 992px) {
  .single-product-top #product-carousel {
    margin-top: 30px;
    height: 400px;
  }
}
.single-product-top #product-carousel .carousel-inner {
  height: 356px;
}
@media only screen and (max-width: 992px) {
  .single-product-top #product-carousel .carousel-inner {
    height: 300px;
  }
}
.single-product-top #product-carousel .product-carousel-info {
  padding: 11px 10px 11px;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.single-product-top #product-carousel .product-carousel-info p {
  margin-bottom: 0;
}
.single-product-top #product-carousel .carousel-indicators {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.cross-sells-section {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: white;
}
@media only screen and (max-width: 992px) {
  .cross-sells-section {
    margin-top: 20px;
  }
}
.cross-sells-section .title-section,
.cross-sells-section .link-section {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .cross-sells-section .title-section {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cross-sells-section .link-section {
  color: #3D2771;
}
@media only screen and (max-width: 992px) {
  .cross-sells-section .desktop-cta {
    display: none;
  }
}
.cross-sells-section .mobile-cta {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 992px) {
  .cross-sells-section .mobile-cta {
    display: block;
  }
}
.cross-sells-section .cross-sells .available-products,
.cross-sells-section .cross-sells .products-list {
  width: 100%;
}
.cross-sells-section .cross-sells .available-products .single-item-link,
.cross-sells-section .cross-sells .products-list .single-item-link {
  display: inline-block;
}
.cross-sells-section .cross-sells .available-products .single-item-link:hover,
.cross-sells-section .cross-sells .products-list .single-item-link:hover {
  text-decoration: none;
}
.cross-sells-section .cross-sells .available-products .single-item-link h2,
.cross-sells-section .cross-sells .products-list .single-item-link h2 {
  text-align: center;
  color: black;
}

.cross-sells-bottom .tech-spec {
  padding: 30px;
  background-color: white;
  min-height: 384px;
}
@media only screen and (max-width: 992px) {
  .cross-sells-bottom .tech-spec {
    margin-bottom: 20px;
  }
}
.cross-sells-bottom .tech-spec .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.cross-sells-bottom .tech-spec p:not(.title) {
  font-size: 12px;
}
.cross-sells-bottom .tech-spec a.nav-link {
  color: inherit;
}
.cross-sells-bottom .tech-spec .tab-pane {
  padding: 20px;
}
.cross-sells-bottom .tech-spec #carousel-quotes {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 210px;
}
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-inner,
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-item,
.cross-sells-bottom .tech-spec #carousel-quotes .item-container {
  height: initial;
}
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-indicators {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-indicators li {
  background-color: #878786;
}
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-indicators li.active {
  background-color: #3D2771;
}
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-item .quote-copy {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}
.cross-sells-bottom .tech-spec #carousel-quotes .carousel-item .quote-author {
  font-weight: 600;
  font-size: 13px;
}
.cross-sells-bottom .three_links_options h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1D1D1B;
}
.cross-sells-bottom .three_links_options h5 a {
  color: #1D1D1B;
}

.section-quote-cart .item-in-cart-wrap {
  /* Item container */
}
.section-quote-cart .item-in-cart-wrap h1 {
  font-size: 36;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 30px;
}
.section-quote-cart .item-in-cart-wrap .continue-shopping-cta {
  display: inline-block;
  padding-top: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #3D2771;
  font-size: 14px;
  font-weight: 700;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item {
  width: 100%;
  background-color: white;
  padding: 30px;
  margin-bottom: 20px;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .product-name {
  margin-bottom: 20px;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .product-name a {
  font-size: 26px;
  font-weight: 300;
  color: #3D2771;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .quantity-remove-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .quantity-remove-wrap span {
  font-weight: 700;
  margin-right: 10px;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .quantity-remove-wrap .product-quantity {
  margin-right: 10px;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .quantity-remove-wrap .product-quantity input[type=number] {
  height: 42px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .quantity-remove-wrap .product-remove a {
  font-size: 13px;
  color: #666666 !important;
  font-weight: 400;
}
.section-quote-cart .item-in-cart-wrap .woocommerce-cart-form__cart-item .quantity-remove-wrap .product-remove a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.section-quote-cart .item-in-cart-wrap .update-cart-btn-wrap {
  margin-bottom: 42px;
}
.section-quote-cart .item-in-cart-wrap .quote-term-conditions {
  margin-bottom: 30px;
}
.section-quote-cart .item-in-cart-wrap .quote-term-conditions p {
  font-size: 13px;
}
.section-quote-cart .cross-sells-up .cross-sells,
.section-quote-cart .cart-collaterals .cross-sells {
  width: 100%;
}
.section-quote-cart .cross-sells-up .cross-sells h2,
.section-quote-cart .cart-collaterals .cross-sells h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-quote-cart .cross-sells-up .cross-sells .related-items-wrap,
.section-quote-cart .cart-collaterals .cross-sells .related-items-wrap {
  padding-top: 15px;
  width: 100%;
  background-color: white;
}
.section-quote-cart .cross-sells-up .cross-sells .related-items-wrap .available-products .col-md-3,
.section-quote-cart .cart-collaterals .cross-sells .related-items-wrap .available-products .col-md-3 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
}
.section-quote-cart .cross-sells-up .cross-sells .related-items-wrap .available-products .col-md-3 li.product,
.section-quote-cart .cart-collaterals .cross-sells .related-items-wrap .available-products .col-md-3 li.product {
  background-color: white;
  width: 50%;
  padding: 10px;
}
.section-quote-cart .cross-sells-up .cross-sells .related-items-wrap .available-products .col-md-3 li.product .infos-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.section-quote-cart .cart-collaterals .cross-sells .related-items-wrap .available-products .col-md-3 li.product .infos-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-align: center;
}
.section-quote-cart .cross-sells-up .cross-sells .related-items-wrap .available-products .col-md-3 li.product .infos-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2,
.section-quote-cart .cart-collaterals .cross-sells .related-items-wrap .available-products .col-md-3 li.product .infos-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
  padding-top: 10px;
  text-transform: initial;
  font-size: 17px;
}
.section-quote-cart .cross-sells-up .cross-sells .related-items-wrap .available-products .col-md-3 li.product .infos-product .view-cta,
.section-quote-cart .cart-collaterals .cross-sells .related-items-wrap .available-products .col-md-3 li.product .infos-product .view-cta {
  display: none;
}
.section-quote-cart .cross-sells-up li.product {
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.section-quote-cart .cross-sells-up li.product a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.section-quote-cart .cross-sells-up li.product a:hover {
  text-decoration: none;
}
.section-quote-cart .cross-sells-up li.product .img-container {
  background-color: white;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 228px;
  position: relative;
}
.section-quote-cart .cross-sells-up li.product .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: initial;
  margin: 0;
}
.section-quote-cart .cross-sells-up li.product h2 {
  padding-top: 10px;
  text-transform: initial;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #1D1D1B;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields h3 {
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 17px;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  padding: 30px 20px 10px;
  background-color: #EEEEEE;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .intro-text {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333333;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
  width: 100%;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .woocommerce-input-wrapper,
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input {
  width: 100%;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input,
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row textarea {
  border: 1px solid #DEDEDE;
  padding: 16px;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_start_date_field .woocommerce-input-wrapper {
  position: relative;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row#billing_start_date_field .woocommerce-input-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  display: inline-block;
  background-size: 18px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/icons/calendar.svg");
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields #opt_in_field {
  background-color: #EEEEEE;
  padding-left: 25px;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 13px;
}
.section-quote-cart .aside-quote-details-wrap .woocommerce-billing-fields #opt_in_field label {
  line-height: 1;
}
.section-quote-cart .aside-quote-details-wrap #order_review #payment {
  background-color: #EEEEEE;
  border-radius: 0;
}
.section-quote-cart .aside-quote-details-wrap #order_review #payment .wc_payment_methods.payment_methods {
  display: none;
}
.section-quote-cart .aside-quote-details-wrap #order_review #payment .form-row {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-quote-cart .aside-quote-details-wrap #order_review #payment .form-row button[type=submit] {
  padding: 14px 20px 14px !important;
  text-transform: uppercase !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  background-color: #3D2771 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section-quote-cart .aside-quote-details-wrap #order_review #payment .form-row button[type=submit]:hover {
  text-decoration: none !important;
  color: white !important;
  background-color: #513497 !important;
}

@media only screen and (max-width: 992px) {
  .general-template .main-content {
    margin-bottom: 30px;
  }
}
.general-template .main-content h1 {
  font-size: 36px;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 20px;
}
.general-template .main-content .subtitle {
  font-size: 18px;
  color: #212529;
  line-height: 26px;
  margin-bottom: 20px;
}
.general-template .main-content .text-content {
  margin-bottom: 30px;
}
.general-template .main-content .text-content p {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}
.general-template .main-content .custom-list-wrap {
  padding: 21px 28px;
  background-color: white;
  margin-bottom: 30px;
}
.general-template .main-content .custom-list-wrap .custom-list-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
.general-template .main-content .custom-list-wrap .custom-list {
  padding-left: 20px;
}
.general-template .main-content .custom-list-wrap .custom-list li {
  position: relative;
}
.general-template .main-content .custom-list-wrap .custom-list li:before {
  content: "•";
  line-height: 0;
  font-size: 30px;
  position: absolute;
  left: -20px;
  top: 12px;
}
.general-template .main-content .custom-list-wrap.colour-blue .custom-list-title,
.general-template .main-content .custom-list-wrap.colour-blue .custom-list li::before {
  color: #145887;
}
.general-template .main-content .custom-list-wrap.colour-aqua .custom-list-title,
.general-template .main-content .custom-list-wrap.colour-aqua .custom-list li::before {
  color: #78B5A6;
}
.general-template .aside-content section:not(:last-of-type) {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
}
.general-template .aside-content section {
  margin-bottom: 30px;
}
.general-template .aside-content section h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1D1D1B;
}
.general-template .aside-content section h5 a {
  color: #1D1D1B;
}
.general-template .related-links {
  margin-top: 40px;
}
.general-template .related-links h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.section-ex-rental h1 {
  font-size: 36px;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 10px;
}
.section-ex-rental p.availability-text {
  font-size: 12px;
  margin-bottom: 20px;
}
.section-ex-rental .showing-items {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-ex-rental .header-search-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.section-ex-rental .header-search-wrap .wrap-input-search {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .section-ex-rental .header-search-wrap .wrap-input-search {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.section-ex-rental .header-search-wrap .wrap-input-search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/icons/magnifying-glass.svg");
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search {
  width: 100%;
  border: 1px solid #DEDEDE;
  color: #333333;
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search::-webkit-input-placeholder {
  color: #333333;
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search::-moz-placeholder {
  color: #333333;
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search:-ms-input-placeholder {
  color: #333333;
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search::-ms-input-placeholder {
  color: #333333;
}
.section-ex-rental .header-search-wrap .wrap-input-search input.input-search::placeholder {
  color: #333333;
}
.section-ex-rental .header-search-wrap .filters-wrap {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .section-ex-rental .header-search-wrap .filters-wrap {
    width: 100%;
  }
}
.section-ex-rental .header-search-wrap .filters-wrap .select-wrap {
  width: calc(50% - 10px);
  float: left;
  position: relative;
}
.section-ex-rental .header-search-wrap .filters-wrap .select-wrap:last-of-type {
  margin-left: 20px;
}
@media only screen and (max-width: 430px) {
  .section-ex-rental .header-search-wrap .filters-wrap .select-wrap:last-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 430px) {
  .section-ex-rental .header-search-wrap .filters-wrap .select-wrap {
    width: 100%;
  }
}
.section-ex-rental .header-search-wrap .filters-wrap .select-wrap::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("assets/images/icons/chevron.svg");
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-ex-rental .header-search-wrap .filters-wrap select {
  cursor: pointer;
  width: 100%;
  border: 1px solid #DEDEDE;
  -webkit-appearance: none;
}
.section-ex-rental .header-search-wrap .filters-wrap select option {
  padding: 20px;
  padding-right: 40px;
}
@media only screen and (max-width: 430px) {
  .section-ex-rental .header-search-wrap .filters-wrap #filter-prod-type {
    margin-top: 10px;
  }
}
.section-ex-rental .items-wrap .load-more-btn {
  cursor: pointer;
  display: inline-block;
}
.section-ex-rental .items-wrap .load-more-btn[disabled=disabled] {
  opacity: 0.5;
}
@media only screen and (max-width: 992px) {
  .section-ex-rental .items-wrap .load-more-btn {
    margin-bottom: 30px;
  }
}
.section-ex-rental .items-wrap .item {
  padding: 20px 30px;
  background-color: white;
  margin-bottom: 10px;
}
.section-ex-rental .items-wrap .item.hide-element {
  display: none;
}
.section-ex-rental .items-wrap .item .description {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}
.section-ex-rental .items-wrap .item .bottom-item .info-product {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .section-ex-rental .items-wrap .item .bottom-item .info-product {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-ex-rental .items-wrap .item .bottom-item .info-product .info-bottom {
  float: left;
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
}
.section-ex-rental .items-wrap .item .bottom-item .info-product .qty {
  float: none;
  width: 100%;
  color: #3D2771;
  text-transform: uppercase;
}
.section-ex-rental .items-wrap .item .bottom-item .add-cta {
  cursor: pointer;
  text-align: right;
  width: 30%;
  float: left;
  display: inline-block;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #3D2771;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .section-ex-rental .items-wrap .item .bottom-item .add-cta {
    width: 100%;
    text-align: left;
  }
}
.section-ex-rental .items-wrap .item .bottom-item .add-cta:hover {
  text-decoration: underline;
}
.section-ex-rental .items-wrap .item .bottom-item .add-cta .arrow-icon {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("assets/images/icons/arrow.svg");
}
.section-ex-rental .form-aside {
  padding: 30px 20px;
  background-color: #EEEEEE;
}
@media only screen and (max-width: 768px) {
  .section-ex-rental .form-aside {
    position: relative;
    top: 0px;
  }
}
.section-ex-rental .form-aside h2 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 16px;
}
.section-ex-rental .form-aside .list-requested {
  margin-bottom: 20px;
}
.section-ex-rental .form-aside .list-requested li {
  position: relative;
  font-size: 14px;
  color: #3D2771;
  margin-bottom: 10px;
  width: 100%;
  padding-right: 20px;
  font-weight: 600;
  z-index: 1;
}
.section-ex-rental .form-aside .list-requested li p {
  margin-bottom: 0;
}
.section-ex-rental .form-aside .list-requested li .icon-remove {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-image: url("assets/images/icons/remove.svg");
}
.section-ex-rental .form-aside .list-requested li input[type=number] {
  background-color: white;
  width: 50px;
  height: 27px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
  margin-left: 5px;
  padding: 0 6px;
}
.section-ex-rental .form-aside .list-requested li input[type=text] {
  width: 80%;
  background-color: transparent;
  border: none;
  pointer-events: none;
}
.section-ex-rental .form-aside .wpcf7 span.wpcf7-form-control-wrap input, .section-ex-rental .form-aside .wpcf7 span.wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #DEDEDE;
}
.section-ex-rental .form-aside .wpcf7 span.wpcf7-form-control-wrap textarea {
  padding-top: 12px;
}
.section-ex-rental .form-aside .wpcf7 span.wpcf7-form-control-wrap textarea[name=products] {
  display: none;
}
.section-ex-rental .form-aside .wpcf7 .optin-checkbox-wrap {
  margin-bottom: 20px;
}
.section-ex-rental .form-aside .wpcf7 .optin-checkbox-wrap .opt-in {
  float: left;
  width: 22px;
}
.section-ex-rental .form-aside .wpcf7 .optin-checkbox-wrap .opt-in .wpcf7-list-item {
  margin: 0;
  margin-right: 10px;
}
.section-ex-rental .form-aside .wpcf7 .optin-checkbox-wrap .opt-in .wpcf7-list-item input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-ex-rental .form-aside .wpcf7 .optin-checkbox-wrap label {
  width: calc(100% - 22px);
  font-size: 13px;
  color: #333333;
  padding-top: 2px;
  line-height: 18px;
}
.section-ex-rental .form-aside .wpcf7 .submit-wrapper {
  text-align: right;
}
.section-ex-rental .form-aside .wpcf7 .submit-wrapper span {
  display: none;
}

.section-search-results h1 {
  font-size: 36px;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 5px;
}
.section-search-results .results-number {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.section-search-results ul li {
  background-color: white;
  margin-bottom: 10px;
}
.section-search-results ul li a {
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #3D2771;
}

.news-section h1 {
  font-size: 36px;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 30px;
}
.news-section .col-sm-3 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-section .col-sm-3 a img {
  max-width: 100%;
}
.news-section .release-box {
  margin-bottom: 20px;
}
.news-section .release-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #333;
}
.news-section .release-box .date {
  font-size: 12px;
  margin-top: 5px;
}
.news-section .release-box .excerpt *:not(h2) {
  display: none;
}
.news-section .release-box .excerpt h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.news-section iframe {
  width: 100%;
}

.about-us-section h1 {
  font-size: 36px;
  font-weight: 300;
  color: #3D2771;
  margin-bottom: 30px;
}
.about-us-section .form-container {
  margin-top: 30px;
}
.about-us-section .form-container .wpcf7 {
  width: 100%;
}
.about-us-section .form-container .wpcf7 form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-us-section .email-btn {
  width: auto;
  background-color: #125887;
  font-size: 20px;
  padding: 12px 75px;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}
.about-us-section .top-content h2 {
  font-size: 22px;
  font-weight: 300;
  text-transform: normal;
  line-height: 28px;
  margin-bottom: 10px;
  color: #A9A9A9;
}
.about-us-section .top-content p:first-of-type {
  color: #3D2771;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
.about-us-section .line-bold {
  width: 220px;
  height: 6px;
  margin-top: 50px;
}
.about-us-section h3 {
  text-transform: uppercase;
  font-size: 24px;
  display: inline-block;
  margin-top: 0;
  margin: 30px 0 25px;
  font-weight: 700;
}
.about-us-section h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  color: black;
  line-height: 22px;
  margin: 0px 0 25px;
}
.about-us-section .details {
  display: inline-block;
  float: right;
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}
.about-us-section .details .addres br {
  display: none;
}
.about-us-section .details .phone-1 {
  margin-right: 20px;
}
.about-us-section .details .phone {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
.about-us-section span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.about-us-section .wpcf7-form-control-wrap.message {
  height: 100%;
}
.about-us-section .wpcf7-form-control-wrap.message textarea {
  height: 215px !important;
}
.about-us-section .wpcf7-form-control {
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
}
.about-us-section .wpcf7-form-control-wrap.your-subject {
  display: none;
}
.about-us-section .wpcf7-form-control-wrap.checkbox-855 {
  display: inline-block;
  width: auto;
}
.about-us-section .wpcf7-form-control-wrap.checkbox-855 .wpcf7-checkbox.accept {
  border: none;
  padding: 0;
}
.about-us-section .wpcf7-form-control-wrap.checkbox-855 .wpcf7-checkbox.accept .wpcf7-list-item {
  margin-left: 0;
}
.about-us-section .submit-wrapper input {
  width: initial;
}
.about-us-section .location1 .line-bold, .about-us-section .location4 .line-bold {
  background-color: #392A79;
}
.about-us-section .location1 h3, .about-us-section .location4 h3 {
  color: #392A79;
}
.about-us-section .location2 .line-bold, .about-us-section .location5 .line-bold {
  background-color: #125887;
}
.about-us-section .location2 h3, .about-us-section .location5 h3 {
  color: #125887;
}
.about-us-section .location3 .line-bold, .about-us-section .location6 .line-bold {
  background-color: #1E7BA7;
}
.about-us-section .location3 h3, .about-us-section .location6 h3 {
  color: #1E7BA7;
}
.about-us-section .location7 .line-bold {
  background-color: #392A79;
}
.about-us-section .location7 h3 {
  color: #392A79;
}

.page-id-27 .newsletter-wrapper .wpcf7-list-item {
  margin-left: 0;
}
.page-id-27 .newsletter-wrapper .wpcf7-list-item input {
  width: initial;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.page-id-27 .newsletter-wrapper .wpcf7-list-item-label {
  margin-left: 10px;
  display: inline-block;
}

.page-template-page-contact iframe {
  width: 100%;
}

.page-template-page-payments iframe {
  width: 100%;
  min-height: 630px;
}















/* Read More Toggle for Top Content (Mobile) */
.top-content .content-text {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.top-content .read-more-toggle {
  display: none;
  margin-top: 10px;
  color: #3d2a6f;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top-content .content-text {
    max-height: 100px;
  }
  
  .top-content .content-text.expanded {
    max-height: none;
  }
  
  .top-content.has-overflow .read-more-toggle {
    display: inline-block;
  }
  
  .top-content .read-more-toggle.expanded::after {
    content: ' less';
  }
  
  .top-content .read-more-toggle:not(.expanded)::after {
    content: '';
  }
}








.frontpage-trust {
  padding: 1.5rem 0 2rem;
  text-align: center;
}

.frontpage-trust__title {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  /*opacity: 0.85;*/
}

.frontpage-trust__logos {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  justify-content: center;
}

.frontpage-trust__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  overflow: hidden;
  /*opacity: 0.85;*/
}

.frontpage-trust__logo img {
  max-height: 100%;
  max-width: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  /*filter: grayscale(100%);*/
  /*opacity: 0.7;*/
}

@media (max-width: 500px) {
  .frontpage-trust {
    padding: 1.25rem 0 1.5rem;
  }

  .frontpage-trust__logos {
    flex-wrap: wrap;
    gap: 1.75rem 2rem; /* row gap / column gap */
  }

  .frontpage-trust__logo {
    height: 48px;
  }

  .frontpage-trust__logo img {
    max-width: 120px;
    /*opacity: 0.8;*/
  }
}













.frontpage-reviews {
  padding: 3rem 0;
  text-align: center;
}

.frontpage-reviews__title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.frontpage-reviews__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.frontpage-review {
  background: #ececec;
  padding: 2rem;
  border-radius: 6px;
}

.frontpage-review__quote {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.frontpage-review__meta {
  font-size: 0.9rem;
  opacity: 0.75;
}




.frontpage-review__stars {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.frontpage-review__stars .star svg {
  width: 18px;
  height: 18px;
  fill: #d0d0d0; 
}

.frontpage-review__stars .star.is-filled svg {
  fill: #f4b400; 
}






.frontpage-reviews {
  overflow-x: clip; 
}

.frontpage-reviews__list {
  display: flex;
  gap: 16px;

  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;

  padding: 0 16px 12px;   
  scroll-snap-type: x mandatory;

 
  scroll-padding-left: 16px;
}


.frontpage-reviews__list::after {
  content: "";
  flex: 0 0 16px; 
}

.frontpage-review {
  margin: 0;
  scroll-snap-align: start;

  flex: 0 0 420px; 
}

@media (max-width: 768px) {
  .frontpage-review {
    flex-basis: calc(100% - 56px); 
    max-width: 420px;
  }
}












@media (min-width: 1024px) {
  .frontpage-reviews__list::-webkit-scrollbar {
    height: 6px;
  }
  .frontpage-reviews__list::-webkit-scrollbar-track {
    background: transparent;
  }
  .frontpage-reviews__list::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.25);
    border-radius: 999px;
  }

  /* Firefox */
  .frontpage-reviews__list {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.25) transparent;
  }
}


