:root {
  --divide: calc(30px + 1.5625vw);
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  grid_fade: none;
}

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

img, iframe {
  vertical-align: bottom;
}

:root {
  --swiper-preloader-color: #1DA1F2;
  --vh: 1vh;
}

html, body {
  font: normal 100% "Jost", Arial, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  backface-visibility: hidden;
}

html {
  height: 100%;
}

body {
  margin: 0 auto;
  display: grid;
  grid-gap: 0;
  min-height: 100% !important;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  grid-template-rows: auto 1fr auto;
  min-width: 360px;
}
body.scrolled header.main .container .masthead-btns {
  position: fixed;
  top: 0;
  right: 5%;
  transition: none;
  transform: translate3d(0, -150%, 0);
}
body.scrolled header.main .container .nav-panel {
  transition: top 0.25s ease-in-out, transform 0.65s cubic-bezier(0.87, 0.17, 0.18, 0.85);
}
body.scrolled-down header.main .container .masthead-btns {
  transform: translate3d(0, -150%, 0);
  transition: transform 0.65s cubic-bezier(0.87, 0.17, 0.18, 0.85);
}
body.scrolled-down header.main .container .nav-panel {
  transform: translate3d(0, 150%, 0);
}
body.scrolled-up header.main .container .masthead-btns {
  transform: none;
  transition: transform 0.65s cubic-bezier(0.87, 0.17, 0.18, 0.85);
}
body.scrolled-up header.main .container .nav-panel {
  transform: none;
}
body.scrolled-up main #testimonials .testimonial-form-wrapper {
  top: 130px;
  transition: top 0.65s cubic-bezier(0.87, 0.17, 0.18, 0.85);
}
body.portfolio-view header.main, body.portfolio-view .testimonials-wrapper, body.portfolio-view footer.main {
  display: none;
}
body.portfolio-view .body {
  top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 var(--divide) 0;
  color: #555;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
  color: #555;
}

h1 {
  font-size: clamp(1.75rem, 4vw + 0rem, 2.25rem);
}
h1.main {
  font-size: clamp(2.25rem, 1.5vw + 1.6rem, 3rem);
  margin: 0 0 calc(30px + 1.5625vw - 5px) 0;
}
h1.strapline {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: clamp(1.75rem, 4vw + 0rem, 2.25rem);
}

h3 {
  font-size: 1.1rem;
}

p, ul li, ol li, input, textarea, select, a.button {
  font-size: clamp(1.1rem, 0.3vw + 1rem, 1.25rem);
}

p {
  color: #777;
  padding: 0 0 calc(var(--divide) / 2) 0;
  line-height: 1.8;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.75px;
}
p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
p.consent-text {
  color: #999;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0;
  line-height: normal;
}
p.consent-text a:link, p.consent-text a:visited {
  color: #1DA1F2;
  font-weight: 400;
}
p strong {
  font-weight: 400;
}

a {
  outline: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.no-touchevents h1 a:hover, .no-touchevents h2 a:hover, .no-touchevents h3 a:hover, .no-touchevents h4 a:hover, .no-touchevents h5 a:hover, .no-touchevents h6 a:hover {
  color: #1DA1F2;
}
.no-touchevents a:hover {
  color: #1DA1F2;
  transition: all 0.25s ease-in-out;
}

header, main, footer, article, aside, section {
  display: block;
}

.container {
  max-width: 2000px;
  width: 90%;
  padding: var(--divide) 0;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.embed-object {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-object iframe, .embed-object object, .embed-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.center {
  text-align: center;
}

form ul li, ul li {
  margin: 0 0 20px 0;
}
form ul li:last-child, ul li:last-child {
  margin: 0;
}

.page-intro {
  max-width: 1000px;
  margin: 0 auto 10px auto;
}
.page-intro p {
  text-align: center;
}

.text-formatted {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.text-formatted.justify {
  text-align: justify;
}
.text-formatted h1, .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
  font-size: clamp(1.75rem, 4vw + 0rem, 2.25rem);
  margin: calc(var(--divide) / 2) 0;
}
.text-formatted ul {
  list-style: disc;
}
.text-formatted ol {
  list-style: decimal;
}
.text-formatted ul, .text-formatted ol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 75%;
  padding-left: 1em;
  margin: 0 auto;
  padding-bottom: calc(var(--divide) / 2);
}
.text-formatted ul li, .text-formatted ol li {
  list-style-position: inside;
  color: #777;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.75px;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
.text-formatted ul li::marker, .text-formatted ol li::marker {
  color: #1DA1F2;
}
.text-formatted ul li:last-child, .text-formatted ol li:last-child {
  margin-bottom: 0;
}
.text-formatted a:not(.image-container):not(.button):link, .text-formatted a:not(.image-container):not(.button):visited {
  color: #777;
  font-weight: 400;
}

.fluid-block {
  display: block;
  margin: 0 0 var(--divide) 0;
}
.fluid-block p {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.fluid-block p a {
  font-weight: 500;
}
.fluid-block .text-formatted {
  max-width: none;
}
.fluid-block .text-formatted h1, .fluid-block .text-formatted h2, .fluid-block .text-formatted h3, .fluid-block .text-formatted h4, .fluid-block .text-formatted h5, .fluid-block .text-formatted h6 {
  margin: calc(var(--divide) / 2) 0;
}
.fluid-block ul:last-child, .fluid-block ol:last-child {
  margin-bottom: 0;
}
.fluid-block ul li:last-child, .fluid-block ol li:last-child {
  margin-bottom: 0;
}
.fluid-block figure figcaption {
  padding: 15px 0 0 0;
  box-sizing: border-box;
  color: #999;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
}
.fluid-block.image-block {
  display: flex;
  justify-content: center;
}
.fluid-block.image-block img {
  display: block;
  width: 1500px;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
.fluid-block.image-block.size-small img {
  width: 800px;
  max-width: 100%;
  max-height: 95vh;
}
.fluid-block.text-block h2:last-child {
  margin-bottom: 0;
}
.fluid-block.text-block + .fluid-block.text-block {
  margin-top: calc(0px - var(--divide) / 2);
}
.fluid-block.text-image-block {
  max-width: 1200px;
  margin: 0 auto var(--divide) auto;
}
.fluid-block.text-image-block .image {
  margin-bottom: var(--divide);
}
.fluid-block.text-image-block .image figure img {
  display: block;
  width: 1500px;
  max-width: 100%;
  max-height: 95vh;
  width: auto;
}
.fluid-block.text-image-block.size-small .image figure img {
  width: 600px;
  max-width: 100%;
  max-height: 95vh;
}
.fluid-block.gallery-block {
  margin-bottom: calc(var(--divide) / 2 - 5%);
}

.outdated-browser, .js-required {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999999;
  bottom: 0;
  left: 0;
  background: #1DA1F2;
  color: #FFF;
}
.outdated-browser .container, .js-required .container {
  padding: 20px 0;
  text-align: center;
}
.outdated-browser .container p, .outdated-browser .container a, .js-required .container p, .js-required .container a {
  color: #FFF;
  font-size: 1rem;
  margin: 0;
}

.outdated-browser {
  display: block;
  background: #888;
}

.required-prompt {
  color: #990000;
  background: none;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 0.95rem;
  text-align: center;
  font-weight: 400;
}

.required-icon {
  font-size: 1.75rem;
  color: #1DA1F2;
}

.field-wrapper {
  position: relative;
}
.field-wrapper.required-icon label:after {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(120%, -3px);
  color: #990000;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 9;
}

input, select, textarea {
  font-family: "Jost", Arial, sans-serif;
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  text-align: center;
  background: #EEE;
  color: #777;
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
input:focus, select:focus, textarea:focus {
  color: #1DA1F2;
  font-weight: 400;
}

select:disabled {
  color: #CCC;
}

.select {
  position: relative;
  width: 100%;
}
.select select {
  padding: 15px 40px 15px 40px;
  text-align-last: center;
}
.select .required-icon {
  position: absolute;
  top: 4px;
  left: 10px;
}
.select select::-ms-expand {
  display: none;
}
.select .select-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  background: url("/-/graphics/select-arrow.svg") no-repeat;
  background-size: 200%;
  background-position: 0 0;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select:has(select:disabled) .select-arrow {
  background-position: 100% 0;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox] + label {
  padding: 0 0 0 35px;
  transition: all 0.25s ease-in-out;
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label, [type=radio]:checked + label, [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 21px;
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
  display: inline-block;
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  display: inline-flex;
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before, [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  background: #FFF;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after, [type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
  content: " ";
  position: absolute;
  transition: all 0.2s ease;
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
  top: 2px;
  left: 7px;
  width: 5px;
  height: 11px;
  border: solid #1DA1F2;
  border-width: 0 3px 3px 0;
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  background: #1DA1F2;
  top: 6px;
  left: 6px;
  border-radius: 100%;
}

[type=checkbox]:not(:checked) + label:after, [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type=checkbox]:checked + label:after {
  transform: rotate(40deg);
}

input[type=submit], a.button {
  background: #1DA1F2;
  color: #FFF;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  width: auto;
  min-width: 100px;
  border-radius: 3px;
  font-weight: 400;
  border: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
input[type=submit].disabled, a.button.disabled {
  background: #CCC;
  cursor: default;
  pointer-events: none;
}

a.button {
  display: inline-block;
}
a.button:link, a.button:visited {
  color: #FFF;
}

label, .label {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
  color: #666;
  letter-spacing: 1px;
  font-size: clamp(1.1rem, 0.4vw + 0.9rem, 1.35rem);
  font-weight: 400;
}

.hide-element {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.no-touchevents .outdated-browser a:hover {
  text-decoration: underline;
  color: #FFF;
}
.no-touchevents .text-formatted a:not(.image-container):not(.button):hover {
  color: #1DA1F2;
}
.no-touchevents [type=checkbox]:not(:checked) + label:hover {
  color: #1DA1F2;
}
.no-touchevents input[type=submit]:hover {
  background: #add36e;
}
.no-touchevents input[type=submit]:hover.disabled {
  background: #CCC;
}
.no-touchevents a.button:hover {
  background: #add36e;
  color: #FFF;
}

.no-js .js-required {
  display: block;
}

.social-icons a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
.social-icons a:before, .social-icons a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  transition: opacity 0.25s ease-in-out;
}
.social-icons a:before {
  opacity: 1;
}
.social-icons a:after {
  opacity: 0;
}
.social-icons a.facebook:before {
  background: url("/-/graphics/facebook.svg") no-repeat;
  background-position: 0 0;
  background-size: 200%;
}
.social-icons a.facebook:after {
  background: url("/-/graphics/facebook.svg") no-repeat;
  background-position: top 0 left 100%;
  background-size: 200%;
}
.social-icons a.instagram:before {
  background: url("/-/graphics/instagram.svg") no-repeat;
  background-position: 0 0;
  background-size: 200%;
}
.social-icons a.instagram:after {
  background: url("/-/graphics/instagram.svg") no-repeat;
  background-position: top 0 left 100%;
  background-size: 200%;
}
.social-icons a.youtube {
  width: 32px !important;
}
.social-icons a.youtube:before {
  width: 32px !important;
  background: url("/-/graphics/youtube.svg") no-repeat;
  background-position: 0 2px;
  background-size: 200%;
}
.social-icons a.youtube:after {
  width: 32px !important;
  background: url("/-/graphics/youtube.svg") no-repeat;
  background-position: top 2px left 100%;
  background-size: 200%;
}

header.main {
  grid-area: header;
  width: 100%;
  z-index: 1001;
  min-width: 360px;
}
header.main .container {
  display: flex;
  padding: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header.main .container a.logo {
  width: auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 0 0 10px 10px;
}
header.main .container a.logo img {
  display: block;
  width: auto;
  height: 80px;
}
header.main .container .masthead-btns {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 120px;
}
header.main .container .masthead-btns .masthead-inner {
  order: 2;
  display: flex;
  flex-direction: row;
  background: rgba(75, 75, 75, 0.75);
  border-radius: 5px;
  height: 52px;
}
header.main .container .masthead-btns .masthead-inner .masthead-icons {
  display: none;
  order: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 25px 0 15px;
}
header.main .container .masthead-btns .masthead-inner .masthead-icons a {
  width: 25px;
  height: 25px;
}
header.main .container .masthead-btns .masthead-inner .masthead-icons a:before, header.main .container .masthead-btns .masthead-inner .masthead-icons a:after {
  width: 25px;
  height: 25px;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle {
  display: none;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle:checked ~ nav {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: left 0.5s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label {
  order: 2;
  display: inline-block;
  width: 40px;
  height: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: rgba(85, 85, 85, 0.25);
  padding: 15px;
  border-radius: 10px;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label:before, header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label:after {
  display: none;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span {
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  background: #FFF;
  border-radius: 7px;
  opacity: 1;
  left: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span:nth-child(1) {
  top: 15px;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span:nth-child(2) {
  top: 25px;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span:nth-child(3) {
  top: 35px;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label {
  transition: opacity 0.5s ease-in-out;
}
header.main .container .masthead-btns .masthead-inner #nav-toggle ~ nav {
  transition: left 0.5s ease-in-out, opacity 0s ease-in-out 0.5s, visibility 0s ease-in-out 0.5s;
}
header.main .container .masthead-btns .masthead-inner nav {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  overflow-y: scroll;
  background: rgba(75, 75, 75, 0.95);
}
header.main .container .masthead-btns .masthead-inner nav ul {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  margin: auto;
  gap: 2vh;
}
header.main .container .masthead-btns .masthead-inner nav ul li {
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
}
header.main .container .masthead-btns .masthead-inner nav ul li a {
  position: relative;
  color: #FFF;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  font-size: clamp(2rem, 0.5vw + 1.8rem, 2.25rem);
  font-weight: 300;
}
header.main .container .masthead-btns .masthead-inner nav ul li a:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
header.main .container .masthead-btns .masthead-inner nav ul li .dropdown {
  padding: 0;
}
header.main .container .masthead-btns .masthead-inner nav ul li .dropdown ul {
  padding: 1vh 0 0 0;
  gap: 5px;
}
header.main .container .masthead-btns .masthead-inner nav ul li .dropdown ul li a {
  font-size: 1.25rem;
}
header.main .container .masthead-btns .masthead-inner nav ul li.nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
header.main .container .masthead-btns .masthead-inner nav ul li.nav-close > div {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0 auto;
  text-indent: -9999px;
  background: url("/-/graphics/close.svg") no-repeat;
  background-size: 200%;
  background-position: 0 0;
  cursor: pointer;
  transition: none;
}
header.main .container .masthead-btns .masthead-inner nav ul li.nav-close > div:after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/-/graphics/close.svg") no-repeat;
  background-size: 200%;
  background-position: top 0 left 100%;
}
header.main .container .masthead-btns .masthead-basket {
  order: 1;
  position: relative;
  height: 52px;
  width: 52px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1DA1F2 url("/-/graphics/basket.svg") no-repeat center center;
  background-size: 60%;
  margin-right: 25px;
}
header.main .container .masthead-btns .masthead-basket span {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 25px;
  height: 25px;
  background: rgba(75, 75, 75, 0.75);
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.85rem;
}

.no-js header.main .container .masthead-btns {
  position: relative;
  -webkit-position: relative;
  top: 0;
  left: 0;
}

.no-touchevents .social-icons a:hover:before, .no-touchevents .social-icons a:hover:after {
  transition: opacity 0.25s ease-in-out;
}
.no-touchevents .social-icons a:hover:before {
  opacity: 0;
}
.no-touchevents .social-icons a:hover:after {
  opacity: 1;
}

.no-touchevents header.main .container .masthead-btns .masthead-inner .basket-icon:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.no-touchevents header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label:hover span {
  background: #1DA1F2;
}
.no-touchevents header.main .container .masthead-btns .masthead-inner nav ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.no-touchevents header.main .container .masthead-btns .masthead-inner nav ul li.nav-close > div:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}

.banner-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60vh;
  width: 100%;
  z-index: 1;
  text-align: center;
  background: #FFF;
}
.banner-image img {
  width: 100%;
  height: 100%;
  max-width: 3000px;
  object-fit: cover;
}
.banner-image .scroll-down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url("/-/graphics/scroll-down.svg") no-repeat center center;
  background-size: 100%;
  z-index: 9;
}

.swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.swiper .swiper-lazy-preloader {
  display: none;
}
.swiper .swiper-slide a {
  display: block;
  height: 100%;
}
.swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.index) .body {
  position: absolute;
  top: 60vh;
  z-index: 1000;
}
body.index .banner-image {
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
}
body.index .body {
  position: absolute;
  top: calc(var(--vh, 1vh) * 100);
  top: 100svh;
  z-index: 1000;
}
body .body {
  background: #FFF;
  width: 100%;
}

.no-touchevents .swiper .swiper-slide a .text-outer .text-inner .button:hover {
  background: #1DA1F2;
  border: 2px solid #1DA1F2;
}

#newsletter-popup {
  display: none;
  width: 90%;
  max-width: 800px;
  text-align: center;
  border-radius: 3px;
}
#newsletter-popup h2 {
  font-size: clamp(1.5rem, 2.7vw + 0.3rem, 2rem);
}
#newsletter-popup p {
  padding-bottom: calc(var(--divide) / 3);
}
#newsletter-popup form input[type=text] {
  max-width: 600px;
  margin: 0 auto;
}
#newsletter-popup .consent-text {
  padding: 20px 0 0 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.flatpickr-calendar {
  margin-top: 10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.flatpickr-month {
  height: 40px !important;
}

.flatpickr-day:not(.flatpickr-disabled) {
  color: #1DA1F2 !important;
}

.flatpickr-day.selected {
  background: #add36e !important;
  border-color: #add36e !important;
  color: #FFF !important;
}

.flatpickr-current-month {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
}

.flatpickr-current-month input.cur-year {
  padding: 0 2ch 0 0 !important;
}

.numInputWrapper {
  display: flex !important;
  align-items: center;
  padding: 0 0.5ch 0 1.5ch;
}

.numInputWrapper:hover {
  background: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: none !important;
}

.flatpickr-monthDropdown-months {
  padding: 0 !important;
}

.flatpickr-day.nextMonthDay {
  visibility: hidden;
}

main {
  grid-area: main;
  max-width: 2000px;
  margin: 0 auto;
}
main .masonry-container {
  position: relative;
}
main .masonry-container .loading {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("/-/graphics/loading.svg") no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
main .masonry-container .loading.appending {
  margin-bottom: 65px;
}
main .masonry-container .appending {
  position: relative;
  padding-top: 55px;
  margin-bottom: 70px;
  color: #444;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.75px;
}
main .masonry-container .appending:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: url("/-/graphics/loading.svg") no-repeat;
  background-size: 100%;
}
main .masonry-container .masonry-grid {
  opacity: 0;
}
main .masonry-container .masonry-grid.loaded {
  opacity: 1;
}
main .masonry-container .masonry-grid article a {
  display: block;
}
main .masonry-container .masonry-grid .masonry-item.navigation {
  text-align: center;
}
main .masonry-container .masonry-grid .masonry-item.navigation a.button {
  margin: calc(var(--divide) / 2) 0;
}
main .image-container {
  display: block;
  position: relative;
  background: #EEE;
  z-index: 0;
  border-radius: 3px;
  overflow: hidden;
}
main .image-container .image-dummy {
  padding-bottom: 100%;
}
main .image-container .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .image-container .image img, main .image-container .image picture img {
  width: 100%;
  height: 100%;
  background: #EEE;
}
main .image-container.two-thirds .image-dummy {
  padding-bottom: 66.6%;
}
main .image-container.cover .image picture {
  width: 100%;
  height: 100%;
}
main .image-container.cover .image img, main .image-container.cover .image picture img {
  object-fit: cover;
  border-radius: 3px;
}
main .image-container.scale .image img, main .image-container.scale .image picture img {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
main .image-container.magnify-icon .image:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: url("/-/graphics/magnify.svg") no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: opacity 0.25s ease-in-out;
}
main .image-container .text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(75, 75, 75, 0.5);
  padding: 15px 30px 0 30px;
  width: 100%;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
}
main .image-container .text.show {
  opacity: 1;
  visibility: visible;
}
main .image-container .text:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background: rgba(75, 75, 75, 0.1019607843);
  background: linear-gradient(180deg, rgba(75, 75, 75, 0) 0%, rgba(75, 75, 75, 0.5) 100%);
  width: 100%;
  height: 50px;
}
main .image-container .text h2 {
  font-size: clamp(1.4rem, 0.4vw + 1.2rem, 1.6rem);
  margin-bottom: 30px;
  color: #FFF;
  text-transform: capitalize;
}
main .image-container .text p {
  font-size: clamp(1.1rem, 0.2vw + 1rem, 1.2rem);
  color: #FFF;
  text-align: center;
  padding: 0 0 15px 0;
  margin-top: -25px;
}
main .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
main .pagination a.button {
  padding: 0 20px;
  background: #EEE;
  color: #777;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 0.75px;
  min-width: 0;
  height: 45px;
  line-height: 45px;
  transition: color 0.25s ease-in-out;
}
main .pagination a.button.active {
  background: #1DA1F2;
  color: #FFF;
  cursor: default;
}
main .pagination a.button:hover:not(.active) {
  color: #1DA1F2;
  background: #EEE;
  transition: color 0.25s ease-in-out;
}
main .pagination div.prev:not(.show) a.button, main .pagination div.next:not(.show) a.button {
  pointer-events: none;
  color: #DDD;
}
main .pagination div.pages a {
  width: 45px;
  padding: 0;
}
main #biography, main #prints, main #portfolio-index, main #blog-view {
  padding-bottom: 0;
}
main #testimonials .testimonial-item {
  text-align: center;
  background: #555;
  border-radius: 3px;
  padding: 30px;
}
main #testimonials .testimonial-item blockquote p {
  font-size: 1.15rem;
  color: #FFF;
  padding-bottom: 20px;
}
main #testimonials .testimonial-item blockquote .full-text {
  display: none;
}
main #testimonials .testimonial-item blockquote a.read-more {
  cursor: pointer;
  color: #FFF;
  font-weight: 400;
}
main #testimonials .testimonial-item blockquote footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main #testimonials .testimonial-item blockquote footer .stars {
  display: flex;
  justify-content: space-between;
  width: 145px;
  height: 35px;
  margin: 0 auto;
}
main #testimonials .testimonial-item blockquote footer .stars img {
  width: 25px;
  height: auto;
}
main #testimonials .testimonial-item blockquote footer p {
  font-size: clamp(1.05rem, 0.8vw + 0.7rem, 1.2rem);
  font-weight: 400;
}
main #testimonials .testimonial-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
main #testimonials .testimonial-form-wrapper h2 {
  font-size: clamp(1.75rem, -1.3vw + 2.3rem, 1.5rem);
  margin-bottom: 15px;
}
main #testimonials .testimonial-form-wrapper .testimonial-form input[type=submit] {
  margin: 25px auto 0 auto;
}
main #portfolio-show {
  padding-bottom: calc(var(--divide) / 2);
}
main #portfolio-show .image-container {
  border-radius: 3px;
}
main #portfolio-show .image-container .image img {
  border-radius: 3px;
}
main #portfolio-view {
  max-width: none;
}
main #portfolio-view h1.title {
  margin: 0;
}
main #portfolio-view .iv-wrapper {
  display: grid;
  gap: 0;
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
  box-sizing: border-box;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}
main #portfolio-view .iv-wrapper .iv-nav {
  padding-left: calc((30px + 1.5625vw) / 2);
  padding-right: calc((30px + 1.5625vw) / 2);
}
main #portfolio-view .iv-wrapper .iv-details, main #portfolio-view .iv-wrapper .iv-image-container {
  margin-left: calc((30px + 1.5625vw) / 2);
  margin-right: calc((30px + 1.5625vw) / 2);
}
main #portfolio-view .iv-wrapper .iv-nav {
  width: 100%;
  box-sizing: border-box;
  padding-top: calc((30px + 1.5625vw) / 2);
  padding-bottom: calc((30px + 1.5625vw) / 2);
  height: calc(30px + 1.5625vw + 36px);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn, main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn, main #portfolio-view .iv-wrapper .iv-nav .iv-close {
  display: block;
  padding: 0;
  text-indent: -9999px;
  transition: none;
  cursor: pointer;
  position: relative;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn:after, main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn:after, main #portfolio-view .iv-wrapper .iv-nav .iv-close:after {
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn, main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn.disable, main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn.disable {
  opacity: 0.1;
  pointer-events: none;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn {
  background: url("/-/graphics/prev.svg") no-repeat center center;
  background-size: 200%;
  background-position: 0 0;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn:after {
  background: url("/-/graphics/prev.svg") no-repeat;
  background-size: 200%;
  background-position: 100% 0;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn {
  background: url("/-/graphics/next.svg") no-repeat center center;
  background-size: 200%;
  background-position: 0 0;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn:after {
  background: url("/-/graphics/next.svg") no-repeat;
  background-size: 200%;
  background-position: 100% 0;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-close {
  margin-left: auto;
  width: 22px;
  height: 22px;
  background: url("/-/graphics/close.svg") no-repeat;
  background-size: 200%;
  background-position: 0 100%;
}
main #portfolio-view .iv-wrapper .iv-nav .iv-close:after {
  background: url("/-/graphics/close.svg") no-repeat;
  background-size: 200%;
  background-position: 100% 0;
}
main #portfolio-view .iv-wrapper .iv-image-container {
  position: relative;
  order: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
main #portfolio-view .iv-wrapper .iv-image-container .loader {
  width: 50px;
  height: 50px;
  background: url("/-/graphics/loading.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
main #portfolio-view .iv-wrapper .iv-image-container .iv-image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
main #portfolio-view .iv-wrapper .iv-image-container .iv-image img {
  margin: auto;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
main #portfolio-view .iv-wrapper .iv-image-container .iv-image.trans {
  transition: opacity 0.25s ease-in-out;
}
main #portfolio-view .iv-wrapper .iv-image-container .iv-image noscript {
  display: flex;
  align-items: center;
  width: 100%;
}
main #portfolio-view .iv-wrapper .iv-image-container .iv-image noscript img {
  max-height: 90vh;
}
main #portfolio-view .iv-wrapper .iv-details {
  order: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: calc((30px + 1.5625vw) / 2);
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner {
  opacity: 0;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner.trans {
  transition: opacity 0.25s ease-in-out;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner h1, main #portfolio-view .iv-wrapper .iv-details .iv-details-inner p, main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .text-formatted p {
  text-align: center;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner h1 {
  margin: 0 0 calc((30px + 1.5625vw) / 3) 0;
  line-height: 1.3;
  font-size: clamp(1.5rem, 0.6vw + 1.3rem, 1.75rem);
  text-transform: capitalize;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .spec {
  display: none;
  padding: 0;
  text-align: center;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .spec p {
  margin: 0;
  padding: 0;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .spec p.sold-out {
  font-weight: 400;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .image-description {
  margin: 0 0 calc((30px + 1.5625vw) / 3) 0;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .image-description p:last-child {
  padding: 0;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .image-description p a {
  cursor: pointer;
  color: #999;
  font-weight: 400;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .hide {
  display: none;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: calc((30px + 1.5625vw) / 2) 0 0 0;
  gap: 10px;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .btns a.button {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
main #portfolio-view .iv-wrapper .iv-details .iv-details-inner p {
  max-width: 100%;
  font-size: 1.3rem;
  padding: 0 0 calc((30px + 1.5625vw) / 3) 0;
}
main #portfolio-view .iv-wrapper .iv-thumb-tray {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow: hidden;
  padding: calc((30px + 1.5625vw) / 2) 0;
  order: 2;
  align-self: end;
}
main #portfolio-view .iv-wrapper .iv-thumb-tray .iv-thumb-list {
  position: absolute;
  top: calc((30px + 1.5625vw) / 2);
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: left 0.5s ease-in-out;
}
main #portfolio-view .iv-wrapper .iv-thumb-tray .iv-thumb-list > div {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 2px;
}
main #portfolio-view .iv-wrapper .iv-thumb-tray .iv-thumb-list > div.current a img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
main #portfolio-view .iv-wrapper .iv-thumb-tray .iv-thumb-list > div a {
  display: block;
  background: none;
  width: 60px;
  height: 60px;
}
main #portfolio-view .iv-wrapper .iv-thumb-tray .iv-thumb-list > div a img {
  opacity: 0.4;
  transition: all 0.25s ease-in-out;
}
main #portfolio-view .iv-wrapper .iv-prev-btn, main #portfolio-view .iv-wrapper .iv-next-btn {
  display: inline-block;
}
main #workshops-index {
  padding-bottom: 0;
}
main #workshops-show article .image-container, main #index .quick-links article .image-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
main #workshops-show, main #workshop-view {
  position: relative;
}
main #workshops-show .jump-to, main #workshop-view .jump-to {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: clamp(1.1rem, 0.4vw + 0.9rem, 1.35rem);
  background: #1DA1F2;
  color: #FFF;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  border-radius: 5px 5px 0 0;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  transition: all 0.25s ease-in-out;
}
main #workshops-show .jump-to.fade-out, main #workshop-view .jump-to.fade-out {
  opacity: 0;
  visibility: hidden;
}
main #workshops-show .jump-to.fade-in, main #workshop-view .jump-to.fade-in {
  opacity: 1;
  visibility: visible;
}
main #workshops-calendar .calendar-wrapper {
  overflow-x: scroll;
  max-width: 100%;
}
main #workshops-calendar table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 10px;
  min-width: 600px;
}
main #workshops-calendar table thead tr td p {
  color: #555;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: clamp(1rem, 1.1vw + 0.5rem, 1.2rem);
}
main #workshops-calendar table tr td {
  border: 1px solid #EEE;
  padding: calc(var(--divide) / 4);
  width: 16%;
  vertical-align: middle;
}
main #workshops-calendar table tr td p {
  font-size: clamp(1rem, 1.1vw + 0.5rem, 1.2rem);
}
main #workshops-calendar table tr td.thumbnail {
  padding: 2px 0;
  border: none;
  display: none;
}
main #workshops-calendar table tr td.title {
  width: 33%;
}
main #workshops-calendar table tr td.title p {
  font-weight: 400;
  text-transform: capitalize;
}
main #workshops-calendar table tr td.date {
  width: 33%;
}
main #workshops-calendar table tr td.availability p span.fully-booked {
  color: #990000;
}
main #workshops-calendar table tr td.availability p span.last-places {
  color: #CC5500;
}
main #workshops-calendar table tr td.price {
  width: 33%;
}
main #workshop-view h1.main {
  margin-bottom: calc(var(--divide) / 4);
}
main #workshop-view .summary {
  margin-bottom: calc(var(--divide) / 1.2);
}
main #workshop-view .summary .prices {
  margin-bottom: calc(var(--divide) / 4);
}
main #workshop-view .summary p {
  text-align: center;
  font-weight: 400;
  color: #AAA;
  padding: 0;
}
main #workshop-view .summary p.fully-booked span.date {
  text-decoration: line-through;
}
main #workshop-view .summary p span.date {
  display: inline-block;
}
main #workshop-view .summary p span.fully-booked {
  color: #990000;
}
main #workshop-view .summary p span.last-places {
  color: #CC5500;
}
main #workshop-view .details-wrapper {
  max-width: 1500px;
  margin: 0 auto calc(var(--divide) / 2) auto;
}
main #workshop-view .details-wrapper .detail-item {
  background: #EEE;
  border-radius: 3px;
  padding: 25px 25px 30px 25px;
  box-sizing: border-box;
  height: 100%;
}
main #workshop-view .details-wrapper h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
main #workshop-view .details-wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-bottom: 0;
}
main #workshop-view .details-wrapper ul li {
  font-size: 1.3rem;
  color: #777;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.75px;
}
main #workshop-view .book-now-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: var(--divide);
  border-top: 1px solid #EEE;
}
main #workshop-view .book-now-wrapper .prices {
  padding: 0;
  color: #AAA;
  font-weight: 400;
  padding-bottom: calc((30px + 1.5625vw) / 3);
}
main #workshop-view .book-now-wrapper form {
  max-width: 500px;
  margin: 0 auto;
}
main #workshop-view .book-now-wrapper form .choose-date-later {
  display: block;
  color: #777;
  padding: 10px 0;
  line-height: 1.8;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.75px;
  font-size: clamp(1.1rem, 0.4vw + 0.9rem, 1.35rem);
}
main #workshop-view .book-now-wrapper form .radio-container {
  margin: 5px 0 calc(var(--divide) / 3) 0;
}
main #workshop-view .book-now-wrapper form .radio-container label {
  margin: 0;
}
main #workshop-view .book-now-wrapper form .radio-container label .availability {
  padding-left: 10px;
}
main #workshop-view .book-now-wrapper form .radio-container label .availability span.fully-booked {
  color: #990000;
}
main #workshop-view .book-now-wrapper form .radio-container label .availability span.last-places {
  color: #CC5500;
}
main #workshop-view .book-now-wrapper form .radio-container.fully-booked label {
  pointer-events: none;
}
main #workshop-view .book-now-wrapper form .radio-container.fully-booked label .date {
  text-decoration: line-through;
  color: #CCC;
}
main #workshop-view .book-now-wrapper form .radio-container.fully-booked label:before {
  border: 1px solid #EEE;
}
main #workshop-view .book-now-wrapper form .test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: calc(var(--divide) / 2);
}
main #workshop-view .book-now-wrapper form .test input {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
main #workshop-view .book-now-wrapper form .test input[type=number] {
  width: 85px;
}
main #workshop-view .book-now-wrapper form .test input[type=submit] {
  margin: 0;
}
main #blog-index article {
  text-align: center;
}
main #blog-index article a .image-container .text h2 {
  font-size: clamp(1.4rem, 0.8vw + 1rem, 1.8rem);
}
main #blog-index article a .excerpt {
  padding-top: 15px;
}
main #blog-index article a .excerpt p {
  line-height: 1.6;
  margin: 0;
  padding-bottom: 0;
}
main #blog-index article a .excerpt p .read-more {
  color: #999;
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
main #blog-view h1.main {
  margin-bottom: calc((30px + 1.5625vw) / 4);
}
main #blog-view p.posted-on {
  font-weight: 400;
  color: #BBB;
  text-align: center;
  padding: 0;
  margin: 0 0 calc(30px + 1.5625vw - 5px) 0;
}
main #contact form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
main #contact form .field-wrapper {
  margin-bottom: calc(var(--divide) / 2);
}
main #contact form .field-wrapper:last-child {
  margin-bottom: 0;
}
main #contact form input[type=submit] {
  margin-bottom: calc(var(--divide) / 2.5);
}
main .basket {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
main .basket .basket-header, main .basket .basket-row {
  gap: 15px;
}
main .basket .basket-header .basket-col, main .basket .basket-row .basket-col {
  font-size: clamp(1.1rem, 0.4vw + 0.9rem, 1.35rem);
  color: #777;
  padding: 0;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .basket .basket-header .basket-col .basket-label, main .basket .basket-row .basket-col .basket-label {
  font-size: 1rem;
  color: #CCC;
  font-weight: normal;
  margin-bottom: 7px;
}
main .basket .basket-header .basket-col a:link, main .basket .basket-header .basket-col a:visited, main .basket .basket-row .basket-col a:link, main .basket .basket-row .basket-col a:visited {
  color: #777;
}
main .basket .basket-header .basket-col.image img, main .basket .basket-row .basket-col.image img {
  max-width: 150px;
}
main .basket .basket-header .basket-col.title, main .basket .basket-row .basket-col.title {
  text-transform: capitalize;
}
main .basket .basket-header {
  display: none;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #EEE;
}
main .basket .basket-header .basket-col {
  color: #CCC;
  font-weight: 400;
}
main .basket .basket-row {
  display: flex;
  flex-direction: column;
  border: 2px solid #EEE;
  border-radius: 3px;
  padding: 25px;
  box-sizing: border-box;
}
main .basket .basket-row .basket-col.qty input {
  width: 75px;
  box-sizing: border-box;
}
main .basket .basket-row .basket-col.delete a {
  display: block;
  width: 23px;
  height: 23px;
  background: url("/-/graphics/bin.svg") no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
}
main .basket-breakdowns {
  margin-top: calc(var(--divide) / 2);
}
main .basket-breakdowns p {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
main .basket-breakdowns p span {
  width: 100%;
}
main .basket-breakdowns p span:first-child {
  text-align: right;
}
main .basket-breakdowns p span:last-child {
  text-align: left;
}
main .basket-breakdowns .basket-total p {
  font-size: 1.5rem;
  color: #1DA1F2;
  text-align: center;
}
main .basket-btns {
  margin-top: calc(var(--divide) / 2);
  text-align: center;
}
main #checkout-details h1 {
  margin-bottom: 5px;
}
main #checkout-details h2 {
  color: #CCC;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 calc(20px + 1.5625vw) 0;
}
main #checkout-details .field-wrapper {
  margin: 0 auto calc((30px + 1.5625vw) / 2) auto;
  text-align: center;
}
main #checkout-details .shipping-same-as-billing {
  padding: 0 0 calc(30px + 1.5625vw);
}
main #checkout-details .shipping-same-as-billing .checkbox-container {
  text-align: center;
}
main #checkout-details .shipping-same-as-billing .checkbox-container label {
  margin: 0;
}
main #checkout-details .shipping-details {
  margin-bottom: calc((30px + 1.5625vw) / 2);
}
main #checkout-details .terms-and-conditions-wrapper {
  text-align: center;
  margin: 0 auto var(--divide) auto;
}
main #checkout-details .terms-and-conditions-wrapper .terms-scrollable {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #EEE;
  border-radius: 3px;
  margin: 0 auto calc(var(--divide) / 2) auto;
  width: 100%;
  max-width: 1200px;
  height: 200px;
  overflow-y: auto;
}
main #checkout-details .terms-and-conditions-wrapper .terms-scrollable h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #AAA;
}
main #checkout-details .terms-and-conditions-wrapper .terms-scrollable p {
  font-size: 1rem;
  padding: 0 0 10px 0;
}
main #checkout-details .terms-and-conditions-wrapper label {
  margin: 0;
}
main #checkout-review {
  text-align: center;
}
main #checkout-review .checkout-addresses {
  max-width: 1200px;
  margin: calc(20px + 1.5625vw) auto;
  border-top: 1px solid #EEE;
  padding-top: var(--divide);
}
main #checkout-review .checkout-addresses h2 {
  font-size: 1.75rem;
  margin: 0 0 10px 0;
}
main #checkout-review .checkout-addresses p strong {
  color: #1DA1F2;
}
main #checkout-review .checkout-addresses a {
  color: #1DA1F2;
  font-weight: 400;
}
main #checkout-review .checkout-addresses .address {
  background: #EEE;
  padding: 20px;
  margin: 0 auto;
  max-width: 600px;
  border-radius: 3px;
}
main #checkout-payment {
  text-align: center;
  /*
  #card-element {
  	transition: none;
  	max-width: 600px;	
  	box-sizing: border-box;	
  	margin: 0 auto;	
  }

  #card-errors {
  	text-align: center;
  	padding: 10px 0 0 0;
  	color: #990000;		
  	text-transform: uppercase;
  	font-weight: 300;
  	letter-spacing: 2px;
  	font-size: 0.9rem;
  }
  */
}
main #checkout-payment input[type=text] {
  max-width: 600px;
  margin: 0 auto;
}
main #checkout-payment .StripeElement {
  background: #EEE;
  border-radius: 3px;
  padding: 18px 30px;
}
main #checkout-payment .StripeElement--webkit-autofill {
  background-color: #EEE !important;
}
main #checkout-payment form {
  max-width: 1000px;
  margin: 0 auto;
}
main #checkout-payment .consent-text {
  padding-top: calc(20px + 1.5625vw);
}
main #checkout-payment .submitting {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999999;
}
main #checkout-payment .submitting .submitting-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main #checkout-payment .submitting .submitting-outer .submitting-inner {
  text-align: center;
}
main #checkout-payment .submitting .submitting-outer .submitting-inner .loading {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url("/-/graphics/loading.svg") no-repeat center center;
  background-size: 50px;
}
main #checkout-payment .submitting .submitting-outer .submitting-inner h2 {
  margin: 20px 0;
}
main #checkout-confirmation p a.button, main #checkout-error p a.button, main #error p a.button, main #contact-message-sent p a.button {
  margin-top: calc((30px + 1.5625vw) / 2);
}

#iv-image-full-description, #iv-image-prints {
  display: none;
  width: 90%;
  max-width: 800px;
  text-align: center;
  padding: var(--divide);
}

#iv-image-full-description p:nth-last-of-type(1) {
  padding-bottom: 0;
}

#iv-image-prints {
  max-width: 900px;
}
#iv-image-prints h2 {
  margin: -8px 0 calc(var(--divide) / 4) 0;
}
#iv-image-prints .text-formatted {
  margin-bottom: calc(var(--divide) / 1.5);
}
#iv-image-prints form {
  margin: 0 auto calc(var(--divide) / 1.25) auto;
  max-width: 600px;
}
#iv-image-prints form input:not([type=submit]):focus, #iv-image-prints form select:focus {
  color: #777;
  font-weight: 300;
}
#iv-image-prints form p.price {
  font-weight: 400;
  color: #AAA;
  font-size: 1.5rem;
  padding-bottom: 0;
}
#iv-image-prints form p.price.calculated {
  color: #1DA1F2;
}
#iv-image-prints .print-notes {
  margin: 0;
}
#iv-image-prints .print-notes p {
  padding-bottom: 0;
}

.no-js main .image-container .text {
  opacity: 1;
  visibility: visible;
}
.no-js main #portfolio-view .iv-wrapper .iv-image-container .loader {
  display: none;
}
.no-js main #portfolio-view .iv-wrapper .iv-thumb-tray {
  display: none;
}
.no-js main #workshops-show .jump-to, .no-js main #workshop-view .jump-to {
  opacity: 1;
  visibility: visible;
}

.no-touchevents main .image-container.magnify-icon:hover .image:before {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.no-touchevents main .image-container.scale:hover .image img, .no-touchevents main .image-container.scale:hover .image picture img {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}
.no-touchevents main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .iv-btns .iv-prev-btn:hover, .no-touchevents main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .iv-btns .iv-next-btn:hover {
  background-color: #888;
}
.no-touchevents main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn:hover:after, .no-touchevents main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn:hover:after, .no-touchevents main #portfolio-view .iv-wrapper .iv-nav .iv-close:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.no-touchevents main #portfolio-view .iv-thumb-tray .iv-thumb-list > div a:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transition: all 0.25s ease-in-out;
}
.no-touchevents main #workshops-show .jump-to:hover, .no-touchevents main #workshops-view .jump-to:hover {
  background: #add36e;
}
.no-touchevents main #workshops-calendar table tbody tr:hover {
  background: #F5F5F5;
}
.no-touchevents main #workshops-calendar table tbody tr:hover td {
  cursor: pointer;
  border-color: #EEE;
}
.no-touchevents main #blog-index article a:hover .image-container.scale .image img, .no-touchevents main #blog-index article a:hover .image-container.scale .image picture img {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}
.no-touchevents main #blog-index article a:hover .excerpt .read-more {
  color: #1DA1F2;
  transition: color 0.25s ease-in-out;
}

.testimonials-wrapper {
  border-top: 1px solid #EEE;
  padding-top: var(--divide);
  margin-bottom: var(--divide);
}
.testimonials-wrapper h2 {
  font-size: clamp(1.75rem, 4vw + 0rem, 2.25rem);
  text-align: center;
  margin: 0 0 calc(var(--divide) / 2) 0;
}
.testimonials-wrapper .swiper-testimonials {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.testimonials-wrapper .swiper-testimonials .swiper-lazy-preloader {
  display: none;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide {
  width: 75%;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper {
  text-align: center;
  background: #555;
  border-radius: 3px;
  padding: 30px;
  min-height: 100%;
  box-sizing: border-box;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote p {
  font-size: 1.15rem;
  color: #FFF;
  padding-bottom: 20px;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote .full-text {
  display: none;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote a.read-more {
  cursor: pointer;
  color: #FFF;
  font-weight: 400;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote footer .stars {
  display: flex;
  justify-content: space-between;
  width: 145px;
  height: 35px;
  margin: 0 auto;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote footer .stars img {
  width: 25px;
  height: auto;
}
.testimonials-wrapper .swiper-testimonials .swiper-slide .testimonial-wrapper blockquote footer p {
  font-size: clamp(1.05rem, 0.8vw + 0.7rem, 1.2rem);
  font-weight: 400;
  padding: 0;
}
.testimonials-wrapper .swiper-testimonials .swiper-testimonials-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}
.testimonials-wrapper .swiper-testimonials .swiper-testimonials-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #CCC;
  opacity: 1;
}
.testimonials-wrapper .swiper-testimonials .swiper-testimonials-pagination .swiper-pagination-bullet-active {
  background: #666;
  border-color: #666;
}

footer.main {
  grid-area: footer;
  border-top: 1px solid #EEE;
}
footer.main .container {
  text-align: center;
}
footer.main .container p, footer.main .container h1, footer.main .container h2, footer.main .container h3, footer.main .container h4, footer.main .container a, footer.main .container .response {
  color: #444;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 1px;
}
footer.main .container .newsletter-subscribe {
  margin-bottom: calc(30px + 1.5625vw);
}
footer.main .container .newsletter-subscribe h2 {
  font-size: 1.75rem;
  margin: 0 auto 10px auto;
}
footer.main .container .newsletter-subscribe p {
  font-weight: 300;
  padding: 0;
  margin: 0 0 20px 0;
}
footer.main .container .newsletter-subscribe p.consent-text {
  font-size: 0.9rem;
  padding-top: 20px;
  color: #999;
  letter-spacing: 0.5px;
}
footer.main .container .newsletter-subscribe p.consent-text a {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #999;
}
footer.main .container .newsletter-subscribe form {
  max-width: 500px;
  margin: 0 auto;
}
footer.main .container .newsletter-subscribe form div {
  display: flex;
  flex-direction: row;
}
footer.main .container .newsletter-subscribe form div input[type=text], footer.main .container .newsletter-subscribe form div input[type=submit] {
  font-size: 1.2rem;
}
footer.main .container .newsletter-subscribe form div input[type=text] {
  text-align: left;
  padding: 0 25px;
  height: 60px;
  border-radius: 3px 0 0 3px;
}
footer.main .container .newsletter-subscribe form div input[type=text]:focus {
  color: #1DA1F2;
}
footer.main .container .newsletter-subscribe form div input[type=text]::placeholder {
  opacity: 1;
  font-weight: 400;
}
footer.main .container .newsletter-subscribe form div input[type=submit] {
  border-radius: 0 3px 3px 0;
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
  background: none;
  border: 4px solid #EEE;
  color: #555;
  letter-spacing: 0.5px;
  padding: 0;
}
footer.main .container .newsletter-subscribe form .response {
  margin: 20px 0 -10px 0;
  color: #1DA1F2;
  background: none;
  text-align: center;
  font-weight: 400;
}
footer.main .container nav {
  margin-bottom: var(--divide);
}
footer.main .container nav ul li {
  display: block;
  margin: 0 0 10px 0;
}
footer.main .container .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--divide);
}
footer.main .container .social-icons a {
  width: 28px;
  height: 28px;
}
footer.main .container .social-icons a:before, footer.main .container .social-icons a:after {
  width: 28px;
  height: 28px;
}
footer.main .container .social-icons a:before {
  background-position: 100% 100%;
}
footer.main .container .social-icons a.youtube {
  width: 34px !important;
}
footer.main .container .social-icons a.youtube:before {
  background-position: 100% -31px;
}
footer.main .container .social-icons a.youtube:after {
  background-position: top 3px left 100%;
}
footer.main .container .social-icons a.youtube:before, footer.main .container .social-icons a.youtube:after {
  width: 34px !important;
}
footer.main .container .payment-methods {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: calc(var(--divide) / 2);
}
footer.main .container .payment-methods div {
  width: 55px;
  height: 50px;
  filter: grayscale(100%);
  transition: filter 0.25s ease-in-out;
}
footer.main .container .payment-methods div.visa {
  background: url("/-/graphics/visa.svg") no-repeat center center;
  background-size: 100%;
}
footer.main .container .payment-methods div.mastercard {
  background: url("/-/graphics/mastercard.svg") no-repeat center center;
  background-size: 100%;
}
footer.main .container .payment-methods div.apple-pay {
  background: url("/-/graphics/apple-pay.svg") no-repeat center center;
  background-size: 100%;
}
footer.main .container .payment-methods div.stripe {
  background: url("/-/graphics/stripe.svg") no-repeat center center;
  background-size: 100%;
}
footer.main .container .payment-methods div:hover {
  filter: grayscale(0);
  transition: filter 0.25s ease-in-out;
}
footer.main .container p.copyright-credit {
  color: #AAA;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
footer.main .container p.copyright-credit a {
  color: #AAA;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.no-touchevents footer.main .container .social-icons a:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}
.no-touchevents footer.main .container .newsletter-subscribe form input[type=submit]:hover {
  color: #1DA1F2;
}
.no-touchevents footer.main .container nav ul li a:hover {
  color: #1DA1F2;
}
.no-touchevents footer.main .container p.copyright-credit a:hover {
  color: #1DA1F2;
}

@media only screen and (max-width: 768px) {
  /*
  main {
  	#basket, #checkout-review {
  		table.basket-items {
  			border-bottom: 0;
  			margin-bottom: 0;

  			thead, tbody, td, tr { 
  				display: block; 
  			}

  			thead tr { 
  				position: absolute;
  				top: -9999px;
  				left: -9999px;

  				.title, .price, .qty, .totals {
  					padding-bottom: 4px;
  				}

  				.delete {
  					display: none;
  				}
  			}

  			tr {
  				margin-bottom: 25px;
  			}

  			tbody {

  				tr {
  					border-top: none;
  				}

  				td {
  					position: relative;

  					&:before {
  						position: absolute;
  						top: 1px;
  						left: 0;
  						width: 45%; 
  						text-align: left;
  						color: #777;
  						font-size: clamp(0.9rem, 0.8vw + 0.6rem, 1rem);
  						font-weight: 400;
  					}

  					&.title, &.price, &.qty, &.totals, &.delete {
  						width: 100%;
  						padding: 4px 0 4px 30%;
  						text-align: right;
  						box-sizing: border-box;
  					}	

  					&.delete {
  						border-bottom: 1px solid #EEE;
  						padding-bottom: 12px;
  					}					
  				}

  				td:nth-of-type(1):before { content: "Title"; }
  				td:nth-of-type(2):before { content: "Price"; }
  				td:nth-of-type(3):before { content: "Qty"; }
  				td:nth-of-type(4):before { content: "Totals"; }

  				table {						
  					tr {
  						margin: 0;

  						td {
  							text-align: right;
  							padding: 0;
  						}

  						td:nth-of-type(1):before, td:nth-of-type(2):before {
  							content: "";
  						}
  					}
  				}

  			}

  		}		
  	}
  }
  	*/
}
@media only screen and (min-width: 600px) {
  main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .btns a.button {
    flex: unset;
    min-width: 150px;
  }
  main #workshops-calendar table tr td.title {
    width: 35%;
  }
  main #workshops-calendar table tr td.date, main #workshops-calendar table tr td.availability {
    width: 25%;
  }
  main #workshops-calendar table tr td.price {
    width: 15%;
  }
}
@media only screen and (min-width: 800px) {
  body:not(.index):not(.booking-terms-and-conditions):not(.privacy-policy):not(.checkout):not(.checkout-details):not(.checkout-review):not(.checkout-payment):not(.checkout-confirmation):not(.checkout-error) .body {
    top: 80vh;
  }
  body.scrolled header.main .container .masthead-btns {
    right: 4%;
  }
  header.main .container a.logo {
    padding: 20px 30px;
  }
  header.main .container a.logo img {
    height: 100px;
  }
  header.main .container .masthead-btns {
    height: 140px;
  }
  header.main .container .masthead-btns .masthead-inner {
    height: 58px;
  }
  header.main .container .masthead-btns .masthead-inner .masthead-icons {
    display: flex;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label {
    padding: 15px 15px 15px 0;
    width: 45px;
    height: 28px;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span {
    left: 0;
    width: 45px;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span:nth-child(1) {
    top: 15px;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span:nth-child(2) {
    top: 28px;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label span:nth-child(3) {
    top: 41px;
  }
  header.main .container .masthead-btns .masthead-basket {
    height: 58px;
    width: 58px;
  }
  header.main .container .masthead-btns .masthead-basket span {
    width: 28px;
    height: 28px;
  }
  .banner-image {
    height: 80vh;
  }
  .container {
    width: 92%;
  }
  main #portfolio-view .iv-wrapper .iv-image-container .iv-image img {
    padding: 15px;
  }
  main #workshops-calendar table tr td.title {
    width: 30%;
  }
  main #workshops-calendar table tr td.date {
    width: 30%;
  }
  main #workshops-calendar table tr td.availability {
    width: 20%;
  }
  main #workshops-calendar table tr td.price {
    width: 20%;
  }
  main .basket .basket-header, main .basket .basket-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex: 1;
  }
  main .basket .basket-header .basket-col .basket-label, main .basket .basket-row .basket-col .basket-label {
    display: none;
  }
  main .basket .basket-header .basket-col.image, main .basket .basket-row .basket-col.image {
    flex: 0 0 150px;
  }
  main .basket .basket-header .basket-col.image img, main .basket .basket-row .basket-col.image img {
    max-width: 150px;
  }
  main .basket .basket-header .basket-col.title, main .basket .basket-row .basket-col.title {
    flex: 2;
    align-items: start;
    text-align: left;
  }
  main .basket .basket-header .basket-col.price, main .basket .basket-header .basket-col.qty, main .basket .basket-header .basket-col.totals, main .basket .basket-row .basket-col.price, main .basket .basket-row .basket-col.qty, main .basket .basket-row .basket-col.totals {
    align-items: flex-end;
    flex: 1;
  }
  main .basket .basket-header .basket-col.delete, main .basket .basket-row .basket-col.delete {
    flex: 0 0 100px;
    align-items: flex-end;
  }
  main .basket .basket-row {
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .fluid-block.gallery-block {
    margin-bottom: 0;
  }
  main #testimonials .testimonial-form-wrapper {
    position: sticky;
    top: calc(var(--divide) / 2);
    left: 0;
    transition: top 0.65s cubic-bezier(0.87, 0.17, 0.18, 0.85);
  }
  main #testimonials .testimonial-form-wrapper h2 {
    text-align: left;
  }
  main #testimonials .testimonial-form-wrapper form input, main #testimonials .testimonial-form-wrapper form textarea, main #testimonials .testimonial-form-wrapper form .consent-text, main #testimonials .testimonial-form-wrapper form .required-prompt {
    text-align: left;
  }
  main #testimonials .testimonial-form-wrapper form input[type=submit] {
    margin: 25px 0 0 0;
  }
  footer.main .container nav ul li {
    display: inline-block;
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-formatted ul, .text-formatted ol {
    max-width: 900px;
  }
  .testimonials-wrapper .swiper-testimonials .swiper-slide {
    width: 28%;
  }
  main #workshops-calendar table tr td.thumbnail {
    width: 10%;
    display: table-cell;
  }
  main #workshops-calendar table tr td.title {
    width: 35%;
  }
  main #workshops-calendar table tr td.date {
    width: 20%;
  }
  main #workshops-calendar table tr td.availability {
    width: 12.5%;
  }
  main #workshops-calendar table tr td.price {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1400px) {
  main #portfolio-view .iv-wrapper {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 2fr;
    column-gap: calc(30px + 1.5625vw);
  }
  main #portfolio-view .iv-wrapper .iv-nav {
    width: 100%;
    position: relative;
    grid-column: 1/-1;
    height: calc(30px + 1.5625vw + 22px);
  }
  main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn, main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn {
    position: fixed;
    top: 50%;
    z-index: 999;
  }
  main #portfolio-view .iv-wrapper .iv-nav .iv-prev-btn {
    transform: translate(-8px, -50%);
    left: calc((30px + 1.5625vw) / 2);
  }
  main #portfolio-view .iv-wrapper .iv-nav .iv-next-btn {
    transform: translate(8px, -50%);
    right: calc((30px + 1.5625vw) / 2);
  }
  main #portfolio-view .iv-wrapper .iv-details {
    grid-row: 2;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: calc(30px + 1.5625vw + 30px);
    margin-right: 0;
    padding-bottom: 0;
  }
  main #portfolio-view .iv-wrapper .iv-details .iv-details-inner h1, main #portfolio-view .iv-wrapper .iv-details .iv-details-inner p, main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .text-formatted p {
    text-align: left;
  }
  main #portfolio-view .iv-wrapper .iv-details .iv-details-inner h1 {
    font-size: clamp(2rem, 1.3vw + 0.8rem, 2.5rem);
  }
  main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .spec {
    display: block;
    text-align: left;
  }
  main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .btns {
    justify-content: flex-start;
  }
  main #portfolio-view .iv-wrapper .iv-details .iv-details-inner .btns a.button {
    min-width: 100px;
  }
  main #portfolio-view .iv-wrapper .iv-image-container {
    grid-row: 2;
    grid-column: 2;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-left: 0;
    margin-right: calc(30px + 1.5625vw + 30px);
  }
  main #portfolio-view .iv-wrapper .iv-thumb-tray {
    grid-row: 3;
    grid-column: 1/-1;
    align-self: end;
    height: 80px;
  }
  main #portfolio-view .iv-wrapper .iv-thumb-tray .iv-thumb-list > div a {
    width: 80px;
    height: 80px;
  }
  .testimonials-wrapper .swiper-testimonials .swiper-slide {
    width: 30%;
  }
}
@media only screen and (min-width: 1500px) {
  .fluid-block p:last-child {
    padding-bottom: 0;
  }
  .fluid-block.text-image-block {
    display: grid;
    grid-template-areas: "image text";
    grid-template-columns: 1fr 1fr;
    gap: var(--divide);
  }
  .fluid-block.text-image-block .image {
    position: relative;
    grid-area: image;
    margin: 0;
  }
  .fluid-block.text-image-block .image figure {
    position: sticky;
    top: var(--divide);
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .fluid-block.text-image-block .text {
    grid-area: text;
  }
  .fluid-block.text-image-block .text .text-formatted h1, .fluid-block.text-image-block .text .text-formatted h2, .fluid-block.text-image-block .text .text-formatted h3, .fluid-block.text-image-block .text .text-formatted h4, .fluid-block.text-image-block .text .text-formatted h5, .fluid-block.text-image-block .text .text-formatted h6 {
    text-align: left;
  }
  .fluid-block.text-image-block .text .text-formatted h1:first-child, .fluid-block.text-image-block .text .text-formatted h2:first-child, .fluid-block.text-image-block .text .text-formatted h3:first-child, .fluid-block.text-image-block .text .text-formatted h4:first-child, .fluid-block.text-image-block .text .text-formatted h5:first-child, .fluid-block.text-image-block .text .text-formatted h6:first-child {
    margin-top: 0;
  }
  .fluid-block.text-image-block .text .text-formatted p, .fluid-block.text-image-block .text .text-formatted ul, .fluid-block.text-image-block .text .text-formatted ol {
    text-align: left;
    max-width: 100%;
  }
  .fluid-block.text-image-block.align-right {
    grid-template-areas: "text image";
  }
  .fluid-block.text-image-block.align-right .text .text-formatted h1, .fluid-block.text-image-block.align-right .text .text-formatted h2, .fluid-block.text-image-block.align-right .text .text-formatted h3, .fluid-block.text-image-block.align-right .text .text-formatted h4, .fluid-block.text-image-block.align-right .text .text-formatted h5, .fluid-block.text-image-block.align-right .text .text-formatted h6 {
    text-align: right;
  }
  .fluid-block.text-image-block.align-right .text .text-formatted p, .fluid-block.text-image-block.align-right .text .text-formatted ul, .fluid-block.text-image-block.align-right .text .text-formatted ol {
    text-align: right;
  }
  header.main .container .masthead-btns .masthead-inner {
    order: 1;
    padding: 22px 40px;
    border-radius: 10px;
    height: 30px;
  }
  header.main .container .masthead-btns .masthead-inner .masthead-icons {
    padding: 0 0 0 35px;
    border-left: 2px solid #888;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label {
    display: none;
  }
  header.main .container .masthead-btns .masthead-inner #nav-toggle ~ nav, header.main .container .masthead-btns .masthead-inner #nav-toggle ~ label {
    transition: none;
  }
  header.main .container .masthead-btns .masthead-inner nav {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: block;
    overflow-y: visible;
    margin-right: 35px;
    background: none;
  }
  header.main .container .masthead-btns .masthead-inner nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 35px;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li {
    padding: 0;
    flex-shrink: 1;
    position: relative;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li a {
    color: #FFF;
    padding: 0;
    height: auto;
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: none;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li .dropdown {
    position: absolute;
    bottom: 0;
    left: -15px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    padding-top: 10px;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li .dropdown ul {
    min-width: 150px;
    background: #1DA1F2;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li .dropdown ul li a {
    font-size: 1.1rem;
    color: #FFF;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li .dropdown ul li a:after {
    bottom: 0;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  header.main .container .masthead-btns .masthead-inner nav ul li.nav-close {
    display: none;
  }
  header.main .container .masthead-btns .masthead-inner .basket-icon {
    margin: 0 0 4px 35px;
  }
  header.main .container .masthead-btns .masthead-basket {
    order: 2;
    height: 74px;
    width: 74px;
    background-size: 52%;
    border-radius: 10px;
    margin: 0 0 0 20px;
  }
  .no-touchevents header.main .container .masthead-btns .masthead-inner nav ul li .dropdown ul li a:hover {
    color: #FFF;
  }
}
@media only screen and (min-width: 1750px) {
  main #portfolio-view .iv-wrapper {
    grid-template-columns: 1fr 3fr;
  }
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(0px - (30px + 1.5625vw));
  overflow: hidden;
}

[class*=col-] {
  width: 100%;
  padding-left: calc(30px + 1.5625vw);
  box-sizing: border-box;
}

.half-gutter {
  margin-left: calc((0px - (30px + 1.5625vw)) / 2);
}
.half-gutter [class*=col-] {
  padding-left: calc((30px + 1.5625vw) / 2);
}

.quarter-gutter {
  margin-left: calc((0px - (30px + 1.5625vw)) / 4);
}
.quarter-gutter [class*=col-] {
  padding-left: calc((30px + 1.5625vw) / 4);
}

.no-gutter {
  margin-left: 0;
}
.no-gutter [class*=col-] {
  padding-left: 0;
}

.divide {
  margin-bottom: calc(30px + 1.5625vw);
}

.half-divide {
  margin-bottom: calc((30px + 1.5625vw) / 2);
}

.quarter-divide {
  margin-bottom: calc((30px + 1.5625vw) / 4);
}

.hide {
  display: none;
}

.overflow {
  overflow: visible;
}

.center {
  justify-content: center;
}

/* Grid Base */
.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .bp1-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end {
    display: inline-block;
  }
  .bp1-gutter {
    margin-left: calc(0px - (30px + 1.5625vw));
  }
  .bp1-gutter [class*=col-] {
    padding-left: calc(30px + 1.5625vw);
  }
  .bp1-half-gutter {
    margin-left: calc((30px + 1.5625vw) / 2);
  }
  .bp1-half-gutter [class*=col-] {
    padding-left: calc((30px + 1.5625vw) / 2);
  }
  .bp1-divide {
    margin-bottom: calc(30px + 1.5625vw);
  }
  .bp1-half-divide {
    margin-bottom: calc((30px + 1.5625vw) / 2);
  }
  .bp1-no-divide {
    margin-bottom: 0;
  }
  .bp1-col-1 {
    width: 8.333%;
  }
  .bp1-col-2 {
    width: 16.666%;
  }
  .bp1-col-3 {
    width: 25%;
  }
  .bp1-col-4 {
    width: 33.333%;
  }
  .bp1-col-5 {
    width: 41.666%;
  }
  .bp1-col-6 {
    width: 50%;
  }
  .bp1-col-7 {
    width: 58.333%;
  }
  .bp1-col-8 {
    width: 66.666%;
  }
  .bp1-col-9 {
    width: 75%;
  }
  .bp1-col-10 {
    width: 83.333%;
  }
  .bp1-col-11 {
    width: 91.666%;
  }
  .bp1-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .bp1-divide-end, .bp2-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end, .bp2-hide-end {
    display: inline-block;
  }
  .bp2-gutter {
    margin-left: calc(0px - (30px + 1.5625vw));
  }
  .bp2-gutter [class*=col-] {
    padding-left: calc(30px + 1.5625vw);
  }
  .bp2-half-gutter {
    margin-left: calc((30px + 1.5625vw) / 2);
  }
  .bp2-half-gutter [class*=col-] {
    padding-left: calc((30px + 1.5625vw) / 2);
  }
  .bp2-divide {
    margin-bottom: calc(30px + 1.5625vw);
  }
  .bp2-half-divide {
    margin-bottom: calc((30px + 1.5625vw) / 2);
  }
  .bp2-no-divide {
    margin-bottom: 0;
  }
  .bp2-col-1 {
    width: 8.333%;
  }
  .bp2-col-2 {
    width: 16.666%;
  }
  .bp2-col-3 {
    width: 25%;
  }
  .bp2-col-4 {
    width: 33.333%;
  }
  .bp2-col-5 {
    width: 41.666%;
  }
  .bp2-col-6 {
    width: 50%;
  }
  .bp2-col-7 {
    width: 58.333%;
  }
  .bp2-col-8 {
    width: 66.666%;
  }
  .bp2-col-9 {
    width: 75%;
  }
  .bp2-col-10 {
    width: 83.333%;
  }
  .bp2-col-11 {
    width: 91.666%;
  }
  .bp2-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .bp1-divide-end, .bp2-divide-end, .bp3-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end, .bp2-hide-end, .bp3-hide-end {
    display: inline-block;
  }
  .bp3-gutter {
    margin-left: calc(0px - (30px + 1.5625vw));
  }
  .bp3-gutter [class*=col-] {
    padding-left: calc(30px + 1.5625vw);
  }
  .bp3-half-gutter {
    margin-left: calc((30px + 1.5625vw) / 2);
  }
  .bp3-half-gutter [class*=col-] {
    padding-left: calc((30px + 1.5625vw) / 2);
  }
  .bp3-divide {
    margin-bottom: calc(30px + 1.5625vw);
  }
  .bp3-half-divide {
    margin-bottom: calc((30px + 1.5625vw) / 2);
  }
  .bp3-no-divide {
    margin-bottom: 0;
  }
  .bp3-col-1 {
    width: 8.333%;
  }
  .bp3-col-2 {
    width: 16.666%;
  }
  .bp3-col-3 {
    width: 25%;
  }
  .bp3-col-4 {
    width: 33.333%;
  }
  .bp3-col-5 {
    width: 41.666%;
  }
  .bp3-col-6 {
    width: 50%;
  }
  .bp3-col-7 {
    width: 58.333%;
  }
  .bp3-col-8 {
    width: 66.666%;
  }
  .bp3-col-9 {
    width: 75%;
  }
  .bp3-col-10 {
    width: 83.333%;
  }
  .bp3-col-11 {
    width: 91.666%;
  }
  .bp3-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .bp1-divide-end, .bp2-divide-end, .bp3-divide-end, .bp4-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end, .bp2-hide-end, .bp3-hide-end, .bp4-hide-end {
    display: inline-block;
  }
  .bp4-gutter {
    margin-left: calc(0px - (30px + 1.5625vw));
  }
  .bp4-gutter [class*=col-] {
    padding-left: calc(30px + 1.5625vw);
  }
  .bp4-half-gutter {
    margin-left: calc((30px + 1.5625vw) / 2);
  }
  .bp4-half-gutter [class*=col-] {
    padding-left: calc((30px + 1.5625vw) / 2);
  }
  .bp4-divide {
    margin-bottom: calc(30px + 1.5625vw);
  }
  .bp4-half-divide {
    margin-bottom: calc((30px + 1.5625vw) / 2);
  }
  .bp4-no-divide {
    margin-bottom: 0;
  }
  .bp4-col-1 {
    width: 8.333%;
  }
  .bp4-col-2 {
    width: 16.666%;
  }
  .bp4-col-3 {
    width: 25%;
  }
  .bp4-col-4 {
    width: 33.333%;
  }
  .bp4-col-5 {
    width: 41.666%;
  }
  .bp4-col-6 {
    width: 50%;
  }
  .bp4-col-7 {
    width: 58.333%;
  }
  .bp4-col-8 {
    width: 66.666%;
  }
  .bp4-col-9 {
    width: 75%;
  }
  .bp4-col-10 {
    width: 83.333%;
  }
  .bp4-col-11 {
    width: 91.666%;
  }
  .bp4-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .bp1-divide-end, .bp2-divide-end, .bp3-divide-end, .bp4-divide-end, .bp5-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end, .bp2-hide-end, .bp3-hide-end, .bp4-hide-end, .bp5-hide-end {
    display: inline-block;
  }
  .bp5-gutter {
    margin-left: calc(0px - (30px + 1.5625vw));
  }
  .bp5-gutter [class*=col-] {
    padding-left: calc(30px + 1.5625vw);
  }
  .bp5-half-gutter {
    margin-left: calc((30px + 1.5625vw) / 2);
  }
  .bp5-half-gutter [class*=col-] {
    padding-left: calc((30px + 1.5625vw) / 2);
  }
  .bp5-divide {
    margin-bottom: calc(30px + 1.5625vw);
  }
  .bp5-half-divide {
    margin-bottom: calc((30px + 1.5625vw) / 2);
  }
  .bp5-no-divide {
    margin-bottom: 0;
  }
  .bp5-col-1 {
    width: 8.333%;
  }
  .bp5-col-2 {
    width: 16.666%;
  }
  .bp5-col-3 {
    width: 25%;
  }
  .bp5-col-4 {
    width: 33.333%;
  }
  .bp5-col-5 {
    width: 41.666%;
  }
  .bp5-col-6 {
    width: 50%;
  }
  .bp5-col-7 {
    width: 58.333%;
  }
  .bp5-col-8 {
    width: 66.666%;
  }
  .bp5-col-9 {
    width: 75%;
  }
  .bp5-col-10 {
    width: 83.333%;
  }
  .bp5-col-11 {
    width: 91.666%;
  }
  .bp5-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .bp1-divide-end, .bp2-divide-end, .bp3-divide-end, .bp4-divide-end, .bp5-divide-end, .bp6-divide-end {
    margin-bottom: 0;
  }
  .bp1-hide-end, .bp2-hide-end, .bp3-hide-end, .bp4-hide-end, .bp5-hide-end, .bp6-hide-end {
    display: inline-block;
  }
  .bp6-gutter {
    margin-left: calc(0px - (30px + 1.5625vw));
  }
  .bp6-gutter [class*=col-] {
    padding-left: calc(30px + 1.5625vw);
  }
  .bp6-half-gutter {
    margin-left: calc((30px + 1.5625vw) / 2);
  }
  .bp6-half-gutter [class*=col-] {
    padding-left: calc((30px + 1.5625vw) / 2);
  }
  .bp6-divide {
    margin-bottom: calc(30px + 1.5625vw);
  }
  .bp6-half-divide {
    margin-bottom: calc((30px + 1.5625vw) / 2);
  }
  .bp6-no-divide {
    margin-bottom: 0;
  }
  .bp6-col-1 {
    width: 8.333%;
  }
  .bp6-col-2 {
    width: 16.666%;
  }
  .bp6-col-3 {
    width: 25%;
  }
  .bp6-col-4 {
    width: 33.333%;
  }
  .bp6-col-5 {
    width: 41.666%;
  }
  .bp6-col-6 {
    width: 50%;
  }
  .bp6-col-7 {
    width: 58.333%;
  }
  .bp6-col-8 {
    width: 66.666%;
  }
  .bp6-col-9 {
    width: 75%;
  }
  .bp6-col-10 {
    width: 83.333%;
  }
  .bp6-col-11 {
    width: 91.666%;
  }
  .bp6-col-12 {
    width: 100%;
  }
}
.no-js .pref-outer {
  display: none;
}

.js .pref-outer {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  overflow-y: scroll;
}
.js .pref-outer .pref-inner {
  overflow: auto;
  width: 90%;
  box-sizing: border-box;
  max-width: 768px;
  min-width: 300px;
  margin: 40px auto;
  padding: 36px 40px 31px 40px;
  background: #FFF;
  border-radius: 5px;
}
.js .pref-outer .pref-inner h1, .js .pref-outer .pref-inner h2, .js .pref-outer .pref-inner h3, .js .pref-outer .pref-inner h4, .js .pref-outer .pref-inner h5, .js .pref-outer .pref-inner h6 {
  letter-spacing: 0;
}
.js .pref-outer .pref-inner a:link, .js .pref-outer .pref-inner a:visited {
  color: #777;
  text-decoration: underline;
}
.js .pref-outer .pref-inner p {
  color: #777;
  font-weight: 300;
  font-size: 1.05rem;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.js .pref-outer .pref-inner p:last-child {
  margin-bottom: 0;
}
.js .pref-outer .pref-inner h2 {
  font-size: 1.8rem;
  margin: 0 0 18px 0;
  text-align: left;
}
.js .pref-outer .pref-inner h3 {
  font-size: 1.5rem;
  margin: 0 0 15px 0;
  text-align: left;
}
.js .pref-outer .pref-inner .pref-intro {
  display: none;
}
.js .pref-outer .pref-inner .pref-intro.active {
  display: block;
}
.js .pref-outer .pref-inner .pref-manage {
  display: none;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.js .pref-outer .pref-inner .pref-manage.open {
  display: block;
}
.js .pref-outer .pref-inner .pref-manage .setting-item {
  margin-top: 25px;
}
.js .pref-outer .pref-inner .pref-buttons {
  position: relative;
  margin-top: 25px;
}
.js .pref-outer .pref-inner .pref-buttons span {
  display: block;
}
.js .pref-outer .pref-inner .pref-buttons span button {
  display: inline-block;
  border-radius: 3px;
  padding: 12px 15px;
  letter-spacing: 0.75px;
  font-size: 0.95rem;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  text-shadow: none;
  border: none;
}
.js .pref-outer .pref-inner .pref-buttons span .pref-submit {
  background: #7fa81c;
  color: #FFF;
}
.js .pref-outer .pref-inner .pref-buttons span .pref-submit, .js .pref-outer .pref-inner .pref-buttons span .pref-show-settings {
  margin: 0 5px 9px 0;
}
.js .pref-outer .pref-inner .pref-buttons span .pref-show-settings {
  background: #EEE;
}
.js .pref-outer .pref-inner .pref-buttons span .pref-decline, .js .pref-outer .pref-inner .pref-buttons span .pref-cancel {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  margin: 0 0 9px 0;
  padding: 9px 14px;
  border: 1px solid #EEE;
}
.js .pref-outer .pref-inner .switch-field {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.js .pref-outer .pref-inner .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.js .pref-outer .pref-inner .switch-field input:checked + label {
  color: #FFF;
}
.js .pref-outer .pref-inner .switch-field input:checked + label:first-of-type {
  background-color: #7fa81c;
}
.js .pref-outer .pref-inner .switch-field input:checked + label:last-of-type {
  background-color: #990000;
}
.js .pref-outer .pref-inner .switch-field label {
  display: inline-block;
  width: 80px;
  line-height: 22px;
  background-color: #EEE;
  color: #000;
  font-size: 0.95rem;
  text-align: center;
  padding: 8px 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 0;
}
.js .pref-outer .pref-inner .switch-field label:after, .js .pref-outer .pref-inner .switch-field label:before {
  display: none;
}
.js .pref-outer .pref-inner .switch-field label:hover {
  cursor: pointer;
}
.js .pref-outer .pref-inner .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.js .pref-outer .pref-inner .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.js .pref-outer .pref-inner .switch-field.disabled label {
  cursor: default;
}
.js .pref-outer .pref-inner .switch-field.disabled label:first-of-type {
  background: #CCC;
}
.js .pref-outer .pref-inner .switch-field.disabled label:last-of-type {
  color: #999;
}

.no-touchevents .pref-outer .pref-inner button:hover:not(.pref-submit) {
  color: #e98a0f;
  text-decoration: none;
}
.no-touchevents .pref-outer .pref-inner .pref-buttons span .pref-submit:hover {
  background: #638317;
}
.no-touchevents .pref-outer .pref-inner .pref-buttons span .pref-show-settings:hover {
  color: #e98a0f;
}
.no-touchevents .pref-outer .pref-inner .pref-buttons span .pref-decline:hover, .no-touchevents .pref-outer .pref-inner .pref-buttons span .pref-cancel:hover {
  color: #990000;
}

@media only screen and (min-width: 500px) {
  .js .pref-outer .pref-inner .pref-buttons span {
    display: inline-block;
  }
}