html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-family: normalidad-text, sans-serif;
    font-weight: 300;
    color: #302F32;
}

input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s linear, color 5000s linear;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
}

em a {
    font-style: normal;
    color: inherit !important;
    font-weight: 500;
    border: 0px !important;
    background: transparent !important;
    text-decoration: underline;
}

body {
    position: relative;
    background: #FFFEF8;
}

h5,
p,
li,
a.button,
input,
textarea {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-family: normalidad-text, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
    color: inherit;
    letter-spacing: 0.4px;
}

h4 {
    font-size: 22px;
    line-height: 34px;
    font-family: normalidad-compact, sans-serif;
    font-weight: 300;
    margin-block-start: 0;
    letter-spacing: 0.4px;
    margin-block-end: 0;
}

h3 {
    font-size: 26px;
    line-height: 35px;
    font-family: normalidad-compact, sans-serif;
    font-weight: 300;
    margin-block-start: 0;
    letter-spacing: 0.4px;
    margin-block-end: 0;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-family: normalidad-compact, sans-serif;
    font-weight: 300;
    margin-block-start: 0;
    letter-spacing: 0.4px;
    margin-block-end: 0;
}

h1 {
    font-size: 62px;
    line-height: 75px;
    font-family: normalidad-compact, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    letter-spacing: 1px;
    margin-block-end: 0;
}

strong *,
b *,
strong,
b {
    font-weight: bold !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 2px solid #e5e5e5;
}

.header .infoHeader {
    background: #EEEDE9;
    width: 80%;
    padding: 10px 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .infoHeader a {
    text-decoration: none;
    color: black;
    margin: 0 0 0 15px;
}

.header .infoHeader a:hover {
    text-decoration: underline;
}

.header .infoHeader a b {
    color: #ea3434;
}

.header .lower {
    background: #FFFEF8;
    width: 80%;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .lower a,
.dropheader .single a {
    font-size: 16px;
    line-height: 16px;
    color: black;
    text-decoration: none;
    transition: all 0.1s linear;
}

.header .lower a:hover,
.dropheader .single a:hover {
    text-decoration: underline;
}

.header .lower a.big,
.mobileDrop a.big {
    padding: 10px 30px 10px 40px;
    position: relative;
    background: #ea3434;
    border-radius: 5px;
    color: #fffef8;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.header .lower a.big:hover,
.mobileDrop a.big:hover {
    background: #ae2c2c;
    text-decoration: none;
}

.header .lower a.big::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/05/Location-Biege.png);
    top: calc(50% - 10px);
    left: 12px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.header .lower a img {
    width: 300px;
}

.textformat>* {
    width: 100%;
    margin: 0 0 15px 0;
}

.textformat>ul,
.textformat>p>ul {
    padding-left: 15px;
}

.textformat>*:last-child {
    margin-bottom: 0px;
}

.textformat>a,
.textformat>p>a,
.button {
    padding: 12px 30px;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    background: #ea3434;
    border-radius: 5px;
    color: #fffef8;
    cursor: pointer;
    transition: all 0.1s linear;
    text-decoration: none;
    display: block;
    width: fit-content;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
}

.textformat>p>a {
    margin-top: 20px;
}

.textformat>a:hover,
.textformat>p>a:hover,
.button:hover,
.form form input.wpcf7-submit:hover {
    background: #ae2c2c;
}

.intro {
    position: relative;
    width: 80%;
    min-height: calc(60vh - 150px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 10%;
}

.home .intro {
    min-height: calc(90vh - 150px);
}

.home .intro .inner {
    max-width: 700px;
}

.intro::before {
    content: "";
    width: 800px;
    position: absolute;
    background: url(/wp-content/uploads/2025/05/Group-258@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 2;
    bottom: 0;
    right: 0;
    height: 50px;
}

.intro.white::before {
    background: url(/wp-content/uploads/2025/05/Group-258@2x-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.intro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.intro .outer {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}

.intro .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 550px;
    color: #FFFEF8;
}

.intro .inner .doubleButtons {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .inner .doubleButtons a {
    margin: 0px;
}

.intro .inner .doubleButtons a:first-child {
    background: #0080B8;
}

.intro .inner .doubleButtons a:first-child:hover {
    background: #0080b870;
}

.intro .inner .doubleButtons a:last-child {
    background: #ACABA9;
}

.intro .inner .doubleButtons a:last-child:hover {
    background: #acaba97a;
}

.intro .inner em {
    padding: 0 10px 10px 10px;
    background: #ea3434;
    color: white;
    width: fit-content;
    font-style: normal;
    display: inline-block;
    margin: 5px 0;
}

.intro .inner .links {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.intro .inner .links a {
    font-size: 20px;
    line-height: 25px;
    color: white;
    text-decoration: none;
    padding-bottom: 10px;
    transition: all 0.1s linear;
    border-bottom: 5px solid transparent;
    font-weight: 400;
}

.intro .inner .links a:hover,
.intro .inner .links a:first-child {
    border-bottom: 5px solid #ea3434;
}

.intro .inner .searchArea {
    margin: 20px 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .inner .searchArea input {
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 10px;
    border: 0px;
    color: black;
}

.intro .inner .searchArea ::placeholder {
    color: #ACABA9;
}

.intro .inner .searchArea input:focus,
.intro .inner.searching .searchArea input {
    outline: 2px solid #ea3434;
}

.intro .inner .searchArea .button {
    position: absolute;
    right: 10px;
}

.intro .info {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 300px;
    padding: 40px 30px;
    background: #ea3434;
    color: #FFFEF8;
    bottom: 50px;
    right: 0;
    text-decoration: none;
}

.intro .info h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 43px;
}

.intro .info h3::before {
    content: "";
    position: absolute;
    top: calc(50% - 17px);
    left: 0;
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2025/05/Sevice-Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.intro .info p {
    font-size: 14px;
    line-height: 16px;
}

.intro .info::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2025/05/Biege-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-135deg);
}

.trustedPartner {
    width: 80%;
    padding: 100px 10%;
    position: relative;
}

.trustedPartner p:first-child,
.getintouch .inner .textformat p:first-child,
.intro .inner>p:first-child,
.textArea .inner>p:first-child {
    padding: 3px 10px;
    background: #D73434;
    color: white;
    width: fit-content;
    font-weight: 400;
}

.trustedPartner h5:first-child,
.getintouch .inner .textformat h5:first-child,
.intro .inner>h5:first-child,
.textArea .inner>h5,
.casestudyPreviews .inner .upper>h5:first-child {
    color: #D73434;
    font-weight: 500;
    margin-bottom: 10px;
}

.trustedPartner>.upper {
    position: relative;
    z-index: 2;
    color: #FFFEF8;
    max-width: 1300px;
    width: 100%;
    padding-top: 50px;
    margin: 0 auto 70px auto;
}

.trustedPartner::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    height: 50%;
    background: #302F32;
    z-index: 1;
}

.trustedPartner .links {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: stretch;
}

.trustedPartner .links .single {
    width: 32%;
    background: linear-gradient(0deg, #f2f1ee, #f2f1ee, #cdccca);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.trustedPartner .links .single:hover {
    bottom: 10px;
}

.trustedPartner .links .single .upper {
    width: calc(100% - 80px);
    padding: 30px 40px;
    color: #302F32;
}

.trustedPartner .links .single .upper h3 {
    position: relative;
    padding-left: 44px;
}

.trustedPartner .links .single .upper h3::before {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2025/05/Sevice-Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.trustedPartner .links .single .upper a {
    width: calc(100% - 20px);
    background: #0080B8;
    text-align: center;
    padding: 15px 10px;
}

.trustedPartner .links .single .upper a:hover {
    background: #056f9e;
}

.trustedPartner .links .single .upper>p:last-child a {
    background: #ACABA9;
}

.trustedPartner .links .single .upper>p:last-child a:hover {
    background: #8d8c8b;
}

.trustedPartner .links .single img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0px;
    border-bottom: 10px solid #ea3434;
}

.exploreAwards {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 150px;
}

.exploreAwards>img {
    width: 50%;
    padding-right: 5%;
}

.exploreAwards .inner {
    width: 45%;
    padding-bottom: 100px;
    max-width: 650px;
}

.exploreAwards .inner .extrainfo {
    width: 100%;
    margin-top: 50px;
}

.exploreAwards .inner .extrainfo .buttons {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.exploreAwards .inner .extrainfo .buttons::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #eeede9;
    z-index: 1;
}

.exploreAwards .inner .extrainfo .buttons div {
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    width: 30%;
    transition: all 0.1s linear;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    position: relative;
    z-index: 2;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.exploreAwards .inner .extrainfo .buttons div.selected,
.exploreAwards .inner .extrainfo .buttons div:hover {
    border-bottom: 5px solid #ea3434;
}

.exploreAwards .inner .extrainfo .content {
    width: 100%;
    min-height: 300px;
    position: relative;
}

.exploreAwards .inner .extrainfo .content .single {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.exploreAwards .inner .extrainfo .content .single.selected {
    max-height: 300px;
    overflow-y: scroll;
}

.exploreAwards .inner .extrainfo .content .single img {
    width: 200px;
    border-radius: 10px;
}

.exploreAwards .inner .extrainfo .content .single>div {
    width: calc(100% - 225px);
    color: #ACABA9;
}

.exploreAwards .inner .extrainfo .content .single>div p,
.exploreAwards .inner .extrainfo .content .single>div li {
    font-size: 14px;
    line-height: 22px;
    color: black;
}

.exploreAwards .inner .extrainfo .content .single>div a,
.getintouch .inner .textformat a {
    background: #ACABA9;
    margin-top: 40px;
}

.exploreAwards .inner .extrainfo .content .single>div a:hover,
.getintouch .inner .textformat a:hover {
    background: #acaba982;
}

.getintouch {
    width: 100%;
    background: #302F32;
}

.getintouch .inner {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.getintouch .inner img {
    width: 50%;
    object-position: 50% 100%;
    object-fit: contain;
}

.getintouch .inner .textformat {
    width: 50%;
    color: #FFFEF8;
    padding: 100px 0;
}

.customerReviews {
    width: 80%;
    padding: 100px 10%;
    background: #EEEDE9;
    text-align: center;
}

.customerReviews .inner {
    width: 100%;
}

.customerReviews .inner>.textformat {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.customerReviews .inner>.textformat:first-child>p:first-child,
.staff>.textformat>p:first-child,
.categoryLinks .upper p:first-child,
.exploreAwards .inner>p:first-child {
    color: #ea3434;
    margin-bottom: 0px;
    font-weight: 500;
}

.customerReviews .inner .reviews {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    max-width: 1300px;
}

.customerReviews .inner .reviews .single {
    width: calc(32% - 40px);
    padding: 20px;
    background: #FFFEF8;
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.customerReviews .inner .reviews .single::after {
    content: "";
    width: 15px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #acaba9;
    cursor: pointer;
    display: none;
}

.customerReviews .inner .reviews .single .customer {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.customerReviews .inner .reviews .single .customer p {
    font-size: 12px;
    line-height: 16px;
    color: #ACABA9;
}

.customerReviews .inner .reviews .single .customer p:first-child {
    color: #302F32;
    font-size: 16px;
    line-height: 18px;
}

.customerReviews .inner .reviews .single .customer .cube {
    width: 50px;
    height: 50px;
    background: #ACABA9;
    border-radius: 10px;
    margin-right: 10px;
}

.customerReviews .inner .reviews .single .lower {
    width: 100%;
}

.customerReviews .inner .reviews .single .lower p {
    color: #ACABA9;
    font-size: 14px;
    line-height: 17px;
}

.customerReviews .inner>a {
    margin: 30px auto 0 auto;
    background: #ACABA9;
    min-width: 324px;
}

.customerReviews .inner>a:hover {
    background: #979693;
}

.insightsUpdates {
    width: 80%;
    max-width: 1300px;
    margin: 100px auto;
}

.insightsUpdates .upper {
    width: 100%;
    max-width: 750px;
    margin-bottom: 50px;
}

.insightsUpdates .upper>p:first-child {
    color: #ea3434;
    font-weight: 500;
}

.insightsUpdates .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.insightsUpdates .inner .single,
.singleNews .others a,
.allNews .all a {
    text-decoration: none;
    color: #302F32;
    width: 31%;
    margin: 10px 1.5% 10px 0;
    bottom: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.insightsUpdates .inner .single::before,
.singleNews .others a::before,
.allNews .all a::before,
.allNews a.featured img::before {
    content: "";
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 2;
    position: absolute;
    background: url(/wp-content/uploads/2025/05/Biege-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: rotate(225deg);
}

.insightsUpdates .inner .single img,
.singleNews .others a img,
.allNews .all a img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    border-bottom: 10px solid #ea3434;
    overflow: hidden;
}

.insightsUpdates .inner .single .content,
.singleNews .others a .content,
.allNews .all a .content {
    margin-top: 10px;
    width: 100%;
}

.insightsUpdates .inner .single .content .mini,
.singleNews .others a .content .mini,
.allNews .all a .content .mini,
.allNews a.featured .mini {
    margin-bottom: 5px;
    color: #ACABA9;
}

.insightsUpdates .inner .single .content .mini p,
.singleNews .others a .content .mini p,
.allNews .all a .content .mini p,
.allNews a.featured .mini p {
    font-size: 12px;
    line-height: 14px;
}

.insightsUpdates .inner .single .content .mimic,
.singleNews .others a .content .mimic,
.allNews .all a .content .mimic,
.allNews a.featured .content .mimic {
    color: #ea3434;
    display: block;
    width: fit-content;
    position: relative;
}

.insightsUpdates .inner .single .content .mimic::after,
.singleNews .others a .content .mimic::after,
.allNews .all a .content .mimic::after,
.allNews a.featured .mimic::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ea3434;
    position: absolute;
    top: 14px;
    left: 110%;
    transition: all 0.2s ease-in-out;
}

.insightsUpdates .inner .single:hover,
.allNews .all a:hover {
    bottom: 20px;
}

.insightsUpdates .inner .single:hover .content .mimic::after,
.singleNews .others a:hover .content .mimic::after,
.allNews .all a:hover .content .mimic::after,
.allNews a.featured:hover .content .mimic::after {
    left: 120%;
}

.footer {
    width: 80%;
    padding: 50px 10%;
    border-top: 10px solid red;
    background: #eeede9;
}

.footer .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .info {
    width: 45%;
}

.footer .inner .info>a {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.footer .inner .info>a img {
    width: 100%;
    max-width: 200px;
}

.footer .inner .info .lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .info .lower>div {
    width: 48%;
}

.footer .inner .info .lower>div a,
.footer .inner .info .lower>div p {
    font-size: 14px;
    line-height: 18px;
    color: #302F32;
    text-decoration: none;
    margin: 5px 0;
    display: block;
    width: 100%;
}

.footer .inner .info .lower a:hover {
    text-decoration: underline;
}

.footer .inner .info .lower>div>a:first-child {
    margin-top: 0px;
}

.footer .inner .info .lower>div:first-child>p:first-child {
    margin-bottom: 20px;
}

.footer .inner .info .lower>div:last-child>div {
    margin-top: 20px;
}

.footer .inner .form {
    width: 50%;
    max-width: 500px;
}

.form form {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.form form input,
.form form textarea {
    padding: 10px 10px 10px 30px;
    display: block;
    width: calc(100% - 40px);
    outline: 0px;
    border: 1px solid #acaba9;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #302F32;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    resize: none;
}

.form form input.wpcf7-date {
    color: #acaba9;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form form .wpcf7-acceptance label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form form input[type="file"] {
    cursor: pointer;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    margin: 10px 0 30px 0;
}

.form form .wpcf7-not-valid {
    border: 1px solid #ea3434;
}

.form form .wpcf7-spinner {
    position: absolute;
}

.form form span {
    margin: 0px;
}

.form form .wpcf7-not-valid-tip {
    display: none;
}

.form form .wpcf7-acceptance label input {
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    transition: all 0.1s linear;
}

.form form .wpcf7-acceptance label>span {
    width: calc(100% - 15px);
    max-width: 300px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #ACABA9;
}

.form form .wpcf7-acceptance label input:checked {
    background: #ea3434;
    border: 1px solid #ea3434;
}

.form form input.wpcf7-submit {
    outline: 0px;
    padding: 12px 30px;
    font-size: 13px;
    position: relative;
    background: #ea3434;
    border-radius: 5px;
    color: #fffef8;
    transition: all 0.1s linear;
    text-decoration: none;
    display: block;
    width: fit-content;
    letter-spacing: 3px;
    font-weight: 400;
    border: 0px;
}

.form form ::placeholder {
    letter-spacing: 2px;
    color: #acaba9;
}

.materialsHandling {
    width: 80%;
    padding: 100px 10%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.materialsHandling .upper {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 900px;
}

.materialsHandling .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.materialsHandling .inner a,
.materialsHandling .inner .single {
    width: 31%;
    margin: 0 1%;
    text-decoration: none;
    color: black;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 9px #00000014;
}

.materialsHandling .inner a img,
.materialsHandling .inner .single img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 10px solid #ea3434;
}

.materialsHandling .inner a .textformat,
.materialsHandling .inner .single .textformat {
    padding: 30px 40px;
    width: calc(100% - 80px);
    background: #FFFEF8;
}

.materialsHandling .inner a .textformat p,
.materialsHandling .inner .single .textformat p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.materialsHandling .inner a .textformat .button,
.materialsHandling .inner .single .textformat .button {
    background: #0080B8;
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
}

.materialsHandling .inner a .textformat .button:hover,
.materialsHandling .inner .single .textformat .button:hover {
    background: #046590;
}

.materialsHandling .outro {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    max-width: 700px;
}

.materialsHandling .outro p {
    font-size: 14px;
    line-height: 18px;
    color: #ACABA9;
}

.materialsHandling .upper p:first-child,
.equipmentLinks .upper p:first-child,
.siteVisit .text p:first-child,
.faqs .upper p:first-child,
.financeCalculator .inner .calc p:first-child,
.contactus .upper .textformat>p:first-child,
.carouselArea .upper>p:first-child {
    color: #ea3434;
    margin-bottom: 5px;
    font-weight: 500;
}

.equipmentLinks .links a p:first-child {
    color: #ea3434;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.equipmentLinks {
    width: 80%;
    padding: 100px 10%;
    background: #f7f6f1;
}

.equipmentLinks .upper {
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
    max-width: 600px;
}

.equipmentLinks .links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.equipmentLinks .links a {
    width: calc(48% - 82px);
    padding: 30px 40px;
    background: white;
    text-decoration: none;
    margin: 0 1% 30px 1%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 8px #0000001a;
    color: #302F32;
    border: 1px solid transparent;
}

.equipmentLinks .links a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 30px;
}

.equipmentLinks .links a:nth-child(7n - 6) {
    width: calc(55% - 82px);
}

.equipmentLinks .links a:nth-child(7n - 5) {
    width: calc(41% - 82px);
}

.equipmentLinks .links a:nth-child(7n - 2),
.equipmentLinks .links a:nth-child(7n - 1),
.equipmentLinks .links a:nth-child(7n) {
    width: calc(31.33% - 82px);
}

.equipmentLinks .links a:hover {
    border: 1px solid #ea3434;
}

.textArea {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.textArea img {
    width: 50%;
    max-height: 80vh;
    object-fit: cover;
}

.single-locations .textArea img {
    max-height: 60vh;
}

.textArea .inner {
    width: calc(40% - 40px);
    padding: 100px 10% 100px 40px;
    background: #D73434;
    color: #FFFEF8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    max-width: 600px;
}

.textArea.flip .inner {
    width: calc(40% - 40px);
    padding: 100px 40px 100px 10%;
}

.siteVisit {
    width: 80%;
    padding: 100px 10%;
    background: #EEEDE9;
    background-image: url(/wp-content/uploads/2025/05/Group-348@2x-scaled.png);
    background-size: cover;
    background-position: 50% 50%;
}

.siteVisit .inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.siteVisit .text {
    width: 48%;
}

.siteVisit .form {
    width: 40%;
    padding: 40px;
    background: #FFFEF8;
    border-radius: 10px;
}

.siteVisit .form>h4 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEDE9;
}

.faqs {
    width: 80%;
    padding: 100px 10%;
}

.faqs .upper {
    width: 100%;
    margin: 0 auto 50px auto;
    max-width: 600px;
    text-align: center;
}

.faqs .inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faqs .inner .form {
    padding: 40px;
    width: calc(40% - 80px);
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 9px #00000012;
}

.faqs .inner .questions {
    width: 58%;
}

.faqs .inner .form form {
    margin-top: 15px;
}

.faqs .inner .form>h4 {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeede9;
}

.faqs .inner .questions .single {
    width: 100%;
    background: white;
    margin-bottom: 30px;
    box-shadow: 1px 1px 20px 5px #0000000f;
    border-radius: 10px;
}

.faqs .inner .questions .single .clickable {
    position: relative;
    padding: 20px 50px 20px 20px;
    width: calc(100% - 70px);
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.faqs .inner .questions .single.selected .clickable {
    border-bottom: 1px solid #acaba9;
}

.faqs .inner .questions .single .clickable p {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #302F32;
    font-size: 14px;
    font-weight: 400;
}

.faqs .inner .questions .single .clickable::after {
    content: "";
    background: url(/wp-content/uploads/2025/05/Path-1352@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    transform: rotate(-90deg);
}

.faqs .inner .questions .single:hover .clickable::after,
.faqs .inner .questions .single.selected .clickable::after {
    transform: rotate(0deg);
}

.faqs .inner .questions .single .dropdown {
    overflow: hidden;
    max-height: 0px;
    transition: all 0.8s ease-in-out;
    padding: 0 20px;
    color: #302F32;
    width: calc(100% - 40px);
}

.faqs .inner .questions .single.selected .dropdown {
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
}

.faqs .inner .questions .single .dropdown p {
    color: #302F32;
}

.textArea.flip {
    flex-direction: row-reverse;
}

.financeCalculator {
    width: 80%;
    padding: 50px 10% 150px 10%;
    background: #EEEDE9;
}

.financeCalculator .upper {
    width: 80%;
    max-width: 1400px;
    margin: 50px auto 90px auto;
    text-align: center;
}

.financeCalculator .upper a {
    margin: 40px auto 0 auto;
    background: #0080B8;
}

.financeCalculator .upper a:hover {
    background: #006b9a;
}

.financeCalculator>.inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1400px;
    box-shadow: 1px 1px 20px 4px #00000029;
}

.financeCalculator .inner .calc {
    padding: 40px;
    width: calc(60% - 80px);
    background: #FFFEF8;
}

.financeCalculator .inner .cost {
    padding: 40px;
    background: #D73434;
    color: #FFFEF8;
    width: calc(40% - 80px);
}

.financeCalculator .inner .cost a {
    background: #e16765;
    margin-top: 30px;
}

.financeCalculator .inner .cost a:hover {
    background: #c25a59;
}

.financeCalculator>.inner .calc .inner {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.financeCalculator>.inner .calc .inner .step {
    width: 48%;
    margin: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #ACABA9;
    max-width: 0px;
    max-height: 0px;
    overflow: hidden;
}

.financeCalculator>.inner .calc .inner .step.selected {
    margin: 10px 1%;
    max-width: 100%;
    max-height: 100%;
}

.financeCalculator>.inner .calc .inner .step .innerstep {
    display: none;
}

.financeCalculator>.inner .calc .inner .step .innerstep.selected {
    display: block;
}

.financeCalculator>.inner .calc .inner .step .selectable {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    color: black;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.financeCalculator>.inner .calc .inner .step.selected .selectable {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.financeCalculator>.inner .calc .inner .step .drop {
    max-height: 100%;
    overflow: hidden;
    width: 100%;
    transition: all 0.8s ease-in-out;
}

.financeCalculator>.inner .calc .inner .step .drop div {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
    padding-left: 25px;
    color: #ACABA9;
    position: relative;
}

.financeCalculator>.inner .calc .inner .step .drop div::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #ACABA9;
    border-radius: 100%;
    transition: all 0.1s linear;
}

.financeCalculator>.inner .calc .inner .step .drop div:hover,
.financeCalculator>.inner .calc .inner .step .drop div.selected {
    color: black;
}

.financeCalculator>.inner .calc .inner .step .drop div:hover::before,
.financeCalculator>.inner .calc .inner .step .drop div.selected::before {
    background: black;
    border: 1px solid black;
}

.financeCalculator .inner .cost .output {
    font-size: 20px;
    color: black;
    padding: 10px 20px;
    width: calc(100% - 40px);
    background: white;
    border-radius: 10px;
}

.products {
    width: 80%;
    margin: 20px auto 100px auto;
}

.products>.content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1300px;
    margin: 30px auto
}

.products .content .display {
    width: 70%;
}

.products .content .display .upper {
    background: url(/wp-content/uploads/2025/05/Group-757.jpg);
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 300px;
    color: white;
    padding: 40px;
    width: calc(100% - 120px);
    align-content: flex-end;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}

.products .content .display .upper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000b0, transparent);
    z-index: 1;
}

.products .content .display .upper h2 {
    width: 100%;
    position: relative;
    z-index: 2;
}

.products .content .display .upper a {
    background: #ACABA9;
    position: relative;
    z-index: 2;
    margin: 0 15px 0 0;
}

.products .content .display .upper a:hover {
    background: #8f8f8f;
}

.products .content .display .upper a.button {
    background: #ea3434;
    margin: 15px 0 0 0;
}

.products .content .display .upper a.button:hover {
    background: #ae2c2c;
}

.products .content .display .inner {
    width: 100%;
    margin-top: 20px;
}

.products .content .display .inner .output {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-height: 2000px;
    overflow-y: scroll;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.products .content .display .inner.filtering {
    position: relative;
}

.products .content .display .inner.filtering::after {
    content: "No products found";
    position: absolute;
    top: 72px;
    left: 22px;
    z-index: 1;
}

.products .content .display .inner .output a {
    width: 32%;
    margin: 20px 1.33% 20px 0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #302F32;
    background: white;
    box-shadow: 1px 1px 20px 4px #00000026;
}

.products .content .display .inner .output a:hover {
    outline: 1px solid #ea3434;
}

.products .content .display .inner .output a .price {
    border-bottom: 10px solid #ea3434;
    position: relative;
    padding: 10px 10px 20px 10px;
    width: calc(100% - 20px);
}

.products .content .display .inner .output a .price div {
    position: absolute;
    bottom: -5px;
    right: 0;
    padding: 5px 20px;
    background: #ea3434;
}

.products .content .display .inner .output a .price div::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 100px;
    height: 100%;
    top: 0;
    background: url(/wp-content/uploads/2025/05/Group-1727.png);
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.products .content .display .inner .output a .price div p {
    font-size: 12px;
    line-height: 13px;
}

.products .content .display .inner .output a .price div p:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
    color: #FFFEF8;
}

.products .content .display .inner .output a .price img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: 50% 50%;
}

.products .content .display .inner .output a .price.available img {
    object-position: 0% 0%;
}

.products .content .display .inner .output a .information {
    padding: 20px;
    width: calc(100% - 40px)
}

.products .content .display .inner .output a .information>p:first-child {
    font-size: 14px;
    line-height: 14px;
    color: #ea3434;
    margin-bottom: 5px
}

.products .content .display .inner .output a .information .tabs {
    width: 100%;
}

.products .content .display .inner .output a .information .tabs div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.products .content .display .inner .output a .information .tabs div p {
    width: 48%;
    font-size: 14px;
    line-height: 16px;
}

.products .content .display .inner .output a .information .tabs div p:first-child {
    color: #ACABA9;
}

.products .content .display .inner .output a .information .tabs div p:last-child {
    color: #EA3434;
}

.products .content .display .inner .output a .information .button {
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    background: #0080B8;
    padding: 14px 30px;
}

.products .content .display .inner .output a .information .button:hover {
    background: #046590;
}

.products .content .display .inner .selectables {
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
}

.products .content .display .inner .selectables .industry {
    padding: 10px 20px;
    background: #ea3434;
    border-radius: 20px;
    color: white;
}

.products .content .display .inner .selectables .industry .selectable {
    letter-spacing: 3px;
    min-width: 150px;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}

.products .content .display .inner .selectables .industry .selectable::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/05/Biege-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
}

.products .content .display .inner .selectables .industry:hover .selectable::after,
.products .content .display .inner .selectables .industry.open .selectable::after {
    transform: rotate(0deg);
}

.products .content .display .inner .selectables .industry .dropdown {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.products .content .display .inner .selectables .industry.open .dropdown {
    max-height: 100px;
    overflow-y: scroll;
}

.products .content .display .inner .selectables .industry .dropdown div {
    cursor: pointer;
    margin: 5px 0;
    border-bottom: 1px solid white;
    padding: 5px 0;
    width: 100%;
    transition: all 0.1s linear;
}

.products .content .display .inner .selectables .industry .dropdown div:hover {
    font-weight: 500;
}

.products .content .display .inner .selectables .featured {
    padding: 10px 20px;
    border: 1px solid #ACABA9;
    color: #ACABA9;
    border-radius: 20px;
    font-size: 10px;
    line-height: 10px;
    display: none;
}

.products .content .display .inner .selectables img {
    width: 30px;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.products .content .display .inner .selectables .featured .selectable {
    letter-spacing: 2px;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
}

.products .content .display .inner .selectables .featured .selectable::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 0px;
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2025/05/Grey-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.2s ease-in-out;
}

.products .content .display .inner .selectables .featured:hover .selectable::after,
.products .content .display .inner .selectables .featured.open .selectable::after {
    transform: rotate(90deg);
}

.products .content .display .inner .selectables .featured .dropdown {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.products .content .display .inner .selectables .featured.open .dropdown {
    max-height: 100px;
    overflow-y: scroll;
}

.products .content .display .inner .selectables .featured .dropdown div {
    width: 100%;
    cursor: pointer;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #acaba9;
}

.products .categories {
    padding: 20px;
    background: #acaba9;
    display: flex;
    color: white;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-transform: uppercase;
    max-width: 1260px;
}

.products .categories p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    padding-right: 50px;
    position: relative;
}

.products .categories p::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2025/05/Biege-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.products .content .filters {
    width: 28%;
}

.products .content .filters .single {
    width: 100%;
    margin-bottom: 30px;
}

.products .content .filters .single h3 {
    font-size: 18px;
    letter-spacing: 3px;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #302F32;
    line-height: 18px;
    font-weight: 500;
    color: #302F32;
}

.products .content .filters .single .outer {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #acaba9;
    color: #acaba9;
}

.products .content .filters .single .outer .selectable {
    position: relative;
    cursor: pointer;
    padding: 5px 30px 5px 0;
    transition: all 0.2s linear;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}

.products .content .filters .single .outer .selectable::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    transition: all 0.2s linear;
    background: #acaba9;
    mask-image: url(/wp-content/uploads/2025/05/Grey-Arrow.png);
    mask-size: contain;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2025/05/Grey-Arrow.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
}

.products .content .filters .single .outer:hover .selectable::after,
.products .content .filters .single .outer.open .selectable::after {
    transform: rotate(90deg);
    background: #ea3434;
}

.products .content .filters .single .outer .dropdown {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}

.products .content .filters .single .outer.open .dropdown {
    max-height: 230px;
    overflow-y: scroll;
}

.products .content .filters .single .outer .dropdown .filter {
    padding: 10px 0 10px 30px;
    position: relative;
    transition: all 0.1s linear;
    cursor: pointer;
}

.products .content .filters .single .outer .dropdown .filter::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 8px;
    border: 1px solid #acaba9;
    transition: all 0.1s linear;
    border-radius: 100%;
}

.products .content .filters .single .outer .dropdown .filter:hover::before,
.products .content .filters .single .outer .dropdown .filter.selected::before {
    background: #ea3434;
    border: 1px solid #ea3434;
}

.products .content .filters .single .outer .dropdown .filter:hover,
.products .content .filters .single .outer .dropdown .filter.selected {
    color: #ea3434;
}

.products .content .filters .single .outer.open .selectable,
.products .content .filters .single .outer:hover .selectable {
    color: #ea3434;
}

.products .content .filters .single .outer.open .selectable::after {
    background: #ea3434;
}

.products .singular {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products .singular .images {
    position: relative;
    width: 45%;
}

.products .singular .images img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0;
    pointer-events: none;
}

.products .singular .images img.selected {
    pointer-events: all;
    opacity: 1;
    position: relative;
}

.products .singular .content {
    width: 50%;
}

.products .singular .images .container {
    width: calc(100% - 40px);
    border: 1px solid #EEEDE9;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.products .singular .images .buttons {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products .singular .images .buttons div {
    width: 13px;
    height: 13px;
    border: 1px solid black;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    transition: all 0.1s linear;
}

.products .singular .images .buttons div.selected,
.products .singular .images .buttons div:hover {
    background: black;
}

.products .singular .content>p:first-child {
    color: #ea3434;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.products .singular .content>p {
    color: #ACABA9;
}

.products .singular .content .extras {
    width: 100%;
    margin: 30px 0;
    max-width: 400px;
}

.products .singular .content .extras div {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products .singular .content .extras div p {
    width: 48%;
}

.products .singular .content .extras div p:last-child {
    color: #ea3434;
}

.products .singular .content .buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.products .singular .content .buttons a,
.products .singular .content .buttons .button {
    margin: 0 30px 0 0;
}

.fullInfo {
    width: 100%;
    border-bottom: 10px solid #acaba9;
}

.fullInfo .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D73434;
    color: #F1F0E9;
}

.fullInfo .buttons div {
    padding: 40px 60px;
    cursor: pointer;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 0.1s linear;
}

.fullInfo .buttons div.selected,
.fullInfo .buttons div:hover {
    background: #E1E0DD;
    color: #302F32;
}

.fullInfo .outer {
    width: 80%;
    padding: 50px 10%;
    background: #e1e0dd;
}

.fullInfo .outer .single {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 0px;
    margin: 0 auto;
    overflow: hidden;
}

.fullInfo .outer .single.selected {
    max-height: 100%;
}

.fullInfo .outer .single>div {
    width: 48%;
}

.fullInfo .outer .single>div .block {
    margin: 30px 0;
}

.fullInfo .outer .single>div .block>p:first-child {
    color: #ea3434;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
}

.relatedProducts .upper p:first-child,
.financeCalculator .upper>p:first-child {
    color: #ea3434;
    margin-bottom: 5px;
}

.relatedProducts {
    width: 80%;
    padding: 100px 10%;
    background: #f1f0ec;
}

.relatedProducts .upper {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.relatedProducts .products {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 0 auto;
}

.relatedProducts .products>.content {
    margin-top: 0px;
}

.relatedProducts .products .display {
    width: 100%;
}

.relatedProducts .products .display .inner {
    margin-top: 0px;
}

.relatedProducts .products .content .display .inner .output a {
    width: 23%;
}

.relatedProducts .extra {
    width: 100%;
    margin: 50px auto 0 auto;
    max-width: calc(1300px - 2%);
}

.relatedProducts .extra b {
    color: #ea3434;
}

.fullInfo .outer .single.info>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.fullInfo .outer .single.info>div>h2 {
    width: 100%;
    margin-bottom: 40px;
}

.fullInfo .outer .single.info>div .spec {
    width: 24%;
}

.fullInfo .outer .single.info>div .fullspec {
    width: 100%;
    margin-top: 40px;
}

.fullInfo .outer .single.info>div .spec>p:first-child {
    font-size: 14px;
    line-height: 14px;
    color: #ea3434;
    margin-bottom: 5px;
}

.fullInfo .outer .single.video iframe {
    width: 100%;
    height: 50vh;
}

div#headerWatch {
    position: relative;
    height: 118px;
    /*border-bottom: 2px solid #302f32;*/
}

.smallIntro {
    width: 80%;
    padding: 100px 10%;
    color: white;
    background-size: cover !important;
    background-position: 50% 50% !important;
    position: relative;
    text-align: center;
}

.smallIntro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #000000ba, transparent);
    z-index: 1;
}

.smallIntro>* {
    position: relative;
    z-index: 2;
}

.contactus {
    width: 100%;
}

.contactus .upper {
    width: 80%;
    max-width: 1400px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contactus .upper .textformat {
    width: 48%;
}

.contactus .upper .form {
    width: calc(45% - 40px);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 5px #00000021;
}

.contactus .lower {
    background: #302F32;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.contactus .lower .textformat {
    width: calc(40% - 40px);
    padding: 100px 40px 100px 10%;
    background: #302F32;
    color: #FFFEF8;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    max-width: 660px;
}

.contactus .lower .textformat>* {
    width: 100%;
}

.contactus .lower .map {
    width: 50%;
    min-height: 50vh;
}

.contactus .lower .map gmp-map {
    width: 100%;
    height: 100%;
}

.contactus .lower .map gmp-map gmp-advanced-marker {
    width: 100vw;
    height: 100vh;
}

.contactus .lower .map gmp-map gmp-advanced-marker::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2025/05/Group-401@2x.png);
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
}

.carouselArea {
    width: 80%;
    padding: 100px 10% 150px 10%;
    background: linear-gradient(0deg, #eeede9, #fffef8);
}

.carouselArea .upper {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px auto;
}

.carouselArea .outer {
    width: 100%;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.carouselArea .outer .inner {
    width: 100%;
    position: relative;
    box-shadow: 1px 1px 20px 7px #0000001f;
    border-radius: 10px;
    overflow: hidden;
}

.carouselArea .outer .inner .single {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
    border-radius: 10px;
    max-height: 0px;
}

.carouselArea .outer .inner .single.selected {
    max-height: 100%;
}

.carouselArea .outer .inner .single .textformat {
    width: calc(50% - 80px);
    padding: 40px 40px 100px 40px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.carouselArea .outer .inner .single img {
    width: 50%;
    height: 500px;
    max-height: 50vh;
    object-fit: contain;
}

.carouselArea .outer .buttons {
    position: absolute;
    display: flex;
    width: calc(50% - 80px);
    bottom: 30px;
    left: 40px;
    justify-content: space-between;
    align-items: center;
}

.carouselArea .outer .buttons>div:first-child,
.carouselArea .outer .buttons>div:last-child {
    border-radius: 20px;
    letter-spacing: 2px;
}

.carouselArea .outer .buttons>div {
    color: #ACABA9;
    padding: 10px 15px;
    border: 1px solid #ACABA9;
    border-radius: 10px;
    font-size: 10px;
    transition: all 0.1s linear;
    cursor: pointer;
    min-width: 10px;
    text-align: center;
}

.carouselArea .outer .buttons>div:hover,
.carouselArea .outer .buttons>div.selected {
    background: #ACABA9;
    color: #ffffff;
}

.singleNews {
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
}

.singleNews .content {
    width: 65%;
}

.singleNews .content img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    margin-bottom: 50px;
    border-bottom: 10px solid #ea3434;
    border-radius: 20px;
}

.singleNews .others {
    width: 28%;
}

.singleNews .others a {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}

.singleNews .others a .content h4 {
    margin-bottom: 0px;
}

.allNews {
    width: 80%;
    max-width: 1300px;
    margin: 100px auto;
}

.allNews .all {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.singleNews .content .info {
    color: #ACABA9;
}

.singleNews .content .info p {
    font-size: 12px;
    line-height: 18px;
}

.allNews a.featured {
    width: 100%;
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: black;
    text-decoration: none;
}

.allNews a.featured img {
    width: 65%;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 5px solid #ea3434;
    height: 400px;
    object-fit: cover;
    position: relative;
}

.allNews a.featured .content {
    width: 32%;
}

.allNews .upper {
    width: 100%;
    max-width: 800px;
}

.dropheader {
    position: fixed;
    top: 110px;
    width: calc(80% - 80px);
    padding: 40px;
    left: 10%;
    background: white;
    border-top: 10px solid red;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    box-shadow: 1px 1px 20px 4px #00000029;
    z-index: 9;
}

.dropheader.visible {
    opacity: 1;
    pointer-events: all;
}

.dropheader>.single {
    display: none;
    width: 100%;
    margin: 0px;
}

.dropheader>.single.selected {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dropheader .single.products .outerList,
.dropheader .single.services .outerList {
    width: 30%;
}

.dropheader .single.products .outerList .single,
.dropheader .single.services .outerList .single {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    transition: all 0.2s linear;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px 20px 0;
    width: calc(100% - 20px);
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #EEEDE9;
    display: block;
}

.dropheader .single.products .outerList .single.selected,
.dropheader .single.products .outerList .single:hover,
.dropheader .single.services .outerList .single.selected,
.dropheader .single.services .outerList .single:hover {
    color: red;
}

.dropheader .single.products .outerList .single::after,
.dropheader .single.services .outerList .single::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 4px;
    background: url(/wp-content/uploads/2025/05/Path-1352@2x.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all 0.2s linear;
    opacity: 0;
}

.dropheader .single.products .outerList .single:hover::after,
.dropheader .single.products .outerList .single.selected::after,
.dropheader .single.services .outerList .single:hover::after,
.dropheader .single.services .outerList .single.selected::after {
    opacity: 1;
}

.dropheader .single.products .list {
    width: 30%;
}

.dropheader .single.products .list .single {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
}

.dropheader .single.products .list .single.selected {
    max-height: 40vh;
    overflow-y: scroll;
}

.dropheader .single.products .list a {
    display: block;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.dropheader .single.products .featured {
    width: 30%;
}

.dropheader .single.products .featured .single {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
}

.dropheader .single.products .featured .single.selected {
    max-height: 100%;
}

.dropheader .single.products .featured .single>p:first-child {
    color: #D73434;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
}

.dropheader .single.products .featured .single>h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}

.dropheader .single.products .featured .single img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-top: 20px;
    object-position: 0% 50%;
}

.categoryExplore {
    width: 80%;
    padding: 100px 10%;
    background: #eeede9;
}

.categoryExplore .outer {
    width: 100%;
    margin: 0 auto;
}

.categoryExplore .outer>.progress {
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fffef8;
    border-radius: 10px;
    padding-right: 100px;
    position: relative;
}

.categoryExplore .outer>.progress .progress {
    padding: 23px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    width: fit-content;
    border-radius: 10px;
    margin: 0 1px;
    transition: all 0.1s linear;
    letter-spacing: 2px;
}

.categoryExplore .outer>.progress .progress:nth-child(2) {
    border-radius: 0 10px 10px 0;
}

.categoryExplore .outer>.progress .progress:hover,
.categoryExplore .outer>.progress .progress.selected {
    background: #ea3434;
    color: #eeede9;
}

.categoryExplore .outer>.progress .return {
    padding: 20px;
    background: #ea3434;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
}

.categoryExplore .outer>.progress .return img {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.categoryExplore .outer .inner {
    width: calc(100% - 80px);
    padding: 40px;
    background: #fffef8;
    margin-top: 50px;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 20px 5px #0000000f;
}

.categoryExplore .outer .inner>h3 {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.categoryExplore .outer .inner>h3 em {
    color: #ea3434;
    font-style: normal;
}

.categoryExplore .outer .choices {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.categoryExplore .outer .choices .single {
    width: calc(24% - 42px);
    border: 1px solid #acaba9;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: border 0.1s linear;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 25%;
    max-height: 100%;
}

.categoryExplore .outer .choices .single:hover {
    border: 1px solid #ff0000;
}

.categoryExplore .outer .choices .single .explain>img {
    width: 80%;
    max-width: 200px;
    margin: 50px auto;
    height: 200px;
    object-fit: contain;
}

.categoryExplore .outer .choices .single .info {
    margin-top: 50px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryExplore .outer .choices .single.selected .info {
    display: none;
}

.categoryExplore .outer .choices .single .info img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.categoryExplore .outer .choices .single .info .explain {
    position: absolute;
    padding: 20px;
    background: #d73534;
    color: #fffef8;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + 20px);
}

.categoryExplore .outer .choices .single .info .explain::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -20px;
    left: calc(50% - 10px);
    background: url(/wp-content/uploads/2025/05/Group-775.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.categoryExplore .outer .choices .single .info:hover .explain {
    opacity: 1;
    pointer-events: none;
}

.categoryExplore .outer .choices .single .info .explain>p {
    font-size: 12px;
    line-height: 17px;
}

.categoryExplore .outer>.progressMimic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.categoryExplore .outer>.progressMimic>div {
    width: 25%;
    height: 15px;
    background: #e4e2de;
    transition: all 0.4s ease-in-out;
}

.categoryExplore .outer>.progressMimic>div.selected {
    background: #ff0000;
}

.categoryExplore .outer>.progress .help {
    position: absolute;
    right: 20px;
    cursor: pointer;
    padding: 20px;
}

.categoryExplore .outer>.progress .help p {
    font-size: 14px;
    line-height: 14px;
    color: #ACABA9;
    letter-spacing: 2px;
}

.categoryExplore .outer>.progress .help::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/05/Group-774.png);
    top: calc(50% - 10px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer .form form>p:nth-child(2),
.footer .form form>p:nth-child(3),
.faqs .inner .form form>p:nth-child(3),
.faqs .inner .form form>p:nth-child(4),
.siteVisit .form form>p:nth-child(2),
.siteVisit .form form>p:nth-child(3),
.siteVisit .form form>p:nth-child(4),
.siteVisit .form form>p:nth-child(5),
.siteVisit .form form>p:nth-child(6),
.contactus .upper .form form>p:nth-child(2),
.contactus .upper .form form>p:nth-child(3),
.contactus .upper .form form>p:nth-child(4),
.contactus .upper .form form>p:nth-child(5),
.categoryExplore .outer .choices .single .step .options>.form form>p,
.enquirePopup.finance .inner .form form>p>span:nth-child(11) {
    position: relative;
}

.footer .form form>p:nth-child(2)::before,
.footer .form form>p:nth-child(3)::before,
.faqs .inner .form form>p:nth-child(3)::before,
.faqs .inner .form form>p:nth-child(4)::before,
.siteVisit .form form>p:nth-child(2)::before,
.siteVisit .form form>p:nth-child(3)::before,
.siteVisit .form form>p:nth-child(4)::before,
.siteVisit .form form>p:nth-child(5)::before,
.siteVisit .form form>p:nth-child(6)::before,
.contactus .upper .form form>p:nth-child(2)::before,
.contactus .upper .form form>p:nth-child(3)::before,
.contactus .upper .form form>p:nth-child(4)::before,
.categoryExplore .form form>p:nth-child(2)::before,
.categoryExplore .form form>p:nth-child(3)::before,
.categoryExplore .form form>p:nth-child(4)::before,
.categoryExplore .form form>p:nth-child(5)::before,
.enquirePopup .inner .form form>p>span:nth-child(3)::after,
.enquirePopup .inner .form form>p>span:nth-child(5)::after,
.enquirePopup .inner .form form>p>span:nth-child(7)::after,
.enquirePopup .inner .form form>p>span:nth-child(9)::after,
.enquirePopup.finance .inner .form form>p>span:nth-child(11)::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 16px;
    height: 16px;
    z-index: 2;
    background: url(/wp-content/uploads/2025/05/Person.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer .form form>p:nth-child(3)::before,
.faqs .inner .form form>p:nth-child(4)::before,
.siteVisit .form form>p:nth-child(5)::before,
.contactus .upper .form form>p:nth-child(3)::before,
.categoryExplore .form form>p:nth-child(4)::before,
.enquirePopup .inner .form form>p>span:nth-child(7)::after,
.enquirePopup.finance .inner .form form>p>span:nth-child(8)::after,
.enquirePopup.finance .inner .form form>p>span:nth-child(9)::after {
    background: url(/wp-content/uploads/2025/05/Mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.enquirePopup.finance .inner .form form>p>span:nth-child(7)::after {
    background: url(/wp-content/uploads/2025/05/Menu-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.siteVisit .form form>p:nth-child(2)::before,
.contactus .upper .form form>p:nth-child(4)::before,
.categoryExplore .outer .choices .single .step .options>.form form>p:nth-child(3)::before,
.enquirePopup .inner .form form>p>span:nth-child(5)::after {
    background: url(/wp-content/uploads/2025/05/Location-Grey.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.siteVisit .form form>p:nth-child(3)::before {
    background: url(/wp-content/uploads/2025/05/Callendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.siteVisit .form form>p:nth-child(6)::before,
.categoryExplore .outer .choices .single .step .options>.form form>p:nth-child(5)::before,
.enquirePopup .inner .form form>p>span:nth-child(9)::after,
.enquirePopup.finance .inner .form form>p>span:nth-child(11)::after {
    background: url(/wp-content/uploads/2025/05/Phone-e1747670087151.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.header .burger {
    width: 50px;
    position: relative;
    height: 30px;
    cursor: pointer;
    display: none;
}

.header .burger>div {
    width: 100%;
    height: 2px;
    background: #302f32;
    position: relative;
}

.header .burger.closed>div:nth-child(1) {
    animation-name: headerAnimOne2;
}

.header .burger.closed>div:nth-child(2) {
    animation-name: headerAnimTwo2;
}

.header .burger.closed>div:nth-child(3) {
    animation-name: headerAnimThree2;
}

.header .burger.begin>div:nth-child(1) {
    animation-name: headerAnimOne;
}

.header .burger.begin>div:nth-child(2) {
    animation-name: headerAnimTwo;
}

.header .burger.begin>div:nth-child(3) {
    animation-name: headerAnimThree;
}

.header .burger>div {
    position: relative;
    transition-delay: 1s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }
    50% {
        top: 14px;
        transform: rotate(0deg);
    }
    100% {
        top: 14px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        top: 14px;
        transform: rotate(-45deg);
    }
    50% {
        top: 14px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }
    50% {
        top: -14px;
        transform: rotate(0deg);
    }
    100% {
        top: -14px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        top: -14px;
        transform: rotate(45deg);
    }
    50% {
        top: -14px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

.mobileDrop {
    position: fixed;
    top: 98px;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #fffef8;
    border-top: 2px solid transparent;
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.8s ease-in-out;
    opacity: 0;
}

.mobileDrop.open {
    border-top: 2px solid #ea3434;
    max-height: calc(100vh - 92px);
    overflow-y: scroll;
    pointer-events: all;
    opacity: 1;
}

.mobileDrop a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    text-decoration: none;
    color: black;
    transition: all 0.1s linear;
}

.mobileDrop a:hover {
    text-decoration: underline;
}

.mobileDrop a.big {
    width: fit-content;
    margin: 20px auto;
    font-size: 18px;
    padding: 10px 20px;
}

.relatedCompanies {
    width: 100%;
    padding: 50px 0%;
    margin: 0 auto;
}

.relatedCompanies>div {
    width: 200vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    animation: relatedCompanies 40s linear infinite;
}

@keyframes relatedCompanies {
    0% {
        left: 0vw;
    }
    50% {
        left: -100vw;
    }
    100% {
        left: 0;
    }
}

.relatedCompanies img {
    width: 6%;
    height: 80px;
    object-fit: contain;
}

.intro .inner .searchArea .searchProductsArea {
    width: calc(100% - 40px);
    top: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: absolute;
    background: white;
    padding: 0px 20px;
    border-radius: 0 0 20px 20px;
    max-height: 0px;
    transition: all 0.8s ease-in-out;
}

.intro .inner.searching .searchArea .searchProductsArea {
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
    outline: 2px solid #ea3434;
}

.intro .inner.searching .searchArea input {
    border-radius: 10px 10px 0 0;
}

.intro .inner .searchArea .searchProductsArea .single {
    width: 48%;
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 0px;
    max-width: 0px;
    overflow-y: scroll;
}

.intro .inner .searchArea .searchProductsArea .single.selected {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    max-height: 100%;
    max-width: 100%;
}

.intro .inner .searchArea .searchProductsArea .single img {
    width: 48%;
    height: 100px;
    object-fit: contain;
    object-position: 50% 50%;
    position: relative;
}

.intro .inner .searchArea .searchProductsArea .single p {
    width: 48%;
}

.staff {
    width: 80%;
    padding: 150px 10%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff>.textformat {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin-bottom: 50px;
}

.staff .popupArea {
    position: absolute;
    top: 100px;
    width: calc(80% - 80px);
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    padding: 40px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1000px;
    box-shadow: 1px 1px 20px 3px #00000030;
    z-index: 5;
    transition: all 0.8s ease-in-out;
}

.staff .popupArea.visible {
    opacity: 1;
    pointer-events: all;
}

.staff .inner {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.staff .inner .single {
    width: 23%;
    margin: 0 1% 30px 1%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 2px #00000024;
}

.staff .inner .single img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 10px solid #ea3434;
    object-position: 50% 0;
}

.staff .inner .single>.textformat {
    padding: 20px;
    width: calc(100% - 40px);
    background: white;
}

.staff .inner .single>.textformat>h3 {
    margin-bottom: 10px;
}

.staff .inner .single>.textformat>p {
    color: #ACABA9;
    font-size: 14px;
    line-height: 22px;
}

.staff .inner .single>.textformat a {
    background: #0080B8;
}

.staff .inner .single>.textformat a:hover {
    background: #01638e;
}

.staff .popupArea .single {
    width: 100%;
    max-width: 0px;
    max-height: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.staff .popupArea .single.selected {
    max-width: 100%;
    max-height: 100%;
}

.staff .popupArea .single .info {
    width: 35%;
}

.staff .popupArea .single .content {
    width: 62%;
}

.staff .popupArea .single .info img {
    width: 100%;
    border-radius: 10px;
    margin-top: 50px;
    object-fit: cover;
    object-position: 50% 0;
}

.staff .popupArea .single .info p {
    color: #ACABA9;
    font-size: 14px;
    line-height: 20px;
}

.staff .popupArea .single .content>* {
    font-size: 12px;
    line-height: 18px;
}

.staff .popupArea .single .content .links {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.staff .popupArea .single .content a {
    margin: 0px;
}

.staff .popupArea .single .content .linkedin {
    background: none;
    margin: 0 0 0 20px;
    padding: 0px;
}

.staff .popupArea .single .content .linkedin img {
    width: 20px;
}

.textArea.none img {
    display: none !important;
}

.textArea.none .inner {
    width: calc(80% - 80px);
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.textArea.none .inner a {
    margin: 15px auto;
}

.textArea.none .inner>p:first-child {
    margin: 0 auto 5px auto;
}

.textArea.none .inner li {
    width: 80%;
    margin: 10px auto;
    text-align: left;
}

.careers {
    width: 80%;
    padding: 150px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
}

.careers .single {
    width: 48%;
    margin: 50px 0;
}

.careers>img {
    width: 48%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 10px solid #ea3434;
}

.careers .single strong,
.careers .single em a {
    color: #ea3434;
}

.insightsUpdates.careers .upper {
    margin: 0 auto 50px auto;
    text-align: center;
}

.insightsUpdates.careers .inner .single {
    text-align: center;
}

.insightsUpdates.careers .inner .single .button {
    margin: 15px auto 0 auto;
}

.careersApply {
    width: 100%;
    padding: 150px 0;
}

.careersApply .inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 20px 5px #0000001a;
}

.careersApply .inner .textformat {
    width: calc(50% - 80px);
    padding: 40px;
    background: #302F32;
    color: #FFFEF8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.careersApply .inner .form {
    width: calc(50% - 80px);
    padding: 40px;
}

.insightsUpdates.careers {
    padding: 50px 10%;
}

.categoryExplore .outer .choices .single .explain {
    width: 100%;
    cursor: pointer;
}

.categoryExplore .outer .choices .single.selected .explain {
    width: calc(20% - 80px);
    background: #EEEDE9;
    padding: 40px;
    border-radius: 0px;
    pointer-events: none;
}

.categoryExplore .outer .choices .single .step {
    width: 100%;
    max-width: 0px;
    max-height: 0px;
    overflow: hidden;
}

.categoryExplore .outer .choices .single .step.selected {
    max-width: calc(80% - 80px);
    max-height: 100%;
    padding: 40px;
}

.categoryExplore .outer .inner.started .choices .single {
    max-width: 0px;
    max-height: 0px;
    padding: 0px;
    overflow: hidden;
    border: 0px;
}

.categoryExplore .outer .inner.started .choices .single.selected {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0px;
}

.categoryExplore .outer .inner.started>h3 {
    padding-bottom: 0px;
    max-height: 0px;
    overflow: hidden;
}

.categoryExplore .outer .inner.started {
    width: 100%;
    padding: 0px;
}

.categoryExplore .outer .choices .single .step .question {
    width: 80%;
    margin: 0 auto 30px auto;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}

.categoryExplore .outer .choices .single .step .question em {
    font-style: normal;
    color: #D73434;
}

.categoryExplore .outer .choices .single .step .options {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: flex-start;
    min-height: 464px;
}

.categoryExplore .outer .choices .single .step .options>div {
    width: calc(31% - 40px);
    padding: 20px;
    border: 1px solid #302F32;
    border-radius: 25px;
    font-size: 20px;
    line-height: 25px;
    color: #302F32;
    transition: all 0.1s linear;
    margin: 20px 1%;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-wrap: wrap;
    align-content: center;
}

.categoryExplore .outer .choices .single .step .options>div p {
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.categoryExplore .outer .choices .single .step .options>div img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: 50% 50%;
}

.categoryExplore .outer .choices .single .step .options>div:hover {
    border: 1px solid #ea3434;
}

.categoryExplore .outer .choices .single .step .progress {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.categoryExplore .outer .choices .single .step .options>.form {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    border: 0px;
    max-width: 600px;
    border-radius: 0px;
}

.categoryExplore .outer .choices .single .step .options>.form>div {
    width: 100%;
}

.categoryExplore .outer .choices .single .step .options>.form:hover {
    border: 0px;
}

.categoryExplore .outer .choices .single .step .options>.form form input.wpcf7-submit {
    margin: 0 auto;
}

div#filterSelectFilters.visible {
    margin: 30px auto;
    width: 80%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

div#filterSelectFilters.visible a {
    margin: 15px auto 0px auto;
}

.textArea .inner .extraimages {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.textArea .inner .extraimages img {
    width: 23%;
    height: 150px;
    object-fit: contain;
    object-position: 0% 50%;
    margin: 10px 1%;
}

.staff .popupArea .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.staff .popupArea .close div {
    width: 100%;
    height: 1px;
    background: #ACABA9;
    position: absolute;
}

.staff .popupArea .close div:first-child {
    transform: rotate(50deg);
}

.staff .popupArea .close div:last-child {
    transform: rotate(-50deg);
}

.textArea.both {
    padding: 100px 0;
}

.textArea .inner em {
    font-style: normal;
    color: #EA3434;
    font-weight: 500;
}

.dropheader .single.services .list {
    width: 65%;
}

.dropheader .single.services .list .single {
    display: none;
    width: 100%;
}

.dropheader .single.services .list .single img {
    width: 45%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.dropheader .single.services .list .single .content {
    width: 50%;
}

.dropheader .single.services .list .single .content p {
    font-size: 14px;
    line-height: 22px;
    color: #ACABA9;
}

.dropheader .single.services .list .single .content a {
    color: white;
    background: #0080B8;
}

.dropheader .single.services .list .single .content a:hover {
    background: #046590;
    text-decoration: none;
}

.dropheader .single.services .list .single.selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .lower a.hoverLink {
    padding-right: 20px;
    position: relative;
}

.header .lower a.hoverLink::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/2025/05/Path-1352@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
}

.casestudyPreviews {
    width: 80%;
    padding: 100px 10%;
    background: #EEEDE9;
}

.casestudyPreviews .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}

.casestudyPreviews .inner .upper {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
}

.casestudyPreviews .inner .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.casestudyPreviews .inner .content .single {
    width: calc(31% - 80px);
    padding: 40px;
    margin: 20px 1%;
    background: #FFFEF8;
    box-shadow: 1px 1px 20px 1px #00000012;
    border-radius: 10px;
    position: relative;
}

.casestudyPreviews .inner .content .single img {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 50px;
    object-fit: contain;
    object-position: 50% 50%;
}

.casestudyPreviews .inner .content .single>p:first-child {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #EA3434;
}

.casestudyPreviews .inner .content .single>h4,
.casestudyPreviews .inner .content .single>p:first-child {
    width: calc(100% - 110px);
}

.casestudyPreviews .inner .content .single p {
    font-size: 14px;
    line-height: 22px;
}

.casestudyPreviews .inner .content .single a {
    width: calc(100% - 60px);
    text-align: center;
    margin-top: 20px;
    background: #6e6d6d;
}

.casestudyPreviews .inner .content .single a:hover {
    background: #6e6d6d7a;
}

.calculatorBanner {
    width: 80%;
    padding: 75px 10%;
    background: url(/wp-content/uploads/2025/05/Rectangle-940@2x-scaled.png);
    background-position: 50% 50%;
    background-size: cover;
    color: #FFFEF8;
}

.calculatorBanner .inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculatorBanner .inner .left {
    width: 70%;
}

.calculatorBanner .inner .right {
    width: 25%;
    text-align: center;
}

.calculatorBanner .inner .right a {
    margin: 0 auto;
    background: #707070;
    padding: 13px 60px;
}

.calculatorBanner .inner .right a:hover {
    background: #70707073;
}

.calculatorBanner .inner .left>p:first-child {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.calculatorBanner .inner .left>p:first-child::before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    height: 30px;
    width: 30px;
    background: url(/wp-content/uploads/2025/05/Group-775@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.calculatorBanner .inner .left h2 em {
    font-style: normal;
    display: inline-block;
    padding: 2px 10px 5px 10px;
    background: #EA3434;
    margin: 5px 0;
}

.caseStudies {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}

.caseStudies .images {
    width: 50%;
    display: flex;
    align-items: stretch;
}

.caseStudies .images img {
    width: 100%;
    height: 80vh;
    min-height: 100%;
    max-height: 900px;
    object-fit: cover;
    display: none;
}

.caseStudies .images img.selected {
    display: block;
}

.caseStudies .inner {
    width: calc(50% - 80px);
    padding: 100px 040px;
    background: #d73434;
    color: #FFFEF8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.caseStudies .inner>div {
    width: 100%;
    max-height: 0px;
    max-width: 0px;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out;
}

.caseStudies .inner>div.selected {
    max-height: 1000px;
    max-width: 100%;
}

.caseStudies .inner>div>p:first-child {
    padding: 5px 10px;
    background: white;
    color: red;
    width: fit-content;
}

.caseStudies .inner>div em {
    padding: 5px 10px;
    background: #E06865;
    font-style: normal;
    margin-top: 30px;
    display: inline-block;
}

.caseStudies>.button {
    position: absolute;
    bottom: 40px;
    right: 5%;
    font-size: 10px;
    line-height: 12px;
    border-radius: 25px;
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 50px 10px 30px;
}

.caseStudies>.button:hover {
    bottom: 45px;
}

.caseStudies>.button::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
    background: url(/wp-content/uploads/2025/05/Biege-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.trustedPartner.noIntro>.upper,
.trustedPartner.noIntro::before {
    display: none;
}

.trustedPartner.noIntro {
    padding: 100px 10%;
}

.single-news .trustedPartner>.upper,
.page-id-1124 .trustedPartner>.upper {
    text-align: center;
    margin: 0 auto 50px auto;
    color: #302F32;
}

.single-news .trustedPartner::before,
.page-id-1124 .trustedPartner::before {
    display: none;
}

.single-news .trustedPartner>.upper p:first-child,
.page-id-1124 .trustedPartner>.upper p:first-child {
    margin: 0 auto 10px auto;
}

.single-news .trustedPartner .links .single .upper,
.page-id-1124 .trustedPartner .links .single .upper {
    background: #EEEDE9;
}

.intro .popup {
    position: absolute;
    bottom: 50px;
    right: 0px;
    padding: 40px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    z-index: 4;
    width: 450px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

.intro .popup.open {
    opacity: 1;
    pointer-events: all;
}

.intro .popup>img {
    position: absolute;
    width: 60px;
    height: 60px;
    object-fit: contain;
    bottom: 10px;
    right: 10px;
    left: unset;
    top: unset;
}

.intro .popup>p {
    color: #EA3434;
    margin-bottom: 5px;
}

.intro .popup a {
    color: white;
    background: #0080B8;
    margin-top: 20px;
}

.intro .popup a:hover {
    background: #03597f;
}

.intro .popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.intro .popup .close>div {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ACABA9;
}

.intro .popup .close>div:first-child {
    transform: rotate(50deg);
}

.intro .popup .close>div:last-child {
    transform: rotate(-50deg);
}

.materialsHandling .inner a:not(.selected),
.materialsHandling .inner .single:not(.selected) {
    max-width: 0px;
    max-height: 0px;
    margin: 0px;
    box-shadow: 0px 0px black;
}

.materialsHandling .inner .single {
    box-shadow: 0px 0px black;
    border-radius: 10px 10px 0 0;
}

.materialsHandling .inner .single .textformat {
    padding: 30px 0 0 0;
    width: 100%;
}

.materialsHandling .buttons {
    width: calc(85% + 70px);
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    pointer-events: none;
    top: 0;
    max-width: 1600px;
}

.materialsHandling .buttons img {
    width: 30px;
    cursor: pointer;
    pointer-events: all;
}

.materialsHandling .buttons img:first-child {
    transform: rotate(90deg);
}

.materialsHandling .buttons img:last-child {
    transform: rotate(-90deg);
}

.grayButton p>a {
    background: #acaba9;
}

.grayButton p>a:hover {
    background: #ACABA980;
}

.financeCalculator.noIntro {
    padding: 150px 10%;
}

.financeCalculator.noIntro .upper {
    display: none;
}

.page-id-1325 .textArea.none .inner,
.page-id-1326 .textArea.none .inner {
    max-width: 1000px;
    width: 80%;
    text-align: left;
}

.page-id-1325 .textArea.none .inner li,
.page-id-1326 .textArea.none .inner li {
    margin: 10px 0;
    width: 100%;
}

.enquirePopup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    transition: all 0.8s ease-in-out;
}

.enquirePopup.open {
    opacity: 1;
    pointer-events: all;
}

.enquirePopup .outer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #0000007d;
    z-index: 11;
}

.enquirePopup .inner {
    width: 80%;
    max-width: 1300px;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
}

.enquirePopup .inner .textformat {
    padding: 40px;
    background: #ea3434;
    width: calc(50% - 80px);
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.enquirePopup .inner .form {
    padding: 40px;
    width: calc(50% - 80px);
    background: white;
}

.enquirePopup .inner .form span[data-name="details"] {
    display: none;
}

.enquirePopup .inner .form br {
    display: none;
}

.enquirePopup .inner .enquireDrop {
    padding: 10px 10px 10px 30px;
    width: calc(100% - 40px);
    border: 1px solid #acaba9;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #302F32;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    letter-spacing: 2px;
}

.enquirePopup .inner .enquireDrop .selectable {
    color: #acaba9;
    width: calc(100% - 50px);
}

.enquirePopup .inner .enquireDrop .selectable.black {
    color: #302F32;
}

.enquirePopup .inner .enquireDrop .drop {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.enquirePopup .inner .enquireDrop.selected .drop {
    max-height: 100px;
    overflow-y: scroll;
}

.enquirePopup .inner .enquireDrop .drop div {
    margin: 5px 0;
    color: #acaba9;
    transition: all 0.1s linear;
}

.enquirePopup .inner .enquireDrop .drop div:hover {
    color: #302F32;
}

.enquirePopup:not(.finance) .inner .form>.wpcf7 {
    opacity: 0.5;
    pointer-events: none;
}

.enquirePopup.progress .inner .form>.wpcf7 {
    opacity: 1;
    pointer-events: all;
}

.enquirePopup .inner .enquireDrop::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2025/05/Group-774.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.enquirePopup .inner .enquireDrop .selectable::after {
    content: "";
    background: url(/wp-content/uploads/2025/05/Grey-Arrow.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 14px;
    height: 14px;
    top: 11px;
    right: 10px;
    transition: all 0.2s linear;
}

.enquirePopup .inner .enquireDrop:hover .selectable::after,
.enquirePopup .inner .enquireDrop.selected .selectable::after {
    transform: rotate(90deg);
}

.categoryLinks {
    width: 80%;
    padding: 150px 10%;
    background: #EEEDE9;
    text-align: center;
}

.categoryLinks .upper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.categoryLinks .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.categoryLinks .inner a {
    padding: 30px;
    background: white;
    width: calc(24% - 60px);
    border-radius: 10px;
    box-shadow: 1px 1px 20px 20px #0000001f;
    text-decoration: none;
    color: black;
    text-align: left;
    position: relative;
    transition: all 0.4s ease-in-out;
    bottom: 0px;
}

.categoryLinks .inner a:hover {
    bottom: 10px;
}

.categoryLinks .inner a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 30px;
}

.categoryLinks .inner a p:first-child {
    color: #D73434;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
}

.categoryLinks .inner a h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #302F32;
}

.dropheader>.single.sales.selected {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.dropheader>.single.sales .left {
    width: 300px;
    padding-right: 25px;
    border-right: 1px solid #EEEDE9;
}

.dropheader>.single.sales .left p {
    font-size: 14px;
    line-height: 22px;
}

.dropheader>.single.sales .left a,
.dropheader>.single.sales .inner a .button {
    color: #FFFEF8;
    background: #0080B8;
    font-size: 14px;
    line-height: 15px;
}

.dropheader>.single.sales .left a:hover,
.dropheader>.single.sales .inner a .button:hover {
    background: #056b98;
    text-decoration: none;
}

.dropheader>.single.sales .inner {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.dropheader>.single.sales .inner a {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.dropheader>.single.sales .inner a>*:not(.button) {
    width: 100%;
}

.dropheader>.single.sales .inner a .button {
    margin: 0 auto;
}

.dropheader>.single.sales .inner a:hover {
    text-decoration: none;
}

.dropheader>.single.sales .inner a p:first-child {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #D73434;
    letter-spacing: 3px;
    font-weight: 500;
}

.dropheader>.single.sales .inner a h3 {
    color: #302F32;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dropheader .single.sales .list .single {
    flex-wrap: wrap;
}

.dropheader>.single.sales .list .single .inner a img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: 50% 50%;
}

.textArea.smallImage img {
    width: 40%;
    padding: 150px 5%;
    object-fit: contain;
}

.fullInfo .outer .single>div.files {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fullInfo .outer .single>div.files a {
    margin: 0 20px 0 0;
}

.products .content .display .inner .output.blocks {
    padding-top: 20px;
}

.products .content .display .inner .output.blocks a {
    width: 100%;
    display: flex;
    border: 0px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px black;
    border-bottom: 1px solid black;
    border-radius: 0px;
    background: transparent;
    padding-bottom: 30px;
    margin: 0 0 30px 0;
    overflow: visible;
}

.products .content .display .inner .output.blocks a .price {
    width: calc(40% - 40px);
    padding: 20px;
    box-shadow: 1px 1px 20px 5px #00000029;
    border-radius: 10px 10px 0 0;
    background: white;
}

.products .content .display .inner .output.blocks a .information {
    width: calc(55% - 40px);
}

.footer .inner .info .lower>div .logos {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 160px;
}

.footer .inner .info .lower>div .logos a {
    width: 32%;
}

.footer .inner .info .lower>div .logos a img {
    width: 30px;
}

.products .content .filters.forklifts .single#filterOne .outer:nth-child(4) .dropdown>div:not(.forklift),
.products .content .filters.warehouse .single#filterOne .outer:nth-child(4) .dropdown>div:not(.warehouse),
.products .content .filters.narrow .single#filterOne .outer:nth-child(4) .dropdown>div:not(.narrow),
.products .content .filters.boom .single#filterTwo .outer:nth-child(3) .dropdown>div:not(.boom),
.products .content .filters.mast .single#filterTwo .outer:nth-child(3) .dropdown>div:not(.mast),
.products .content .filters.scissor .single#filterTwo .outer:nth-child(3) .dropdown>div:not(.scissor),
.products .content .filters.cold .single#filterThree .outer:nth-child(3) .dropdown>div:not(.cold),
.products .content .filters.hot .single#filterThree .outer:nth-child(3) .dropdown>div:not(.hot),
.products .content .filters.scrubber .single#filterThree .outer:nth-child(3) .dropdown>div:not(.scrubber),
.products .content .filters.steam .single#filterThree .outer:nth-child(3) .dropdown>div:not(.steam),
.products .content .filters.sweeper .single#filterThree .outer:nth-child(3) .dropdown>div:not(.sweeper),
.products .content .filters.vacuum .single#filterThree .outer:nth-child(3) .dropdown>div:not(.vacuum) {
    display: none;
}

.categoryExplore .outer .choices .single .step .progress .button:last-child {
    display: none;
}

@media(max-height: 1000px) and (min-width: 1000px) {
    .textArea img {
        height: auto;
        min-height: 100%;
        max-height: 100%;
    }
    .intro {
        min-height: 600px;
    }
}

@media(max-width: 1750px) {
    .header .lower,
    .header .infoHeader {
        width: 90%;
        padding: 10px 5%;
    }
    .header .lower a img {
        width: 200px;
    }
    .header .lower a.big {
        letter-spacing: 0px;
    }
}

@media(max-width: 1450px) {
    .header .lower {
        justify-content: flex-end;
    }
    .header .burger {
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        margin-left: 20px;
    }
    .header .lower a:not(.big) {
        display: none;
    }
    .header .lower>a:first-child {
        display: block;
        position: absolute;
        left: 5%;
    }
    .header .lower a.big {
        padding: 10px 30px 10px 40px;
    }
}

@media(max-width: 1200px) {
    .categoryExplore .outer .choices .single .step .options>div {
        width: calc(48% - 42px);
        margin: 10px 1%;
    }
    .categoryExplore .outer .inner.started .choices .single.selected {
        margin: 0px;
    }
    .categoryExplore .outer .choices {
        flex-wrap: wrap;
        align-items: stretch;
    }
    .categoryExplore .outer .choices .single {
        width: calc(49% - 42px);
        max-width: 49%;
        margin: 10px 0;
    }
    .categoryExplore .outer .choices .single .explain>img {
        margin: 30px auto;
        height: 15vh;
    }
    .categoryExplore .outer .choices .single .info {
        margin-top: 30px;
    }
    .categoryLinks .inner {
        flex-wrap: wrap;
    }
    .categoryLinks .inner a {
        width: calc(49% - 60px);
        margin: 10px 0;
    }
    .categoryLinks .inner a img {
        height: 20vh;
    }
    .relatedProducts .products .content .display .inner .output a {
        width: 48%;
    }
    .faqs .inner {
        flex-wrap: wrap;
    }
    .faqs .inner .questions {
        width: 100%;
        margin-top: 50px;
    }
    .faqs .inner .form {
        width: calc(100% - 80px);
    }
    .trustedPartner .links {
        flex-wrap: wrap;
    }
    .trustedPartner .links .single {
        width: 100%;
        margin-bottom: 20px;
    }
    .exploreAwards {
        flex-wrap: wrap;
        width: 100%;
        margin: 50px auto 0 auto;
        flex-direction: column-reverse;
    }
    .exploreAwards .inner {
        width: 90%;
        max-width: 100%;
        padding-bottom: 30px;
        margin: 0 auto;
    }
    .exploreAwards>img {
        width: 100%;
        padding-right: 0px;
        max-height: 50vh;
        object-fit: contain;
        object-position: 0 100%;
    }
    .carouselArea .outer .inner .single {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .carouselArea .outer .inner .single .textformat {
        width: calc(100% - 80px);
    }
    .carouselArea .outer .inner .single img {
        width: 100%;
        height: 50vh;
    }
    .carouselArea .outer .buttons {
        width: calc(100% - 80px);
    }
    .products>.content {
        flex-wrap: wrap;
    }
    .products .content .filters {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .products .content .filters .single {
        width: 48%;
    }
    .products .content .display {
        width: 100%;
    }
}

@media(max-width: 1000px) {
    .categoryExplore .outer>.progress {
        display: none;
    }
    .categoryExplore .outer .choices .single .step .progress {
        padding-top: 10px;
    }
    .categoryExplore .outer .inner.started .choices .single.selected {
        flex-wrap: wrap;
    }
    .categoryExplore .outer .inner.started .choices .single.selected .step.selected {
        width: calc(100% - 80px);
        max-width: 100%;
    }
    .categoryExplore .outer .choices .single.selected .explain {
        width: calc(100% - 80px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .categoryExplore .outer .choices .single.selected .explain>img {
        margin: 0px;
        width: 30%;
        height: 10vh;
    }
    .categoryExplore .outer .choices .single.selected .explain>h4 {
        width: 68%;
        text-align: left;
    }
    .products .content .display .inner .selectables img {
        display: none;
    }
    .enquirePopup {
        padding-top: 10vh;
        height: 90vh;
        align-items: flex-start;
    }
    .enquirePopup .inner {
        flex-wrap: wrap;
        height: 80vh;
        overflow-y: scroll;
    }
    .enquirePopup .inner .textformat,
    .enquirePopup .inner .form {
        width: calc(100% - 80px);
    }
    .textArea.smallImage img {
        width: 90%;
        max-height: 40vh;
        object-position: 50% 50%;
        padding: 50px 5% 0px 5%;
    }
    .caseStudies {
        flex-wrap: wrap;
    }
    .caseStudies .images {
        width: 100%;
    }
    .caseStudies .images img {
        height: 50vh;
    }
    .caseStudies .inner {
        width: calc(100% - 80px);
    }
    .calculatorBanner .inner {
        flex-wrap: wrap;
    }
    .calculatorBanner .inner .left>p:first-child {
        width: fit-content;
        margin: 0 auto 10px auto;
    }
    .calculatorBanner .inner .left {
        width: 100%;
        text-align: center;
    }
    .calculatorBanner .inner .right {
        width: 100%;
        margin-top: 20px;
    }
    .intro .popup {
        width: calc(80% - 80px);
        right: 10%;
    }
    .casestudyPreviews .inner .content .single {
        width: calc(100% - 80px);
    }
    .staff {
        padding: 50px 10%;
    }
    .staff .inner .single {
        width: 48%;
    }
    .singleNews {
        flex-wrap: wrap;
    }
    .singleNews .content {
        width: 100%;
        margin-bottom: 30px;
    }
    .singleNews .others {
        width: 100%;
    }
    .fullInfo .outer .single {
        flex-wrap: wrap;
    }
    .fullInfo .outer .single>div {
        width: 100%;
    }
    .fullInfo .outer .single.info>div .spec {
        width: 48%;
        margin-bottom: 10px;
    }
    .fullInfo .outer .single>div .block {
        margin: 10px 0;
    }
    .products .singular {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .products .singular .images img {
        height: 50vh;
    }
    .products .singular .images {
        width: 100%;
    }
    .products .singular .content {
        width: 100%;
        margin-bottom: 30px;
    }
    .products .content .display .upper {
        min-height: 30vh;
    }
    .products .content .display .inner .output a {
        width: 48%;
    }
    .allNews a.featured {
        flex-wrap: wrap;
    }
    .allNews a.featured img {
        width: 100%;
        height: 30vh;
    }
    .allNews a.featured .content {
        width: 100%;
        margin-top: 20px;
    }
    .equipmentLinks .links a,
    .equipmentLinks .links a:nth-child(7n - 5),
    .equipmentLinks .links a:nth-child(7n - 2),
    .equipmentLinks .links a:nth-child(7n - 1),
    .equipmentLinks .links a:nth-child(7n),
    .equipmentLinks .links a:nth-child(7n - 6) {
        width: calc(47% - 40px);
        padding: 20px;
        margin: 10px 1%;
    }
    .equipmentLinks .links a img {
        height: 30vh;
    }
    .financeCalculator>.inner {
        flex-wrap: wrap;
    }
    .financeCalculator .inner .calc,
    .financeCalculator .inner .cost {
        width: calc(100% - 80px);
    }
    .materialsHandling .inner {
        flex-wrap: wrap;
    }
    .materialsHandling .inner a,
    .materialsHandling .inner a:not(.selected),
    .materialsHandling .inner .single,
    .materialsHandling .inner .single:not(.selected) {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        margin: 30px 0;
    }
    .materialsHandling .inner .single .textformat {
        padding-top: 20px;
    }
    .materialsHandling .buttons {
        display: none;
    }
    .contactus .lower {
        flex-wrap: wrap;
    }
    .contactus .lower .textformat {
        width: 80%;
        padding: 100px 10%;
    }
    .contactus .lower .map {
        width: 100%;
    }
    .contactus .upper {
        flex-wrap: wrap;
    }
    .contactus .upper .textformat {
        width: 100%;
        margin-bottom: 50px;
    }
    .contactus .upper .form {
        width: calc(100% - 40px);
        max-width: 500px;
        margin: 0 auto;
    }
    .siteVisit .inner {
        flex-wrap: wrap;
    }
    .siteVisit .text {
        margin-bottom: 50px;
        width: 100%;
    }
    .siteVisit .form {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .textArea {
        flex-wrap: wrap;
    }
    .textArea img {
        width: 100%;
        max-height: 50vh;
    }
    .textArea .inner,
    .textArea.flip .inner {
        width: 80%;
        padding: 50px 10%;
        max-width: 100%;
    }
    .footer .inner {
        flex-wrap: wrap;
    }
    .getintouch .inner {
        flex-wrap: wrap;
    }
    .footer .inner .form {
        width: 100%;
        margin-top: 50px;
    }
    .footer .inner .info {
        width: 100%;
    }
    .customerReviews .inner .reviews {
        flex-wrap: wrap;
    }
    .insightsUpdates .inner .single,
    .singleNews .others a,
    .allNews .all a {
        width: 100%;
        margin: 20px 0;
    }
    .customerReviews .inner .reviews .single {
        width: calc(100% - 40px);
        margin: 10px 0;
    }
    .insightsUpdates .inner {
        flex-wrap: wrap;
    }
    .getintouch .inner img {
        width: 100%;
        max-height: 50vh;
        object-fit: contain;
        object-position: 50% 100%;
    }
    .getintouch .inner .textformat {
        width: 100%;
        padding: 50px 0;
    }
    h3 {
        font-size: 23px;
        line-height: 28px;
    }
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .intro .inner {
        margin: 0 auto;
    }
    .intro {
        min-height: calc(90vh - 400px);
        padding: 50px 10% 250px 10%;
    }
    .allNews .all>a {
        width: 48%;
        margin: 0 1% 30px 0;
    }
    .careers .single,
    .careers>img {
        width: 100%;
    }
    .careers>img {
        height: 50vh;
    }
    .careers {
        padding: 50px 10%;
    }
    .careersApply .inner {
        flex-wrap: wrap;
    }
    .careersApply .inner .textformat,
    .careersApply .inner .form {
        width: calc(100% - 80px);
    }
}

@media(max-width: 600px) {
    .categoryExplore .outer .choices .single .step .options {
        min-height: 370px;
    }
    .products .singular .content .buttons {
        flex-wrap: wrap;
    }
    .products .singular .content .buttons a,
    .products .singular .content .buttons .button {
        margin: 5px 20px 0 0;
    }
    .categoryExplore .outer .choices .single .step .options>div {
        min-height: 50px;
    }
    .staff .popupArea {
        padding: 20px;
        width: calc(100% - 40px);
    }
    .carouselArea .outer .buttons {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 20px;
    }
    .carouselArea .outer .inner .single .textformat {
        width: calc(100% - 40px);
        padding: 20px 20px 80px 20px;
    }
    .financeCalculator .upper {
        width: 100%;
    }
    .fullInfo .outer .single>div.files {
        flex-wrap: wrap;
    }
    .fullInfo .outer .single>div.files a {
        margin: 20px 20px 0 0;
    }
    .products .content .display .upper {
        margin: 0px;
        width: calc(100% - 80px);
    }
    .caseStudies .inner>div {
        transition: all 0s linear;
    }
    .caseStudies .inner>div.selected {
        max-height: 100%;
    }
    .header .infoHeader {
        display: none;
    }
    .categoryLinks,
    .financeCalculator.noIntro {
        padding: 50px 10%;
    }
    .categoryLinks .inner a {
        width: calc(100% - 60px);
        text-align: center;
    }
    .textArea.none .inner {
        width: 80%;
    }
    .intro .inner .doubleButtons {
        flex-wrap: wrap;
    }
    .intro .inner .doubleButtons,
    .fullInfo .buttons {
        flex-wrap: wrap;
    }
    .intro .inner .doubleButtons a {
        margin: 5px 0;
    }
    .fullInfo .buttons div {
        width: calc(100% - 120px);
    }
    .textArea .inner .extraimages img {
        width: 48%;
        object-position: 50% 50%;
    }
    .allNews .all>a {
        width: 100%;
        margin: 30px 0;
    }
    .financeCalculator>.inner {
        width: 100%;
    }
    .financeCalculator>.inner .calc .inner .step {
        width: 100%;
    }
    .financeCalculator>.inner .calc .inner .step.selected {
        margin: 10px 0%;
    }
    .relatedCompanies {
        flex-wrap: wrap;
    }
    .relatedCompanies img {
        width: 48%;
        margin: 10px 1%;
    }
    .exploreAwards .inner .extrainfo .content .single img {
        width: 100%;
        border-radius: 10px;
        height: 40vh;
        object-fit: contain;
    }
    .exploreAwards .inner .extrainfo .content .single>div {
        width: 100%;
        margin-top: 20px;
    }
    .exploreAwards .inner .extrainfo .content .single {
        flex-wrap: wrap;
    }
    .relatedProducts {
        padding: 50px 10%;
    }
    .relatedProducts .products .content .display .inner .output {
        overflow: visible;
        max-height: 100%;
    }
    .relatedProducts .products .content .display .inner .output a {
        width: 100%;
        margin: 20px auto;
    }
    .products>.content {
        width: 100%;
    }
    .products {
        width: 100%;
    }
    .products.innerProduct {
        width: 80%;
    }
    .products.innerProduct .categories {
        width: calc(100% - 40px);
    }
    .products .content .display .inner .output {
        width: 100%;
        padding: 0px;
    }
    .financeCalculator {
        padding: 50px 10%;
    }
    .mobileDrop {
        top: 51px;
    }
    .mobileDrop.open {
        max-height: calc(100vh - 51px);
    }
    .header .lower a.big {
        display: none;
    }
    .products .content .display .inner .selectables .industry .selectable {
        min-width: 0px;
    }
    .products .content .display .inner .selectables .industry {
        font-size: 10px;
        line-height: 10px;
    }
    .products .content .display .inner .selectables .industry .selectable::after {
        width: 12px;
        height: 12px;
        top: calc(50% - 6px);
    }
    .products .content .display .inner .selectables>div {
        width: calc(47% - 20px);
        padding: 10px !important;
        margin: 10px 1% !important;
    }
    .products .content .display .inner .selectables>div:not(.industry, .featured) {
        display: none;
    }
    .products .content .filters {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }
    .products .content .display .inner .selectables {
        flex-wrap: wrap;
    }
    .products .content .filters .single {
        width: 100%;
    }
    .products .content .display .inner .output a {
        width: 80%;
        margin: 20px auto;
    }
    .exploreAwards .inner .extrainfo .buttons {
        flex-wrap: wrap;
    }
    .exploreAwards .inner .extrainfo .buttons div {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        border-bottom: 5px solid #eeede9;
    }
    .exploreAwards .inner .extrainfo .buttons::after {
        display: none;
    }
    .equipmentLinks .links a,
    .equipmentLinks .links a:nth-child(7n - 5),
    .equipmentLinks .links a:nth-child(7n - 2),
    .equipmentLinks .links a:nth-child(7n - 1),
    .equipmentLinks .links a:nth-child(7n),
    .equipmentLinks .links a:nth-child(7n - 6) {
        width: calc(100% - 40px);
        margin: 10px 0;
    }
    .materialsHandling .outro {
        margin: 20px auto 0 auto;
    }
    .materialsHandling {
        padding: 50px 10%;
    }
    .contactus .lower .textformat {
        padding: 50px 10%;
    }
    .contactus .upper {
        margin: 50px auto;
    }
    .carouselArea .outer .buttons>div:first-child,
    .carouselArea .outer .buttons>div:last-child {
        display: none;
    }
    .footer .inner .info .lower {
        flex-wrap: wrap;
    }
    .footer .inner .info .lower>div {
        width: 100%;
        margin: 10px 0;
    }
    .intro::before {
        width: 95%;
        background-size: cover !important;
        background-position: 0% 100% !important;
        z-index: 4;
    }
    div#headerWatch {
        height: 98px;
    }
    .intro .inner .links {
        flex-wrap: wrap;
    }
    .intro .inner .links a {
        width: 100%;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .staff .popupArea .single {
        flex-wrap: wrap;
    }
    .staff .popupArea .single .info {
        width: 100%;
        margin-bottom: 30px;
    }
    .staff .popupArea .single .content {
        width: 100%;
    }
    .intro::after {
        content: "";
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        background: #0000003d;
        width: 100%;
        height: 100%;
    }
    .intro .outer {
        position: relative;
        z-index: 4;
    }
    .intro .info {
        z-index: 4;
    }
    .intro .popup {
        position: fixed;
        top: calc(50% - 100px);
        bottom: unset;
    }
    .intro .inner .searchArea .searchProductsArea .single {
        width: 100%;
    }
    .intro .inner .searchArea {
        flex-wrap: wrap;
    }
    .intro .inner .searchArea .button {
        top: 13px;
    }
    .intro .inner .searchArea .searchProductsArea {
        position: relative;
    }
    .textArea.flip.smallImage {
        flex-direction: column-reverse;
    }
    .textArea.smallImage img {
        padding: 0px 5% 50px 5%;
    }
    .products .categories {
        flex-wrap: wrap;
        margin: 0 auto;
        width: calc(80% - 40px);
    }
    .products .categories p {
        width: 100%;
        margin: 3px 0;
    }
    .categoryExplore .outer .choices .single .explain>img {
        height: 10vh;
        margin: 10px auto;
    }
    .categoryExplore .outer .choices .single .explain>h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .categoryExplore .outer .choices .single .info {
        margin-top: 10px;
    }
    .categoryExplore .outer .choices .single .info img {
        width: 20px;
        height: 20px;
    }
    .categoryExplore .outer .choices .single {
        padding: 10px 20px;
    }
    .categoryExplore .outer .inner>h3 {
        padding-bottom: 20px;
    }
    .categoryExplore .outer>.progressMimic>div {
        height: 3px;
    }
    .categoryExplore .outer .choices .single .step .progress .button {
        margin: 0px;
    }
    .categoryExplore .outer .inner {
        width: calc(100% - 40px);
        padding: 20px;
    }
    .categoryExplore .outer .inner.started .choices .single.selected .step.selected {
        width: calc(100% - 40px);
        padding: 20px;
    }
    .products .content .display {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media(max-width: 400px) {
    .categoryExplore .outer .choices .single .step .options {
        min-height: 50px;
    }
    .categoryExplore .outer .choices .single .step .options>div,
    .categoryExplore .outer .choices .single .explain>h4,
    .categoryExplore .outer .choices .single .step .options>div p {
        font-size: 16px;
        line-height: 20px;
    }
    .textformat>a,
    .textformat>p>a,
    .button {
        letter-spacing: 0px;
    }
    .intro .outer {
        z-index: 5;
    }
    .intro .popup.open {
        box-shadow: 1px 1px 20px 5px #00000038;
    }
    .intro .popup>img {
        display: none;
    }
    h4 {
        font-size: 18px;
        line-height: 28px;
    }
    h5,
    p,
    li,
    a.button,
    input,
    textarea {
        font-size: 14px;
        line-height: 24px;
    }
    .header .burger {
        width: 40px;
        height: 25px;
    }
    .form form input.wpcf7-submit {
        letter-spacing: 0px;
    }
    .header .infoHeader {
        justify-content: flex-start;
    }
    .header .infoHeader a {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 0px;
    }
    .staff .inner .single {
        width: 100%;
    }
    .products .content .display .inner .selectables>div {
        width: calc(100% - 20px);
    }
    .header .lower a img {
        width: 180px;
    }
    .mobileDrop {
        top: 45px;
    }
    @keyframes headerAnimOne {
        0% {
            top: 0;
        }
        50% {
            top: 11px;
            transform: rotate(0deg);
        }
        100% {
            top: 11px;
            transform: rotate(-45deg);
        }
    }
    @keyframes headerAnimOne2 {
        0% {
            top: 11px;
            transform: rotate(-45deg);
        }
        50% {
            top: 11px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
            transform: rotate(0deg);
        }
    }
    @keyframes headerAnimThree {
        0% {
            top: 0;
        }
        50% {
            top: -11px;
            transform: rotate(0deg);
        }
        100% {
            top: -11px;
            transform: rotate(45deg);
        }
    }
    @keyframes headerAnimThree2 {
        0% {
            top: -11px;
            transform: rotate(45deg);
        }
        50% {
            top: -11px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
        }
    }
}