/** Shopify CDN: Minification failed

Line 239:0 Unexpected "}"

**/
/* Utils */
.flex-stack {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
/* Captions */
.plegium-caption {
  font-family: var(--font-caption-family);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* Rich-text and paragraph block */
.plegium-paragraph {
  font-family: var(--font-paragraph-family);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
/* Responsive image wrapper */
.aspect-ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.aspect-ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: calc(100% * var(--height-to-width));
}
.aspect-ratio--1x1 {
  --height-to-width: 1;
}
.aspect-ratio--article {
  --height-to-width: 0.8135593220338984;
}
.aspect-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio.aspect-ratio--contain > img {
  object-fit: contain;
}
/* Section wrapper */
.plegium-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.plegium-wrapper.plegium-wrapper--full-width {
  padding-left: 0;
  padding-right: 0;
}
.plegium-wrapper.plegium-wrapper--full-width .plegium-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* Content max-widths and min-widths */
.plegium-centered-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.plegium-centered-content--narrow {
  max-width: 122rem;
}
/* Section spacing helpers */
.mt-3 {
  margin-top: 3rem;
}
/* Section titles */
.plegium-title {
  font-weight: semi-bold;
  font-size: 2.4rem;
  line-height: 1.4166666666666667;
  margin-top: 0;
  margin-bottom: 3rem;
}
.plegium-subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4166666666666667;
  margin-top: 0;
  margin-bottom: 0;
}
.plegium-instruction {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
.benefits__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.42;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 1rem;
}
.benefits__wrapper {
  /* padding-top: 5rem; */
}
.benefits__subtitle {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 3rem;
}
.benefits__blocks {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.benefits__block {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 15.8rem;
  margin-left: auto;
  margin-right: auto;
}
.benefits__block-description {
  font-size: 1.4rem;
  line-height: 1.286;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.benefits__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  /* padding-bottom: 5rem; */
}
.benefits__graphic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.benefits__graphic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Button */
.button--plegium {
 /* border-radius: 0.2rem;*/
  border-radius: 50px;
  font-family: 'Poppins', sans-serif; 
  font-weight: medium;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 0.90625em 0.90625em 0.65625em 0.90625em;
  background-color: #222225
}
/* Hover state for the button */
.button--plegium:hover {
  background-color: #000000; /* Change this to your desired color */
}
.button--plegium::before,
.button--plegium::after {
  display: none;
}
.button--plegium-accent {
  background-color: rgb(var(--color-base-accent-2));
}
.button--plegium-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--color-base-text));
}
.button--plegium-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125em 1.25em;
}
/* Buttons */
.plegium-button::before,
.plegium-button::after {
  display: none;
}
.plegium-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.4rem;
  padding: 0.8rem 2.4rem;
  min-height: 4rem;
  min-width: 4rem;
 /* font-family: var(--font-body-family);*/
    font-family: 'Poppins', sans-serif; 

  font-style: normal;
  font-weight: 500;
 /* text-transform: uppercase;*/
 /* border-radius: 0.2rem;*/
  border-radius: 50px;
  margin-right: 4px;
}
}
/* Hover state for the button */
.button--plegium:hover {
  background-color: #000000; /* Change this to your desired color */
}

.plegium-button.plegium-button--large {
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.12em;
  padding: 1.3rem 2.4rem;
  min-height: 5rem;
  min-width: 5rem;
}
.plegium-button.plegium-button--mobile-width {
 /*  width: 33.5rem; */
  width: 100%;
}
.plegium-button.plegium-button--accent {
  background-color: rgb(var(--color-base-accent-2));
  color: rgb(var(--color-background));
}
.plegium-button.plegium-button--transparent {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--color-base-text));
  padding-left: 0;
  padding-right: 0;
}
.plegium-button.plegium-button--outline {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(var(--color-base-text));
  border: 0.15rem solid rgb(var(--color-base-text));
}
.plegium-button > svg {
  width: calc(1em - 2px);
  height: calc(1em - 2px);
}
.plegium-button > svg + span,
.plegium-button > span + svg {
  margin-left: 0.9em;
}
.plegium-button.plegium-button--arrow > span + svg {
  width: 1.0625em;
  height: 1.0625em;
  margin-left: 1.5em;
}
.plegium-button.plegium-button--arrow-small-gap > span + svg {
  margin-left: 1.5em;
}
.plegium-button.plegium-button--accent-on-hover:hover {
  background-color: rgb(var(--color-base-accent-2));
  color: rgb(var(--color-background));
}
/* Utility classes */
/* Font weights */
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
/* Plegium text with image section */
.textwithimage__wrapper {
  padding: 0;
}
.textwithimage__grid--text_first {
  flex-direction: column;
}
.textwithimage__grid--image_first {
  flex-direction: column-reverse;
}
.textwithimage__content {
  padding: 5rem 2rem;
  margin: auto;
}
.textwithimage__caption {
  font-family: var(--font-caption-family);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}
.textwithimage__heading {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.42;
  margin-top: 0;
  margin-bottom: 2rem;
}
.textwithimage__text {
  font-size: 1.6rem;
  line-height: 1.38;
  margin-top: 0;
}
.textwithimage__text:not(:last-child) {
  margin-bottom: 3rem;
}
.textwithimage__text-with-icon {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.textwithimage__text-with-icon:nth-child(8) {
  margin-bottom: 4rem;
}
.textwithimage__text-with-icon .textwithimage__icon {
  width: 2.4rem;
  margin-right: 2rem;
  flex: 0 0 auto;
}
.textwithimage__text-with-icon .textwithimage__text {
  margin-bottom: 0;
}
.textwithimage__heading + .textwithimage__text-with-icon {
  margin-top: 3rem;
}
.textwithimage__button-wrapper:not(:last-child) {
  margin-bottom: 3rem;
}
.textwithimage__image {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.textwithimage__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textwithimage__wrapper .textwithimage__textcolumn.grid__item {
  justify-content: center;
}
/* Hero modifier */
.textwithimage__wrapper--hero .textwithimage__heading {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.33;
}
.textwithimage__wrapper--hero .textwithimage__text {
  font-size: 1.6rem;
  line-height: 1.38;
}
/* Image grid */
.imagegrid__wrapper {
  padding: 0;
}
.imagegrid__image {
  display: flex;
  position: relative;
  align-items: stretch;
}
.imagegrid__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hidden-desktop {
  display: block;
}
.hidden-mobile {
  display: none;
}
.imagegrid__image:not(:nth-child(1)) {
  display: none;
}
/* Compare models */
.comparemodels__tablewrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
.comparemodels__table {
  width: 85%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: auto;
}
.comparemodels__table th,
.comparemodels__table td {
  width: 20%; /* {{ column_width }}%; */
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.33;
}
.comparemodels__table th[scope="row"] {
  min-width: 10rem;
  text-align: left;
  padding-right: 1rem;
}
.comparemodels__row td {
  border-top: 1px solid #D0D8E5;
  border-bottom: 1px solid #D0D8E5;
}
.comparemodels__row td > *,
.comparemodels__row th > * {
  vertical-align: middle;
}
.comparemodels__row--header th {
  vertical-align: top;
}
.comparemodels__product-image {
  /* margin-bottom: 1rem; */
  width: 100%;
}
.comparemodels__product-image img {
  object-position: center;
}
.comparemodels__product-title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.29;
  margin-top: 0;
  margin-bottom: 1rem;
}
.comparemodels__dot {
  width: 1.4rem;
  height: 1.4rem;
  fill: var(--gradient-base-accent-2);
}
.comparemodels__add-button {
  min-width: 6.5rem;
  min-height: 4rem;
  font-size: 1.5rem;
  line-height: 1;
 /* text-transform: uppercase;*/
}
.comparemodels__plus {
  width: 1.2rem;
  height: 1.2rem;
}
.comparemodels__learn-more {
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 6.5rem;
  min-height: 4rem;
  padding: 1.8rem 0;
  margin-top: 1rem;
 /* text-transform: uppercase;*/
}
.comparemodels__arrow {
  width: 1.4rem;
  height: 1.4rem;
}
.comparemodels__row--footer td {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom-width: 0;
}
tr.comparemodels__row p {
  margin: 1.5rem 0;
}
/* Box shadow */
.plegium-shadow {
  box-shadow: 0px 10px 20px rgba(46, 91, 255, 0.07);
}
/** Standalone snippet blocks **/
/* Features slider */
.features__wrapper {
  padding: 0;
}
.features__top {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.features__bottom {
  background-color: rgb(var(--color-base-background-1));
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.features__block-content .plegium-paragraph {
  margin-bottom: 3rem;
}
.features__block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-row-gap: 3rem;
}
.features__block-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 70rem;
}
.features__block-image {
  display: flex;
  align-items: start;
  justify-content: center;
}
.features__block-image .aspect-ratio {
  width: 80%; /*71.64179104477612%;*/
  min-width: 24rem;
  max-width: 54rem;
  margin: 0 auto;
}
/* Product card */
.productcard__grid {
  position: relative;
  /* min-width: 33.5rem;
  max-width: 54rem; */
}
.productcard__image {
  margin: 0 0 3rem 0;
}
.productcard__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
.productcard__subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 2rem;
}
.productcard__features {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.productcard__feature {
  width: 4rem;
}
.productcard__feature:not(:last-child) {
  margin-right: 1.7rem;
}
.productcard__price-and-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 2rem;
}
.productcard__price {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  align-self: center;
  justify-self: baseline;
}
.productcard__currency-symbol {
/*   vertical-align: top;
  margin-right: 1rem;
  font-size: 1.7rem;
  line-height: 2.4rem; */
}
.productcard__title,
.productcard__subtitle {
  text-align: left;
}
/* article */
.plegiumarticles__card {
  max-width: 29.5rem;
}
.plegiumarticlecard__heading {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.plegiumarticlecard__excerpt {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
}
/* FAQ item */
.faq__items {
  max-width: 111rem;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 0.2rem solid var(--color-faq-border, #cfd8e5);
}
.faq__question {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.faq__answer {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1rem 0 2rem 0;
  max-width: 822px;
  margin: auto;
}
.faq__question > svg {
  width: 3rem;
  height: 3rem;
  flex: 0 0 4rem;
  margin-left: 2rem;
  fill: transparent;
  stroke: #222225;
}
.faq__item[open] .faq__question > svg {
  fill: #222225;
  stroke: #ffffff;
  transform: rotate(180deg);
}
/* Retailers section */
.retailers__items {
  margin-top: 2rem;
}
.retailers__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Enquiry form section */
.enquiryform {
  padding-top: 0;
  padding-bottom: 0;
}
.enquiryform__wrapper {
  display: grid;
  grid-template-areas:
    "title"
    "fields"
    "rte";
  grid-template-columns: 1fr;
}
.enquiryform__title {
  grid-area: title;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5rem;
}
.enquiryform__form {
  grid-area: fields;
}
.enquiryform__form .contact__button {
  margin-top: 2rem;
}
.enquiryform__rte {
  grid-area: rte;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* #region Product section */
.plegiumproduct__wrapper {
  display: grid;
  grid-template-areas: "abovegalleries" "galleries" "belowgalleries" "generalinfo";
  max-width: 192rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 5rem;
  grid-row-gap: 2rem;
}
.plegiumproduct__abovegalleries {
  grid-area: abovegalleries;
}
.plegiumproduct__galleries {
  grid-area: galleries;
}
.plegiumproduct__belowgalleries {
  grid-area: belowgalleries;
}
.plegiumproduct__generalinfo {
  grid-area: generalinfo;
}
.plegiumproduct__abovegalleries,
.plegiumproduct__belowgalleries,
.plegiumproduct__generalinfo-contents {
  padding-left: 2rem;
  padding-right: 2rem;
}
.plegiumproduct__infoblock + .plegiumproduct__infoblock {
  margin-top: 2rem;
}
.plegiumproduct__belowgalleries .plegiumproduct__infoblock--description {
  display: none;
}
.plegiumproduct__formfields {
  display: flex;
  align-items: flex-start;
}
.plegiumproduct__options {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  margin-right: 2rem;
}
.plegiumproduct__formfields fieldset.product-form__input {
  padding: 0;
  margin: 0;
  border: none;
}
.plegiumproduct__formfields fieldset.product-form__input input[type="radio"] {
  display: none;
}
.plegiumproduct__radiobuttons {
  display: flex;
  flex-wrap: wrap;
}
.plegiumproduct__formfields
  fieldset.product-form__input
  input[type="radio"]
  + label {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  margin: 0.9rem 0.9rem 0.9rem 0;
  cursor: pointer;
}
.plegiumproduct__formfields
  fieldset.product-form__input
  input[type="radio"]
  + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 0.2rem solid white;
  background: var(--product-option-fill, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plegiumproduct__formfields
  fieldset.product-form__input
  input[type="radio"]:checked
  + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #898f9a;
}
.plegiumproduct__selected-option {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
}
.plegiumproduct__selected-option-label {
  color: #898f9a;
}
.plegiumproduct__selected-option-value {
  font-weight: 600;
}
.plegiumproduct__quantity {
  flex: 0 0 11.9rem;
}
.quantity--plegium {
  max-width: 11.9rem;
  height: 5rem;
}
.quantity__button--plegium {
  max-width: 3.4rem;
}
.quantity__button--plegium svg {
  width: 1.4rem;
  height: 1.4rem;
}
.quantity__input--plegium {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
}
.plegiumproduct__title {
  font-weight: semi-bold;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
.plegiumproduct__infoblock--rating {
  display: flex;
  align-items: center;
}
.plegiumproduct__rating {
  display: inline-block;
  margin-right: 1rem;
}
.plegiumproduct__rating-star {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  fill: #e9d5d7;
}
.plegiumproduct__rating-count {
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.plegiumproduct__price {
  display: flex;
  align-items: center;
  font-weight: semi-bold;
  font-size: 3rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
.price__currency-symbol {
/*   font-size: 1.7rem;
  line-height: 1.7rem;
  margin-right: 1rem;
  align-self: flex-start; */
}
.price__tax-info {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-left: 1rem;
}
.plegiumproduct__generalinfo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  background-color: rgb(var(--color-base-text));
}
.plegiumproduct__generalinfo-link {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
 /* text-transform: uppercase;*/
  color: #FFFFFF;
  padding: 1.2rem 2.4rem;
  margin: 0 2.6rem;
  text-decoration: none;
}
.plegiumproduct__generalinfo-link:hover,
.plegiumproduct__generalinfo-link:active,
.plegiumproduct__generalinfo-link[data-current] {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.plegiumproduct__generalinfo-link:not([data-current]):hover {
  text-decoration-thickness: 1px;
}
.plegiumproduct__feature-icons {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  column-gap: calc(25% - 62.5px);
  position: relative;
}
.plegiumproduct__feature-icon {
  width: 50px;
  height: auto;
  transition: filter 0.15s ease-in-out;
}
.plegiumproduct__feature-description {
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 133, 255, 0.08);
  border-radius: 1rem;
  padding: 2rem 2.17rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.plegiumproduct__feature-icon:hover + .plegiumproduct__feature-description {
  display: block;
  opacity: 1;
}
.plegiumproduct__thumbnails {
  display: none;
  grid-area: thumbnails;
}
.plegiumproduct__gallery {
  display: none;
  grid-area: slider;
  padding-bottom: 5rem;
}
.plegiumproduct__gallery-slide .aspect-ratio {
  width: 89.33333333333333%;
  max-width: 60.9rem;
  margin: 0 auto;
}
.plegiumproduct__gallery .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.plegiumproduct__gallery .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  color: rgb(var(--color-base-text));
}
.plegiumproduct__gallery .splide__arrow:not(:disabled):hover {
  color: rgb(var(--color-base-accent-2));
}
.plegiumproduct__gallery .splide__arrow svg {
  width: 1.1rem;
  height: 2.2rem;
}
.plegiumproduct__gallery .splide__progress {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 1.4rem;
}
/* #endregion Product section */
/* about page */
.plegiumcta {
  margin: 0 auto;
  text-align: center;
}
.plegiumcta__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 0;
  margin-bottom: 3rem;
  letter-spacing: -0.01em;
  text-align: center;
}
.plegiumcta__button {
  display: inline-block;
  padding: 1.5rem 2.4rem;
    border-radius: 50px;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-base-text));
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-align: center;
}
/** FOOTER SECTION **/
/* Footer collpse blocks */
input[type="checkbox"].toggle-checkbox {
  display: none;
}
.toggle-label {
  display: block;
}
.footer__chevron {
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 4rem;
}
/* Footer toggle blocks */
/*.footer__block--addresses,
.footer__block--menu,
.footer__block--menu1,
.footer__block--menu2,
.footer__block--menu3,
.footer__block--menu4,
.footer__block--menu5,
.footer__block--payment-delivery {
  margin-left: auto;
  margin-right: auto;
}*/
.footer__block--addresses {
  grid-area: address;
}
.footer__block--menu {
  grid-area: links;
}
.footer__block--menu1 {
  grid-area: links1;
}
.footer__block--menu2 {
  grid-area: links2;
}
.footer__block--menu3 {
  grid-area: links3;
}
.footer__block--menu4 {
  grid-area: links4;
}
.footer__block--menu5 {
  grid-area: links5;
}
.footer__block--payment-delivery {
  grid-area: payment_delivery;
}
.footer-block__address:not(:last-child) {
  margin-bottom: 3rem;
}
.footer-block__address-title,
.footer-block__menu-title,
.footer-block__payment-delivery-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-block__address-content {
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.04em;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
.footer-block__menu-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  /*text-transform: uppercase;*/
  text-decoration: none;
  color: currentColor;
  display: inline-block;
}
.footer-block__menu-lists {
  margin-top: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer__block--menu4.link_list4 .footer-block__menu-lists,
.footer__block--menu5.link_list5 .footer-block__menu-lists {
  margin: 0;
}
.footer-block__payment-delivery-content {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  /*text-align: center;*/
  margin-top: 1.4rem;
  font-weight: 300;
}
.footer-block__payment-delivery-content .icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*place-items: center;*/
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
/* Footer */
.footer__blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "logo"
    "links"
    "links1"
    "links2"
    "links3"
    "links4"
    "links5"
    "payment_delivery";
  grid-row-gap: 3rem;
}
.footer__block--image {
  grid-area: logo;
}
.footer__block--social-links {
  grid-area: social;
}
.footer__block--social-links .list-social__item:not(:last-child) {
  margin-right: 2.3rem;
}
.footer__block--social-links .list-social__item .icon {
  height: 4rem;
  width: 4rem;
}
.footer__block--social-links .list-social__link {
  padding: 0rem;
  color: #ffffff;
}
.footer__block--social-links .footer__social-email {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 2.3rem;
}
.footer__block--social-links .footer__social-email a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  color: var(--gradient-base-accent-2);
  text-decoration: none;
}
.footer__copyright .copyright__content {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
}
.button.plegium-button svg {
  display: none;
}
.button.plegium-button.plegium-button-show--arrow svg {
  display: block;
}
.plegium-button>svg+span, .plegium-button>span+svg {
  margin: 0;
}
button.button.loading {
    color: #fff;
}
.footer-block__menu-lists ul li {
  margin: 10px 0;
}
.footer__block--menu4.link_list4 .footer-block__menu-lists ul li,
.footer__block--menu5.link_list5 .footer-block__menu-lists ul li {
  margin: 0;
}
.footer__block--menu4.link_list4 .footer-block__menu-lists ul li .footer-block__menu-link,
.footer__block--menu5.link_list5 .footer-block__menu-lists ul li .footer-block__menu-link {
  font-weight: 500;
 /* text-transform: uppercase; */
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 1.4rem;
  }
  .plegium-button.plegium-button--fullwidth-on-mobile, .button--plegium, .plegium-button.plegium-button--large, .plegium-button {
    width: 100%;
    /* justify-content: space-between; */
  }
  .plegium-button.plegium-button--justify-center-on-mobile {
    justify-content: center;
  }
  .toggle-label {
    cursor: pointer;
  }
  .toggle-checkbox + .toggle-container .toggle-target,
  .toggle-checkbox + .toggle-container .toggle-target--flex {
    display: none;
  }
  .toggle-checkbox:checked + .toggle-container .toggle-label {
    color: var(--gradient-base-accent-2);
    --color-foreground: var(--gradient-base-accent-2);
  }
  .toggle-checkbox:checked + .toggle-container .toggle-label .footer__chevron {
    stroke: var(--gradient-base-accent-2);
    transform: rotate(180deg);
  }
  .toggle-checkbox:checked + .toggle-container .toggle-target {
    display: block;
  }
  .toggle-checkbox:checked + .toggle-container .toggle-target--flex {
    display: flex;
  }
  .footer-block__heading { display: none; }
  .footer__column.footer__links, .footer__column.footer__links1 { display: none; }
}
@media screen and (max-width: 500px) {
  .plegiumcta__title {
    font-size: 2rem;
  }
}
@media screen and (hover: hover) {
  .plegiumproduct__feature-icon {
    filter: grayscale(1) brightness(1.1);
    cursor: pointer;
  }
  .plegiumproduct__feature-icon:hover {
    filter: grayscale(0);
  }
}
@media (hover: hover) and (min-width: 990px) {
  .productcard__features {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
  }
  .productcard__grid:hover .productcard__features {
    opacity: 1;
  }
}
@media screen and (min-width: 540px) {
  .productcard__title,
  .productcard__subtitle {
    text-align: center;
  }
  .productcard__features {
    position: absolute;
    flex-direction: column;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
  .productcard__feature:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.7rem;
  }
  .productcard__price-and-button {
    justify-content: center;
  }
  .productcard__price {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 750px) {
  .plegium-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding,
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding--medium-up {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .textwithimage__content {
    padding: 5rem;
  }
  .imagegrid__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "image-1 image-1 image-2 image-3"
      "image-1 image-1 image-4 image-5";
  }
  .hidden-desktop {
    display: none;
  }
  .hidden-mobile {
    display: block;
  }
  .imagegrid__wrapper.hidden-mobile {
    display: grid;
  }
  .imagegrid__image:not(:nth-child(1)) {
    display: initial;
  }
  .imagegrid__image:nth-child(1) {
    grid-area: image-1;
  }
  .imagegrid__image:nth-child(2) {
    grid-area: image-2;
  }
  .imagegrid__image:nth-child(3) {
    grid-area: image-3;
  }
  .imagegrid__image:nth-child(4) {
    grid-area: image-4;
  }
  .imagegrid__image:nth-child(5) {
    grid-area: image-5;
  }
  .plegium-shadow-tablet-up {
    box-shadow: 0px 10px 20px rgba(46, 91, 255, 0.07);
  }
  .features__bottom {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .features__block {
    grid-column-gap: 5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .features__block-image {
    align-items: center;
  }
  .plegiumproduct__abovegalleries,
  .plegiumproduct__belowgalleries,
  .plegiumproduct__generalinfo-contents {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .toggle-label {
    cursor: default;
  }
  .toggle-checkbox + .toggle-container .toggle-target {
    display: block;
  }
  .toggle-checkbox + .toggle-container .toggle-target--flex {
    display: flex;
  }
  .toggle-label .footer__chevron {
    display: none;
  }
  .footer__block--addresses,
  .footer__block--menu,
  .footer__block--menu1,
  .footer__block--menu2,
  .footer__block--menu3,
  .footer__block--menu4,
  .footer__block--menu5 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px !important;
  }
  .footer__block--payment-delivery {
    margin-top: 25px !important;
  }
  .footer-block__address:not(:last-child) {
    margin-bottom: 4.4rem;
  }
  .footer-block__address-title,
  .footer-block__menu-title {
    display: block;
    text-transform: none;
    color: var(--gradient-base-accent-2);
    --color-foreground: var(--gradient-base-accent-2);
  }
  .footer-block__address-content {
    margin-top: 0;
  }
  .footer-block__payment-delivery-content {
    text-align: left;
    margin-top: 0;
  }
  .footer__block--menu .toggle-label,
  .footer__block--menu1 .toggle-label,
  .footer__block--menu2 .toggle-label,
  .footer__block--menu3 .toggle-label,
  .footer__block--payment-delivery .toggle-label {
    display: none;
  }
  .footer-block__menu-lists {
    margin-top: 0;
    flex-direction: column;
  }
  .footer__blocks-wrapper {
    display: grid;
    grid-template-areas:
      "logo links1 links3"
      "links links1 links3"
      /*"links links2 links3"*/
      "links links2 payment_delivery";
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
  }
  .footer__block--social-links.footer-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .footer__block--social-links .footer__social-email {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5rem;
  }
  .footer-block.footer__block--menu4.link_list4,
  .footer-block.footer__block--menu5.link_list5 {
    display: none;
  }
  .footer-block.footer__block--image.image {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  .text-align-center-desktop-up {
    text-align: center;
  }
  .plegium-caption {
    font-size: 1rem;
    line-height: 1.214;
    letter-spacing: 0.12em;
    margin-bottom: 1.7rem;
  }
  .plegium-paragraph {
    font-size: 1.6rem;
  }
  .aspect-ratio--article {
    --height-to-width: 0.9740740740740741;
  }
  /* Accesibility extras */
  .visually-hidden-on-desktop {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
  }
  .visually-hidden-on-desktop--inline {
    margin: 0;
    height: 1em;
  }
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding,
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding--medium-up,
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding--large-up {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mt-10-desktop {
    margin-top: 10rem;
  }
  .mt-5-desktop {
    margin-top: 3rem;
  }
  .plegium-title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.08;
    margin-bottom: 3rem;
  }
  .plegium-subtitle {
    font-size: 1.8rem;
    line-height: 1.4167;
  }
  .plegium-instruction {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .benefits__title {
    font-size: 3rem;
    line-height: 1.54;
  }
  .benefits__subtitle {
    font-size: 2.2rem;
    line-height: 1.3529;
    margin-bottom: 10rem;
  }
  .benefits__wrapper {
    /* padding-top: 12.8rem; */
  }
  .benefits__blocks {
    justify-content: center;
    gap: 0;
  }
  .benefits__block {
    max-width: 16rem;
    gap: 4rem;
    margin-left: 30px;
    margin-right: 30px;
  }
  .benefits__block-description {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .benefits__buttons {
    padding-top: 8rem;
    /* padding-bottom: 10.8rem; */
  }
  .button--plegium {
 /* border-radius: 0.2rem;*/
  border-radius: 50px;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.09;
    letter-spacing: 0.12em;
    padding: 1.182em 1.636em;
  }
  .plegium-button {
    font-size: 1.3rem;
    line-height: 2.4rem;
    letter-spacing: 0.12em;
    padding: 1.3rem 2.4rem;
    min-height: 5rem;
    min-width: 5rem;
  }
  .textwithimage__wrapper .grid__item {
    min-height: min(42vw, calc(100vh - 11.6rem));
  }
  .textwithimage__grid--desktop-text_first {
    flex-direction: row;
  }
  .textwithimage__grid--desktop-image_first {
    flex-direction: row-reverse;
  }
  .textwithimage__textcolumn {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .textwithimage__content {
    padding: 5.75rem 10rem;
  }
  .textwithimage__caption {
    font-size: 1rem;
    line-height: 1.214285714;
    letter-spacing: 0.12em;
    margin-bottom: 1.7rem;
  }
  .textwithimage__heading {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
  }
  .textwithimage__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .textwithimage__text:not(:last-child) {
    margin-bottom: 4rem;
  }
  .textwithimage__image {
    height: 100%;
    padding-bottom: 0px;
  }
  .textwithimage__text-with-icon .textwithimage__icon {
    width: 4rem;
  }
  /* Hero modifier */
  .textwithimage__wrapper--hero .grid__item {
    min-height: min(40vw, calc(100vh - 11.6rem));
  }
  .textwithimage__wrapper--hero .textwithimage__heading {
    font-size: 6rem;
    line-height: 1.1;
  }
  .textwithimage__wrapper--hero .textwithimage__text {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .plegium-shadow-desktop-up {
    box-shadow: 0px 10px 20px rgba(46, 91, 255, 0.07);
  }
  .features__block {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  tr.comparemodels__row p {
    margin: 1.2rem 0;
  }
  .comparemodels__table th:first-child {
    width: 10rem !important;
  }
  .comparemodels__table th,
  .comparemodels__table td {
    font-size: 1.6rem;
    line-height: 1.14;
    letter-spacing: 0.04em;
  }
  .comparemodels__product-image {
    /* margin-bottom: 1.8rem; */
  }
  .comparemodels__product-title {
    font-size: 1.6rem;
    line-height: 1.14;
    letter-spacing: 0.04em;
    margin-bottom: 2.6rem;
  }
  .comparemodels__add-button {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 1.3rem 2.4rem;
    width: 100%;
  }
  .comparemodels__dot {
    width: 1.5rem;
    height: 1.5rem;
  }
  .comparemodels__product-image, .compareplans__row--header-image .aspect-ratio {
    width: 75%;
    margin: auto;
  }
  .productcard__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
  .productcard__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .productcard__currency-symbol {
    /* font-size: 2.4rem;
    line-height: 2.4rem; */
  }
  .productcard__price {
    font-size: 2.5rem;
    line-height: 4.8rem;
  }
  .productcard__price-and-button {
    margin-bottom: 1.8rem;
  }
  .downloadapp__title {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 0;
  }
  .plegiumarticlecard__heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .plegiumarticles__card {
    max-width: unset;
  }
  .plegiumarticlecard__excerpt {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .faq__question {
    font-size: 2.2rem;
    line-height: 3.3rem;
    padding: 2.5rem 0;
  }
  .faq__answer {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 1rem 0 4rem 0;
  }
  .faq__question > svg {
    margin-left: 4rem;
  }
  .retailers__items {
    margin-top: 8.9rem;
  }
  .plegium-contact-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.12em;
    color: #222225;
  }
  .enquiryform .plegium-caption {
    margin-bottom: 3rem;
  }
  .enquiryform__wrapper {
    padding: 4.8rem 2.2rem;
    grid-template-areas:
      "title fields"
      "rte fields";
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }
  .enquiryform__form .contact__button {
    text-align: right;
  }
  .enquiryform__title {
    font-size: 3rem;
    line-height: 6.2rem;
    text-align: left;
  }
  .enquiryform__rte {
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-top: 0;
    align-self: end;
    /* justify-self: end; */
    max-width: 35rem;
    top: -50px;
    position: relative;
  }
  .plegiumproduct__wrapper {
    padding-top: 5rem;
    padding-bottom: 0;
    grid-template-areas: "galleries abovegalleries" "galleries belowgalleries" "generalinfo generalinfo";
    grid-template-columns: minmax(0px, 1fr) auto;
    grid-template-rows: auto 1fr auto;
  }
  .plegiumproduct__infoblock {
    width: 100%;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }
  .plegiumproduct__galleries {
    padding-left: 5rem;
    padding-right: 0;
  }
  .plegiumproduct__abovegalleries,
  .plegiumproduct__belowgalleries {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .plegiumproduct__belowgalleries .plegiumproduct__infoblock--description {
    display: block;
  }
  .plegiumproduct__generalinfo-contents {
    display: none;
  }
  .plegiumproduct__title {
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .plegiumproduct__price,
  .price__currency-symbol {
    font-size: 3rem;
    line-height: 4.8rem;
    margin-right: 0;
  }
  .plegiumproduct__generalinfo-wrapper {
    height: 8rem;
    margin-bottom: 0;
  }
  .plegiumproduct__gallery {
    padding-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    align-self: start;
  }
  .plegiumproduct__gallery-slide .aspect-ratio {
    max-width: 100%;
  }
  .plegiumproduct__gallery .splide__arrows {
    top: 0;
    justify-content: space-between;
  }
  .plegiumproduct__gallery .splide__progress {
    display: none;
  }
  .plegiumproduct__gallery .splide__arrow svg {
    width: 1.6rem;
    height: 3.2rem;
  }
  .footer-block__menu-lists {
    flex-direction: row;
  }
  .footer-block__menu-lists ul {
    flex: 1;
  }
  .footer-block__menu-lists ul:not(:last-child) {
    margin-right: 3rem;
  }
  .footer-block__menu-link {
    /*line-height: 4.2rem;*/
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-block__payment-delivery-content .icon-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__blocks-wrapper {
    grid-template-areas:
      "logo links1 links3 payment_delivery"
      "links links1 links3 payment_delivery"
      "links links2 links3 payment_delivery"
      "links links2 links3 payment_delivery";
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .plegiumcta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .plegiumcta__title {
    font-size: 3.3rem;
    line-height: 5.4rem;
    margin-bottom: 0;
  }
  .plegiumcta__button {
    flex: 0 0 auto;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 1.3rem 2.4rem;
  }
  .guide__section img.smaller-on-mobile {
    max-width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .footer__blocks-wrapper {
    grid-template-areas:
      "logo links links1 links2 links3 payment_delivery";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1441px) {
  .productcard__feature {
    width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .plegiumproduct__galleries {
    display: grid;
    grid-template-areas: "thumbnails slider";
    grid-template-columns: auto minmax(0, 1fr);
  }
  .plegiumproduct__thumbnails {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
  }
  .plegiumproduct__thumbnails button {
    width: 11.3rem;
    height: 11.3rem;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .plegiumproduct__thumbnail:not(:last-child) {
    margin-bottom: 2rem;
  }
  .textwithimage__content {
    padding: 5.75rem 10rem;
  }
}
@media screen and (min-width: 1536px) {
  .plegium-title {
    font-size: 4rem;
  }
  .plegium-subtitle {
    font-size: 2rem;
  }
  .plegium-caption {
    font-size: 1.2rem;
  }
  .benefits__title {
    font-size: 4rem;
  }
  .benefits__subtitle {
    font-size: 3rem;
  }
  .benefits__blocks {
    /* justify-content: space-between;
    gap: 2rem; */
  }
  .benefits__block {
    max-width: 18rem;
    gap: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  .benefits__block-description {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .button--plegium, .plegium-button, .plegium-button.plegium-button--large, .plegium-button.plegium-button--large {
    font-size: 1.5rem;
  }
  .comparemodels__table th,
  .comparemodels__table td {
    font-size: 1.6rem;
  }
  .comparemodels__product-title {
    font-size: 1.6rem;
  }
  .comparemodels__product-image {
    width: 95%;
  }
  .comparemodels__dot {
    width: 2rem;
    height: 2rem;
  }
  .textwithimage__heading {
    font-size: 4rem;
    line-height: 5.2rem;
  }
  .textwithimage__text {
    font-size: 1.6rem;
  }
  .productcard__title {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  .productcard__price-and-button {
    margin-bottom: 2rem;
  }
  .mt-5-desktop {
    margin-top: 5rem;
  }
  .downloadapp__title {
    font-size: 4rem;
  }
  .faq__question {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 3rem 0;
  }
  .plegiumarticlecard__heading {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .textwithimage__wrapper--hero .textwithimage__heading {
    font-size: 8rem;
  }
  .textwithimage__wrapper--hero .textwithimage__text {
    font-size: 2rem;
  }
  .plegium-contact-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.12em;
    color: #222225;
  }
  .plegiumcta__title {
    font-size: 5rem;
  }
  .enquiryform__title {
    font-size: 4rem;
  }
  .enquiryform__rte {
    font-size: 2rem;
    max-width: 39rem;
  }
  .plegiumcta__button {
    flex: 0 0 auto;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding: 1.6rem 2.8rem;
  }
  .guide__section img.smaller-on-mobile {
    max-width: 70%;
  }
}
@media screen and (min-width: 1580px) {
  .plegium-paragraph {
    font-size: 1.6rem;
  }
  .plegium-wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding,
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding--medium-up,
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding--large-up,
  .plegium-wrapper.plegium-wrapper--full-width .plegium-padding--xlarge-up {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .plegium-title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.08;
    margin-bottom: 5rem;
  }
  .plegium-title.downloadapp__title {
    margin-bottom: 0;
  }
  .plegium-subtitle {
    font-size: 2rem;
  }
  .plegium-instruction {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .textwithimage__content {
    padding: 13.8rem 12rem;
  }
  /* Hero modifier */
  .textwithimage__wrapper--hero .textwithimage__heading {
    font-size: 8rem;
    letter-spacing: -0.01em;
  }
  .faq__question {
    font-size: 2.6rem;
    line-height: 4rem;
    padding: 3rem 0;
  }
  .plegiumproduct__infoblock {
    max-width: 54rem;
  }
  .plegiumproduct__galleries {
    padding-left: 12rem;
  }
  .plegiumproduct__abovegalleries,
  .plegiumproduct__belowgalleries {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .plegiumarticles__card {
    max-width: unset;
  }
  .plegiumarticlecard__heading {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .plegiumarticlecard__excerpt {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 2180px) {
  .page-width {
    max-width: 85%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .page-width {
    max-width: 130rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .downloadapp__links {
    gap: 0;
  }
  .downloadapp__links .aspect-ratio {
    width: 80%;
  }
}