@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

/* ------------------------------------------- */
/*	IMPOSIBLE WORDPRESS CLASSES
/* ------------------------------------------- */
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
  background-color: var(--primary-color);
}

.menu-modal.cover-modal.header-footer-group {
  display: none;
}

span.screen-reader-text, a.skip-link.screen-reader-text {
  display: none;
}

div.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge {
  display: none;
}

/* ------------------------------------------- */
/*	Document Setup
/* ------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, blockquote,
address, big, cite, code, em, font, img,
small, strike, sub, sup, li, ol, ul,
fieldset, form, label, legend, table,
caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

:focus {
  outline: none;
}

/* ------------------------------------------- */
/*	Theme Styles
/* ------------------------------------------- */
html {
  font-size: 62.5%;
  /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  border: none;
  background: var(--background-color);
  font-family: "Montserrat", sans-serif;
  color: var(--black-color);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  overflow-x: hidden;
}

main {
  margin: 0;
  overflow-x: hidden;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
}

a {
  color: var(--primary-color);
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: var(--accent-color);
  text-decoration: none;
}

input, textarea {
  margin: 2rem 0;
}

button, .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  font-size: 2rem;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  padding: 1rem 2rem;
  margin: 2rem 2rem 2rem 0;
  z-index: 2;
}

button:hover, .btn:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

button:focus, .btn:focus {
  outline: none;
}

button:active, .btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

button:after, .btn:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  display: block;
  height: 200%;
  width: 200%;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

button:active:after, .btn:active:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

button.small, .btn.small {
  font-size: 1.4rem;
  padding: .5rem 1.5rem;
}

button.medium, .btn.medium {
  font-size: 1.6rem;
  padding: .7rem 1.8rem;
}

button.medium i, .btn.medium i {
  font-size: 2.4rem;
  padding: 0 1rem 0 0;
}

button.white, .btn.white {
  background: var(--white-color);
  color: var(--primary-color);
}

button.white:hover, button.white:focus, .btn.white:hover, .btn.white:focus {
  background: var(--accent-color);
  color: var(--white-color);
}

button.rounded, .btn.rounded {
  border-radius: 2rem;
}

button.empty, .btn.empty {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary-color);
          box-shadow: inset 0px 0px 0px 2px var(--primary-color);
}

button.empty:hover, button.empty:focus, .btn.empty:hover, .btn.empty:focus {
  background: var(--accent-color) !important;
  color: var(--white-color);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--accent-color);
          box-shadow: inset 0px 0px 0px 2px var(--accent-color);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  padding: 0;
  margin: 2rem 0;
}

/* ------------------------------------------- */
/*	Text Styles
/* ------------------------------------------- */
li {
  list-style: none;
}

p {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 400;
  padding: 1rem 0;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  padding: 0 0 3rem 0;
  line-height: 120%;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding: 2rem 0;
  line-height: 120%;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  padding: 2rem 0;
  line-height: 120%;
}

h4 {
  font-weight: 400;
  font-size: 2.4rem;
  padding: 1.5rem 0;
  line-height: 120%;
}

h5 {
  font-size: 2rem;
  padding: 1.5rem 0;
  line-height: 120%;
}

h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 800;
  padding: 1rem 0;
}

i {
  font-size: 3rem;
  padding: 0 1rem;
}

pre {
  background: var(--black-color);
  padding: 0;
  margin: 1rem 0;
}

code {
  padding: 2rem;
  margin: 0;
  line-height: 1.8rem;
  font-weight: 500;
  background: var(--black-color);
  color: var(--white-color);
  display: block;
}

strong {
  color: var(--accent-color);
  font-weight: bolder;
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.banner {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 1;
}

.banner.height {
  height: 70vh;
}

.banner.height .banner_container {
  height: 70vh;
}

.banner.medium {
  height: 50vh;
}

.banner.medium .banner_container {
  height: 50vh;
}

.banner.low {
  height: 35vh;
}

.banner.low .banner_container {
  height: 35vh;
}

.banner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 70vh;
}

.banner img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.banner_text {
  margin: 2rem 0;
  padding: 0;
  max-width: 60rem;
  color: var(--white-color);
}

.banner_text h1 {
  font-weight: bold;
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-decoration-break: clone;
  display: inline;
  white-space: pre-wrap;
  background: var(--black-color);
  -webkit-box-shadow: -1rem 0 0 var(--black-color);
          box-shadow: -1rem 0 0 var(--black-color);
  padding-left: 0;
}

.banner_text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.banner_text .buttons {
  margin: 2rem 0;
}

.banner_marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner_marks a, .banner_marks div {
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
  max-width: 30rem;
}

.banner_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  padding: 0;
  margin: 2rem 0;
  gap: .5rem;
  z-index: 2;
}

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

.banner_buttons button {
  width: 100%;
  padding: .5rem;
  margin: 0;
  font-size: 1.6rem;
}

.banner_date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--black-color);
  background: var(--white-color);
  padding: 1rem;
  margin: .5rem;
  text-align: center;
}

.banner_location {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--white-color);
  background: var(--secondary-color);
  padding: 1rem;
  margin: .5rem;
  text-align: center;
}

.banner.banner_event {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 1;
  background: var(--black-color);
}

.banner.banner_event .banner.height {
  height: 70vh;
}

.banner.banner_event .banner.height .banner_container {
  height: 70vh;
}

.banner.banner_event .banner.medium {
  height: 50vh;
}

.banner.banner_event .banner.medium .banner_container {
  height: 50vh;
}

.banner.banner_event .banner.low {
  height: 35vh;
}

.banner.banner_event .banner.low .banner_container {
  height: 35vh;
}

.banner.banner_event .banner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 5px var(--terciary-color);
  border-radius: 2rem;
  padding: 1rem;
  overflow: hidden;
}

.banner.banner_event .banner_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  height: 100%;
}

.banner.banner_event .banner_image {
  height: 100%;
  aspect-ratio: 1 / 1;
}

.banner.banner_event .banner_image img {
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 1rem;
  -webkit-filter: none;
          filter: none;
}

.banner.banner_event .banner_text {
  color: var(--white-color);
}

.banner.banner_event .banner_text h1 {
  font-weight: bold;
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-decoration-break: clone;
  display: inline;
  white-space: pre-wrap;
  background: var(--black-color);
  -webkit-box-shadow: -1rem 0 0 var(--black-color);
          box-shadow: -1rem 0 0 var(--black-color);
  padding-left: 0;
}

.banner.banner_event .banner_text p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}

.banner.banner_event .banner_text .buttons {
  margin: 2rem 0;
}

.banner.banner_event .banner_text .banner_title {
  font-size: 4rem;
}

.banner.banner_event .banner_marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.banner.banner_event .banner_marks div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.banner.banner_event .banner_marks .banner_date {
  margin: 0 1rem 0 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.banner.banner_event .banner_marks .banner_location {
  background: var(--secondary-color);
}

.banner.banner_event .banner_marks .banner_location:hover {
  background: var(--accent-color);
}

.banner.banner_event .banner_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  padding: 0;
  margin: 2rem 0;
  gap: .5rem;
  z-index: 2;
}

.banner.banner_event .banner_buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner.banner_event .banner_buttons button {
  width: 100%;
  padding: .5rem;
  margin: 0;
  font-size: 1.6rem;
}

.banner.banner_event .banner_date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--black-color);
  background: var(--white-color);
  padding: 1rem;
  margin: .5rem;
  text-align: center;
}

.banner.banner_event .banner_location {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--white-color);
  background: var(--secondary-color);
  padding: 1rem;
  margin: .5rem;
  text-align: center;
}

.slider-banner ul.slick-dots {
  bottom: 0;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-width: 35rem;
  padding: .5rem;
  border-radius: 5px;
  color: white;
  border: solid 1px;
  margin: 2rem 0;
}

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

.download h3 {
  padding: 0;
  font-size: 2rem;
}

.download i {
  color: var(--primary-color);
}

.download a {
  color: white;
}

.download button {
  color: white;
}

.download button.empty {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px white;
          box-shadow: inset 0px 0px 0px 2px white;
}

.download button.empty:hover, .download button.empty:focus {
  background: var(--primary-color) !important;
  color: var(--white-color);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary-color);
          box-shadow: inset 0px 0px 0px 2px var(--primary-color);
}

.accordeon {
  margin: 5rem 0;
}

.accordeon .item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  border-bottom: solid 1px var(--primary-color);
  color: var(--primary-color);
  padding: 2rem 1rem;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.accordeon .item:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: circle(100% at 50% 0);
          clip-path: circle(100% at 50% 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.accordeon .item:active:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.accordeon .item:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.accordeon .item-on {
  color: var(--white-color);
  background: var(--primary-color);
}

.accordeon .content-item {
  display: none;
  width: 100%;
}

.tabs .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 2rem 0;
}

.tabs .tab {
  position: relative;
  color: var(--primary-color);
  opacity: 0.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.tabs .tab:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -1rem;
  left: 0;
  background: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.tabs .tab:hover {
  opacity: 1;
}

.tabs .tab-on {
  opacity: 1;
}

.tabs .tab-on:after {
  height: 4px;
}

.tabs .content-tab {
  display: none;
}

.tabs .content-tab-on {
  visibility: visible;
  display: block;
}

.map {
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}

.map iframe {
  height: 100% !important;
  min-height: 40vh;
}

.video iframe {
  width: 100% !important;
}

.pdf {
  min-height: 50rem;
}

.iframe {
  width: 100%;
}

.iframe iframe {
  width: 100% !important;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands img {
  height: 10rem;
  width: auto;
  margin: 0 2rem;
}

.slider-brands {
  width: 100%;
  margin: 5rem 0;
  margin-top: 3rem;
  overflow: hidden;
}

.slider-brands img {
  height: 10rem;
  width: auto;
  margin: 0 2rem;
}

.gallery {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 0.5rem;
}

.slider-gallery {
  width: 100%;
  margin: 5rem 0;
  margin-top: 3rem;
  overflow: hidden;
}

.slider-gallery .image {
  margin: 0 1rem;
}

.slider-gallery img {
  height: 25rem;
}

.image {
  margin: 5rem 0;
}

.popup_trigger {
  cursor: pointer;
}

table {
  border: 1px solid var(--black-color);
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

table strong {
  color: var(--black-color);
}

table tr {
  background-color: var(--white-color);
  border: 1px solid var(--black-color);
  padding: 0;
}

table tr button {
  margin: 0 auto;
}

table th,
table td {
  padding: 1rem 2rem;
  text-align: center;
  border: 1px solid var(--black-color);
}

table th {
  font-size: 2rem;
  background: var(--lightgrey-color);
  color: var(--black-color);
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  table {
    border: 0;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border: 1px solid var(--black-color);
    display: block;
    margin: 2rem 0;
  }
  table tr button {
    margin: 0 0 0 auto;
  }
  table td {
    border: 1px solid var(--black-color);
    display: block;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  background: var(--darkgrey-color);
  color: var(--white-color);
}

.maintenance img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.maintenance .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem;
}

.maintenance .logo {
  width: 20rem;
  height: auto;
}

.maintenance .logo img {
  position: relative;
  -webkit-filter: none;
          filter: none;
}

.maintenance i {
  color: var(--white-color);
}

.maintenance i:hover {
  color: var(--accent-color);
}

.landing-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #2f31459e;
  color: var(--white-color);
  opacity: 0;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 9999;
}

.landing-popup_content {
  position: relative;
  background: var(--white-color);
  color: var(--black-color);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 50rem;
  border-radius: 2rem;
  text-align: center;
  overflow: hidden;
}

.landing-popup_content div {
  padding: 3rem;
}

.landing-popup_content img {
  width: 80%;
  max-width: 35rem;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-popup_content h5 {
  color: var(--primary-color);
  font-weight: bold;
}

.landing-popup_content h5:hover {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.landing-popup_content h3 {
  padding: 0;
  color: var(--primary-color);
}

.landing-popup_content p {
  padding: 2rem 5%;
  font-size: 2rem;
}

.landing-popup_content i {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
  cursor: pointer;
}

.landing-popup_content i:hover {
  color: var(--accent-color);
}

.landing-popup_content .buttons {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 2rem;
  color: inherit;
  padding: 0 0.2rem;
  border-radius: 5px;
  background: var(--darkgrey-color);
}

.social-menu a {
  color: inherit;
  font-weight: 400;
}

.social-menu a:hover, .social-menu a:focus {
  color: var(--terciary-color);
}

.social-menu i {
  font-size: 2rem;
  margin: 0;
  padding: .5rem;
}

.social-footer .social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  color: inherit;
  padding: 0 0.2rem;
  border-radius: 5px;
  background: none;
}

.social-footer .social-menu a {
  color: inherit;
  font-weight: 400;
}

.social-footer .social-menu a:hover, .social-footer .social-menu a:focus {
  color: var(--terciary-color);
}

.social-footer .social-menu i {
  font-size: 3rem;
  margin: 0;
  padding: .5rem;
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 2rem 0 0;
  color: inherit;
}

.user-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: inherit;
  font-weight: 400;
}

.user-menu a:hover, .user-menu a:focus {
  color: var(--terciary-color);
}

.user-menu p {
  font-size: 1.4rem;
}

.user-menu:hover .logout, .user-menu:focus .logout {
  visibility: visible;
  opacity: 1;
}

.user-menu i {
  font-size: 2.2rem;
  margin: 0;
  padding: 0.5rem;
}

.user-menu .logout {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--darkgrey-color);
  color: var(--white-color);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .5rem;
  border-radius: 5px;
}

.user-menu .logout p {
  font-size: 1.2rem;
  margin: 0 0 0 0.5rem;
  padding: 0;
}

.user-menu .logout i {
  font-size: 1.4rem;
  padding: 0;
}

.whatsapp-web, .whatsapp-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  height: 7rem;
  width: 7rem;
  font-size: 4rem;
  color: var(--white-color);
  background: #23cb63;
  border-radius: 50%;
  padding: 1rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.whatsapp-web p, .whatsapp-mobile p {
  position: absolute;
  right: 110%;
  visibility: hidden;
  opacity: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.8rem;
  background: var(--white-color);
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  color: #118779;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-web:hover, .whatsapp-web:focus, .whatsapp-mobile:hover, .whatsapp-mobile:focus {
  background: #118779;
  color: var(--white-color);
}

.whatsapp-web:hover p, .whatsapp-web:focus p, .whatsapp-mobile:hover p, .whatsapp-mobile:focus p {
  visibility: visible;
  opacity: 1;
}

.whatsapp-mobile {
  display: none;
}

@media (max-width: 600px) {
  .whatsapp-web {
    display: none;
  }
  .whatsapp-mobile {
    display: block;
  }
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.slider {
  width: 90%;
  margin: 5%;
  margin-top: 3rem;
  overflow: hidden;
}

.slider .image {
  margin: 0 1rem;
}

.slider img {
  height: 25rem;
}

ul.slick-dots {
  z-index: 1;
}

ul.slick-dots li {
  height: auto;
  width: auto;
}

ul.slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: none;
  margin: 1rem;
  background: var(--white-color);
}

ul.slick-dots li button:before {
  display: none;
}

ul.slick-dots .slick-active button {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

button.slick-next.slick-arrow {
  background: none;
  padding: 4rem;
  z-index: 2;
  height: auto;
  margin: 0;
}

button.slick-next.slick-arrow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

button.slick-next.slick-arrow:hover::before {
  color: var(--accent-color);
}

button.slick-next.slick-arrow:active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

button.slick-next.slick-arrow:active::before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

button.slick-prev.slick-arrow {
  background: none;
  padding: 4rem;
  z-index: 2;
  height: auto;
  margin: 0 3rem;
}

button.slick-prev.slick-arrow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

button.slick-prev.slick-arrow:hover::before {
  color: var(--accent-color);
}

button.slick-prev.slick-arrow:active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

button.slick-prev.slick-arrow:active::before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.slick-prev:before, .slick-next:before {
  font-size: 5rem !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-list.draggable {
  overflow: visible;
}

.searchandfilter .noUi-handle {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.searchandfilter .noUi-connect {
  background: var(--primary-color);
}

.filter h4, .searchandfilter h4 {
  position: relative;
  color: var(--white-color);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: .5rem 0;
}

.filter h4:after, .searchandfilter h4:after {
  content: '';
  position: absolute;
  width: 10rem;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0rem;
}

.filter-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 25rem;
  padding: 2rem 1rem;
}

.filter-menu ul select, .filter-menu ul input {
  width: 100%;
  padding: 0.5rem;
  margin: 0;
  outline: none;
}

.filter-menu ul .sf-meta-range-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-menu ul .sf-meta-range-number label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter-menu ul .sf-field-submit {
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: 0 1rem;
}

.filter-menu ul .sf-field-submit input {
  position: relative;
  overflow: hidden;
  z-index: 1;
  outline: none;
  border: none;
  padding: 1rem 2rem;
  color: var(--white-color);
  width: auto;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.filter-menu ul .sf-field-submit input:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: circle(100% at 50% 0);
          clip-path: circle(100% at 50% 0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.filter-menu ul .sf-field-submit input:active:after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
}

.filter-menu ul .sf-field-submit input:hover {
  background: var(--accent-color);
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.wpcf7 {
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.wpcf7 p {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 3rem 0 0;
  padding: 0;
}

.wpcf7 p::after {
  content: '';
  position: absolute;
  background: var(--primary-color);
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  pointer-events: none;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p .not-empty {
  font-size: 1.2rem;
  top: -2rem;
  left: 0rem;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p:focus-within::after {
  width: 100%;
}

.wpcf7 p:focus-within label {
  font-size: 1.2rem;
  top: -2rem;
  left: 0rem;
  color: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 p input, .wpcf7 p textarea, .wpcf7 p select {
  margin: 0;
  width: 100%;
  padding: 1rem;
  border: none;
  border-bottom: solid 1px var(--primary-color);
  background: var(--white-color);
  color: var(--black-color);
}

.wpcf7 p input:focus, .wpcf7 p textarea:focus, .wpcf7 p select:focus {
  border-color: var(--primary-color);
}

.wpcf7 p input::-webkit-input-placeholder,
.wpcf7 p textarea::-webkit-input-placeholder {
  visibility: hidden;
}

.wpcf7 p input:-ms-input-placeholder,
.wpcf7 p textarea:-ms-input-placeholder {
  visibility: hidden;
}

.wpcf7 p input::-ms-input-placeholder,
.wpcf7 p textarea::-ms-input-placeholder {
  visibility: hidden;
}

.wpcf7 p input::placeholder,
.wpcf7 p textarea::placeholder {
  visibility: hidden;
}

.wpcf7 .message:after {
  bottom: 6px;
}

.wpcf7 .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: none;
  margin: 4rem auto;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 .send:after {
  display: none;
}

.wpcf7 .send input[type="submit"] {
  padding: 1rem 4rem;
  border-radius: 2px;
  margin: 0;
  background: var(--primary-color);
  color: var(--white-color);
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wpcf7 .send input[type="submit"]:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.wpcf7 .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary-color);
}

.wpcf7 .radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: auto;
}

.wpcf7 .radio:after {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #ED2432;
  right: 0;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  border-left: 1rem solid #ED2432;
  background: var(--grey-color);
  color: var(--black-color);
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  border-left: 1rem solid #00B04C;
  background: var(--grey-color);
  color: var(--black-color);
  padding: 1rem;
  margin: 2rem 0;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  display: inline-block;
  width: 100%;
  background: var(--accent-color);
  height: 100%;
  border: none;
  border-radius: 0;
  opacity: 1;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  vertical-align: middle;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-animation: contact infinite 0.5s;
          animation: contact infinite 0.5s;
}

div.wpcf7 .ajax-loader:after {
  content: "ENVIANDO";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
}

div.wpcf7 .ajax-loader::before {
  display: none;
}

@-webkit-keyframes contact {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--accent-color);
            box-shadow: 0px 0px 0px 0px var(--accent-color);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px var(--accent-color);
            box-shadow: 0px 0px 10px 0px var(--accent-color);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--accent-color);
            box-shadow: 0px 0px 0px 0px var(--accent-color);
  }
}

@keyframes contact {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--accent-color);
            box-shadow: 0px 0px 0px 0px var(--accent-color);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px var(--accent-color);
            box-shadow: 0px 0px 10px 0px var(--accent-color);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--accent-color);
            box-shadow: 0px 0px 0px 0px var(--accent-color);
  }
}

.form-block {
  width: 100%;
  max-width: 80rem;
  margin: 5rem auto;
}

.form-row {
  margin: auto 0;
  max-width: 100%;
}

.form-row .wpcf7-spinner {
  display: none;
}

.form-row .wpcf7 p::after {
  background: var(--primary-color);
}

.form-row .wpcf7 p label {
  color: var(--primary-color);
}

.form-row .wpcf7 p .not-empty, .form-row .wpcf7 p:focus-within label {
  color: var(--white-color);
}

.form-row .wpcf7 p input, .form-row .wpcf7 p textarea {
  border-bottom: solid 1px var(--primary-color);
  background: var(--white-color);
  color: var(--black-color);
}

.form-row .wpcf7 p input:focus, .form-row .wpcf7 p textarea:focus {
  border-color: var(--primary-color);
}

.form-row .wpcf7 .send input[type="submit"] {
  background: var(--primary-color);
  color: var(--white-color);
}

.form-row .wpcf7 .send input[type="submit"]:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.form-row .wpcf7 form.invalid .wpcf7-response-output,
.form-row .wpcf7 form.unaccepted .wpcf7-response-output,
.form-row .wpcf7 form.sent .wpcf7-response-output {
  background: var(--grey-color);
  color: var(--black-color);
}

.form-row div.wpcf7 .ajax-loader {
  background: var(--secondary-color);
  -webkit-animation: suscribe infinite 0.5s;
          animation: suscribe infinite 0.5s;
}

.form-row div.wpcf7 .ajax-loader:after {
  content: "SUSCRIBIENDOSE";
  color: var(--white-color);
}

@-webkit-keyframes suscribe {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px var(--secondary-color);
            box-shadow: 0px 0px 10px 0px var(--secondary-color);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
}

@keyframes suscribe {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 0px var(--secondary-color);
            box-shadow: 0px 0px 10px 0px var(--secondary-color);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
}

.form-row .wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
}

.form-row .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-row .wpcf7 form p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 20rem;
  margin: 1rem 1rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.form-row .wpcf7 form .send input[type="submit"] {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}

.form-grid .wpcf7 form {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 0 1rem;
}

.form-grid .wpcf7 form p.message, .form-grid .wpcf7 form p.send {
  grid-column: 1 / -1;
}

.subscribe-form {
  background: var(--darkgrey-color);
  color: var(--white-color);
  padding: 2rem .5rem;
  padding-top: 5rem;
  border-top: solid 1px var(--lightgrey-color);
}

.subscribe-form p {
  padding: 0;
}

.subscribe-form h3 {
  padding: 0 0 1rem;
}

.contact-form {
  background: var(--grey-color);
  color: var(--black-color);
  padding: 5rem .5rem;
}

.contact-form p {
  padding: 0;
}

.contact-form .form-block {
  max-width: none;
}

.contact-section {
  padding: 0;
}

.contact-section .form {
  padding: 0 2rem;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.quantity input[type="number"] {
  width: 6rem;
}

.quantity input[type="number"]:focus {
  outline: 0;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.quantity .new-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.quantity input.new-input-counter {
  font-size: 1.6rem;
  border: solid 1px var(--grey-color);
  padding: 1rem 2rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 6rem;
}

.quantity-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 .5rem;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  color: var(--secondary-color);
  font-size: 1.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: auto 0 auto 0.5rem;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.quantity-button:hover {
  color: var(--accent-color);
}

.quantity-button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.quantity-button i {
  padding: 0;
}

.quantity-disable {
  color: var(--lightgrey-color);
  cursor: unset;
}

.quantity-disable:hover {
  color: var(--lightgrey-color);
}

.quantity-disable:active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

footer {
  width: 100%;
  color: var(--colorFooter-color);
  background: var(--backgroundFooter-color);
  padding: 0;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.data-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  color: inherit;
  margin: 3rem 0;
}

.data-footer a {
  color: inherit;
  font-weight: 400;
}

.data-footer a:hover, .data-footer a:focus {
  color: var(--accent-color);
}

.data-footer i {
  font-size: 1.6rem;
}

.logos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  max-width: 35rem;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  color: inherit;
  margin: 1rem 0;
}

.logos-footer img {
  max-width: 15rem;
}

.logos-footer a:hover, .logos-footer a:focus {
  -webkit-filter: drop-shadow(2px 2px 5px var(--accent-color));
          filter: drop-shadow(2px 2px 5px var(--accent-color));
}

.info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
}

.social-footer {
  min-width: 25rem;
  margin: 1rem 0;
}

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  color: inherit;
  margin: 1rem 0;
}

.menu-footer li {
  padding: 1rem 0;
}

.menu-footer li a {
  color: inherit;
  font-weight: 400;
}

.menu-footer li a:hover, .menu-footer li a:focus {
  color: var(--accent-color);
}

.credits {
  width: 100%;
  background: var(--backgroundCredits-color);
  color: var(--colorCredits-color);
  padding: 0.3rem 0;
}

.credits-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.credits-content a {
  position: relative;
  color: inherit;
  font-weight: 400;
  padding: 1rem 2rem;
}

.credits-content a:hover, .credits-content a:focus {
  color: var(--accent-color);
}

.credits-content a span {
  position: relative;
}

.credits-content a span:before {
  content: '';
  position: absolute;
  height: 2rem;
  width: 2rem;
  left: -2.5rem;
  top: 0rem;
  background-image: url(../images/isologo.svg);
  background-size: contain;
  -webkit-filter: none;
          filter: none;
  background-repeat: no-repeat;
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  color: var(--menuItems-color);
  background: var(--backgroundHeader-color);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
}

.header-onscroll .header-logo .site-logo {
  height: 5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.topbar {
  width: 100%;
  background: var(--backgroundTop-color);
  color: var(--colorTop-color);
  padding: 0.5rem 0;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.top h6 {
  font-weight: 500;
  padding: 0;
}

.top a {
  color: var(--colorTop-color);
}

.top a:hover {
  color: var(--accent-color);
}

.top i {
  font-size: 1.8rem;
}

.top p {
  font-size: 1.4rem;
  padding: 0;
}

.header-logo {
  padding: 1rem 0;
}

.header-logo .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0;
  height: 7rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-logo .site-logo a {
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.header-logo .site-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}

.header-menu {
  padding: 0;
  color: var(--menuItems-color);
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0;
}

.header-menu .menu-item-type-custom.current-menu-item a {
  color: var(--menuItems-color);
}

.header-menu .menu-item-type-custom.current-menu-item a:hover, .header-menu .menu-item-type-custom.current-menu-item a:focus {
  color: var(--terciary-color);
}

.header-menu li {
  position: relative;
  margin: 0 1rem;
  padding: 2rem 0;
}

.header-menu li a {
  font-size: 1.5rem;
  font-weight: 500;
}

.header-menu li:hover ul, .header-menu li:focus ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.header-menu li:hover ul span, .header-menu li:focus ul span {
  display: inline-block;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-menu li:hover ul span::after, .header-menu li:focus ul span::after {
  content: "\25BC";
  padding-left: 3px;
  font-size: 1.4rem;
  color: var(--primary-color);
}

.header-menu li:hover ul li ul, .header-menu li:focus ul li ul {
  visibility: hidden;
}

.header-menu li:hover ul li:hover span, .header-menu li:hover ul:focus span, .header-menu li:focus ul li:hover span, .header-menu li:focus ul:focus span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: 0% 65%;
          transform-origin: 0% 65%;
}

.header-menu li:hover ul li:hover span::after, .header-menu li:hover ul:focus span::after, .header-menu li:focus ul li:hover span::after, .header-menu li:focus ul:focus span::after {
  content: "\25BC";
  padding-left: 0.3rem;
  color: var(--terciary-color);
}

.header-menu li:hover ul li:hover ul, .header-menu li:hover ul:focus ul, .header-menu li:focus ul li:hover ul, .header-menu li:focus ul:focus ul {
  visibility: visible;
  left: 100%;
  margin-left: 2rem;
}

.header-menu li:hover span, .header-menu li:focus span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: 0% 65%;
          transform-origin: 0% 65%;
}

.header-menu li:hover span::after, .header-menu li:focus span::after {
  content: "\25BC";
  padding-left: 0.3rem;
  color: var(--terciary-color);
}

.header-menu li a {
  color: inherit;
}

.header-menu li a:hover, .header-menu li a:focus {
  color: var(--terciary-color);
}

.header-menu li span {
  display: inline-block;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-menu li span::after {
  content: "\25BC";
  padding-left: 3px;
  font-size: 1.4rem;
  color: var(--primary-color);
}

.header-menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 3rem);
  border-radius: 0 2px 2px 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: var(--white-color);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.header-menu li ul li {
  margin: 0;
  width: 100%;
  padding: 1rem 2rem;
}

.header-menu li ul li ul {
  position: absolute;
  visibility: hidden;
  top: -2rem !important;
  left: 100%;
  margin-left: 1rem;
  background: var(--primary-color);
}

.header-menu li ul li ul li a {
  color: var(--white-color);
}

.header-menu .current-menu-item a {
  color: var(--terciary-color);
}

.header-menu .current-menu-item ul a {
  color: var(--menuItems-color);
}

.header-menu .current-menu-item ul a:hover {
  color: var(--terciary-color);
}

.header-menu .current-menu-item .current-menu-item a {
  color: var(--terciary-color);
}

.secondary-menu {
  padding: 0;
  width: 100%;
  background: var(--backgroundSecondaryMenu-color);
}

.secondary-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secondary-menu-content li a {
  color: var(--white-color);
}

.secondary-menu-content li ul li a {
  color: var(--menuItems-color);
}

.megamenu #menu-item-60,
.megamenu #menu-item-100 {
  position: initial;
}

.megamenu #menu-item-60 ul,
.megamenu #menu-item-100 ul {
  width: 100%;
  left: 0;
  top: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.megamenu #menu-item-60 ul li,
.megamenu #menu-item-100 ul li {
  min-width: 20rem;
  padding: 1rem 2rem;
}

.megamenu #menu-item-60 ul li span,
.megamenu #menu-item-100 ul li span {
  display: none;
}

.megamenu #menu-item-60 ul li a,
.megamenu #menu-item-100 ul li a {
  display: inline-block;
  border-bottom: solid 1px;
  padding: 0.5rem 0;
  width: 100%;
}

.megamenu #menu-item-60 ul ul,
.megamenu #menu-item-100 ul ul {
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  position: relative;
  padding: 1rem 0;
}

.megamenu #menu-item-60 ul ul li,
.megamenu #menu-item-100 ul ul li {
  padding: 1rem 0rem;
  font-size: 1.4rem;
}

.megamenu #menu-item-60 ul ul li a,
.megamenu #menu-item-100 ul ul li a {
  font-size: 1.4rem;
  border: none;
}

.search-header:hover .search-form {
  visibility: visible;
  opacity: 1;
}

.search-header:hover .search-icon {
  opacity: 0;
  cursor: pointer;
}

.search-header .search-icon {
  font-size: 2rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search-header:hover #datafetch {
  visibility: visible;
}

.search-form {
  visibility: hidden;
  position: absolute;
  margin: 0;
  top: -1rem;
  right: 0;
  padding: 2rem 0 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search-form .search-button {
  position: absolute;
  width: 4rem;
  height: 4rem;
  right: 0;
}

.search-form .search-button:hover i {
  color: var(--terciary-color);
}

.search-form .search-button input {
  background: none;
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.search-form .search-button i {
  position: absolute;
  font-size: 2rem;
  color: var(--accent-color);
  padding: 0;
  pointer-events: none;
  top: 0;
  left: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}

.search-form .search-field {
  border: none;
  width: 100%;
  height: 3.8rem;
  margin: 0;
  border-radius: 5px;
  padding-left: 4rem;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.search-form .search-field:hover, .search-form .search-field:focus {
  outline: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.search-form .search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  padding: 1rem 2rem;
  margin: 2rem;
}

.search-form .search-submit:hover {
  background: var(--accent-color);
}

.search-form .search-submit:focus {
  outline: none;
}

.search-form .search-submit:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#datafetch {
  position: absolute;
  visibility: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  background: var(--white-color);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#datafetch a {
  display: block;
  width: 100%;
  padding: 1rem;
}

#datafetch a:hover {
  background: #f6f6f6;
  color: var(--primary-color);
}

#datafetch a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#datafetch a p {
  font-weight: 600;
  padding: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--black-color);
  text-align: left;
}

#datafetch a img {
  height: 4rem;
  width: 4rem;
  margin: 0 1rem 0 0;
}

#datafetch a span {
  color: #00B04C;
}

#datafetch h6 {
  color: var(--black-color);
  font-weight: 400;
  padding: 1rem;
  font-size: 1.6rem;
}

.mobile-menu {
  display: none;
}

.burger-button {
  position: relative;
  padding: 2rem;
  cursor: pointer;
  display: none;
  z-index: 2;
}

.burger-button:hover .line, .burger-button:focus .line {
  background: var(--terciary-color);
}

.burger-button .line {
  position: absolute;
  left: 0;
  width: 4rem;
  height: 0.3rem;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  background: var(--menuItems-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.burger-button #line-1 {
  -webkit-transform: rotate(0) translateY(-1rem);
          transform: rotate(0) translateY(-1rem);
}

.burger-button #line-2 {
  opacity: 1;
}

.burger-button #line-3 {
  -webkit-transform: rotate(0) translateY(1rem);
          transform: rotate(0) translateY(1rem);
}

.burger-button-off .line {
  background: var(--menuItems-color);
  margin: 0;
}

.burger-button-off #line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-button-off #line-2 {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.burger-button-off #line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .header-menu {
    display: none;
  }
  .burger-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobile-menu {
    -webkit-transform: translate(100%, 0px);
            transform: translate(100%, 0px);
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: var(--backgroundHeader-color);
    position: fixed;
    background: inherit;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15rem 4rem 0;
    min-width: 30rem;
  }
  .mobile-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mobile-menu li {
    margin: 2rem 0;
    text-align: right;
  }
  .mobile-menu li:hover ul, .mobile-menu li:focus ul {
    opacity: 1;
    margin: 0;
    visibility: visible;
  }
  .mobile-menu li a {
    font-size: 2.4rem;
    color: var(--menuItems-color);
    font-weight: 500;
  }
  .mobile-menu li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    margin: -200% 0;
    -webkit-transition: margin 0s, visibility 0.5s;
    transition: margin 0s, visibility 0.5s;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-menu li ul li {
    margin: 0;
    padding: 1rem 0rem;
  }
  .mobile-menu li ul li a {
    font-size: 2rem;
  }
  .mobile-menu li ul li ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-menu .mobile-menu-bottom {
    margin: 2rem auto;
    bottom: 5%;
    position: absolute;
    width: 100%;
  }
  .mobile-menu .social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 4rem;
    color: inherit;
    padding: 0 4rem 0 0;
    border-radius: 5px 0 0 5px;
    background: var(--darkgrey-color);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-menu .social-menu a {
    color: inherit;
    font-weight: 400;
  }
  .mobile-menu .social-menu a:hover, .mobile-menu .social-menu a:focus {
    color: var(--terciary-color);
  }
  .mobile-menu .social-menu i {
    font-size: 4rem;
    margin: 0;
    padding: 1rem;
  }
  .mobile-menu .woo-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    border-top: solid 1px;
    padding: 3rem 0 0;
  }
  .mobile-menu .woo-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
  }
  .mobile-menu .woo-header p {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0;
    line-height: 0;
  }
  .mobile-menu .woo-header i {
    font-size: 3rem;
    padding: 0 0 0 1rem;
  }
  .mobile-menu .woo-header .cart-counter {
    right: .6rem;
    top: -0.6rem;
  }
  .mobile-menu .user-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .mobile-menu .user-menu a {
    padding: 1rem 0;
  }
  .mobile-menu .user-menu i {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3rem;
    padding: 0 0 0 1rem;
  }
  .mobile-menu .user-menu p {
    font-size: 2.4rem;
    padding: 0;
    line-height: 0;
  }
  .mobile-menu .user-menu .logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    width: 100%;
    background: none;
    font-size: 2.4rem;
    margin: 0;
    visibility: visible;
    opacity: 1;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-menu .user-menu .logout i {
    font-size: 3rem;
    padding: 0 0 0 1rem;
  }
  .mobile-menu-on {
    -webkit-box-shadow: 0px 0px 0px 1920px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 0px 1920px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header-onscroll .site-logo img {
    max-height: 7rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.single_event .event {
  padding: 2rem;
  background: var(--black-color);
  color: var(--white-color);
}

.single_event .event .row {
  gap: 3rem;
}

.single_event_info {
  color: var(--black-color);
  padding: 2rem 0;
}

.single_event .map iframe {
  padding: 1rem 0;
  min-height: 20vh;
}

.single_event .buttons a {
  width: 100%;
}

.single_event .buttons a button {
  margin: 0;
  width: 100%;
  padding: 0.5rem;
}

.single_event .image {
  margin: 0;
}

.single_event .text-content {
  margin: 0;
}

.single_event .text-content h3 {
  padding: 0 0 2rem;
  font-weight: 500;
  font-size: 4rem;
  color: var(--white-color);
}

.single_event .text-content h5 {
  color: white;
  font-weight: 500;
}

.single_event .text-content .description {
  font-size: 1.4rem;
  margin: 2rem 0;
  font-weight: 400;
}

.single_event .marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  top: 0;
}

.single_event .marks button {
  padding: 1rem;
  margin: 0.5rem;
  font-size: 1.6rem;
}

.single_event .marks .mark_date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--black-color);
  background: var(--secondary-color);
  padding: 1rem;
  margin: .5rem .5rem 0 0;
}

.single_event .marks .mark_location {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--black-color);
  background: var(--terciary-color);
  padding: 1rem;
  margin: .5rem .5rem 0 0;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.single_event .marks .mark_location:hover {
  background: var(--accent-color);
}

.single_event .gallery {
  overflow: hidden;
}

.single_post .text-content {
  margin: 0 auto;
}

.single_post .text-content ul {
  width: 100%;
}

.single_post .text-content li {
  list-style: inside;
  padding: 1rem 0;
}

.single_post .text-content img {
  width: 50%;
  padding: 0 3rem 0 0;
  height: auto;
  float: left;
}

.single_post .text-content h1, .single_post .text-content h2, .single_post .text-content h3, .single_post .text-content h4, .single_post .text-content h5 {
  width: 100%;
  text-align: left;
}

.single_post .text-content h1, .single_post .text-content h2, .single_post .text-content h3, .single_post .text-content h4, .single_post .text-content h5 {
  color: var(--primary-color);
}

.single_post .text-content i {
  font-size: 1.8rem;
}

.single_post .text-content p {
  width: 100%;
}

.categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 25rem;
  border-left: solid;
  width: auto;
  height: 100%;
}

.categories-list .current-cat a {
  color: var(--accent-color);
}

.pagination {
  width: 100%;
  margin: 3rem 0;
}

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

.pagination .next, .pagination .preview {
  margin: 0;
}

.pagination .page-numbers {
  background: var(--darkgrey-color);
  padding: .5rem;
  border-radius: 2px;
  margin: 0 0.2rem;
  color: var(--white-color);
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pagination .page-numbers i {
  font-size: 1.6rem;
  padding: 0.5rem;
}

.pagination .page-numbers:hover {
  background: var(--black-color);
}

.pagination .current {
  background: var(--accent-color);
}

.single-product {
  padding-top: 3rem;
}

.single-product div.product div.summary {
  padding: 2rem;
  border: solid 1px var(--lightgrey-color);
  border-radius: 5px;
  width: 50%;
}

.single-product div.product .product_title {
  font-size: 4rem;
  font-weight: 500;
  border-bottom: solid 2px var(--primary-color);
}

.single-product div.product h4 {
  font-size: 1.8rem;
  border-bottom: solid 1px var(--lightgrey-color);
}

.single-product div.product h4 ul {
  padding: 0 0 0 2rem;
}

.single-product div.product h4 ul li {
  list-style: disc;
}

.single-product div.product h4 strong {
  color: inherit;
}

.single-product div.product .woocommerce-product-details__short-description {
  display: none;
}

.single-product div.product div.images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  border: solid 1px var(--lightgrey-color);
}

.single-product div.product div.images .flex-control-thumbs li {
  margin: 0.5rem;
  width: 8rem;
}

.single-product div.product p.price {
  font-size: 2.4rem;
  font-weight: 400;
  padding: .5rem 0 0;
  color: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5rem;
  padding: 3rem 0 0;
}

.single-product div.product p.price del {
  font-size: 2.2rem;
  color: var(--darkgrey-color);
  font-weight: 400;
  line-height: 110%;
}

.single-product div.product p.price ins {
  font-size: 3rem;
  font-weight: 500;
  color: var(--black-color);
  text-decoration: none;
}

.single-product div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product div.product form.cart div.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2rem 0 0;
}

.single-product div.product form.cart div.quantity input.qty {
  width: 8rem;
  padding: 2rem 0;
  border: solid 1px var(--grey-color);
  border-radius: 5px;
  font-size: 1.8rem;
  margin: 1rem .5rem 1rem 0;
}

.single-product div.product .onsale {
  background: #00B04C;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3rem;
  top: .5rem;
  left: .5rem;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 1rem;
  line-height: 0;
}

.single-product div.product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.single-product div.product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product .related.products {
  display: none;
}

.page-404 {
  display: block;
}

.content-404 {
  margin: 20rem 0 15rem;
}

.content-404 h1 {
  width: 100%;
  text-align: center;
  color: var(--accent-color);
}

.content-404 h4 {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 1rem 2rem;
  border-radius: 2px;
}

.content-404 h4:hover {
  background: var(--accent-color);
}

.content-404 p {
  text-align: center;
  max-width: 60rem;
  margin: 2rem 0;
}

.logo-404 {
  position: relative;
  margin: 5rem 0;
  width: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-404 .logo {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.logo-404 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-404 .transparent {
  -webkit-filter: contrast(0) saturate(0) brightness(5) drop-shadow(0 0 0 var(--primary-color));
          filter: contrast(0) saturate(0) brightness(5) drop-shadow(0 0 0 var(--primary-color));
  z-index: -1;
}

.logo-404 .color {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: logo infinite 3s ease-in;
          animation: logo infinite 3s ease-in;
}

@-webkit-keyframes logo {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes logo {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.mi-cuenta {
  padding: 0rem 5% 5rem;
}

.mi-cuenta .woocommerce-MyAccount-content {
  background: var(--grey-color);
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
  padding: 1rem;
}

.mi-cuenta .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0 3rem;
}

.mi-cuenta .woocommerce nav {
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
  background: var(--primary-color);
}

.mi-cuenta .woocommerce ul {
  margin: 0;
}

.mi-cuenta .woocommerce li {
  position: relative;
  padding: 2rem;
  margin: 0.1rem 0;
  border-bottom: solid 1px var(--white-color);
}

.mi-cuenta .woocommerce li a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  color: var(--white-color);
}

.mi-cuenta .woocommerce li a:hover {
  background: var(--accent-color);
}

.mi-cuenta .woocommerce li.is-active a {
  background: var(--accent-color);
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.page-banner {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
  color: var(--white-color);
}

.page-banner_text {
  max-width: 80rem;
  margin: 0 auto;
}

.page-banner p {
  padding: 0rem 0 3rem;
}

.page-banner_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}

.page-title {
  width: 100%;
  text-align: left;
  padding: 4rem 0 0rem;
  margin: 0 0 4rem;
  border-bottom: solid 3px var(--primary-color);
  font-weight: 500;
}

.page-title .page-banner_img {
  display: none;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_main span {
  font-size: 6rem;
}

.title_section {
  margin: 1rem 0 0rem;
}

.title_section span {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 5px;
}

.title_section .title_icon {
  height: 5rem;
  width: 5rem;
}

.title_subtitle span {
  font-size: 2rem;
}

.title_subtitle .title_icon {
  height: 2rem;
  width: 2rem;
}

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

.title_icon {
  height: 10rem;
  width: 10rem;
  margin: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.max-width {
  width: 100%;
  max-width: 120rem;
  min-width: 35rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 35rem;
  -ms-grid-columns: (minmax(35rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  grid-gap: 0.5rem;
  padding: 1rem;
}

.grid_item {
  max-width: 35rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.row_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 35rem;
}

.row_item_2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  min-width: 35rem;
}

.row_item_3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  min-width: 35rem;
}

.row_item_4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  min-width: 35rem;
}

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

.row.around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

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

.row.a-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.row.a-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}

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

.row.a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.full-width {
  width: 100%;
}

@media (max-width: 720px) {
  .switch_order .column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .switch_order .column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .switch_order .row_item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .switch_order .row_item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

.columns.max-width {
  padding: 0;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  -ms-flex-item-align: normal;
      align-self: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 35rem;
  z-index: 1;
}

.column_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.column_video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.column.a-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}

.column.a-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
}

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

.column.a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.image_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.hook {
  width: 100%;
  height: 0;
  -webkit-transform: translateY(-12rem);
          transform: translateY(-12rem);
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.buttons button {
  margin: 0rem 2rem 0 0;
}

.text-content {
  width: 100%;
  margin: 5rem 0;
}

.text-content ul {
  width: 100%;
}

.text-content li {
  list-style: inside;
  font-weight: 400;
  padding: 1rem 0;
}

.text-content img {
  width: 100%;
  height: auto;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  width: 100%;
  text-align: left;
  color: var(--primary-color);
}

.text-content i {
  font-size: 1.8rem;
}

.text-content p {
  width: 100%;
}

.text-content strong {
  color: var(--accent-color);
}

.return-button p,
.return-button i {
  font-size: 1.8rem;
  text-align: center;
  margin: 2rem auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.not-found {
  margin: 0 auto;
  color: var(--white-color);
  background: var(--accent-color);
  padding: 1rem 2rem;
  border-radius: 2px;
  text-align: center;
  width: auto;
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.cards-container {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
  width: 100%;
}

.cards-container-post {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.cards-container-evento {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(35rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  grid-gap: 3rem;
  margin: 5rem 0;
}

.cards-container-product {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(40rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(40rem, 1fr));
  grid-gap: 3rem;
  margin: 5rem 0;
}

.cards-container-profile {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 3rem;
  margin: 5rem 0;
}

.cards-container-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-link {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.cards-container-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0;
}

.cards-container-service {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.cards-container-category {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 20rem;
  -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1rem;
  margin: 5rem 0;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.card_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card_text {
  width: 100%;
  padding: 1rem;
}

.card_title {
  font-size: 3rem;
  font-weight: 500;
  padding: .5rem 0;
}

.card_mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 1rem;
  background: var(--accent-color);
  color: var(--white-color);
}

.card_date {
  font-size: 1.4rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--primary-color);
}

.card_number {
  font-size: 6rem;
  font-weight: 600;
  padding: .5rem 0 0;
  color: var(--primary-color);
}

.card_excerpt {
  font-size: 1.4rem;
  font-weight: 500;
}

.card_more {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: var(--primary-color);
}

.card_image {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card_image img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card_iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.card_iframe iframe {
  width: 100% !important;
  height: auto;
}

.card:hover .card_more {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.card-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  justify-content: flex-start;
}

.card-product_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card-product_text {
  width: 100%;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-product_title {
  font-size: 2.4rem;
  font-weight: 500;
  padding: .5rem 0;
}

.card-product_mark {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 1rem;
  background: var(--accent-color);
  color: var(--white-color);
}

.card-product_date {
  font-size: 1.4rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--primary-color);
}

.card-product_number {
  font-size: 2.4rem;
  font-weight: 400;
  padding: .5rem 0 0;
  color: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.card-product_number del {
  font-size: 1.6rem;
  color: var(--darkgrey-color);
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.card-product_number ins {
  text-decoration: none;
}

.card-product_excerpt {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
}

.card-product_stock {
  font-size: 1.4rem;
  font-weight: 600;
  color: #00B04C;
  text-align: center;
}

.card-product_stock.null {
  color: #ED2432;
}

.card-product_add {
  margin-top: auto;
  z-index: 2;
}

.card-product_add form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-product_add button.add_to_cart_button.button.product_type_simple,
.card-product_add a.button,
.card-product_add button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
.card-product_add button.single_add_to_cart_button.button.alt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  width: 100%;
}

.card-product_add .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-product_add .quantity input.qty {
  width: 8rem;
  padding: 2rem 0;
  border: solid 1px var(--grey-color);
  border-radius: 5px;
  font-size: 1.8rem;
  margin: 2rem 1rem 2rem 0;
}

.card-product_image {
  overflow: hidden;
  width: 100%;
}

.card-product_image img {
  aspect-ratio: 1 / 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-product_iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.card-product_iframe iframe {
  width: 100% !important;
  height: auto;
}

.card-product:hover .card_more {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.card-evento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  color: inherit;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.card-evento .card_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card-evento .card_image {
  position: relative;
  top: 0;
  background: none;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.card-evento .card_image img {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: .5rem;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
}

.card-evento .card_text {
  position: relative;
  top: 0;
  left: 0;
  color: inherit;
  width: 100%;
  height: auto;
  padding: 1rem;
}

.card-evento .card_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  gap: .5rem;
  z-index: 2;
}

.card-evento .card_buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-evento .card_buttons a:nth-child(even) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.card-evento .card_buttons button {
  width: 100%;
  padding: .5rem;
  margin: 0;
  font-size: 1.6rem;
}

.card-evento .card_marks {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}

.card-evento .card_marks_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .5rem;
  gap: .5rem;
  z-index: 2;
}

.card-evento .card_marks_buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-evento .card_marks_buttons a:nth-child(even) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.card-evento .card_marks_buttons button {
  width: 100%;
  padding: .5rem;
  margin: 0;
  font-size: 1.6rem;
}

.card-evento .card_tag, .card-evento .card_category {
  background: var(--accent-color);
  color: var(--white-color);
  font-size: 1.2rem;
  margin: .5rem;
  padding: .5rem;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.card-evento .card_title {
  position: absolute;
  bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem .5rem;
}

.card-evento .card_date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  height: auto;
  font-weight: 500;
  color: inherit;
  line-height: 120%;
}

.card-evento .card_location {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-color);
  width: 100%;
  padding: 0 1rem;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-evento .card_location:hover {
  color: var(--accent-color);
}

.card-evento .card_number {
  font-size: 6rem;
  font-weight: 600;
  padding: .5rem 0 0;
  color: var(--primary-color);
}

.card-evento .card_excerpt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}

.card-evento .card_more {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: var(--primary-color);
}

.card-evento .card_iframe {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.card-evento .card_iframe iframe {
  width: 100% !important;
  height: auto;
}

.card-evento:hover .card_image img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.card-evento:hover .card_buttons a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
  text-align: center;
  margin: 2rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-link .card_text h5, .card-link .card_text h6, .card-link .card_text p {
  padding: 0.5rem;
  width: 100%;
}

.card-link .card_image img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}

.card-link .card_marks {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 1rem;
}

.card-link .card_marks_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .5rem;
  gap: .5rem;
  z-index: 2;
}

.card-link .card_marks_buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-link .card_marks_buttons a:nth-child(even) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.card-link .card_marks_buttons button {
  width: 100%;
  padding: .5rem;
  margin: 0;
  font-size: 1.6rem;
}

.card-link .card_date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--black-color);
  background: var(--white-color);
  padding: 1rem;
  margin: .5rem;
}

.card-link .card_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.card-link .card_location {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  padding: .2rem 0;
  color: var(--white-color);
  background: var(--secondary-color);
  padding: 1rem;
  margin: .5rem;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.card-link .card_location:hover {
  background: var(--accent-color);
}

.card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 20rem;
  width: 100%;
  text-align: center;
  margin: 2rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-icon .card_text h5, .card-icon .card_text h6, .card-icon .card_text p {
  padding: 0.5rem;
  width: 100%;
}

.card-icon .card_image img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}

.card-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 30rem;
  width: 100%;
  text-align: center;
  margin: 2rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-counter .card_text h5, .card-counter .card_text h6, .card-counter .card_text p {
  padding: 0.5rem;
  width: 100%;
}

.card-counter .card_image img {
  width: 100%;
  max-width: 8rem;
  height: auto;
}

.card-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  text-align: left;
  margin: 2rem 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.card-avatar .card_text {
  margin: 0;
  width: 15rem;
}

.card-avatar .card_text h5 {
  font-size: 1.4rem;
  padding: 0;
}

.card-avatar .card_text h6 {
  font-size: 1.2rem;
  padding: 0;
}

.card-avatar .card_text p {
  font-size: 1rem;
  padding: 0;
  width: 100%;
}

.card-avatar .card_image {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 25rem;
  width: 100%;
  background: none;
  color: inherit;
  overflow: hidden;
}

.card-profile .card_text {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.card-profile .card_text h5 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
}

.card-profile .card_text h6 {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0;
}

.card-profile .card_text p {
  font-size: 1.4rem;
  padding: 0;
  width: 100%;
}

.card-profile .card_image {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.card-profile .card_image img {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  border-radius: .5rem;
  -o-object-position: top;
     object-position: top;
}

.card-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-item-align: normal;
      align-self: normal;
  min-width: 35rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem;
  padding: 1rem;
  width: 100%;
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.card-review .card_text {
  width: 100%;
  padding: 1rem;
}

.card-review .card_text h5 {
  font-size: 2rem;
  padding: 0;
  width: 100%;
  color: var(--primary-color);
}

.card-review .card_text h6 {
  font-size: 1.8rem;
  padding: 0;
  width: 100%;
  font-weight: 400;
}

.card-review .card_text p {
  font-size: 1.6rem;
  padding: 0;
  width: 100%;
}

.card-review .card_image {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}

.card-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-item-align: normal;
      align-self: normal;
  min-width: 35rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem;
  padding: 1rem;
  width: 100%;
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 1rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.card-service .card_text {
  width: 100%;
  padding: 1rem;
}

.card-service .card_text h5 {
  font-size: 2rem;
  padding: 0;
  width: 100%;
  color: var(--primary-color);
}

.card-service .card_text h6 {
  font-size: 1.8rem;
  padding: 0;
  width: 100%;
  font-weight: 400;
}

.card-service .card_text p {
  font-size: 1.6rem;
  padding: 0;
  width: 100%;
}

.card-service .card_image {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  position: absolute;
  right: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.card-category {
  position: relative;
  z-index: 1;
  padding: 1rem;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.card-category .card_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  height: 100%;
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.onscroll {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.onscroll_show {
  -webkit-animation: show ease-out .5s 1 forwards;
          animation: show ease-out .5s 1 forwards;
}

.onscroll:nth-child(2) {
  -webkit-animation-delay: .04s;
          animation-delay: .04s;
}

.onscroll:nth-child(3) {
  -webkit-animation-delay: .08s;
          animation-delay: .08s;
}

.onscroll:nth-child(4) {
  -webkit-animation-delay: .12s;
          animation-delay: .12s;
}

.onscroll:nth-child(5) {
  -webkit-animation-delay: .16s;
          animation-delay: .16s;
}

.onscroll:nth-child(6) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.onscroll:nth-child(7) {
  -webkit-animation-delay: .24s;
          animation-delay: .24s;
}

.onscroll:nth-child(8) {
  -webkit-animation-delay: .28s;
          animation-delay: .28s;
}

.onscroll:nth-child(9) {
  -webkit-animation-delay: .32s;
          animation-delay: .32s;
}

.onscroll:nth-child(10) {
  -webkit-animation-delay: .36s;
          animation-delay: .36s;
}

.onscroll:nth-child(11) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

.woocommerce-page img {
  height: 100%;
  max-width: unset;
}

.woocommerce-page .logos-footer img {
  max-width: 15rem;
}

.woo-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 2rem;
}

.woo-header a {
  position: relative;
  color: inherit;
  font-weight: 400;
  color: var(--menuItems-color);
}

.woo-header a:hover, .woo-header a:focus {
  color: var(--terciary-color);
}

.woo-header p {
  display: none;
}

.woo-header i {
  font-size: 2.2rem;
  margin: 0;
}

.cart-counter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -1.7rem;
  right: 1.1rem;
  z-index: -1;
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  background: var(--secondary-color);
  color: var(--black-color);
  font-weight: 600;
  border-radius: 50%;
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 2px var(--secondary-color);
            box-shadow: 0px 0px 10px 2px var(--secondary-color);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
  50% {
    -webkit-box-shadow: 0px 0px 10px 2px var(--secondary-color);
            box-shadow: 0px 0px 10px 2px var(--secondary-color);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
            box-shadow: 0px 0px 0px 0px var(--secondary-color);
  }
}

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes drop {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.woocommerce ul.products {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 3rem;
  margin: 5rem 0;
  width: 100%;
}

.woocommerce ul.products:after, .woocommerce ul.products:before {
  display: none;
}

.woocommerce ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  justify-content: flex-start;
}

.woocommerce ul.products li.product a {
  width: 100%;
}

.woocommerce ul.products li.product .onsale {
  background: #00B04C;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  font-weight: 600;
  padding: 0 1rem;
  line-height: 0;
  top: 1.3rem;
  left: 0.5rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--black-color);
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1rem;
}

.woocommerce ul.products li.product .price {
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
}

.woocommerce ul.products li.product .price del {
  font-size: 1.6rem;
  color: var(--darkgrey-color);
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 400;
}

.woocommerce ul.products li.product .button {
  padding: 1rem 3rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin: auto 1rem 1rem 1rem;
}

.woocommerce ul.products li.product a.added_to_cart {
  margin: 0 0 2rem;
  text-align: center;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter {
  max-width: 30rem;
  padding: 1rem;
}

.woocommerce-variation-price .price {
  padding: .5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.woocommerce-variation-price .price del {
  font-size: 1.6rem;
  color: var(--darkgrey-color);
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-variation-price .price ins {
  font-size: 2.4rem;
  color: var(--black-color);
  font-weight: 400;
  text-decoration: none;
}

.woocommerce-variation-price .price bdi {
  color: var(--black-color);
}

.single_variation_wrap .in-stock {
  display: none;
}

.single_variation_wrap del {
  color: var(--grey-color);
  font-weight: 400;
}

.single_variation_wrap ins {
  text-decoration: none;
}

table.variations {
  border: none;
  table-layout: auto;
}

table.variations tbody {
  border: none;
}

table.variations tr {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

table.variations th.label {
  background: none;
  border: none;
  padding: 1rem 0;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  border-top: solid 1px var(--lightgrey-color);
}

table.variations td.value {
  border: none;
  padding: 0;
  margin: 0 0 1rem;
}

table.variations td.value div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 0.2rem;
  text-align: left;
}

table.variations td.value div label bdi {
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  border: solid 1px var(--primary-color);
}

table.variations td.value div label ins {
  text-decoration: none;
}

table.variations td.value div label .price {
  font-size: 1.4rem;
  color: var(--black-color);
  font-weight: 600;
}

table.variations td.value div label .price del {
  display: none;
}

table.variations td.value div label .price ins {
  font-weight: 600;
}

table.variations td.value input {
  margin: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  height: 3rem;
}

table.variations td.value .reset_variations {
  display: none !important;
  position: absolute;
  visibility: hidden;
}

.single-product div.product p.price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.single-product.woocommerce,
.archive.woocommerce {
  padding: 0;
}

.singular-product .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.singular-product .woocommerce-product-gallery__image:nth-child(1) {
  border: 7px solid white;
  width: 100%;
  margin: 0 0 1rem;
  border: 3px solid white;
  margin: 1rem;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.singular-product .woocommerce-product-gallery__image {
  width: 20%;
  margin: 1rem;
  border: 3px solid white;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.singular-product div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.singular-product .flex-control-thumbs li {
  display: inherit;
}

.singular-product h1 {
  color: var(--primary-color);
  font-size: 4rem;
}

.related h2 {
  color: var(--primary-color);
  text-transform: uppercase;
}

.product_categories .woocommerce ul.products li.product {
  min-width: 30rem;
  min-height: 30rem;
}

.product_categories .woocommerce ul.products li.product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

.product_categories .woocommerce ul.products li.product img {
  position: absolute;
  z-index: 0;
  top: 0;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.product_categories .woocommerce ul.products li.product h2 {
  z-index: 1;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--white-color);
}

.product_categories .woocommerce ul.products li.product mark {
  display: none;
}

form.woocommerce-form.woocommerce-form-login.login {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: unset;
  width: 100%;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
  margin: 0;
  gap: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  background: var(--lightgrey-color);
  color: var(--black-color);
  padding: 1rem;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--secondary-color);
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: unset;
  width: 100%;
  padding: 1rem;
  margin: 1rem 0;
  border: solid 1px grey;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-account .woocommerce-MyAccount-content input {
  padding: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
  color: var(--black-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  margin: 0;
}

.woocommerce-checkout input {
  padding: 1rem;
}

.woocommerce-shipping-calculator .shipping-calculator-form p {
  width: 90%;
}

.woocommerce {
  border: none;
}

.woocommerce table.shop_table .tfoot th {
  font-weight: 600;
  border: solid 1px var(--grey-color);
}

.woocommerce table.shop_table th {
  line-height: inherit;
  font-weight: 600;
}

.woocommerce table.shop_table td {
  line-height: inherit;
  font-size: 1.6rem;
}

.woocommerce table.shop_table .product-thumbnail img {
  height: 5rem;
  width: auto;
}

.woocommerce table.shop_table .quantity .qty {
  border: solid 1px;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 500;
}

.woocommerce table.shop_table a.remove {
  margin: auto;
  height: 100%;
  border-radius: 5px;
  border: solid 1px;
}

.woocommerce table.shop_table td.actions .coupon .input-text {
  width: 17rem;
  margin: 0 2rem 1rem 0;
  font-size: 1.8rem;
  padding: 0.6rem;
  border: solid 1px;
}

.woocommerce table.shop_table button.button {
  margin: 0 1rem 0 0;
}

.woocommerce table.shop_table.shop_table_responsive tr.cart-subtotal tr {
  font-weight: 600;
}

.woocommerce table.shop_table.shop_table_responsive tr.cart-subtotal th {
  border: solid 1px;
}

.woocommerce {
  color: var(--black-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0%;
  width: 100%;
  border-radius: 1rem;
  border-color: none;
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce a.button {
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.woocommerce .return-to-shop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce .quantity .qty {
  width: 10rem;
  height: 0;
  padding: 2rem;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #ED2432;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #00B04C;
}

.woocommerce form .form-row .required {
  color: #ED2432;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #ED2432;
}

.woocommerce form input[type="checkbox"] {
  padding: 0 0.6rem;
}

.woocommerce form input[type="checkbox"]:checked::before {
  margin: -0.2rem -1rem 0px;
}

.woocommerce .wc_payment_methods img {
  width: 20rem;
}

.woocommerce .woocommerce-message {
  border-top: 3px solid #FCB903;
  background: var(--lightgrey-color);
  color: var(--black-color);
  border-radius: 5px;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .woocommerce-message:before {
  display: block;
  color: #00B04C;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.woocommerce .woocommerce-message strong {
  color: #00B04C;
}

.woocommerce .woocommerce-info {
  border-top: 3px solid #09A0CE;
  background: var(--lightgrey-color);
  color: var(--black-color);
  border-radius: 5px;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .woocommerce-info:before {
  display: block;
  color: #09A0CE;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.woocommerce .woocommerce-info strong {
  color: #09A0CE;
}

.woocommerce .woocommerce-error {
  border-top: 5px solid #ED2432;
  background: var(--lightgrey-color);
  color: var(--black-color);
  border-radius: 5px;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .woocommerce-error:before {
  display: block;
  color: #ED2432;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.woocommerce .woocommerce-error strong {
  color: #ED2432;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 1rem;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:visited {
  background: var(--primary-color);
  color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus:hover, .woocommerce nav.woocommerce-pagination ul li a:visited:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--accent-color);
  color: var(--white-color);
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  content: "PROCESANDO";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  background: var(--accent-color);
  height: 101%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: pulse 0.5s ease-in infinite;
          animation: pulse 0.5s ease-in infinite;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.7;
  cursor: progress;
}

.woocommerce .blockUI.blockOverlay::before {
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url(../images/cohete.svg) center center;
  background-size: contain;
  color: var(--accent-color);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

input#username,
input#password,
input#user_login {
  padding: 1rem;
}

.white {
  background: var(--white-color);
}

.grey {
  background: var(--grey-color);
}

.lightgrey {
  background: var(--lightgrey-color);
}

.primary {
  background: var(--primary-color);
}

.secondary {
  background: var(--secondary-color);
}

.terciary {
  background: var(--terciary-color);
}

.accent {
  background: var(--accent-color);
}

.darkgrey {
  background: var(--darkgrey-color);
}

.black {
  background: var(--black-color);
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.black-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--white-color) 50%);
}

.black-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--black-color) 50%);
}

.black-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--primary-color) 50%);
}

.black-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--secondary-color) 50%);
}

.black-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--terciary-color) 50%);
}

.black-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--accent-color) 50%);
}

.black-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--grey-color) 50%);
}

.black-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--lightgrey-color) 50%);
}

.black-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--black-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--black-color) 50%, var(--darkgrey-color) 50%);
}

.primary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--white-color) 50%);
}

.primary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--black-color) 50%);
}

.primary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--primary-color) 50%);
}

.primary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--secondary-color) 50%);
}

.primary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--terciary-color) 50%);
}

.primary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--accent-color) 50%);
}

.primary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--grey-color) 50%);
}

.primary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--lightgrey-color) 50%);
}

.primary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--primary-color) 50%, var(--darkgrey-color) 50%);
}

.white-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--white-color) 50%);
}

.white-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--black-color) 50%);
}

.white-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--primary-color) 50%);
}

.white-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--secondary-color) 50%);
}

.white-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--terciary-color) 50%);
}

.white-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--accent-color) 50%);
}

.white-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--grey-color) 50%);
}

.white-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--lightgrey-color) 50%);
}

.white-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--white-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--white-color) 50%, var(--darkgrey-color) 50%);
}

.secondary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--white-color) 50%);
}

.secondary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--black-color) 50%);
}

.secondary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--primary-color) 50%);
}

.secondary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--secondary-color) 50%);
}

.secondary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--terciary-color) 50%);
}

.secondary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--accent-color) 50%);
}

.secondary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--grey-color) 50%);
}

.secondary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--lightgrey-color) 50%);
}

.secondary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--secondary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--secondary-color) 50%, var(--darkgrey-color) 50%);
}

.terciary-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--white-color) 50%);
}

.terciary-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--black-color) 50%);
}

.terciary-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--primary-color) 50%);
}

.terciary-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--secondary-color) 50%);
}

.terciary-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--terciary-color) 50%);
}

.terciary-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--accent-color) 50%);
}

.terciary-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--grey-color) 50%);
}

.terciary-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--lightgrey-color) 50%);
}

.terciary-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--terciary-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--terciary-color) 50%, var(--darkgrey-color) 50%);
}

.accent-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--white-color) 50%);
}

.accent-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--black-color) 50%);
}

.accent-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--primary-color) 50%);
}

.accent-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--secondary-color) 50%);
}

.accent-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--terciary-color) 50%);
}

.accent-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--accent-color) 50%);
}

.accent-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--grey-color) 50%);
}

.accent-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--lightgrey-color) 50%);
}

.accent-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--accent-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--accent-color) 50%, var(--darkgrey-color) 50%);
}

.lightgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--white-color) 50%);
}

.lightgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--black-color) 50%);
}

.lightgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--primary-color) 50%);
}

.lightgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--secondary-color) 50%);
}

.lightgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--terciary-color) 50%);
}

.lightgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--accent-color) 50%);
}

.lightgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--grey-color) 50%);
}

.lightgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--lightgrey-color) 50%);
}

.lightgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--lightgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--lightgrey-color) 50%, var(--darkgrey-color) 50%);
}

.grey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--white-color) 50%);
}

.grey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--black-color) 50%);
}

.grey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--primary-color) 50%);
}

.grey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--secondary-color) 50%);
}

.grey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--terciary-color) 50%);
}

.grey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--accent-color) 50%);
}

.grey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--grey-color) 50%);
}

.grey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--lightgrey-color) 50%);
}

.grey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--grey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--grey-color) 50%, var(--darkgrey-color) 50%);
}

.darkgrey-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--white-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--white-color) 50%);
}

.darkgrey-black {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--black-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--black-color) 50%);
}

.darkgrey-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--primary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--primary-color) 50%);
}

.darkgrey-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--secondary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--secondary-color) 50%);
}

.darkgrey-terciary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--terciary-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--terciary-color) 50%);
}

.darkgrey-accent {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--accent-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--accent-color) 50%);
}

.darkgrey-grey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--grey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--grey-color) 50%);
}

.darkgrey-lightgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--lightgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--lightgrey-color) 50%);
}

.darkgrey-darkgrey {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkgrey-color)), color-stop(50%, var(--darkgrey-color)));
  background: linear-gradient(90deg, var(--darkgrey-color) 50%, var(--darkgrey-color) 50%);
}

.c-white {
  color: var(--white-color);
}

.c-lightgrey {
  color: var(--lightgrey-color);
}

.c-grey {
  color: var(--grey-color);
}

.c-primary {
  color: var(--primary-color);
}

.c-secondary {
  color: var(--secondary-color);
}

.c-terciary {
  color: var(--terciary-color);
}

.c-accent {
  color: var(--accent-color);
}

.c-darkgrey {
  color: var(--darkgrey-color);
}

.c-black {
  color: var(--black-color);
}

@media (max-width: 1280px) {
  html {
    font-size: 61.5%;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 60.5%;
  }
  .banner.banner_event .banner_image {
    width: 100%;
    height: auto;
  }
  .banner.banner_event .banner_container {
    height: auto;
  }
  .banner.height, .banner.medium, .banner.low {
    height: auto;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner.banner_event .banner_text .banner_title {
    font-size: 2.4rem;
  }
  .banner_event .description {
    display: none;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 58.5%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55.5%;
  }
  .single-product div.product div.summary {
    width: 100%;
  }
  .card-evento .card_buttons a {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .card-evento .card_buttons a:nth-child(even) {
    -webkit-transition-delay: none;
            transition-delay: none;
  }
  .quantity-button i {
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 53.5%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 52.5%;
  }
  .topbar .top_contact {
    display: none;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 47.5%;
  }
}
/*# sourceMappingURL=style.css.map */